@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
}

:root {
    --orange-color: rgba(199, 136, 19, 0.7);
    --primary-color: #d24e0f;/*#19a57f;*/
    --fz1-1: 1.1em;
    --pos_arrow: -150px;
    --singe_page__width: 20vw;
    --singe_page__height: 30vh;
}
li {
    list-style: none;
}
.title{
    font-size: 2.8em;
    font-weight: 800;
    color: var(--orange-color);
}

.description{
    font-size: var(--fz1-1);
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.wrapper-img_house{
    height: 250px!important;
} 

.wrapper-img_house #img_house{
    width: 100%;
    height: 100%;
    border-radius: 25px;
    box-shadow: 2px 2px 4px rgba(102, 98, 98, 0.7);
}

.wrapper_owl {
    position: relative;
}

.wrapper_owl .owl-nav {
    position: absolute;
    top: 47%;
    width: 100%;
}

.wrapper_owl .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
}

.wrapper_owl .owl-nav .owl-next {
    position: absolute;
    right: -35px;
}

.wrapper_owl .owl-nav i{
    font-size: 30px;
    color: var(--orange-color);
    text-shadow: 2px 2px 4px var(--orange-color);
}

.right-arrow{
    position: absolute;
    right: var(--pos_arrow);
}

.left-arrow{
    position: absolute;
    left: var(--pos_arrow);
}

.title_house{
    font-size: var( --fz1-1);
    color: var(--orange-color);
    font-weight: 600;
    text-align: center;
    height:33px;
}

.wrapper-icon{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.wrapper-icon p{
    margin-top: 6px;
    margin-bottom: 0px;
    font-weight: 600;
}

.wrapper-price{
    font-size: var(--fz1-1);
    color: black;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    height: 50px;
    margin: 10px 0 25px 0;

}

.wrapper-price p{
    margin: 0;
}
.euro{
    margin-right: 5px;
}

.btn__more, .btn__all-properties{
    background-image: linear-gradient(to right, #D9BB84 0%, var(--primary-color) 100%);
        width: 120px; 
    height: 35px; 
    box-shadow: 3px 3px 11px 0px rgba(88, 83, 83, 0.55);
    border-radius: 5px;
    border: 1px solid rgba(88, 83, 83, 0.55);
    color: #ffffff;
}

.line{
    width: 100%;
    height: 1px;
    background-color: rgb(185, 177, 177);
    margin: 40px 0;
}

.btn__all-properties{
    width: 150px; 
    height: 40px; 
}

/* ========================== Single page ========================== */
.single_site-main{
    margin-top: 50px;
}

.__single-page{
    width: var(--singe_page__width);
    height: var(--singe_page__height);
    display: block;
    margin: 0 auto;
}

.__single-page img{
    width: 100%;
    height: 100%;
}
.central_info.container {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -12%;
    left: 20%;
}
.about_single h1{ color: var(--primary-color);}
.about_single h3{color: var(--primary-color);}
.about_single .wrapper-price{color: var(--primary-color);}

section.sec_our_projects_single{
    position: absolute;
    top: 130vh;
    width: 100%;
}

@media screen and (max-width: 1500px){
    :root {
        --pos_arrow: -50px;
    }
}

@media screen and (max-width: 1300px){
    :root {
        --pos_arrow: -10px;
        --singe_page__width: 25vw;
        --singe_page__height: 35vh;
    }
}

@media screen and (max-width: 900px) {
    .wrapper_owl .owl-nav {
      display: none!important; 
    }

    :root {
        --singe_page__width: 40vw;
        --singe_page__height: 35vh;
    }
}


@media screen and (max-width: 600px) {
    :root {
        --singe_page__width: 50vw;
        --singe_page__height: 29vh;
    }
}
/*Simon*/
section.reasons_main {
    position: relative;
    width: 100%;
    height: 100%;
}
section.calcto_main {
    position: relative;
    width: 100%;
    height: 100%;
}
section.calcto_main {
    position: relative;
    width: 100%;
    height: auto;
    background: url('/wp-content/uploads/2024/10/bg-animated.gif');
    padding: 1px;
    background-size: cover;
    min-height: 100vh; 
    background-position: bottom;
}
.flex_row{
    display: flex;
    flex-direction: row;
    position: relative;
    top: 10%;
}
.mycard{
    width: 100%;
    height: 500px;
}
*{
    font-family: "Montserrat", sans-serif;;
  
}
@media screen and (max-width: 600px) {
    .flex_row {
        display: flex;
        flex-direction: column;
        margin-top: 15%;
        gap: 51px;
    }
}
.mycard {
    width: 100%;
    height: 380px;
    /* border: 1px solid black; */
    background-color: #8d8d8d26;
    border-radius: 55px;
    box-shadow: 8px 9px 29px #0000000e;
}
  section.reasons_main {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  .mycard {
    width: 100%;
    height: 380px;
    /* border: 1px solid black; */
    background-color: #8d8d8d26;
    border-radius: 55px;
    box-shadow: 8px 9px 29px #0000000e;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding-top: 30px;
    transition-duration:2s !important ;
}
.reason__title {
    font-weight: 300;
    color: var(--orange-color);
    font-size: 28px;
    position: relative;
    top: 7%;
}
.opentext {
    font-size: 15px;
    width: 80%;
    text-align: center;
    position: relative;
    top: 15%;
}
.arrowshow {
    position: relative;
    transition-duration: 2s;
    top: 20%;
}
.section__testimonials {
    width: 100%;
    height: 74%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.arrowshow:hover svg path {
    stroke: var(--orange-color);
    transition-duration: 1s;
}
.title_desc{
    text-align: center;
}
/*Overlay*/
.owl-slide {
    position: relative;
  }
  
  .owl-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000078;
}
  
  .owl--text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* чтобы текст был поверх затемнения */
    color: white; /* цвет текста */
  }
  
  #wpadminbar {
    display: none;
}

  /*Single*/
  .carousel-imgs {
    width: 53%;
    height: 623px;
    position: absolute;
    left: 5%;
    top: 9%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    padding: 2px;
}
/*Header*/
.menu {
    position: relative;
}
header {
    height: 60px;
    background-color: #EBEBEB;
    /* backdrop-filter: blur(30px); */
}
/*Language switcher*/
.language-switcher > a {
    cursor: pointer;
    position: relative; /* Гарантирует правильное позиционирование выпадающего списка */
}

.language-switcher {
    position: relative; /* Это обеспечивает правильное выравнивание выпадающего списка */
}

.language-list {
    display: none;
    position: absolute;
    list-style-type: none;
    margin-top: 0px;
    padding: 0;
    left: -13px;
    background-color: #f1f1f1cf;
    width: 90px;
}

.language-list li a {
    display: block;
    padding: 5px;
    text-decoration: none; /* Убираем подчеркивание у ссылок */
    color: black; /* Цвет текста */
    white-space: nowrap; /* Предотвращает перенос текста */
    width: 90px;
}


/* Показываем выпадающий список при наведении */
.language-switcher:hover .language-list {
    display: block;
}
/*Home*/
.deluxe {
    font-size: 70px;
    font-weight: 500;
    text-shadow: 5px 3px 5px #000;
    color: #C9AB52;
    padding-bottom: 14px;
}
.right_content {
    color: #000;
}
.subtitle_main {
    font-size: 18px;
    font-weight: 400;
    text-shadow: 5px 3px 5px #000;
    padding: 9px;
    font-weight: bold;
}
.hiddentext {
    opacity: 0;
    z-index: -1;
    position: relative;
    top: 13%;
    transition-duration: 1s;
    width: 80%;
    text-align: center;
}
.testimonial_content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial__text {
    color: #000;
    /* width: 80%; */
    font-size: 35px;
    font-weight: 300;
    width: 50%;
    line-height: 66px;
}
.kvk {
    font-size: 64px; /* размер кавычек в 3 раза больше размера основного текста */
    line-height: 1; /* чтобы убрать лишнее пространство вокруг кавычек */
    display: inline-block; /* чтобы кавычки занимали ту же линию, что и текст */
    vertical-align: middle; /* чтобы кавычки были выровнены по вертикали */
}
.new {
    position: absolute;
    top: 10%;
    height: 25px !important;
    color: #B79632;
}
/* Стили для сетки с тремя постами в ряд */
.wrapper-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.item-wraper {
    width: calc(33.333% - 20px); /* Ширина элемента с учетом отступов между ними */
    margin-bottom: 20px; /* Отступ между строками */
}

.grid-item {
    /* Стили для каждого элемента в сетке */
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}

.grid-item img {
    width: 100%; /* Ширина изображения внутри элемента */
    height: auto; /* Автоматическая высота изображения */
}

/* Медиа запрос для адаптивного дизайна */
@media (max-width: 992px) {
    .item-wraper {
        width: calc(50% - 20px); /* При разрешении до 992px, элементы занимают 50% ширины контейнера */
    }
}

@media (max-width: 768px) {
    .item-wraper {
        width: 100%; /* При разрешении до 768px, элементы занимают 100% ширины контейнера */
    }
}
.flexwrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding-top: 20%;
}
/*Single*/
.about_single {
    width: 42%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10%;
}
.icon_row {
    display: flex;
    gap: 17%;
    justify-content: center;
    margin-top: 50px;
    align-items: end;
}


