*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body{
    font-size: 16px;
    font-family: Montserrat;
}

.header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header_up{
    background: #212529;
}

.nav-item{
    margin: 0 20px;
}

.nav-item a{
    color: #FFFFFF;
}

.dropdown-menu a{
    color: #212529;
}

.lang{
    display: flex;
}

.lang ul{
    display: flex;
}

.lang li{
    margin: 5px;
    padding: 3px;
}

.lang a{
    color: white;
    text-decoration: none;
}

.lang li.active{
    border: 1px solid #ffffff;
}

.header_content{
    background-image: url("/images/rentohome2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50vh;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 55px;
}

.header_content h1{
    width: 100%;
    font-weight: 700;
}

.phone_main{
    font-size: 1rem;
    font-weight: 700;
    margin-right: 25px;
}

.phone_main a{
    text-decoration: none;
    color: white;
}

.search_block{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #212529;
    color: #ffffff;
    padding: 40px 0;
}

.search_block h2{
    font-size: 20px;
    padding: 0 25px 20px 25px;
    display: flex;
    text-align: center;
}

.search_block row{
    margin:0 10px;
}

.header_content_form{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    width: 100%;
    color: #212529;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px #212529 solid;
    border-radius: 15px;
    opacity: 90%;
}

.header_form{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 20px 0;
    justify-content: center;
}

.content{

}

.container h1{
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.container h2{
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

.container h4{
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
}

.page_title{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px 0;
    margin-top: 55px;
}

.rento_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #9a9c9e 1px solid;
    border-radius: 20px;
    margin: 10px 10px;
    overflow: hidden;
}

.rento_block_img{
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    overflow: hidden;
}
.rento_block_img img{
    width: 100%;
}

.rento_block_desc{
    width: 100%;
}

.rento_block_desc_title{
    display: flex;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    justify-content: center;
}

.rento_block_desc_title a{
    color: #000000;
    text-decoration: none;
}

.rento_block_desc_info{
    width: 100%;
    overflow: hidden;
}

.block_engine{
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_engine i{
    margin: 0 5px;
}

.block_price{
    display: flex;
    background: #eeeeee;
    overflow: hidden;
    color: #000000;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 15px 0 0 0;
    padding: 5px;
}

.block_btn{
    display: flex;
    background: #21252a;
    overflow: hidden;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

.block_btn:hover{
    background: #f0983f;
}

.block_btn a{
    color: #ffffff;
    text-decoration: none;
}

.rento_info_block{
    margin-top: 55px !important;
    padding: 20px 5px;
}

.rento_info_block2 {
    border-right: #f5f6f6 1px solid;
    border-radius: 5px;
    padding: 20px 20px;
}

.rento_info_block_title{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    text-transform: uppercase;
    /*text-decoration: underline;*/
    margin-bottom: 15px;
}

.rento_info_block2_item{
    display: flex;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #212529;
    padding: 5px 5px;
    /*text-transform: uppercase;*/
}

.item_line{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.item1{
    padding-right: 5px;
    width: auto;
}

.item2 {
    display: flex;
    flex: 1;
    width: auto;
    border-bottom: #989898 1px dashed;
}

.item3{
    padding-left: 5px;
    width: auto;
}

.tel_contact{
    display: flex;
    margin: 15px;
    width: 100%;
    font-size: 26px;
    color: #964c02;
    justify-content: center;
    align-items: center;
}

.tel_contact a{
    color: #964c02;
    text-decoration: none;
}

.btn-danger{
    background: #f0983f !important;
    border: #f0983f;
}

.confirmation_block{
    margin-top: 55px !important;
    padding: 20px 5px;
}

.buttom_block{
    display: flex;
    background: #eeeeee !important;
    width: 100%;
    z-index: 100;
    /*padding: 5px 0;*/
    position: fixed;
    bottom:0;
}

.buttom_block_item{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 28px;
}


#sus {
    border: 0;
    background: transparent;
}

.notfound{
    display: flex;
    height: 50vh;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.filter_block{
    color: #000000;
    width: 100%;
    border-radius: 5px;
}

.page-item.active  .page-link{
    color: #ffffff;
    background-color: #ee9740;
    border-color: #dee2e6;
}

.page-item .page-link{
    color: #21252a;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.contact_link{
    color: #21252a;
    text-decoration: none;
}

.contact_link:hover{
    color: #21252a;
    text-decoration: none;
}

.full_desc_block{
    border: #DAD9D98C solid 1px;
    border-radius: 10px;
    background-color: rgba(225, 225, 225, 0.55);
    padding: 20px 25px 20px 25px;
    margin-bottom: 20px;
}

.full_desc_title{
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    align-items: center;
    margin: 20px;
}

.full_desc_text{
    height: 350px;
    overflow: auto;
    padding: 10px;
}

.numbers_block{
    width: 100%;
    margin: 15px 0;
    background-color: #21252b;
    border: #21252b 1px solid;
    border-radius: 10px;
}

.numbers_title {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.number_item{
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 10px 10px 40px 10px;
}

.number_1{
    font-size: 40px;
    font-weight: 400;
}

.number_1_desc{
    font-size: 14px;
}

.reviews_block{
    width: 100%;
    margin: 15px 0;
}

.reviews_title{
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.review_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ececed;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
}

.review_name{
    font-size: 18px;
    font-weight: 600;
}

.rent_condition{
    width: 100%;
    margin: 15px 0;
    background-color: #21252b;
    border: #21252b 1px solid;
    border-radius: 10px;
}

.condition_title {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.cond_item_icon {
    font-size: 60px;
    font-weight: 400;
}

.conditii_1_desc {
    font-size: 18px;
    font-weight: 400;
}

.social_media_block{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.social_media_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 5px;
    border: 1px transparent solid;
    border-radius: 25px;
}

.facebook_bg{
    background-color: #38649f;
}

.facebook_icon{
    color: white;
    font-size: 20px;
    transition: transform 0.2s ease-in-out;
}

.facebook_icon:hover{
    transform: scale(1.2);
}

.insta_bg{
    background-color: #e9358c;
}

.insta_icon{
    color: white;
    font-size: 25px;
    transition: transform 0.2s ease-in-out;
}

.insta_icon:hover {
    transform: scale(1.2);
}

.viber_bg {
    background-color: #9859c9;
}

.viber_icon{
    color: white;
    font-size: 25px;
    transition: transform 0.2s ease-in-out;
}

.viber_icon:hover{
    transform: scale(1.2);
}

.tg_bg{
    background-color: #2299d3;
}

.tg_icon{
    color: white;
    font-size: 25px;
    transition: transform 0.2s ease-in-out;
}

.tg_icon:hover{
    transform: scale(1.2);
}

.wha_bg{
    background-color: #2ee664;
}

.wha_icon{
    color: white;
    font-size: 25px;
    transition: transform 0.2s ease-in-out;
}

.wha_icon:hover{
    transform: scale(1.2);
}

.up_bg{
    background-color: #21252c;
}

.up_icon{
    color: white;
    font-size: 25px;
    transition: transform 0.2s ease-in-out;
}

.up_icon:hover{
    transform: scale(1.2);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

.category_search_block {
    margin-top: 55px;
}
