body[data-area="home"]{
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(32,2,51,1) 10%, rgba(32,2,51,1) 15%,rgba(32,2,51,1) 45%, rgba(10,19,70,1) 75%, rgba(6,23,75,1) 76%, rgba(0,0,0,1) 100%)
}
section.black,section.home-engage{
    background: unset;
}
body[data-area="home"] footer{
    background: unset;
}
section.home-engage{

    padding: 50px 65px 85px;
}
.home-slider-wrapper{
    height: 100vh;
    position: relative;
}
.page-header-text{
    margin-left: 6.5vw !important;
}

.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;

}
.slide-header{
    font-size: 2.8vw;
    line-height: normal;
}
.home-slider {
    position: relative;
    height: 100%;
    width: 100%;
}
.home-slider-intro{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.slide-content{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.slide-content-title{
    width: 100%;
    max-width: 960px;
}
.slide-content-subtitle{
    width: 50%;

}
.slide-content-anim{
    width: 50%;
    height: 100px;
}
.slide-conteiner {
    padding: 0 5vw;
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 50vh;
    height: 100vh!important;
}
/*section .home-slider-intro{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    gap: 2vw;*/
/*    max-height: 65vh;*/
/*    margin-bottom: 10vh;*/
/*    !*border: 1px solid red;*!*/
/*}*/
section .home-slider-intro .home-slider-intro-text{
    width: 53%;
    height: 50vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
section .home-slider-intro .home-slider-intro-anim{
    width: 47%;
    position: relative;
    height: 100%;
    right: 200px;
}

/*.home-slider .slide .slide-text{*/
/*    position: relative;*/
/*    top: 200px;*/
/*    left: 85px;*/
/*    font-size: 3.5vw;*/
/*    line-height: 1.2em;*/
/*    width: 50vw;*/

/*}*/
.home-slider .slide .slide-subtitle {
    position: static;
    width: 30vw;
    /*bottom: 13%;*/
    /*left: 85px;*/
    transition: opacity 0.6s;
    transition-delay: 0.4s;
    opacity: 0 !important;
    pointer-events: none;
}
.home-slider .slide .slide-subtitle .subtitle-content {
    letter-spacing: 0.5px;
    line-height: 1.3em;
}
.home-slider .slide .slide-subtitle .slide-link {
    margin-top: 20px;
}
.home-slider .slide .illu {
    --w: 38.5vw;
    --h: 52.5vh;
    position: relative;
    width: var(--w);
    height: var(--h);
    top: 1rem;
    bottom: 0;
    right: 0;
    left: 8rem;
}
.home-slider .slide .slide-header{
    font-family: 'TiemposHeadline', Georgia, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3vw;
    line-height: 1.2em;
}
.home-slider .slider-nav {
    position: absolute;
    bottom: 40px;
    left: 85px;
    font-size: 1.5em;
    display: flex;
    cursor: pointer;
}





.home-slider .slider-nav .swiper-button-prev:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACVSURBVHgBzZbLDYAgEEQHYgc2Yg+WZA/eKMkebIQacDFgYjTKAXaYZJUDyXuEL1CQEMIoNaNBhr8OES6/RSpKwBizoWIsCuFSXmpH5RiUw52M3kNDQAv+KqAJfwhow28CDPglwIKfAkx4FlgTnBILcvhTED/URZgb1G3IlOjrKGZI9Hkda0p8HkQJ5hI8SkxgpOWj9AAD3HmkvE4+lAAAAABJRU5ErkJggg==);
    color: rgba(255,255,255,0.6);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 36px;
}
.section-welcome-inner-wrapper{

}
.section-inner-wrapper{
    width: 100%;
    max-width: 96vw;
    padding: 0 0vw;
    margin: 0 auto;
}

body[data-area="home"] .section-inner-wrapper{
    padding: 0 4vw;
}

header .section-inner-wrapper{
    max-width: 96vw;
    padding: 0 4vw;
}

.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
}

.header-wrapper {
    padding-left: 3.5vw;
}

header{
    padding-left: unset;
    padding-right: unset;
}
section.black a.button, section.page-header a.button
{
    background: rgb(252,35,144);
    background: linear-gradient(90deg, rgba(252,35,144,1) 20%, rgba(188,55,255,1) 80%);
    border: unset;
    transition: background 1s ease, transform 1s ease;
}
section.black a.button:hover, section.page-header a.button:hover,
section.black a.button:active, section.page-header a.button:active,
section.black a.button:focus, section.page-header a.button:focus
{
    background: rgb(188,55,255);
    background: linear-gradient(90deg, rgba(188,55,255,1) 20%, rgba(252,35,144,1) 60%, rgba(255, 170, 32, 1) 110%);
    color: white;
    transition: background 1s ease, transform 1s ease;
}