section.sec__our-projects.text-center {
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #f5f5f5;

}
.city_right{
    font-size: 19px;
    margin: 0;
}
.wrapper_single_price{
        font-size: 30px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        height: 50px;
        margin: 10px 0 25px 0;
        width: 70%;
        left: 15%;
        position: relative;
        color: var(--primary-color);

    
}
.section_single_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    width: 100%;
}
.availability{
    font-size: 20px;
    margin-top: 23px;
}
/*Contact section*/
.section__contact{
    height: auto;
    padding-bottom: 7%;
}
.row{
    width: 100%;
    justify-content: space-between;
}

.contact_info{
    width: 43%;
    height: 600px;
    background-color: white;
    padding: 50px 40px 0;
}

.contact_info h2{
    font-size: 2.2em;
    color: var(--color-primary);
    font-weight: 700;
}

.contact_info p{
    font-size: 1.2em;
    color: #000000;
    font-weight: 500;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.contact_form{
    width: 47%;
}

.contact_info p i{
    margin-right: 15px;
}


div.contact_info p{
    display: flex;
}

a{
    color: #000;;
}

.justify-content-evenly{
    justify-content: space-evenly;
}

.wrapper__icon-social{
    margin-top: 150px;
}

.wrapper__icon-social a{
    font-size: 1.5em;
    color: #000;
}

.wrapper__icon-social a:nth-child(2){
    margin: 0 35px;
}

p span{
    font-size: .9em;
}

.wrapper__icon-social a i{
    font-size: 1.1em;
}

.wrapper_twitter {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 4px;
}
.txt-indent{
    text-indent: 10px;
}
.c-info{
    margin-top: 100px;
}
.wrapper_twitter i{
    color: white;
    font-size: .7em!important;
}

/* CONTACT_FORM */
.contact_form h2{
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 20px;
}

.wrapper-input div{
    width: 46%;
    height: 100%;
}

.name-group__email-group input, .lastName-group__phone-group input{
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid black;
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 0px;
    background-color: transparent;
}

.name-group__email-group input:focus, .lastName-group__phone-group input:focus, #area:focus{
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.wrapper-input{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.wrapper_msg{
    width: 100%;
    margin-bottom: 75px;
}
#area{
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 0px;
    background-color: transparent;
}

.btn-send{
    width: 170px;
    height: 50px;
    background-color: var(--color-primary);
    color: white;
    font-size: 1.3em;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.41);
}

.btn-send:hover{
    color: white;
    transform: scale(1.05);
}

.btn-send:focus{
    outline: none;
}
.btn__more:hover, .btn__all-properties:hover{
    transition-duration: 0.5s;
    transform: scale(1.05);
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

label{
    font-size: .9em;
    font-weight: 500;
    margin-bottom: 10px;
    
    
    color: gray;
}

.form-control {
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    transform: scale(1.05);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-color: #6c757d;
}
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.invalid {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    border-color: #dc3545;
    box-shadow: 0 0 5px #dc3545;
}

/* MEDIA QUERIES */
.section__contact{
    background-color: #f5f5f5;    ;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width: 1024px){
    .contact_info{
        width: 46%;
        height: 100%;
        padding: 50px 40px 0;
    }

    .contact_form{
        width: 50%;
    }

    .contact_info h2{
        font-size: 1.8em;
    }

    .contact_info p{
        font-size: 1em;
    }

    .contact_info p i{
        margin-right: 15px;
    }

    .contact_info p span{
        font-size: .9em;
    }

    .wrapper__icon-social{
        margin-top: 100px;
    }

    .wrapper__icon-social a{
        font-size: 1.5em;
    }

    .wrapper__icon-social a:nth-child(2){
        margin: 0 35px;
    }

    .wrapper_twitter{
        width: 27px;
        height: 27px;
    }

    .wrapper_twitter i{
        font-size: .7em!important;
    }

    .contact_form h2{
        font-size: 1.3em;
    }

    .name-group__email-group input, .lastName-group__phone-group input{
        height: 35px;
        font-size: 1.1em;
    }

    .wrapper_msg{
        margin-bottom: 75px;
    }

    #area{
        font-size: 1.1em;
    }

    .btn-send{
        width: 170px;
        height: 50px;
        font-size: 1.3em;
    }
    
}

@media (max-width: 768px){
    .section__contact{
        flex-direction: column;
        justify-content: space-evenly;
    }

    .contact_info{
        width: 100%;
        height: 56%;
        padding: 50px 30px 0;
        margin-bottom: 75px;
    }

    .contact_form{
        width: 100%;
    }

    .contact_info h2{
        font-size: 1.8em;
    }

    .contact_info p{
        font-size: 1em;
    }

    .contact_info p i{
        margin-right: 10px;
    }

    .contact_info p span{
        font-size: .8em;
    }

    .wrapper__icon-social{
        margin-top: 50px;
    }

    .wrapper__icon-social a{
        font-size: 1.3em;
    }

    .wrapper__icon-social a:nth-child(2){
        margin: 0 25px;
    }

    .wrapper_twitter{
        width: 25px;
        height: 25px;
    }

    .wrapper_twitter i{
        font-size: .6em!important;
    }

    .contact_form h2{
        font-size: 1.1em;
    }

    .name-group__email-group input, .lastName-group__phone-group input{
        height: 30px;
        font-size: 1em;
    }

    .wrapper_msg{
        margin-bottom: 50px;
    }

    #area{
        font-size: 1em;
    }

    .btn-send{
        width: 150px;
        height: 45px;
        font-size: 1.1em;
    }
}

@media screen and (max-width: 425px){
    .contact_info{
        padding: 50px 20px 0;
    }

    .contact_info h2{
        font-size: 1.5em;
    }

    .contact_info p{
        font-size: .9em;
    }

    .contact_info p i{
        margin-right: 10px;
    }

    .contact_info p span{
        font-size: .7em;
    }

    .wrapper__icon-social{
        margin-top: 50px;
    }

    .wrapper__icon-social a{
        font-size: 1.1em;
    }

    .wrapper__icon-social a:nth-child(2){
        margin: 0 20px;
    }

    .wrapper_twitter{
        width: 25px;
        height: 25px;
    }

    .wrapper_twitter i{
        font-size: .6em!important;
    }

    .contact_form h2{
        font-size: 1em;
    }

    .name-group__email-group input, .lastName-group__phone-group input{
        height: 30px;
        font-size: .9em;
    }

    .wrapper_msg{
        margin-bottom: 50px;
    }

    #area{
        font-size: .9em;
    }

    .btn-send{
        width: 150px;
        height: 45px;
        font-size: 1em;
    }

    .wrapper-input {
        flex-direction: column;
    }

    .wrapper-input div {
        width: 100%;
    }
}
/*Buttons*/
.button:hover{
    transition-duration: 0.5s;
    transform: scale(1.05);
}
.button.consult_button {
    cursor: pointer;
    position: absolute;
    right: 39%;
    margin-top: 10%;
    padding: 8px;
}
.showFilters {
    position: absolute;
    top: 30%;
    right: 20%;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    display:none !important;
}
/*Modal*/
.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Значение z-index для оверлея */
}

.modal_window {
    width: 500px;
    height: 800px;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1001; /* Значение z-index для модального окна, выше, чем у оверлея */
}

.modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
}
.big_modal{
    width: 80%;
}
/*ConsultModal*/
#contactModal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff6e;
    z-index: 99999;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(9px);
}
#contactModal .consultcontent {
    background-color: #303030a1;
    width: 30%;
    height: 70%;
    position: relative; /* Добавлено для позиционирования значка закрытия */
    display: flex;
    flex-direction: column; /* Изменено для вертикального выравнивания */
    justify-content: center;
    align-items: center;
}
.close_consult {
    position: absolute;
    top: 10px; /* Настройте по вашему усмотрению */
    right: 10px; /* Настройте по вашему усмотрению */
    cursor: pointer;
}
.close_consult .close {
    font-size: 2rem; /* Размер значка закрытия */
    color: #fff;
}
.modalForm {
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрирование элементов формы */
}
.modalForm input[type="text"] {
    width: 80%;
    height: 47px;
    background: #ffffffb3;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    margin-bottom: 16px;
    text-indent: 10px;
}
textarea.consult_textarea {
    width: 80%;
    background: #ffffffb3;
    border: 2px solid var(--primary-color);
    border-radius: 30px;
    margin-bottom: 40px;
}
h3.modal_c_title {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 113px;
    width: 110%;
    color: #fff;
}