header .header-logo--text svg{
    font-size: 32px;
}
nav#navigation ul li{
    font-size: 1.3rem;
}
.home-about-us-block{
    display: flex;
    justify-content: center;
    align-items: center;
    height: max-content;
    position: relative;
    min-height: 50vh;
    gap: 5vw;
}
.home-about-us-block>div{
    flex: 1 1 auto;
}
.home-about-us-block-text{
    width: 50%;
    padding: 0 25px;
    display: flex;
    height: max-content;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    /*border: 1px solid red;*/
    color: white;
}
.home-about-us-block-text p{
    letter-spacing: 0.5px;
    line-height: 1.3em;
    color: rgba(255,255,255,0.6);
    font-family: Aeonik, sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.home-about-us-block-text .slide-link{
    margin-top: 20px;
}
.home-about-us-block-text h3{
    order: 0;
}
.home-about-us-block-anim{
    width: 45%;
    height: auto;
    /*background: #0005fe;*/
}
form a.button, input[type="submit"], form input[type="submit"]{
    border: 1px solid white;
    padding: 0.6em 2.0em;
    font-size: 1.3rem;
}
.home-about-us-block-text-btn a.button, input[type="submit"]{
    border: 1px solid white;
    padding: 0.6em 1.3em;
    font-size: 1.2rem;
}
.home-about-us-block{
    height: 100vh;
}
.home-engage-rows{
    gap: 5vw;
}
section.home-engage .home-engage-rows{
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    /*padding: 0;*/
}
.contact-form, .social-list{
    display: flex;
    flex-direction: column;
}
section.home-engage h2{
    font-family: 'TiemposHeadline', Georgia, serif;
    font-style: normal;
}
section.home-engage .home-engage-rows>div{
    width: max-content;
    display: flex;
    gap: 5%;
}

section.home-engage .home-engage-rows .contact-form{
    gap: 3rem;
    width: 60%;
}
section.home-engage .home-engage-rows .social-list{
    gap: 3rem;
    justify-content: flex-start;
    width: 35%;
}
.home-engage-rows .social-list h2{
    text-align: center;
    font-family: 'TiemposHeadline', Georgia, serif;
    font-style: normal;
}
.home-about-us-block-text h3{
    font-size: 2.3em;
    font-family: 'TiemposHeadline', Georgia, serif;
    font-style: normal;
}
.social-list ul{
    justify-content: center;
    gap: 25px;

}
.social-list ul li{
    max-width: 90px;
    max-height: 90px;
    border: 1px solid white;
}
.form-row{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
a.button:hover, input[type="submit"]:hover{
    background: white;
    color: black;
    transition: all 1s ease, transform 1s ease;
}
.form-row-full{
    margin-top: 20px;
}
.form-row-full-col{
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.checkbox{
    display: flex;
    align-items: center;
    gap: 15px;
}
footer .checkbox{
    align-items: flex-start;
}
label.checkbox span:first-child{
    margin: 0;
}
.form-row>input{
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    width: 50%;
    padding-bottom: 20px;
    letter-spacing: 1px;
    padding-left: 20px ;
}
.form-row>select{
    color: rgba(255,255,255,0.6);
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    width: 50%;
    background: none;
    padding-bottom: 20px;
    font-family: Aeonik, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.form-row> select option {
    /*background-color: red!important;*/
    color: #1e1e1e;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

form input{
    padding: 1rem 0;
}
footer .footer-join .mc-field-group input:not([type='checkbox']){
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
form textarea{
    color: white;
    border: 1px solid rgba(255,255,255,0.5);
    width: 100%;
    letter-spacing: 1px;
    border-radius: 15px;
    padding: 25px;
}


.home-engage  label.checkbox .checkmark::before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 3px;
    top: 8px;
    border: 1px solid #FFFFFF;
    display: none;
}
.home-engage label.checkbox .checkmark::after, footer label.checkbox .checkmark::after{
    display: none;
}
.home-engage label.checkbox input:checked ~ .checkmark::after , footer label.checkbox input:checked ~ .checkmark::after{
    display: none;
}

.home-engage label.checkbox .checkmark::after, footer label.checkbox .checkmark::after{
    display: none;
}
.engage-overlay form input[type="checkbox"]:checked + span::before, .engage-overlay form input[type="checkbox"]:checked + span::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: white;
    border-radius: 50%;
}
.home-engage form input[type="checkbox"]:checked + span::before, footer form input[type="checkbox"]:checked + span::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: white;
    border-radius: 50%;
}
.our-project-status-content{
    position: relative;
}
.swiper {
    width: 100%;
    height: 100%;
    /*min-height: 650px;*/
    position: static;
    overflow-y: unset;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
    /*border: 1px solid white;*/
    min-height: 500px;
    opacity: 1;
    transition: all 1s ease, transform 1s ease;

    transition: opacity 0.3s ease;

}
.ourProject-homepage .swiper-slide{
    cursor: pointer;
}
.swiper-slide .our-project-slide-img-shadow{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 1;
    position: absolute;
    transition: all 1s ease;
}
.swiper-slide:hover .our-project-slide-img-shadow {
    opacity: 0;
    transition: all 1s ease;
}
.swiper-slide:hover{
    /*padding: 15px;*/

    transition: all 1s ease, transform 1s ease;
    border-radius: 20px;
}
.swiper-slide.hovered ~ .swiper-slide {
    opacity: 0.1; /* Прозрачность для слайдов справа от активного */
}

.swiper-slide:hover,
.swiper-slide.hovered {
    opacity: 1; /* Полная непрозрачность для активного слайда */
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination .swiper-pagination-bullet{
    background: white;
}
.our-project-slide{
    width: 100%;
}

.our-project-slide-img{
    position: relative;
    height: 250px;
}
.our-project-slide-img img{
    border-radius: 15px;
}
.our-project-status{
    position: absolute;
    top: 20px;
    right: 15px;
    background: purple;
    /*width: 1.3em;*/
    padding: 0 5px;
    height: 1.3em;
    border: 1px solid white;
    border-radius: 100px;
    z-index: 10;
}
.our-project-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 0;
    /*padding-bottom: 40px;*/
    margin-bottom: 40px;
}
.our-project-status-container p{
    font-size: 1.3rem;
    font-family: "adobe-clean", sans-serif;
    color: rgba(255,255,255,0.6);
}
.our-project-header-nav{
    width: 25px;
}
.our-project-header-nav img{
    width: 100%;
    height: 100%;
}
.our-project-header h3{
    font-family: 'TiemposHeadline', Georgia, serif;
    font-style: normal;
    font-size: 2.1em;
    color: white;
    padding-bottom: 30px;
}
.our-project-slide h4{
    margin-top: 25px;
    font-size: 1.6rem;
    font-family: 'TiemposHeadline', Georgia, serif;
    font-style: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    transition: all 1s ease;
}
body[data-area="home"] .our-project-slide h4{
    margin-top: 25px;
    font-size: 1.6rem;
    font-family: 'TiemposHeadline', Georgia, serif;
    font-style: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    transition: all 1s ease;
}
body[data-area="places"] .our-project-slide h4{
    margin-top: 25px;
    font-size: 1.6rem;
    font-family: 'TiemposHeadline', Georgia, serif;
    font-style: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    transition: all 1s ease;
}
body[data-area="home"] .our-project-slide p{
    color: rgba(255, 255, 255, 0.7);
    transition: all 1s ease;
}
/*body[data-area="places"] .our-project-slide p{*/
/*    color: rgba(0, 0, 0, 0.7);*/
/*    transition: all 1s ease;*/
/*}*/

.our-project-slide-text{
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 10px;
}
body[data-area="home"] .swiper-slide:hover .our-project-slide h4, body[data-area="home"] .swiper-slide:hover .our-project-slide p{
    color: white;
    transition: all 1s ease;
}
/*body[data-area="places"] .swiper-slide:hover .our-project-slide h4, body[data-area="home"] .swiper-slide:hover .our-project-slide p{*/
/*    color: black;*/
/*    transition: all 1s ease;*/
/*}*/
.about-us-content-header{
    font-family: 'TiemposHeadline', Georgia, serif;
    font-style: normal;
    font-size: 1.6em;
    color: white;
    padding-bottom: 40px;

}
form .submission{
    margin-top: 25px;
}
.result .success, .result .error{
    display: none;
}
.about-us-content-header{
    display: flex;
    justify-content: space-between;
}
.our-project-status-container{
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 30px;
}
.our-project-nav-container-item{
    position: absolute;
    top: 50px;
    right: 20px;
    color: white;
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 10px;
    width: 180px;
    height: 40px;
}
.swiper-button-prev, .swiper-button-next{
    display: block;
    width: 35px!important;
    align-items: center;
    vertical-align: center;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 36px;

}
.swiper-button-prev:after{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACVSURBVHgBzZbLDYAgEEQHYgc2Yg+WZA/eKMkebIQacDFgYjTKAXaYZJUDyXuEL1CQEMIoNaNBhr8OES6/RSpKwBizoWIsCuFSXmpH5RiUw52M3kNDQAv+KqAJfwhow28CDPglwIKfAkx4FlgTnBILcvhTED/URZgb1G3IlOjrKGZI9Hkda0p8HkQJ5hI8SkxgpOWj9AAD3HmkvE4+lAAAAABJRU5ErkJggg==');
    color: rgba(255,255,255,0.6);
}
.swiper-button-next:after{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACWSURBVHgBxZbbCcAgDEWTruAinaHdoYs4RwfoVl3EGWwEf9tG8OYeCIIIOfhIFAFQa90tkmftIpNpyW04LLJHYrqAcVsUi+SRUAHQk+Yu0WROVS0SJTAiARPwSkAFPBJwgT+JEIEviTCBVwmbvIRHQRSiIfhHIEFQLyH1GVILEbUUU5sRtR2PJG8gCtHqTQ7DdmHzfkofip94dPu7rkgAAAAASUVORK5CYII=');
    color: rgba(255,255,255,0.6);
 }

.swiper .our-project-nav-container-item p{
    font-size: 1rem;
    color: rgba(255,255,255,0.6);
}

.our-project-status-container-item{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.our-project-status-container p{
    font-size: 1.3rem;
    font-family: "adobe-clean", sans-serif;
}

h4, h2, h3{
    order: 0;
}
.our-project-header-status{
    width: 20px;
    height: 20px;
    border-radius: 100px;
}
.our-project-status-purple{
    background: #BC37FF;
}
.our-project-status-yellow{
    background: #FFAA20;
}
.our-project-slide p{
    margin: 15px 0 15px;
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    color: rgba(255,255,255,0.6);
    font-family: Aeonik, sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.our-project-text-btn{
    margin-top: 15px;
}
.our-project-text-btn .slide-link{
    text-align: left;
}
a.button, input[type="submit"]{
    cursor: pointer;
    transition: all 1s ease, transform 1s ease;
}
.our-project-text-btn a.button, input[type="submit"]{
    border: 1px solid white;
    padding: 0.6em 1.3em;
    font-size: 1.2rem;
}
.about-us-header, .about-us-content{
    width: 100%;
   /*border: 1px solid red;*/
}
.about-us-content{
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 0.5px solid rgba(255,255,255,0.6);
}
.home-our-project-block{
    /*border: 1px solid green;*/
    display: block;

    margin-top: 10vw;
}
/* Исходное состояние элементов */
.about-us-hidden {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Конечное состояние элементов */
.about-us-visible {
    opacity: 1;
    transform: translateY(0);
}
[data-delay] {
    transition-delay: var(--delay, 0s);
}

@media screen and (max-width: 600px) {

    /*.home-slider .slide .illu {*/
    /*    position: static;*/
    /*}*/

    .our-project-header {
        flex-direction: column;
    }
    .swiper {
        min-height: 650px;
    }
    .about-us-content-header {
        margin-bottom: 50px;
    }
    .our-project-nav-container-item {
        top: 100px;
        right: 0;
    }

    .swiper .our-project-nav-container-item p {
        margin-top: 20px;
    }

    .home-slider .slide .slide-subtitle .subtitle-content {
        margin-top: 10px;
    }
    .home-slider .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

}

@media screen and (max-width: 1024px) {
    .slide-text,
    .home-slider .slide .slide-subtitle,
    .animation-element,
    .home-slider .slide .slide-text,
    section .home-slider-intro .home-slider-intro-text,
    section .home-slider-intro .slide-header{
        width: 100%;
    }
    .section .home-slider-intro .slide-header{
        text-align: center;
    }
    section .home-slider-intro .home-slider-intro-anim{
        width: 70%;
    }

    .about-us-content-header h4 {
        font-size: 1.05em;
    }
    .home-slider-wrapper-mob {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .home-slider .slide {
        position: absolute;
        /*top: 60px;*/
        left: 0;
        width: 100%;
        /*height: 80vh;*/
        transition: opacity 0.4s;
        opacity: 0;
        pointer-events: none;
    }
    .slide {
        margin-top: 10px;
    }
    .home-slider .slide .slide-subtitle .subtitle-content {
        margin-top: 50px;
    }
    .home-slider .slide .slide-subtitle .slide-link {
        margin-top: 20px;
    }
    .home-slider .slide .illu {
        position: absolute;
        top: 40%;
        left: 84%;
        transform: translate(-50%, -45%);
        width: 70%;
    }
    .home-slider .home-slider-intro-text .slide-header {
        font-size: 5vw;
        line-height: 1.3em;
        letter-spacing: 0.5px;
    }
    .home-slider .slide .home-slider-intro-text{
        position: absolute;
        width: calc(100% - 40px);
        font-size: 2vw;
        line-height: 1.3em;
        letter-spacing: 0.5px;
        left: 20px;
        top: 100px;
        height: 80%;
    }

    .home-slider .slide .slide-header,
    .home-slider .slide .home-slider-intro-text .slide-subtitle,
    .home-slider .slide .slide-subtitle .slide-link {
        text-align: center;
    }
    .home-slider .slide-header {
        font-size: 5.5vw;
    }
    header.black #navigation{
        display: none;
    }
    .header-wrapper{
        flex-direction: column;
    }
    header nav#navigation ul li{
        font-size: 1.3em;
    }

    .home-slider .slide .slide-subtitle {
        position: absolute;
        transition: opacity 0.6s;
        transition-delay: 0.4s;
        opacity: 0 !important;
        pointer-events: none;
        width: calc(100% - 65px);
        left: 30px;
        bottom: 30px;
        font-size: 0.9em;
    }
}
@media screen and (min-width: 381px) and (max-width: 1024px) and (max-height: 1024px) and (orientation: portrait){
    .home-slider .slide {
        height: 80vh;
        top: 60px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (max-height: 1024px) and (orientation: portrait){
    .home-slider .slide .slide-text {
        width: calc(100vw - 185px);
        left: 12vw;
    }
    .home-slider .slide .slide-subtitle {
        width: calc(100% - 130px);
        /*left: 12vw;*/
    }
    .home-slider .slide .illu{
        top: 50%;
    }

    .home-slider .slide {
        height: 90vh;
        top: 40px;
    }
}

@media (max-width: 1279px) {
    .form-row {
        flex-direction: column;
    }
    .form-row > input, .form-row > select {
        width: 100%;
    }
    section.home-engage .home-engage-rows .contact-form {
        width: 100%;
        margin-bottom: 50px;
    }
    section.home-engage .home-engage-rows .social-list {
        width: 100%;
    }
    .social-list ul li {
        width: 50px;
        height: 50px;
    }
footer .footer-links ul:last-of-type {
    flex-basis: 50%;
}
    footer .footer-links ul {
        flex: 0 0 50%;
        margin-bottom: 50px;
    }
footer .footer-join .newsletter-disclaimer {
    font-size: 16px;
}
footer .footer-links ul li a {
    font-size: 1.2em;
}
footer .footer-join h2 {
    font-size: 1.8em;
    margin-top: 0;!important;
}
.home-about-us-block {
    flex-direction: column;
    height: auto;
    margin: 100px auto;
}
.home-about-us-block:nth-child(2n) {
    flex-direction: column-reverse;
}
    .home-about-us-block-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .home-about-us-block-text h3,
    .home-about-us-block-text p,
    .home-about-us-block-text .slide-link {
        margin: 0 auto;
    }

}
@media (min-width: 1440px) {
    .slide-header{
        min-height: max-content;
    }
    .home-slider .slider-nav{
        /*left: 14vh;*/
    }
    .home-about-us-block{
        height: 80vh;
    }
}

@media (min-width: 1920px) {
    .section-inner-wrapper{
        padding: 0 8vw;
    }
    .home-slider .slider-nav{
        /*left: 22vh;*/
        /*bottom: 12vh;*/
    }
    .home-slider-wrapper{
        height: 900px;
    }

}

@media (min-width: 2500px) {
    .section-inner-wrapper{
        max-width: 1920px;
        padding: 0;
    }
}


.visible{
    display: block !important;
}



/*///////////OUR PROJECT PAGE//////////*/
section .our_project-intro{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
    max-height: 65vh;
    margin-bottom: 10vh;
    /*border: 1px solid red;*/
}
section .our_project-intro .our_project-intro-text{
    width: 53%;
    /*border: 1px solid green;*/
}
section .our_project-intro .our_project-intro-anim{
    width: 47%;
    /*border: 1px solid blue;*/
}
body[data-scene="places"] section p{
    color: rgba(0,0,0,0.6);
    line-height: 1.3em;
    font-size: 1.1em;
}
.our_project-describe-cards-block{
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.our-project-describe-item{
    border-radius: 20px;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 200px;
    /*box-sizing: border-box;*/
}
.our-project-describe-item:first-child{
    background: #E6CFEF;
}
.our-project-describe-item:nth-child(2){
    background: #FADDDA;
}
.our-project-describe-item:nth-child(3){
    background: #FEEAC9;
}
.our-project-describe-item-header{
    background: black;
    padding: 20px 40px;
    border-radius: 20px 20px 0 0;
    color: white;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}
.our-project-describe-item-icon{
    width: 0.8em;
    height: 0.8em;
    border-radius: 100px;
}
.our-project-describe-item:first-child .our-project-describe-item-icon{
    background: #BC37FF;
}
.our-project-describe-item:nth-child(2) .our-project-describe-item-icon{
    background: hotpink;
}
.our-project-describe-item:nth-child(3) .our-project-describe-item-icon{
    background: #FFAA20;
}
.our-project-describe-item-header h4{
    font-size: 1.3em;/
}
.our-project-describe-item-text{
    padding: 30px 25px;
}
.our-project-describe-item-text span{
    font-weight: bold;
}
.our-project-describe-item-text p, .our-project-describe-item-text li {
    margin-bottom: 1em;
    font-size: 1.1rem;
    line-height: 1.4rem;
}
.our-project-describe-item-text ul{
    list-style-type: disc;
    padding: 0 20px;
}
.our_project-describe-story-company{
    margin: 10vh auto;
    padding-bottom: 12vh;
    position: relative;
}
.our-project-our-story-item{
    flex: 1 1 calc(25% - 20px);
    min-width: 150px;
    box-sizing: border-box;
    background: black;
    padding: 20px;
    height: 400px;
}
.our-project-story-slide{
    background: black;
    color: white;
    text-align: left;
    border-radius: 10px;
    padding: 20px 20px;
    height: 550px;
    max-width: max-content;
}
.our-project-story-slide .swiper-slide{
    cursor: unset;
}
.our-project-story-slider-header{
    margin-bottom: 30px;
}
.our-project-story-slider-header h4{
    font-size: 1.2em;
    font-family: 'Aeonik', sans-serif;
    font-weight: 600;
    padding: 10px 0;
}
.story-years-color-2019 {
    background:#AC00FF;
}
.story-years-color-2020 {
    background:#FF5442;
}
.story-years-color-2021 {
    background:#FFAB22;
}
.story-years-color-2022 {
    background:#00C86C;
}
.story-years-color-2023 {
    background:#05B6C1;
}
.story-years-color-2024 {
    background:#0600FF;
}

.our-project-story-item-text p{
    margin-bottom: 20px;
    height: 160px;
    display: block;
    overflow: hidden;
    font-size: 17px;
}
.our-project-story-item-text a{
    border-bottom:1px solid #BC37FF;
    color: #BC37FF;
    transform: unset;
}
.our-project-story-item-text h5{
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Aeonik', sans-serif;
    font-weight: 600;
    padding: 10px 0;
}
.our-project-story-item-text img{
    border-radius: 10px;
    width: 100%;
    height: 210px;
}
.our-project-story-years{
    display: flex;
    gap: 2rem 1rem;
    margin: 5vh 0;
    width: 100%;
    flex-wrap: wrap;
}
.our-project-story-years-icon{
    width: 0.8em;
    height: 0.8em;
    border-radius: 100px;
}
.our-project-story-years-item{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.1em;
}
/*.our-project-story-years-item:first-child .our-project-story-years-icon{*/
/*    background: #BC37FF;*/
/*}*/
/*.our-project-story-years-item:nth-child(2) .our-project-story-years-icon{*/
/*    background: hotpink;*/
/*}*/
/*.our-project-story-years-item:nth-child(3) .our-project-story-years-icon{*/
/*    background: #FFAA20;*/
/*}*/
/*.our-project-story-years-item:nth-child(4) .our-project-story-years-icon{*/
/*    background: #BC37FF;*/
/*}*/
/*.our-project-story-years-item:nth-child(5) .our-project-story-years-icon{*/
/*    background: hotpink;*/
/*}*/
/*.our-project-story-years-item:nth-child(6) .our-project-story-years-icon{*/
/*    background: #FFAA20;*/
/*}*/
body[data-slug="places"] .about-us-content-header, body[data-slug="places"] .our-project-slide p, body[data-slug="places"] .our-project-slide h4{
    color: rgba(0,0,0,0.7);
    transition: all 1s ease;
}

body[data-slug="places"] .our-project-text-btn a.button, body[data-slug="places"]  input[type="submit"]{
    border: 1px solid black;
    color: rgba(0,0,0,0.6);
}
body[data-slug="places"]  .about-us-content{
    border-top: 1px solid rgba(0,0,0,0.6);
  }
body[data-slug="places"] .swiper .our-project-nav-container-item p, body[data-slug="places"] .our-project-header h3, body[data-slug="places"] .our-project-status-container p{
    color: rgba(0,0,0,1);
}
body[data-slug="places"] footer{
    background: rgba(0,0,0,1);
}
body[data-slug="places"] form a.button, input[type="submit"], form input[type="submit"]{
    color: white;
}
body[data-slug="places"] .swiper-button-prev:after .swiper-button-text4{

}

body[data-slug="places"] .swiper-button-prev:after{
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHRpdGxlPkFydGJvYXJkLTM1PC90aXRsZT48ZyBpZD0iTGVmdC0yIiBkYXRhLW5hbWU9IkxlZnQiPjxwb2x5Z29uIHBvaW50cz0iMjQgMTIuMDAxIDIuOTE0IDEyLjAwMSA4LjIwOCA2LjcwNiA3LjUwMSA1Ljk5OSAxIDEyLjUwMSA3LjUgMTkuMDAxIDguMjA3IDE4LjI5NCAyLjkxNCAxMy4wMDEgMjQgMTMuMDAxIDI0IDEyLjAwMSIgc3R5bGU9ImZpbGw6IzIzMjMyNiIvPjwvZz48L3N2Zz4=');
    margin-top:3px;
    display: block;
}
body[data-slug="places"] .swiper-button-next:after{
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNSAyNSI+PHRpdGxlPkFydGJvYXJkLTM0PC90aXRsZT48ZyBpZD0iUmlnaHQtMiIgZGF0YS1uYW1lPSJSaWdodCI+PHBvbHlnb24gcG9pbnRzPSIxNy41IDUuOTk5IDE2Ljc5MyA2LjcwNiAyMi4wODYgMTEuOTk5IDEgMTEuOTk5IDEgMTIuOTk5IDIyLjA4NiAxMi45OTkgMTYuNzkyIDE4LjI5NCAxNy40OTkgMTkuMDAxIDI0IDEyLjQ5OSAxNy41IDUuOTk5IiBzdHlsZT0iZmlsbDojMjMyMzI2Ii8+PC9nPjwvc3ZnPg==');
    margin-top:3px;
    display: block;
}
body[data-slug="places"] a.button:hover, input[type="submit"]:hover {
    background: black;
    color: white;
    transition: all 1s ease, transform 1s ease;
}
.swiper-button-prev, .swiper-button-next{
    transition: all 0.3s ease
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    width: 33px!important;
    padding-top: 2px;
    transition: all 0.3s ease;
}
.nude-bg{
    background: #F3F1ED;
}
#our-project-story-slider .our-project-nav-container-item{
    right: 4vw;
}
body[data-slug="places"] .home-our-project-block{
    margin-top: 4vw;
}
body[data-slug="places"] .swiper-slide:hover .about-us-content-header, body[data-slug="places"] .swiper-slide:hover .our-project-slide p, body[data-slug="places"] .swiper-slide:hover .our-project-slide h4{
    color: rgba(0,0,0,1);
    transition: all 1s ease;
}
/*Engage overlay*/
.engage-overlay{
    display: flex;
    flex-direction: column;
    gap: 8vh;

}
.engage-overlay .section-inner-wrapper{
    padding: 0 3vw;
}
.engage-overlay-intro-block{
    flex: 1 1 100%;
    display: flex;
    gap: 8vw;
    margin-top: 15vh;
}
.engage-overlay .close{
    right: 80px;
}
.engage-overlay .close{
    width: 25px;
    height: auto;
}

.engage-overlay .close svg{
    width: 100%;

}
.engage-overlay-intro-text{
    flex: 1 1 55%;
}

.engage-overlay-intro-accordion{
    flex: 1 1 45%;
}
.engage-overlay-intro-block h1{
    font-size: 2.8em;
    margin-bottom: 30px;
    max-width: 470px;
    line-height: 1.2em;
}
.engage-overlay-form-wrap h2{
    border-bottom: 0.5px solid #ccc;
    font-size: 2.3em;
    font-weight: normal;
    padding-bottom: 40px;
    line-height: 1.2em;
}
.engage-overlay-form-wrap h3{
    padding: 20px 0 50px;
    font-weight: normal;
    font-size: 1.7em;
}
.engage-overlay-checkboxes h2{
    margin-bottom: 6vh;
}
.engage-overlay-intro-accordion {
    width: 100%;
}
.engage-overlay-intro-accordion h3{
    margin-bottom: 30px;
}
.accordion-item {
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 18px;
    cursor: pointer;
    background: unset;
    transition: background 0.3s, border 0.3s;
}
.accordion-header:hover{
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.3s, border 0.3s;

}
.icon-new {
    width: 0.8em;
    height: 0.8em;
    border-radius: 100px;
    margin-right: 10px;
}

.icon-plus {
    margin-left: auto;
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease; /* Анимация вращения */
}
.icon-plus img{
    width: 100%;
    height: 100%;
}
.accordion-title{
    font-size: 1.2em;
    font-family: 'TiemposHeadline', Georgia, serif;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 2vw 0 10px;
    opacity: 0;
    transition: max-height 0.3s ease,  opacity 0.3s ease 0.3s;

}
.engage-overlay-intro-text p{
    font-size: 1.1em;
    line-height: 1.3em;
}

.accordion-item.active .accordion-header {
    background-color: rgba(255, 255, 255, 0.1);
}

.accordion-item.active .accordion-content {
    /*max-height: 1000px; !* Достаточно большая высота, чтобы вместить весь контент *!*/
    padding: 30px 15% 30px 10px;
    /*opacity: 1;*/
}

.accordion-item.active .icon-plus {
    transform: rotate(45deg); /* Вращение на 45 градусов при открытии */
}
.engage-overlay-checkbox-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.engage-overlay-checkbox-item {
    flex: 1 1 calc(25% - 20px);
    min-width: 150px;
    box-sizing: border-box;
    background: #6B3684;
    padding: 80px 20px 20px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: background 0.3s, border 0.3s;
    min-height: 300px;
    text-align: left;
    position: relative;
}
.engage-overlay-checkbox-item span{
    line-height: 1.3em;
}
.engage-overlay-checkbox-item input[type="checkbox"] {
    display: none;
}
.engage-overlay-checkbox-item:hover {
    background: #532469;
}

.engage-overlay-form{
    width: 100%;
    margin-top: 8vh;
}

.engage-overlay-checkbox-item::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 50%;
}

.engage-overlay-checkbox-item input[type="checkbox"]:checked + span::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 15px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
}

.engage-overlay-checkbox-item::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    border-radius: 50%;
}

.engage-overlay-checkbox-item input[type="checkbox"]:checked + span::before {
    content: '';
    position: absolute;
    top: 27px;
    left: 27px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
}
.engage-overlay{
    background: #36154b;
}
.engage-overlay .home-engage-rows{
    display: flex;
    justify-content: space-between;
    gap: 1vw;
}
.engage-overlay .home-engage-rows .contact-form {
    /*gap: 3rem;*/
    flex: 1 1 calc(50% - 3rem);
}
.engage-overlay .social-list{
    width: 40%;
    align-items: center;
}
.engage-overlay .social-list li{
    margin-right: 0;
}
.secondary-items-block .items-group .timeline-link[data-align="right"]::after, .secondary-items-block .items-group .timeline-link[data-align="left"]::after{
    bottom: 100px;
}
.secondary-items-block .left .timeline-link .teaser--image{
    left: -10px;
    top: -35px;
}

.secondary-items-block .right .timeline-link:first-child::before{
    /*width: 50%;*/
}
.secondary-items-block .right .timeline-link .teaser--image{
    left: 85%;
    top: -35px;
}
.secondary-items-block .right .timeline-link:first-child .teaser--image{
    left: 83%;
    top: -35px;
}
@media (min-width: 2500px) {
    .page-header-text h1{
        font-size: 4.5rem;
    }
    .our_project-intro-text p{
        font-size: 2.2rem;
    }
}
@media (max-width: 1024px) {
    .our-project-our-story-item {
        flex: 1 1 calc(33.333% - 20px); /* Блоки по 3 в ряд на средних экранах */
    }
    .our-project-describe-item{
        flex: 1 1 calc(33.333% - 20px);
    }
    .page-header-text h1{
        font-size: 2.5rem;
    }
    .our_project-intro-text p{
        font-size: 1.2rem;
    }
    header.active{
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,20,0,1) 0%, rgba(32,2,51,1) 100%);
    }
    header nav#navigation{
        width: 40vw;
        margin: 0 auto;
        min-width: 200px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        height: 100vh;
    }
    header nav#navigation ul li{
        margin-bottom: 1.3rem;
        padding-left: 1.5em;
    }
    header nav#navigation ul li:not(:last-child){
        margin-bottom: 1.3rem;
    }
    header nav#navigation ul li a{
        color: white;
        font-size: 1.6rem;
    }
    header nav#navigation ul li::before{
        width: 0.8em;
        height: 0.8em;
        border: 2px solid;
        left: 0;
        top: 0;
    }

    header.active .button{
        position: static;
    }
    header.active::after{
        display: none;
    }
    header.active .header-logo{
        border: 1px solid white;
        display: none;
    }
    header.active .close{
        position: absolute;
        display: block!important;
        top: 6vh;
        right: 1vw
    }
    header nav#navigation .open-overlay{
        margin-top: unset;
    }
    header.active .close img{
        width: 80%;
        height: auto;
    }
    .engage-overlay-checkbox-item {
        flex: 1 1 calc(50% - 20px); /* Блоки по 3 в ряд на средних экранах */
    }
    .engage-overlay .home-engage-rows{
        display: flex;
        flex-direction: column;
    }
    .engage-overlay .home-engage-rows > div{
        flex: 1 1 100%;
    }
    .engage-overlay .social-list{
        align-items: center;
    }
}
@media screen and (min-width: 381px) and (max-width: 1024px){
    .subtitle-content{
        font-size: 3.2em;
    }
    .home-slider .home-slider-intro-text .slide-header{
        font-size: 4.2em;
        text-align: left;
    }
    .home-slider .slide .home-slider-intro-text{
        min-height: auto;
    }
    .home-slider .slide .slide-subtitle{
        position: static;
        text-align: left;
    }
    .slide-content{
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .home-slider-intro{
        align-items: flex-start;
    }

    .home-slider .slide .illu {
        position: static;
    }
    .home-slider .slide{
        height: 100%;
    }

    section.home-header{
        height: 950px;
    }
    .home-slider .home-slider-intro-text .slide-header{
        font-size: 32px;
    }
    .subtitle-content{
        font-size: 24px;
    }
    .home-slider .slide .home-slider-intro-text{
        position: static;
    }
    section .home-slider-intro .home-slider-intro-anim{
        /*position: static;*/
        margin-top: 70px;
    }


    .home-slider .slide .home-slider-intro-text{
        width: 100%;
    }
    .home-slider .slide .slide-subtitle .subtitle-content{
        margin-top: 20px;
    }
    .home-slider .slide .slide-header, .home-slider .slide .home-slider-intro-text .slide-subtitle, .home-slider .slide .slide-subtitle .slide-link{
        text-align: left;
        width: 100%;
    }
    a.button, input[type="submit"]{
        padding: 15px 30px;
        font-size: 16px;
    }
    section .home-slider-intro .home-slider-intro-anim{
        position: static;
        width: 100%;
        height: 300px;

    }
    .home-slider .slide .illu {
        position: relative;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -45%);
        width: 450px!important;
    }
    .home-about-us-block-anim{
        width: 60%;
    }
    .home-about-us-block-text h3, .home-about-us-block-text h3, .home-engage-rows .social-list h2, .our-project-header h3{
        font-size: 1.6em;
        text-align: left;
    }
    .home-about-us-block-text{
        text-align: left;
    }
    .home-about-us-block-text h3, .our-project-header h3{
        margin: unset;
    }
}

    @media (max-width: 768px) {
    .engage-overlay-intro-block{
        flex-direction: column;
    }
    .engage-overlay-intro-block>div{
        flex: 1 1 100%;
    }
    section .our_project-intro{
        flex-direction: column-reverse;
        height: max-content;
    }

    section .our_project-intro .our_project-intro-text{
        width: 100%;
    }
    .our-project-describe-item {
        flex: 1 1 calc(50% - 20px); /* Блоки по 2 в ряд на средних экранах */
    }
    .our-project-our-story-item {
        flex: 1 1 calc(50% - 20px); /* Блоки по 2 в ряд на маленьких экранах */
    }

    .our_project-describe-story-company .our-project-nav-container-item{
        top: -14px;
        bottom: 0;
        right: -14px;
        left: unset;
        width: 160px;
    }
    .our-project-nav-container-item{
        top: 14px;
        bottom: 0;
        right: -14px;
        left: unset;
        width: 160px;
    }

    .swiper{
        height: min-content;
        padding-bottom: 10vh;
        min-height: auto;
    }
    section .our_project-intro{
        max-height: unset;
    }
    .page-header-text h1{
        font-size: 2.3rem;
    }
    header nav#navigation{
        width: 60%;
    }
    .engage-overlay-checkbox-item {
        flex: 1 1 calc(50% - 20px); /* Блоки по 2 в ряд на маленьких экранах */
    }
    .subtitle-content{
        font-size: 3.2em;
    }
    .home-slider .home-slider-intro-text .slide-header{
        font-size: 4.2em;
        text-align: left;
    }
    .home-slider .slide .home-slider-intro-text{
        min-height: 30vh;
    }
    .home-slider .slide .slide-subtitle{
        position: static;
        text-align: left;
    }
    .slide-content{
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .home-slider-intro{
        align-items: flex-start;
    }

    .home-slider .slide .illu svg{
        /*position: static;*/
        /*right: 0;*/
        /*text-outline: 0;*/
        /*border: 1px solid red;*/
    }
    .home-slider .slide .illu {
        /*position: absolute;*/
        /*top: 40%;*/
        /*left: 140%;*/
        /*transform: translate(-50%, -45%);*/
        /*width: 100%;*/
        position: static;
    }
    .home-slider .slide{
        height: 100%;
    }

    section.home-header{
        height: 980px;
    }
    footer .footer-links ul .list-title{
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    footer .footer-links ul li a{
        font-size: 16px;
    }
    footer .footer-links ul li{
        margin-bottom: unset;
    }
    footer .footer-join h2{
        font-size: 1.3em;
    }
    form input, form textarea{
        /*margin-bottom: unset;*/
    }
    section.home-engage{
        padding: 20px;
    }
    .section-inner-wrapper{

    }

    .form-row>input{
        margin: unset;
        padding-left: 0;
    }
    .form-row > input, .form-row > select{
        padding-top:15px;
        font-size: 18px;
        margin-bottom: 10px;
    }
    section.home-engage .home-engage-rows .contact-form{
        gap: 0;
    }
    .form-row{
        gap: unset;
    }
    form .newsletter-disclaimer{
        font-size: 14px;
        margin-top: unset;
    }
    .form-row-full-col{
        gap: 10px;
    }
    .home-about-us-block-anim{
        width: 100%;
    }
    .home-about-us-block-text h3, .home-about-us-block-text h3, .home-engage-rows .social-list h2, .our-project-header h3{
        font-size: 1.6em;
        text-align: left;
    }
    .home-about-us-block-text{
        text-align: left;
    }
    .home-about-us-block-text h3, .our-project-header h3{
        margin: unset;
    }
    .our-project-header{
        align-items: flex-start;
    }
    .home-about-us-block{
        margin-top: 50px;
    }
    .our-project-header-status {
        width: 18px;
        height: 18px;
    }
    .our-project-status-container{
        gap: 15px;
    }
    .our-project-status-container p{
        font-size: 16px;
        color: rgba(255, 255, 255, 1);
    }

    .home-about-us-block-text p{
        line-height:20px;
        font-size: 18px;
        text-align: left;
    }
    section.home-engage .home-engage-rows .social-list{
        gap: 2em;
    }
    .social-list ul {
        justify-content: flex-start;
        gap: 15px;
    }
    .social-list ul li{
        width: 70px;
        height: 70px;
    }
    .our-project-header{
        margin-bottom: 25px;
    }
    .about-us-content-header{
        margin-bottom: 25px;
    }
    .about-us-content{
        padding-top: 25px;
        margin-bottom: 0;
    }
    .about-us-content-header h4{
        font-size: 24px;
    }
    .home-slider .slide .home-slider-intro-text{
        position: static;
    }
    section .home-slider-intro .home-slider-intro-anim{
        /*position: static;*/
        margin-top: 70px;
    }


    .home-slider .slide .home-slider-intro-text{
        width: 100%;
    }
    .home-slider .slide .slide-subtitle .subtitle-content{
        margin-top: 20px;
    }
    .home-slider .slide .slide-header, .home-slider .slide .home-slider-intro-text .slide-subtitle, .home-slider .slide .slide-subtitle .slide-link{
        text-align: left;
        width: 100%;
    }
    a.button, input[type="submit"]{
        padding: 15px 30px;
        font-size: 16px;
    }
    .our-project-story-years{
        display: grid;
        grid-template-columns: repeat(4, 65px);
        gap: 10px;
    }
    .our-project-story-years-icon{
        width: 16px;
        height: 16px;
    }
    .our-project-story-years-item{
        font-size: 16px;

    }
    section .home-slider-intro .home-slider-intro-anim{
        position: static;
        width: 100%;
        height: 300px;

    }
    .home-slider .slide .illu {
        position: relative;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -45%);
        width: 450px!important;
    }
    .our-project-slide h4, .engage-overlay-form-wrap h2, .our_project-describe-story-company h2{
        font-size: 24px;
    }
    .engage-overlay-form-wrap h2{
        margin-bottom: 0;
        padding-bottom: 25px;
    }
    .engage-overlay-checkbox-item span{
        font-size: 16px;
    }
    .engage-overlay-checkbox-item{
        min-height: max-content;
    }
    .engage-overlay-form{
        margin-top: 2vh;
    }
    .form-row > input, .form-row > select, form input, form textarea{
        font-size: 16px;
    }
    .our-project-slide p{
        font-size: 18px;
    }
    header.active .close{
        width: 35px;
        height: auto;
    }
    .page-header-text h1, .engage-overlay-intro-block h1 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .our_project-intro-text p, .engage-overlay-intro-text p {
        font-size: 16px;
    }
    .engage-overlay .close{
        right: 20px;
    }
    .engage-overlay-intro-accordion h3, .our-project-describe-item-header h4, .our-project-slide-text h4{
        font-size: 20px;
    }
    .accordion-title, .engage-overlay-form-wrap h3{
        font-size: 18px;
    }
    .accordion-content p, .our-project-describe-item-text p, .our-project-describe-item-text li, body[data-slug="places"] .our-project-slide p{
        font-size: 16px;
    }
    .accordion-item.active .accordion-content{
        padding: 20px;
    }
    .engage-overlay .social-list{
        width: 100%;
    }
    .our-project-story-years{
        margin: 20px 0;
    }
    section .our_project-intro{
        margin-top: 10px;
    }
    .swiper{
        padding-bottom: 50px;
    }
    .our_project-describe-story-company{
        padding-bottom: unset;
    }
    .our-project-text-btn a.button, input[type="submit"]{
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    section .our_project-intro .our_project-intro-text, section .our_project-intro .our_project-intro-anim{
        width: 100%;
    }

    .our-project-describe-item {
        flex: 1 1 100%; /* Блоки по 1 в ряд на маленьких экранах */
    }
    .our-project-our-story-item {
        flex: 1 1 100%; /* Блоки по 1 в ряд на очень маленьких экранах */
    }


    header nav#navigation{
        width: 100%;
        /*font-size: 2rem;*/
    }
    .engage-overlay-checkbox-item {
        flex: 1 1 100%; /* Блоки по 1 в ряд на очень маленьких экранах */
    }
}

.subheader{
    max-width: 1250px;
}

@media (max-width: 1010px) {
    #our-work-subheader{
        font-size: 1.2rem;
    }
}

.rich-text .image{
    overflow: unset!important;
    display: flex;
    justify-content: center;
}
.rich-text .image img{
    position: unset!important;
    width: auto;
    height: auto;
}