/*End consult*/
.menu ul li a:hover {
    color: #C9AB52;
}
.contact_info h2{
    color: var(--primary-color);
}
/* Стилизация слайдера */
input[type="range"] {
    -webkit-appearance: none; /* Убираем стандартный вид в WebKit-браузерах */
    width: 50%; /* Ширина слайдера */
    height: 8px; /* Высота трека слайдера */
    background-image: linear-gradient(to right, #ffe4b2 0%, var(--primary-color) 100%);    border-radius: 5px; /* Скругление углов трека */
    outline: none; /* Убираем контур при фокусе */
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* Стилизация ползунка для WebKit-браузеров */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Убираем стандартный вид */
    width: 20px; /* Ширина ползунка */
    height: 20px; /* Высота ползунка */
    background-image: linear-gradient(to right, #ffe4b2 0%, var(--primary-color) 100%);    cursor: pointer; /* Вид курсора */
    border: 1px solid #000; /* Граница ползунка */
    box-shadow: 0 0 1px #000; /* Тень для четкости */
    border-radius: 3px; /* Прямоугольник со скругленными углами */
  }
  
  /* Стилизация ползунка для Firefox */
  input[type="range"]::-moz-range-thumb {
    width: 20px; /* Ширина ползунка */
    height: 20px; /* Высота ползунка */
    background-image: linear-gradient(to right, #ffe4b2 0%, var(--primary-color) 100%);    cursor: pointer; /* Вид курсора */
    border: 1px solid #000; /* Граница ползунка */
    border-radius: 3px; /* Прямоугольник со скругленными углами */
  }
  
  /* Стилизация трека для Firefox */
  input[type="range"]::-moz-range-track {
    background-image: linear-gradient(to right, #ffe4b2 0%, var(--primary-color) 100%);    cursor: pointer; /* Вид курсора */
    border-radius: 5px; /* Скругление углов трека */
  }
  form#propertyFilter {
    margin-top: 16%;
}
div#applyFilters {
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.margincenter {
    margin-bottom: 38px;
    text-align: center;
}


.title_desc_props {
    position: absolute;
    top: 14%;
    left: 35%;
    text-align: center;
}
div#slider-rooms {
    float: right;
    margin-left: 12px;
}
div#slider-bathrooms {
    float: right;
    margin-left: 12px;
}

.mobile-bars {
   display: none;
}
.mobile_menu {
   display: none;
}
.modfa_form_wrapper.wrapper-input {
    flex-direction: column;
    width: 100%;
}
.modfa_form_wrapper.wrapper-input div{
    width: 100%;
}

img.thumbmy {
    max-height: 121px;
    object-fit: cover;
}



h3.location {
    font-size: 20px;
}
.icon_row_fixed{
    gap:14%;
}
.single_text{
    margin-bottom: 10%;
}
.my_gallery_vert {
    display: flex;
    margin-top: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.horiz img {
    max-width: 70%;
}
.my_gallery_horiz img{
    width: 100%;
    padding: 5%;
    margin: -2%;
}

.my_gallery_horiz {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}




/*Mobile*/
@media only screen and (max-width: 480px) {
    body{
        overflow-x: hidden;
    }
    header{
        max-width: 100vw;
        z-index: 10000; /* Пример большего значения */

    }
    .logo img {
        max-width: 78%;
        height: auto;
        top: -33px;
        position: absolute;
    }
    .menu {
        display: none;
    }
    section.reasons_main {
        height: auto;
        padding-bottom: 10%;
    }
    .testimonial__text {
        color: #000;
        /* width: 80%; */
        font-size: 17px;
        font-weight: 300;
        width: 92%;
        line-height: 59px;
    }
    .section__testimonials {
        width: 100%;
        height: 88%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 15%;
    }
    .testimonials h2{
        font-size: 20px;
    }
    .deluxe {
        font-size: 44px;
        font-weight: 500;
        text-shadow: -2px 2px 0px #000;
        color: #C9AB52;
        padding-bottom: 4px;
        margin-top: -73px;
        text-align: center;
    }
    .right_content {
        padding: 3em;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        background: rgba(255, 255, 255, 0.705);
        height: 215% !important;
    }
    .section__home-page {
        height: 120vh;
      
    }
    .right_content .wrapper-icon {
        flex-direction: row;
        align-items: baseline;
    }
    section.section__testimonials .title {
        font-size: 27px;
        text-align: center;
    }
    .section__contact {
        height: auto;
        padding-left: 0;
    }
    
    .c-info {
        margin-top: 100px;
        font-size: 28px;
    }
    .mobile-bars {
        display: block;
        width: 10%;
        position: absolute;
        right: -22px;
        top: -18px;
        font-size: 26px;
        color:var(--primary-color);
    }
    /*Singlemob*/
    #singlemain .carousel-imgs {
        width: 91%;
        height: 138px;
        position: absolute;
        left: 5%;
        top: 9%;
    }
    
    #singlemain .owl-stage-outer {
        height: 500px !important;
    }
    #singlemain .owl-stage-outer {
        position: relative;
        top: 262%;
    }

    
  
    .owl-dot{
        display: none;
    }
    
    #singlemain .about_single {
        width: auto;
    }
    
    #singlemain .wrapper_single_price {
        height: 37px;
    }
    
    #singlemain .icon_row {
        top: 317px;
        position: relative;
        margin-bottom: -8px;
    }
    
    #singlemain .central_info.container {
        display: none;
    }
    
    #singlemain div#carousel {
        display: none;
    }
    .button.consult_button {
        cursor: pointer;
        position: absolute;
        right: 36%;
        margin-top: 10%;
        padding: 8px;
        bottom: -75%;
        width: 119px;
        height: 44px;
    }
    /*Mobile menu*/
    .mobile_menu {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #000000da;
        }
    ul.mobile-menu-list {
        /* display: flex; */
        /* flex-direction: column; */
        /* justify-content: center; */
        text-align: center;
        position: relative;
        top: 29%;
        font-size: 32px;
        line-height: 65px;
        color: #fff;
    }
    ul.mobile-menu-list a {
        color: var(--primary-color);
    }
    .myclose {
        position: absolute;
        font-size: 50px;
        color: var(--primary-color);
        right: 44%;
        top: 12px;
    }
    .left_content .button{
        display: none;
    }
    .right_content .button {
    width: 106px;
    height: 39px;
    position: absolute;
}
form button.button {
    width: 115px;
    height: 34px;
}
.wrapper__icon-social {
    position: absolute;
    top: 37%;
    left: -5%;
}
/*tmp*/
section.sec_our_projects_single {
    position: absolute;
    top: 126%;
    width: 100%;
}
.section_single_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    width: 100%;
}
#singlemain .owl-nav {
    display: none;
}
.section_single_contact  .wrapper__icon-social {
    position: relative;
    top: -10%;
    left: -5%;
}
.wrapper_twitter {
    width: 20px;
    height: 20px;
}
.title_desc_props {
    position: relative;
    width: 100%;
    text-align: center;
    top: -57px;
    left: 1px;
}
.modfa_form_wrapper.wrapper-input {

    padding-top: 50%;
}
.language-list {
    display: none;
    position: absolute;
    list-style-type: none;
    margin-top: 0px;
    padding: 0;
    left: 20px;
    min-width: 100px;
    flex-direction: row;
}
.icon_row_fixed {
    gap: 11%;
}
#singlemain .modal_close {
    position: absolute;
    top: 21%;
    right: 7%;
    font-size: 20px;
    color: var(--primary-color);
}
.showFilters {
    position: absolute;
    top: 32%;
    right: 31%;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    height: 42px;
    width: 145px;
    padding: 9px;
}
}
/*Small laptops*/
@media only screen and (min-width: 768px) and (max-width: 1700px) {
    .central_info.container {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: -35%;
        left: 10%;
    }
    section.sec_our_projects_single {
    position: absolute;
    top: 198vh;
    width: 100%;
}
.carousel-imgs {
    width: 53%;
    height: 488px;
    position: absolute;
    left: 5%;
    top: 9%;
}
.section_single_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 383vh;
}
}
a.p_link:hover{
    color:var(--primary-color);
    
}
/*Fix arrows*/
@media screen and (max-width: 1440px) {
    .owl-carousel .owl-nav .nav-btn {
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        width: 50px;
        height: 50px;
        background-color: #afadad49;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: var(--fz1-1);
        z-index: 1000; /* Устанавливаем высокий z-index */
    }
}

/* Добавляем стили для мобильных устройств */
@media screen and (max-width: 767px) {
    .owl-carousel .owl-nav .nav-btn {
        width: 40px;
        height: 40px;
        font-size: var(--fz0);
        display: flex;
        z-index: 1000; /* Устанавливаем высокий z-index */
    }
}
/*REMI special*/
a:hover{
    text-decoration: none !important;
}
html{
    overflow-x: hidden;
}
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; 
    z-index: 999999;
    position: relative;
    gap: 15px;
}
.button-container {
    max-height: 50px;
}
.hero-content h1 {
    color: #fff;
    font-size: 4.5rem;
        font-weight: 300;
        text-align: center;
    text-transform: uppercase;
}
.hero-content h2 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}
.button-group.filter-button-group.row {
    margin-bottom: 82px;
}
.button {
    width: 247px;
    height: 58px !important;
    border: 3px solid #fff;
    border-radius: 35px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 20px;
    padding: 9px;
    text-align: center;
}
.owl-dot {
    width: 13px;
    height: 13px;
    background: #a7a5a5d2 !important;
    z-index: 10;
    margin-left: 10px;
    border-radius: 100%;
    border:1px solid #fff !important;
}
.owl-dot.active {
    background: var(--primary-color) !important;
}
.button.hero-button {
    margin-top: 10vh;
    font-weight: 500;
}
section.reasons_main {
    position: relative;
    width: 100%;
    height: 100vh;
    background:url(/wp-content/uploads/2024/03/plitka-60120-doria-multi-rec-1.png);
    padding: 1px;
    background-size:cover ;
}
section.reasons_main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    opacity: 13%;
    top: 0;
  
}
/*flipping card*/

.mycard-container {
    width: 200px;
    height: 480px;
    position: relative;
    perspective: 1000px;
    z-index: 1;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .cover, .back {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    /* box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .18); */
    text-shadow: 0 .15rem .2rem rgba(0, 0, 0, .2);
    
  }
  .cover {
    transform: rotatey(0deg);
    color: #fff;
    
  }
  .mycard-container:hover .cover {
    transform: rotatey(180deg);
  }
  .back {
    transform: rotatey(-180deg);
  }
  .mycard-container:hover .back {
    transform: rotatey(0deg);
  }
  section.reasons_main {
    position: relative;
    width: 100%;
    height: auto;
    /* background: url(/wp-content/uploads/2024/03/plitka-60120-doria-multi-rec-1.png); */
    background: #fff;
    padding: 1px;
    background-size: cover;
    min-height: 100vh;
}

.firstcard{
    background: url('/wp-content/uploads/2024/10/image-1-1.png');
    background-size:contain;
    background-repeat: no-repeat;
    font-family: "Montserrat", sans-serif;
}
.seccard{
    background: url('/wp-content/uploads/2024/10/img2-1.png');
    background-size:contain;
    background-repeat: no-repeat;
}
.thirdcard{
    background: url('/wp-content/uploads/2024/10/Rectangle-8-1.png');
    background-size:contain;
    background-repeat: no-repeat;
    max-height: 98.3%;
}
.icon-container {
    width: 160px;
    height: 137px;
    border: none;
    padding: 10px;
}


.icon-container img {
    max-width: 100%;
    height: 100%;
}
/*Isotope*/
.icon-container img {
    max-width: 100%;
    /* filter: drop-shadow(4px -1px #0000003b); */
    color: #0000003b;
}
.active img {
    filter: drop-shadow(4px -1px #0000003b);
    border:  none !important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), button:not(:disabled){
    background-color: transparent !important;
    border: none !important;
}

[type=button]:not(:disabled):focus,
[type=reset]:not(:disabled):focus,
button:not(:disabled):focus {
    outline: none !important; /* Убираем черный бордер при фокусе */
    border: none !important; /* Убираем бордер кнопки */
}
/*afterfix*/
button.owl-dot {
    background-color: white !important;
}
/*card grid*/
.remi-project {
    height: 100%;
}
.grid-item {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    height: 500px;
}
.grid-item img {
   height: 100%;
}
.button_project_container {
    position: absolute;
    bottom: 4%;
    left: 9%;
    width: 82%;
    display: flex;
}
.button_project {
    width: 149px;
    height: 39px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 53px;
    padding: 7px;
    text-align: center;
    text-indent: -2px;
    transition-duration: .25s;
}
.button_all_projects a {
    color: #fff !important;
    text-decoration: none !important;
}
.button_all_projects:hover a{
    color: #fff !important;
}
.button_project:hover{
    transform: scale(1.05);
    opacity: 0.9;
}
section.sec__our-projects.bg-light {
    padding: 5% 0 5% 0;
}
.button-container_sec {
    margin-top: 43px;
    display: flex;
    justify-content: center;
}
.popup_image {
    position: absolute;
    right: -3px;
    top: 4px;
    width: 30px;
    height: 30px;
    background: #44444499;
    font-size: 15px;
    padding: 6px;
    border-radius: 100%;
    transition-duration: .25s;
    cursor: pointer;
}
.popup_image img {
    width: 13px;
    height: 13px;
    margin: 0px 0px 5px 2px;
    opacity: 0.8;
}
.popup_image:hover {
    background: #444444c0;
    transform: scale(1.1);
}
/* Стили для модального окна */
.modal {
    display: none; /* По умолчанию скрываем модальное окно */
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2); /* Черный фон с прозрачностью 20% */
  }
  
  /* Стили для содержимого модального окна */
  .modal-content {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
  }
  
  /* Стили для кнопки закрытия модального окна */
  .close {
    color: #fff;
    font-size: 2em;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }
  
  .modal-content {
    display: block;
    margin: auto;
    max-width: 38%;
    max-height: 107%;
}
.button-transparent {
    width: auto;
    height: 57px;
    font-size: 20px;
    padding: 9px;
    text-align: center;
    border-radius: 36px;
    border: 4px solid #fff;
    background:  var(--primary-color) !important;

    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition-duration: .5s;
    min-width: 18%;
}
.button-transparent:hover{
    transform:scale(1.1);
}

#calc {
    position: relative;
    overflow: hidden;
    padding: 2% 0 4% 0;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный цвет */
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
}

/*Calc animation*/
@keyframes first {
    0% {
      height: 0;
    }
    100% {
      height: 292px;
    }
  }

  @keyframes second {
    0% {
      height: 0;
    }
    100% {
      height: 123px;
    }
  }
  @keyframes third {
    0% {
      height: 0;
    }
    100% {
      height: 202px;
    }
  }
  @keyframes four {
    0% {
      height: 0;
    }
    100% {
      height: 116px;
    }
  }
  @keyframes five {
    0% {
      height: 0;
    }
    100% {
      height: 102px;
    }
  }
  @keyframes six {
    0% {
      height: 0;
    }
    100% {
      height: 140px;
    }
  }
  @keyframes vertical {
    0% {
      width: 0;
    }
    100% {
      width: 261px;
    }
  }
  @keyframes trapezoid {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #rectangle1 {
    animation: first 5s ease-in-out forwards alternate;
    animation-iteration-count: 15;

  }
  #rectangle5,#rectangle6 {
    animation: second 5s ease-in-out forwards alternate;
    animation-iteration-count: 15;

  }

  #rectangle2 {
    animation: third 5s ease-in-out forwards alternate;
    animation-iteration-count: 15;

  }

  #rectangle4 {
    animation: four 5s ease-in-out forwards alternate;
    animation-iteration-count: 15;

  }
  #rectangle7 {
    animation: five 5s ease-in-out forwards alternate;
    animation-iteration-count: 15;

  }
  #rectangle3 {
    animation: six 5s ease-in-out forwards alternate;
    animation-iteration-count: 15;

  }
  #rectangle8,#rectangle9,#rectangle10 {
    animation: vertical 5s ease-in-out forwards alternate;
    animation-iteration-count: 15;

  }

  .trapezoid {
    animation: trapezoid 5s ease-in-out forwards alternate;
    animation-iteration-count: 15;

  }
/*Calc section */

.col-md-6.calctext {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    margin: 15% 0 0 0;
}

.calctext h2 {
    font-size: 3vw;
    white-space: normal;
    text-shadow: 7px 7px 12px rgba(0, 0, 0, 0.48);
}

.calctext h3 {
    font-size: 2.5rem;
    white-space: nowrap;
    text-shadow: 6px 9px 16px rgba(0, 0, 0, 0.48);
    margin-top: 14%;
}
.animation_logo {
    position: relative;
    right: 20%;
    top: 10%;
    filter: drop-shadow(2px 4px 6px #00000080);
    width: 100%;
}
.calcbutton{
    background: white;
}
.logo img {
    max-width: 80%;
    height: auto;
}
.menu {
    position: relative;
    top: 21%;
    right: 35%;
}
.menu ul li a {
    color: #000;
    padding: 5px;
    transition-duration: 1s;
}
.menu ul li a:hover {
    border-radius: 35px;
    color: var(--primary-color);
    font-weight: bold;
    max-width: 90px;
}
.menu ul li a:focus {
    background: var(--primary-color);
    border-radius: 35px;
    color: #fff;
    font-weight: bold;
}
.active{
    background: var(--primary-color);
    border-radius: 35px;
    color: #fff !important;
    font-weight: bold;
}
.active a{

    color: #fff !important;
    font-weight: bold;
}
.cards_row{
    margin-top: 7%;
}
.title_white {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 6px 9px 12px rgba(0, 0, 0, 0.48);
    margin-top: 2% !important;
    margin-bottom: -2% !important;
}
.title_green {
    color: var(--primary-color);
    font-size: 4rem;
    font-weight: 400;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.37);
    margin-top: -2% !important;
    margin-bottom: 4% !important;
    text-align: center;
}
.card_content {
    width: 80%;
    position: absolute;
    bottom: 30%;
    font-size: 2.3rem;
    text-align: center;
    line-height: 2.9rem;
    font-weight: 400;
}
.text_back {
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.5rem;
    max-width: 97%;
    padding: 20px;
}
.card_button_container {
    bottom: 9px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 51px;
}
.card_button{
        width: 233px;
        height: 57px;
        font-size: 20px;
        padding: 9px;
        text-align: center;
        border-radius: 36px;
        border: 4px solid #fff;
        color: #fff;
        background: transparent;
        font-weight: 600;
        cursor: pointer;
        transition-duration: 1s;
        margin-bottom: 22px;
}
.card_button:hover{
    
    background: var(--primary-color);
  
}
.grid-item {
    border: none !important;
}
.contact_container{
    display: flex;
}
.contact_data {
    margin-top: 50%;
    margin-left: 25%;
}
.c_data {
    font-size: 1.5rem;
    margin-bottom: 7%;
    color:var(--primary-color);
}
.contact_subtitle {
    font-size: 1.2rem;
    position: absolute;
    top: 16%;
    left: 10%;
    text-align: center;
    width: 80%;
}
.main_form {
    margin-top: 40%;
    min-width: 100%;
    text-align: center;
}

.main_form input[type="text"] {
    width: 80%;
    background-color: #EBEBEB;
    border: none !important;
    margin-bottom: 16px;
    color: #000;
    border-radius: 35px;
    padding: 7px;
    overflow: hidden;
    transition-duration: 1s;
    text-indent: 5px;

}
input[type="text"]:focus::placeholder {
   transform: translateX(200px);
    opacity: 0;
    transition: 1s;
}
input[type="text"]:focus {
    border: none ;
    outline: none;
}
textarea {
    width: 80%;
    background-color: #EBEBEB;
    outline: none;
    color: #000;
    border-radius: 12px;
    padding: 7px;
    border: none;
    overflow: hidden;
    text-indent: 5px;

}
textarea:focus::placeholder {
    transform: translateX(200px);
     opacity: 0;
     transition: 1s;
 }
 .contact-button {
    width: 233px;
    height: 57px;
    font-size: 20px;
    padding: 9px;
    text-align: center;
    border-radius: 36px;
    border: 4px solid var(--primary-color) !important;
    color: #fff;
    font-weight: 500;
    cursor: pointer !important;
    transition-duration: 1s;
    margin-top: 10%;
    background-color: var(--primary-color);
}
.contact-button:hover {
    color: #fff  !important;
    background-color: var(--primary-color);
}
#contact .title_green{
    padding-top:5% ;
}
/*Footer*/
footer{
    background-color: #EBEBEB;
    padding: 5%;
    position: relative;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo_bottom {
    order: 1; /* Первый элемент */
  }
  
  .menu_bottom {
    order: 2; /* Второй элемент */
  }
  
  .bottom-switcher {
    order: 3; /* Третий элемент */
  }
  .flex_row_bottom
{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}
.bottom-switcher {
    order: 3;
    margin-left: 30%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.menu_bottom {
    display: flex;
    margin-left: 15%;
    gap: 10%;
    text-align: center;
    list-style: none;
}
.ul_title {
    color: black;
    font-size: 1rem;
    font-weight: bold;
    min-width: 82px;
    margin-bottom: 20%;
}
.menu_bottom li {
    white-space: nowrap;
    padding: 5px;
}
.menu_bottom ul li{
    transition-duration: 1s;
}
.menu_bottom ul li:hover {
    background: var(--primary-color);
    border-radius: 35px;
    color: #fff;
    font-weight: bold;
  }
  .powered {
    width: 100vw;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #6b6b6b47;
    padding-top: 12px;

}
.powered a:hover{
    color: var(--primary-color);
    font-weight: 600;   
}
.powered a{
    color:var(--primary-color);
    font-weight: 500;
    transition-duration: .5s;
}
  /*Single Remi*/
  section#singlemain {
    padding-top: 12vh;
}
.single_title{
    width: 100%;
    text-align: center;
    color: var(--primary-color);
}
.params {
    display: flex;
    text-align: center;
    margin-top: 6vh;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.s_parameter h3{
    font-size: 20px;
}
.s_parameter img{
    max-width: 50%;
}
.s_parameter img:hover{
    transition: 0.5s ease;
    filter: drop-shadow(2px 4px 6px black);
}
.single_title h1 {
    font-size: 3em;
    font-weight: 600;
}

.single_text {
    width: 80%;
    left: 10%;
    position: relative;
    text-align: center;
    margin-top: 11vh;
    font-size: 18px;
    font-weight: 500;
}
.vert img {
    max-width: 25vw;
}
.col-md-12.my_gallery {
    display: flex;
    flex-direction: row;
    margin-top: 10vh;
}
.title-container h1 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 400;
}
/*Mobile Remi*/
@media screen and (max-width: 900px){
    .section__home-page {
        max-height: 100vh;
    }
    .hero-content h2 {
        margin-top: 23%;
    }
    .button.hero-button {
        margin-top: 18%;
    }
    .mycard-container {
        width: 100%;
    }
    section.reasons_main {
        padding-bottom: 10%;
    }
    .card_content {

        left: 8%;
    }
    .text_back {
        color: #fff;
        text-align: center;
        font-size: 2rem;
        line-height: 2.5rem;
        position: relative;
        left: 3%;
        width: 90%;
    }
    .button-group.filter-button-group.row {
        justify-content: center;
        gap: 1%;
        margin-bottom: 10px;

    }
   
    .animation_logo svg {
        max-width: 100vw;
    }
    

    .calctext h2 {
        font-size: 3rem;
        white-space: normal;
        text-shadow: 7px 7px 12px rgba(0, 0, 0, 0.48);
        position: relative;
        left: -13%;
        top: -100px;
    }
    .calctext h3 {
        font-size: 1.9rem;
        white-space: normal;
        text-shadow: 6px 9px 16px rgba(0, 0, 0, 0.48);
        margin-top: 10%;
        position: relative;
        left: -13%;
        top: -100px;
    }
    .button_calc_container{
        margin-top: -36px;
        display: flex;
        justify-content: center;
        margin-bottom: 15%;
        margin-right: 25%;
    }
    .contact_subtitle {
        top: -3%;
    }
    .c_data {
        font-size: 1.5rem;
        margin-bottom: 7%;
        color: var(--primary-color);
        width: 100vw;
        position: relative;
        left: -38%;
        top: -38px;
    }
    .params {

        flex-direction: column;
    }
}
.s_parameter img {
    width: 200px;
    height: 170px;
    border-radius: 100%;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .my_gallery_vert .col-md-6 {
        width: 100%;
    }
    .my_gallery_vert {
        display: flex;
        margin-top: 4%;
        flex-direction: column;
        gap: 21px;
        width: 100%;
    }
    .vert img {
        max-width: 100%
    }
}
.material_container {
    width: 100%;
    margin-top: 10;
    margin-bottom: 5%;
}

.material_container h2 {
    font-size: 1.5rem;
    color: var(--primary-color);
}
.round {
    width: 188px;
    height: 170px;
    border-radius: 100%;
    margin-bottom: 30px;
    margin-left: 23%;
}
.menu ul li.active a {
    background: var(--primary-color);
    border-radius: 35px;
    color: #fff;
    font-weight: bold;
}
.category-black {
    color: #000 !important;
}
/*Partners*/
section#partners {
    height: 80vh;
}
#partners .title_green{
    margin-bottom:30% !important;
}
/*Marquee*/
:root {
    --marquee-width: 100vw;
    --marquee-height: 20vh;
    /* --marquee-elements: 12; */ /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 4s);
  }
.marquee {
    width: var(100vw);
    height: var(30vh);

    color: #eee;
    overflow: hidden;
    position: relative;
  }
  .marquee:before, .marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
  }
  .marquee:before {
    left: 0;
    background: linear-gradient(to right, #111 0%, transparent 100%);
  }
  .marquee:after {
    right: 0;
    background: linear-gradient(to left, #111 0%, transparent 100%);
  }
  .marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
  }
  /* .marquee-content:hover {
    animation-play-state: paused;
  } */
  @keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
  }
  .marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height)*3/4); /* 5rem; */
    white-space: nowrap;
  }
  
  .marquee-content li img {
    width: 50%;
    /* height: 100%; */
  }
  
  @media (max-width: 600px) {
    html { font-size: 12px; }
    :root {
      --marquee-width: 100vw;
      --marquee-height: 16vh;
      --marquee-elements-displayed: 2;
    }
    .marquee:before, .marquee:after { width: 5rem; }
  }

  #weare .title_green{
    margin-top: 4% !important;
  }
/*Media for cards*/
  @media (max-width: 600px) {

.cover, .back {
    width: 90%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    /* box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .18); */
    text-shadow: 0 .15rem .2rem rgba(0, 0, 0, .2);
    left: 10%;
}

  }
  .vertical_img_container{
    padding-bottom: 5%;
  }
  .left_vert {
    text-align: right;
}
.right_vert {
    text-align: left;
}
.center_vert {
    text-align: center;
}
/*whatsup*/
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    transition-duration: .5s;
    gap: 10px;
    z-index: 99999;
}

.whatsapp-btn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.whatsapp-btn:hover{
    color: #fff;
    scale:1.1;
}
#accessories {
    padding:2% ;
    min-height: 100vh;
}
.gallery_content{
    width: 100%;
    max-height: 200px;
    margin-bottom: 25%;
}
.gallery_content img {
    width: 100%;
    height: 100%;
    border-radius: 19px;
    border: 4px solid #d24e0f;
}
.plash {
    width: 80%;
    height: 38vh;
    position: absolute;
    background: var(--primary-color);
    margin-top: 21vh;
    margin-left: 4vw;
}
svg.logo_svg {
    max-width: 25vw;
    max-height: 80vh;
}


.second-list-single li{
    position: relative; /* Относительное позиционирование для псевдоэлемента */
    text-align: right; /* Выровнять текст вправо */
    list-style: none !important; /* Убрать стандартный маркер */
}
.wp-block-list li {
    display: flex; /* Сделать элемент списка флекс-контейнером */
    justify-content: flex-end; /* Выровнять текст вправо */
    align-items: center; /* Центрировать элементы по вертикали */
    list-style: none; /* Убрать стандартный маркер */
    padding-left: 20px; /* Промежуток для маркера */
}

.wp-block-list li::before {
    content: "";
    width: 12px; /* Ширина маркера */
    height: 12px; /* Высота маркера */
    background-color: var(--primary-color); /* Цвет маркера */
    border-radius: 50%; /* Сделать кругом */
    margin-right: 8px; /* Промежуток между маркером и текстом */
}
.first-list-single li{
    text-align: left;
    
    justify-content: flex-start !important;
}
#weare::after{
    content: "";
    width: 10px;
    height:10px;

}
#proyectos{
    position: relative;
}
.minilogo {
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: 32px;
    left: 28px;
}
.minilogo svg {
    height: 100px;
    width: 100px;

}
.logo svg {
    max-width: 237px;
    height: 60px;
}
.soc-networks {
    font-size: 40px;
    color: var(--primary-color) !important;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap:23px;
    margin-top: 12%;
}
.soc-networks a{
    color: var(--primary-color) !important;
    transition: .3s all;
}
.soc-networks a:hover{

    transform: scale(1.2);
}
.minilogo img {
    max-width: 100%;
}
.logo_bottom img {
    max-width: 106%;
}
/*Mobile fixes */
@media (max-width: 600px) {
    .logo_bottom img {
        max-width: 100%;
    }
    .minilogo img {
        max-width: 44%;
        position: relative;
        left: 12px;
    }
    .logo svg {
        max-width: 237px;
        height: 45px;
        position: absolute;
        bottom: -22px;
    }

    .horiz img {
        max-width: 100% !important;
    }  
    .s_parameter img {
        width: 156px;
        height: 134px;

    }
    .button_project {
        font-size: 17px;
    }
    .cards_row {
        margin-top: 7%;
        position: relative;
        right: 3%;
    }
    .card_button {

        position: relative;
        bottom: 8vh;
    }
    .modal-content {
    
        max-width: 72%;
    }
    #contactModal .consultcontent {
        width: 100vw;
    }
    .flex_row_bottom {
        flex-direction: column;
        align-items: center;
        font-size: 2rem;
  
    }
    .menu_bottom {
        margin-left: 0;
        flex-direction: column;
    }
    .col-md-6.calctext {
        margin: 15% 0 0 13% !important;
    }
    section#accessorios {
        margin-left: 9% !important;
    }
    .section__contact {
        padding-left: 0% !important;
    }
    .animation_logo {
        position: relative;
        right: 9%;
        top: 0;
        filter: drop-shadow(2px 4px 6px #00000080);
        margin-bottom: 15%;
    }
    .ul_title {
        font-size: 2.2rem;
        font-weight: bold;
        min-width: 82px;
        margin-bottom: 6px;
        margin-top: 80px;
    }
    .bottom-switcher ul {
        display: flex;
        flex-direction: row;
        gap: 8px;
        position: relative;
        left: -10vw;
    }
    .wp-block-list li {
        justify-content: flex-start; /* Выровнять текст вправо */
       
    }
    svg.logo_svg {
        max-width: 60vw;
        max-height: 25vh;
        position: relative;
        left: 20vw;
    }
    .minilogo svg {
        height: 55px;
        width: 100px;
    }
    .minilogo {
        height: 83px;
        width: 100px;
        position: absolute;
        top: 64px;
        left: 3px;
    }
    .title-container {
        margin-top: 20%;
    }
    ul.wp-block-list {
        width: 115%;
    }
    .language-switcher:hover .language-list {
        width: 113%;
        /* text-align: -webkit-center; */
        /* position: absolute; */
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        left: -17%;
        background: none;
        line-height: 45px;
    }
    p.category-black {
        margin-bottom: -3px;
        margin-top: 57px;
        margin-left: 5px;
    }
    
    .category-black {
        color: #000 !important;
        margin-bottom: 170px;
        position: relative;
        font-weight: 500;
    }
    .powered {
margin-top: 20px;

    
    }
    .powered p{
     font-size: 15px;
    
    }
    .contact_data {
        margin-top: 20%;
        margin-left: 25%;
        text-align: center;
    }
    .main_form input[type="text"] {
       font-size: 18px;
    
    }
    textarea{
        font-size: 18px;

    }
    section.calcto_main {
        position: relative;
        width: 100%;
        height: auto;
        background: url('/wp-content/uploads/2024/10/calcbg-scaled.jpg');
        padding: 1px;
        background-size: cover;
        min-height: 100vh; 
        background-position: bottom;
    }
    https://remimadrid.com/wp-content/uploads/2024/10/calcbg-scaled.jpg
      }

      @media only screen and (min-width: 700px) and (max-width: 1450px) {
        #contactModal .consultcontent {
            width: 52%;
            height: 86%;
        }
      }
  /*Hotfixes*/
  .button_container_second{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5%;
  }