@font-face {
    
    src: url('https://year.swtesthost.space/assets/fonts/Montserrat-Book.woff2') format('woff2'),
         url('https://year.swtesthost.space/assets/fonts/Montserrat-Book.woff') format('woff'),
         url('https://year.swtesthost.space/assets/fonts/Montserrat-Book.ttf') format('truetype'),
         url('https://year.swtesthost.space/assets/fonts/Montserrat-Book.eot'); /* IE9+ */
    font-weight: 300; /* Medium weight */
    font-style: normal;
}
@font-face {
    
    src: url('https://year.swtesthost.space/assets/fonts/Montserrat-Medium.woff2') format('woff2'),
         url('https://year.swtesthost.space/assets/fonts/Montserrat-Medium.woff') format('woff'),
         url('https://year.swtesthost.space/assets/fonts/Montserrat-Medium.ttf') format('truetype'),
         url('https://year.swtesthost.space/assets/fonts/Montserrat-Medium.eot'); /* IE9+ */
    font-weight: 500; /* Medium weight */
    font-style: normal;
}

*{
    scrollbar-color: #b1b1b1 #c5e1ea;
    scrollbar-color: #c5e1ea #09040e;
    scrollbar-width: thin;
}
body{
    color: #121212;
    font-family: "Montserrat", Sans-serif;
    line-height: 1.2;
    background-color: #0d0d0d;
    /* -webkit-font-smoothing: antialiased; */
}
.container{
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1920px;
    max-width: 1180px;
}
header{
padding: 32px 0 20px 0;
}
.hero header{
    position: relative;
}
.hero > .container{
    position: relative;
    padding-top: 250px;
    padding-bottom: 100px;
}


.header-flex{
    display: flex;
        justify-content: end;
        align-items: center;
        gap: 50px;
}

.nav ul{
    display: flex;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav ul li a{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.nav ul li a:hover{
    color: #EA510E;
}
.logo img{
    max-width: 216px;
}
.flex-wrap{
    display: flex;
}
.hero-col2 video {
    max-width: 370px;
}
.hero-title{
    font-family: "Montserrat", sans-serif;
    font-size: 63px;
    max-width: 950px;
    font-weight: 700;
}
.hero .flex-wrap{
    align-items: center;
    gap: 5px;
}
.hero-col1{
    padding-left: 200px;
    padding-left: 150px;
}
.hero-col1 img{
width: 300px;
}
.hero-col1 .button-container{
    position: relative;
    margin: 50px 0 0;
    justify-content: start;
}
.hero{
    background-color: transparent;
    background-image: linear-gradient(180deg, #C8EDF0 0%, #D0C8F1 100%);
    position: relative;
    background-image: url(https://year.swtesthost.space/assets/images/hero1.jpg);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-about-text{
    font-size: 70px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 50px;
}
.hero-about-title{
    font-size: 18px;
    font-family: 'Gilroy';
    font-weight: 700;
    font-style: italic;
    padding-top: 10px;
}

.custom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    position: relative;
    border: none;
    cursor: pointer;
    text-decoration: none;
    /* height: 32px; */
}
.custom-button .button-text{
    padding: 4px 9px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    border-radius: 25px;
    background: #EA510E;
    width: 168px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-button-2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    cursor: pointer;
    text-decoration: none;
    height: auto;
}

.custom-button-2 .button-text{
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    background-color: #B7E404;
    width: auto;
    padding: 8px 27px;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 74px;
    background: linear-gradient(84deg, #BD5572 -2.06%, #BC46CB 107.72%);
    text-transform: none;
}
.button-container{
    display: flex;
        gap: 23px;
        justify-content: end;
}
header .button-text{
    height: 40px;
}
.button-icon {
    display: inline-block;
    transition: transform 0.5s ease, margin 0.5s ease;
    background-color: #B7E404;
    background-color: #EA510E;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .button-icon{
    height: 40px;
    width: 40px;
}
header .custom-button:hover .button-text {
    transform: scale(1.08);
}
.button-text {
    transition: transform 0.5s ease;
}

.custom-button:hover .button-icon {
    transform: translateX(-196px);
    margin-left: 0;
    margin-right: 10px;
}

.custom-button:hover .button-text {
    transform: translateX(40px);
}
.custom-button-2:hover .button-text{
    transform: scale(1.08);
}
.hero-about-col1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 23px;
    margin-top: 80px;
    flex-wrap: wrap;
}
.hero-about-col2{
    flex-basis: 65%;
}
.hero .hero-row-2{
    align-items: flex-start;
    padding-top: 150px;
}

.about-features{
    background-color: #D9DCED;
    background-color: #0D0D0D;
    color: #DEE4F2;
    /* padding: 125px 0; */
    padding: 125px 0;
}

.about-features-title{
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 0;
    width: 720px;
    max-width: 100%;
    font-family: "Montserrat";
}
.afr-2 .afr-2-title-1{
    font-size: 180px;
    font-weight: 600;
    line-height: 1;
    color:#EA510E;
}
.afr-2 .afr-2-title-2{
    font-size: 24px;
    font-weight: 500;
}
.iv-1{
width: 200px;
max-width: 100%;
margin-bottom: 10px;
}
.iv-3{
    width: 422px;
    max-width: 100%;
}
.iv-2{
    width: 250px;
    margin-bottom: 10px;
    max-width: 100%;
    }
.about-features-row-1{
    display: flex;
    justify-content: end;
    margin-top: -45px;
}
.company-section .button-container{
    padding-top: 300px;
    padding-bottom: 200px;
}
.about-features-row-2{
    display: flex;
    gap: 50px;
    justify-content: space-around;
    margin: 100px 0;
}
.afr-2-content{
    color: #fff;
}
.afr-2-content-2{
    max-width: 200px;
    font-size: 18px;
    font-weight: 500;
}
.afr-2-content-1{
    font-size: 63px;
    font-weight: 700;
    display: flex;
    gap: 7px;
    min-height: 77px;
    align-items: baseline;
    line-height: 1;
}
.afr-2-col{
    display: flex;
    gap: 15px;
    align-items: baseline;
}
.afr-2{
    max-width: 285px;
}
.afr-2-icon img{
    width: 50px;
}
.afr-2-content-span{
    font-size: 30px;
    font-weight: 700;
}

.about-features-row-3{
    margin-top: 100px;
}
.about-features-cta{
    /* max-width: 450px;
    background-color: #121212;
    color: #fff;
    border-radius: 45px;
    padding: 20px;
    text-align: center;
    margin: 0 auto; */
    display: flex;
        gap: 20px;
        margin: 10px 0;
}

.afc-title{
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
}
.afc-btn{
    color: #fff;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    font-size: 18px;
    transition: .5s;
}
.afc-btn:hover{
    border-bottom: 0;
    transition: .5s;
}
.services{
    color: #fff;
    background: #121212;
    padding: 125px 0;
}
.service-item{
    background: #1c1c1c;
    padding: 43px 50px 45px;
    display: block;
    margin-bottom: 50px;
    border-radius: 20px;
    flex-basis: 25%;
    transition: .5s;
}
.service-item:hover{
    transform: scale(1.01) !important;
    transition: .5s;
}
.service-item h3{
    font-family: "Instrument Sans", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
}
.service-item h3:hover{
    color:#B7E404;
}
.service-item p{
    color: #999999;
    font-size: 18px;
    line-height: 1.444em;
}
.services-num{
    margin-bottom: 130px;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.service-wrap{
    display: flex;
    gap: 20px;
}
.services-title{
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 80px;
    width: 865px;
    max-width: 100%;
    font-family: "Montserrat";
}

.section-why{
    background: #d8e9e4;
    padding: 125px 0;
}
.why-item{
    border-left: 1px solid #B7C5C1;
    padding: 0;
    display: block;
    margin-bottom: 50px;
    width: 25%;
}
.why-item:last-child{
    border-right: 1px solid #B7C5C1;
}
.why-item h3{
    font-family: "Instrument Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.why-num{
    margin-bottom: 250px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    color:#999999;
    margin-left: 30px;
    line-height: 1;
}
.why-wrap{
    display: flex;
    gap: 0;
}
.why-title{

    margin-bottom: 80px;

    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    align-items: center;

}
.why-title h2{
    font-family: "Montserrat";
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    width: 565px;
    max-width: 100%;
    margin: 0;
}
.why-img{
    background-color: #121212;
    display: flex;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.why-img img{
    width: 40px;
    height: 40px;
    
}

.why-content{
    border: 1px solid #B7C5C1;
    border-radius: 100px;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-why .container{
    position: relative;
}
.why-img-absolute{
    display: block;
    height: 200px;
    opacity: .2;
}
.slider-track-section{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 150px;
}

.slider-track {
    display: flex;
    white-space: nowrap;
    position: relative;
    gap: 50px
}
.slider-track img{
    height: 50px;
    object-fit: contain;
    margin-right: 20px;
}

.contact-section{
    background-color: #F9F3EE;
    padding: 125px 0 125px;
}

.contact-title{
    display: flex;
    justify-content: space-between;

}
.contact-title h2{
    font-size: 100px;
    
    font-weight: 200;
    line-height: 1;  
    margin: 0;
}
.contact-txt{
    max-width: 350px;
    font-size: 18px;
}

.contact-col1{
    flex-basis: 40%;
}
.contact-col2{
    flex-basis: 55%;
}

.contact-col1 p{
    font-size: 18px;
    width: 360px;
    max-width: 100%;
    font-weight: 500;
    margin: 0;
    margin-bottom: 30px;
}

.contact-section .flex-wrap{
justify-content: space-between;
margin-top: 100px;
}

.contact-col1 a{
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5em;
    fill: #555555;
    color: #555555;
    
    padding-bottom: 3px;
    text-decoration: none;
    border-bottom: 1px solid;
}
.input-row input::placeholder,
.input-row textarea::placeholder{
    color: #121212;
}
.input-row input,
.input-row textarea{
    background: transparent;
    border: none;
    border-bottom: 1px solid #555555;
    color: #121212;
    width: 100%;
    padding-bottom: 12px;
    outline: 0;
}

.input-rows{
    display: flex;
    margin-bottom: 30px;
    gap: 35px
}
.input-rows .input-row{
    flex-basis: 50%;
}
.sent-row{
    margin-top: 50px;
}
.sent-row button{
    font-size: 14px;
    background-color: #B7E404;
    border-radius: 50px 50px 50px 50px;
    font-style: italic;
    font-weight: 700;
    width: 215px;
    height: 70px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}



.section {
    /* height: 100vh; */
    /* position: sticky; */
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
    /* overflow-y: scroll; */
    /* height: 100vh; */
    position: relative;
  }
  /* .container {
    height: 95vh;
  }
   */
 .section .section-pd{
    padding-top: 0px;
 }


 .test-section {
    min-height: 100vh;
    position: relative;
    background-color: lightgray;
    border: 1px solid black;
  }
  
  .test-section-1 {
    background-color: lightcoral;
  }
  
  .test-section-2 {
    background-color: lightblue;
  }
  
  .test-section-3 {
    background-color: lightgreen;
  }
  .section {
    min-height: 100vh;
  }
  footer{
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
        padding: 125px 0;
        background: #09040E;
        color: #fff;
  }
  .footer-wrap{
    display: flex;
    justify-content: space-between;
    justify-content: end;
    gap: 50px;
    margin-top: 70px;
  }
  .footer-title{
    font-size: 30px;
    font-weight: 600;
    color:#fff;
    margin-bottom: 30px;
  }
  .footer-col a{
    color: #999999;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
  }
  
  .footer-content{
    display: flex;
    flex-wrap: wrap;
    padding-left: 110px;
    border-left: 1px solid #2d2d2d;
    padding-top: 120px;
    gap: 50px 15px;
    padding-bottom: 120px;
  }
  .footer-col{
    flex-basis: 30%;
    gap: 3%;
  }
  .footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-menu li{
    margin-bottom: 12px;
  }

  footer .container:first-child{
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
  }

  .footer-logo{
    padding-top: 120px;
  }
  .footer-copyright p{
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 50px 0;
  }

  .button-icon img{
    max-width: 27px;
  }

  @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.mobile-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(270deg, #EA510E, #868686, #EA510E);
    background-size: 600% 600%;
    color: #212121;
    z-index: 1000;
    opacity: 0;
    animation: gradient 6s ease infinite;
}

.mobile-menu-wrap ul {
    list-style: none;
    padding: 0;
    margin: 100px auto;
    text-align: center;
}

.mobile-menu-wrap ul li {
    margin: 20px 0;
}

.mobile-menu-wrap ul li a {
    font-size: 24px;
    color: #212121;
    text-decoration: none;
    font-weight: 600;
    
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    
    font-size: 49px;
    font-weight: 100;
    opacity: .9;
    cursor: pointer;
    color: #212121;
}
.menu-burger img{
    width: 18px;
    display: block;
}
.menu-burger{
    padding: 7px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    filter: invert(98%) sepia(1%) saturate(1292%) hue-rotate(327deg) brightness(112%) contrast(100%);
}
.social-wrap{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

  .reveal-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D9DCED; /* "Маска" закрывает изображение */
    transform-origin: left;
    transform: scaleX(1); /* Маска изначально полностью покрывает изображение */
  }
  .afr-1{
    position: relative;
  }
 
.cta-map-section img{
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    display: block;
}
/* Стиль для сообщения */
.success-message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 128, 0, 0.9);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Показать сообщение */
.success-message.show {
    display: block;
    opacity: 1;
}
.cta-map-section.section{
    min-height: 50vh;
    max-height: 600px;
}
.cta-map-section.section img{
    max-width: 100%;
}

.faq-section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    margin: 50px 0;
}

.faq-card {
    overflow: hidden;
    border-top: 1px solid;
    overflow: hidden;
}

.faq-question {
    padding: 27px 15px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    font-size: 24px;
}

.faq-card.active .faq-question {
    color: #B7E404;
}

.toggle-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-answer{
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 16px;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-card.active .faq-answer {
    max-height: 200px;
    padding: 15px;
}

.faq-card.active .toggle-icon {
    transform: rotate(45deg);
    color: #B7E404;
}

.container-sidebar{
    display: flex;
    gap: 50px;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 125px;
}
.career-title{
    
    font-size: 100px;
    font-weight: 200;
    max-width: 80%;
}
.career-text{
    max-width: 45%;
    margin-left: auto;
}
.sidebar-career-link{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25em;
    max-width: 60%;
    padding-top: 20px;
    border-top: 1px solid;
}
.faq-card.active .faq-answer{
    margin-bottom: 20px;
}
.section.section-career{
    background-color: #121212;
    border-radius: 0;
    color: #fff;
}
.hero.hero-dark{
    background: #121212;
}
.hero.hero-dark nav li a{
    color: #fff;
}
.no-radius{
    border-radius: 0!important;
}
.hero-dark .menu-burger{
    filter: invert(82%) sepia(89%) saturate(0%) hue-rotate(47deg) brightness(108%) contrast(100%);
}
.hero.hero-dark nav li a:hover {
    color: #EA510E;
}
#preloader {
    transition: opacity 1s ease;
    opacity: 1;
  }
  #preloader.hidden {
    opacity: 0;
  }

#preloader.preloader-dark {
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  #preloader.preloader-dark.hidden {
    opacity: 0;
  }
.career-text a{
    color: #fff;
}

.company-section{
    background-image: url('https://year.swtesthost.space/assets/images/about1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0 125px;
    color: #fff;
}
b, strong {
    font-weight: 700;
}
.blur-overlay {
    position: relative;
    width: 790px;
    max-width: 100%;
    padding: 50px 45px;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1;
    font-size: 20px;
    font-weight: 300;
    margin-top: 45px;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    margin-top: 40px;
    margin-bottom: 50px;
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.section-video{
    padding: 125px 0;
    background-color: #000;
    color: #fff;
}
.video-bottom{
    display: flex;
    gap: 70px;
    align-items: center;
}
.video-bottom-txt{
    font-size: 20px;
}
.embed-container span{
    width: 124px;
    height: 124px;
    border: 1px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #EA510E;
}
.hero-about-col1 img{
    max-width: 128px;
}
.afc-txt{
    font-size: 10px;
font-weight: 300;
}
.people-big-cta-btn{
    width: 100%;
}
.people-big-cta-btn .button-container{
    justify-content: start;
}
.people-row{
    display: flex;
}
.people-col-big{
    display: flex;
}
.people-card{
    padding: 28px;
    cursor: pointer;
}
.people-card:hover{
    opacity: .8;
}
.people-title{
    font-size: 42px;
font-weight: 400;
}
.people-num{
    color: #EA510E;
    font-size: 42px;
    font-weight: 400;
}
.people-adress {
    padding-top: 80px;
    padding-left: 32px;
    position: relative;
}
.people-adress::before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(https://year.swtesthost.space/assets/images/map-pin.svg);
    display: block;
    position: absolute;
    left: 0;
}
.people-section {
    padding: 125px 0;
    background-color: #000;
    color: #FFF;
}

.people-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* Для адаптации на узких экранах */
    margin-top: 150px;
}

.people-col-big {
    flex: 3; /* Занимает больше места */
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Три карточки в ряд */
    gap: 20px; /* Расстояние между карточками */
}

.people-card {
    background: #1A1A1A;
backdrop-filter: blur(2px);
    border-radius: 28px;
    padding: 20px;
    padding: 21px 28px 38px 28px;
}

.people-col-small {
    flex: 1; /* Занимает меньше места */
    display: flex;
    flex-direction: column;
}

.people-col-small .people-card {
    flex-grow: 1; /* Занимает всю высоту */
}



.people-col-big {
    flex: 3;
    display: flex;
    flex-wrap: wrap; /* Перенос карточек на новую строку */
    gap: 20px; /* Расстояние между карточками */
    justify-content: flex-end; /* Выровнять все карточки вправо */
}

.people-card {
    background: #333;
    color: white;
    border-radius: 28px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    width: calc(33.33% - 13.33px); /* Ширина карточек с учетом gap */
    box-sizing: border-box; /* Учет внутренних отступов */
}

.people-col-small {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.people-col-small .people-card {
    flex-grow: 1;
    width: auto;
    display: flex;
}
.people-content{
    display: flex;
        gap: 5px;
        justify-content: space-between;
        width: 100%;
}
.people-big-title{
    color: #DEE4F2;
    font-size: 42px;
    font-weight: 400;
}
.people-row-text{
    font-size: 20px;
font-weight: 300;
padding: 50px 0 100px;
}
.people-row-3 .people-col-big{
    justify-content: start;
}
.people-row-5 .people-col-big{
    display: block;
}
.people-col-big-wrap-cards{
    display: flex;
        flex-wrap: wrap;
        gap: 20px;
}
/* Скрытие карточек по умолчанию */
.stories-card {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1A1A1A;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px 80px;
    border-radius: 8px;
    z-index: 1000;
    color: #fff;
  }
  
  /* Активное состояние */
  .stories-card.active-stories {
    display: block;
  }
  
  /* Задний фон для затемнения */
  body.stories-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    background: rgb(255 66 0 / 15%);
    z-index: 999;
  }
.stories-card .people-content{
    gap: 50px;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
}
.stories-card .people-adress{
    padding-top: 10px;
    width: 50%;
    margin-top: 15px;
}
.stories-exit{
    position: absolute;
    right: 40px;
    top: 55px;
    font-size: 20px;
    transform: scaleX(1.3);
    cursor: pointer;
}
.stories-exit:hover{
    color: #EA510E;
}
.stories-content{
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    max-height: 250px;
    overflow-y: scroll;
    scrollbar-color: #ffffff #1a1a1a;
}
.stories-card .people-adress::before{
    filter: invert(49%) sepia(69%) saturate(7039%) hue-rotate(6deg) brightness(102%) contrast(89%);
}
.color-1{
    color: #EA510E;
}

.istori-section{
    background-image: url(https://year.swtesthost.space/assets/images/storiesbg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 125px 0 200px;
}
.istori-img img{
    width: 468px;
    max-width: 100%;
}


.istori-row{
    display: flex;
    gap: 40px;
    align-items: end;
}
.istori-num{
    color: #DEE4F2;
    font-size: 180px;
    font-weight: 600;
    position: relative;
}
.istori-content-wrap{
    padding-bottom: 20px;
    margin-top: 30px;
}
.istori-title{
    color: #FFF;
    font-size: 47px;
    font-weight: 700;
}
.istori-txt{
    color: #DEE4F2;
    font-size: 20px;
font-weight: 300;
width: 420px;
max-width: 100%;
padding: 15px 0 25px;
}
.istori-content-wrap .button-container{
    justify-content: start;
}
.istori-text{
    width: 80%;
    padding: 70px 0;
}
.istori-num::before{
    content: '';
    width: 160%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    -webkit-backdrop-filter: blur(6.5px);
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(6.5px);
    border-radius: 28px;
    /* border-right: 0.4px solid #DEE4F2; */
}
.istori-num span{
    position: relative;
}
.istori-row-2{
    justify-content: end;
}
.istori-row-2 .istori-content{
    text-align: right;
}
.istori-row-2 .istori-content-wrap .button-container{
    justify-content: end;
}
.istori-row-2 .istori-num::before{
    right: -100%;
    left: unset;
}
.footer-col1{
    width: 300px;
    max-width: 100%;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}
.footer-col1 a{
    color: #EA510E;
    font-size: 42px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.footer-col1 a:hover{
    color: #fff;
}

.social-links{
    display: flex;
        flex-direction: column;
        gap: 30px;
}
.social-links.links-row{
    flex-direction: row;
}
header .custom-button .button-text{
    height: 38px;
}
footer .social-links.links-row{
    margin-top: 50px;
    justify-content: center;
}
.hflex{
    display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 200px;
}
.header-bigwidth{
    width: 100%;
}
.people-big-cta-btn .button-container{
    margin-top: 30px;
}
.people-row-5 .people-big-cta-btn{
    padding-bottom: 100px;
    text-align: center;
}
.people-row-5 .button-container{
    justify-content: center;
}
.people-row-8 .people-col-big{
    justify-content: start;
}
.social-links a:hover{
    transform: scale(1.1);
    transition: transform .5s;
    opacity: .9;
}

.people-card[data-people="06"]{
    background-image:url('https://year.swtesthost.space/assets/images/st1.jpg');
}
.people-card[data-people="12"]{
    background-image:url('https://year.swtesthost.space/assets/images/st2.jpg');
}
.people-card[data-people="16"]{
    background-image:url('https://year.swtesthost.space/assets/images/st3.jpg');
}


@media (max-width: 768px) {
    .people-row {
        flex-direction: column; /* Все в столбик */
    }
    .istori-num{
        display: none;
        }
}


@media (min-width: 860px) and (max-width: 1150px){
    .hero-title {
        font-size: 65px;
    }
}
@media (min-width: 769px) and (max-width: 859px){
    .hero-title {
        font-size: 50px;
    }
}
@media (max-width: 1180px){
    .service-item{
        padding: 30px 20px;
    }
}
@media (max-width: 960px){
    .service-wrap{
        flex-direction: column;
    }
    .afr-2-col {
        justify-content: center;
    }
}
@media (min-width: 1120px){
    .menu-burger{
        display: none;
    }
}
@media (max-width: 1120px){
    .nav{
        display: none;
    }
    .people-card {
        width: calc(50% - 20px);
        flex-direction: column;
    }
}
@media (min-width: 769px) and (max-width: 1120px){
    .hero-about-text {
        font-size: 40px;
    }
    .about-features-title,
    .services-title{
        font-size: 55px;
    }
    .about-features-row-1{
        text-align: center;
        flex-direction: column;
    }
    .about-features-row-2 {
        gap: 20px;
    }
    .afr-2-content-1 {
        font-size: 50px;
    }
    .afr-2-content-span {
        font-size: 30px;
    }
    .afr-2-content-2 {
        max-width: 230px;
        font-size: 18px;
    }
    .contact-title h2 {
        font-size: 60px;
    }
    .footer-wrap{
        flex-direction: column;
    }
}
  @media (max-width:768px){
    .hero-title{
        font-size: 35px;
    }
    .nav{
        display: none;
    }
    .cta{
        display: none;
    }
    .hero .hero-row-2{
        flex-direction: column;
        gap:30px;
        padding-top: 30px;
    }
    .hero-about-text{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .about-features-title{
        font-size: 28px;
    }
    .about-features-row-1{
        justify-content: center;
        margin-top: 0;
    }
    .afr-1{
        text-align: center;
    }
    .afr-1 img{
        max-width: 75%;
    }
    .afr-2{
        font-size: 100px;
        text-align: center;
    }
    .about-features-row-2{
        flex-direction:column;
    }
    .afr-2-content{
        text-align: right;
    }
    .services-title{
        font-size: 35px;
    }
    .service-wrap{
        flex-direction: column;
    }
    .service-item{
        margin-bottom: 0;    
        padding: 20px;
    }
    .why-title h2{
        font-size: 35px;
    }
    .why-title{
        flex-direction: column;
    }
    .services-num {
        margin-bottom: 50px;
    }
    .why-wrap{
        flex-direction: column;
    }
    .contact-title{
        flex-direction: column;
     
    }
    .contact-title h2{
        font-size: 29px;
        margin-bottom: 30px;
    }
    .contact-section .flex-wrap{
        flex-direction: column;
        gap: 50px;
        margin-top: 10px;
    }
    .sent-row{
        text-align: center;
    }
    .footer-wrap{
        flex-direction: column;
    }
    .footer-content{
        padding: 0;
        flex-direction: column;

        padding-left: 30px;
    }
    .hero .flex-wrap{
        flex-direction: column-reverse;
        gap: 30px;
        align-items: start;
    }
    .hero > .container{
        padding-top: 10px;
    }
    
        .why-item{
            width: 100%;
            border-right: 1px solid #B7C5C1;
        }
        .why-content {
            height: 150px;
        }
        .why-num {
            margin: 0 auto 100px;
            text-align: center;
        }
.footer-logo img{
    max-width: 150px;
}
.logo img {
    max-width: 170px;
}
.hero header{
    padding: 20px 0;
}
.section{
    margin-top: -43px;
    padding-top: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.container{
    padding: 0 15px;
}
.why-img-absolute{
    height: 60px;
}
.footer-logo {
    padding-top: 50px;
}
footer {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.cta-map-section img{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.cta-map-section.section {
    min-height: auto;
}
.people-title{
    flex-direction: column;
    gap: 30px;
}
.people-title h2{
    font-size: 50px;
}
.container-sidebar{
    flex-direction: column-reverse;
}
.career-title{
    font-size: 50px;
}
.career-text {
    max-width: 75%;
    margin-top: 30px;
}
.faq-section{
    padding: 0;
}
.hero.hero-dark header{
    margin-bottom: 40px;
}
.container-sidebar {
    padding-top: 0;
}
.faq-question {
    padding: 15px 5px;
    font-size: 20px;
}
.faq-card.active .faq-answer {
    padding: 15px 5px;
}
.sidebar-career-link{
    max-width: 80%;
}
  }

  @media (max-width: 350px) {
    .hero-title {
        font-size: 32px;
    }
}
@media (min-width: 360px) and (max-width: 380px) {
    .hero-title {
        font-size: 30px;
    }
}
@media (min-width: 380px) and (max-width: 425px) {
    .hero-title {
        font-size: 30px;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* #preloader .preloader-content svg {
    width: 50px;
    height: 50px;
  } */
  
  body {
    overflow: hidden;
  }

  #circle1, #circle2, #circle3 {
    transform-origin: 25px 25px; /* Центр вращения */
  }

  #circle1 {
    animation: rotate1 4s linear infinite;
  }

  #circle2 {
    animation: rotate2 5s linear infinite reverse;
  }

  #circle3 {
    animation: rotate3 6s linear infinite;
  }

  @keyframes rotate1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes rotate2 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }

  @keyframes rotate3 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  /* #B8A8F1 = #fff
  #A8DFF0 = #EA510E */

@media (max-width:768px){
    .hero-col1{
        padding-left: 0;
    }
    .hero-about-col1{
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 30px;
    }
    .hero-col1 .button-container {
        margin: 70px 0 0;
    }
    .hero-col12{
        display: none;
    }
    .hero-about-col2{
        display: none;
    }
    .social-links{
        flex-direction: row;
    }
    .afr-2-content{
        display: flex;
            gap: 10px;
            align-items: center;
    }
    .afr-2-content-2{
        font-size: 14px;
    }
    .about-features-cta{
        flex-direction: column;
    }
    .afc-txt{
        overflow-x: scroll;
        padding-bottom: 10px;
    }
    .custom-button-2 .button-text{
        font-size: 16px;
    }
    .blur-overlay{
        width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    }
    .company-section .button-container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hflex{
        flex-direction: column;
        gap: 25px;
    }
    .video-bottom{
        flex-direction: column;
        gap: 30px;
    }
    .people-row{
        margin-top: 50px;
    }
    .people-big-title{
        font-size: 24px;
    }
    .people-card{
        width: 100%;
    }
    .people-card[data-people="06"]{
        min-height: 450px;
    }
    .people-card[data-people="12"]{
        min-height: 450px;
    }
    .people-card[data-people="16"]{
        min-height: 450px;
    }
    .people-row-3{
        flex-direction: column-reverse;
    }
    .istori-row{
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .iv-3 {
        width: 230px;
    }
    .istori-txt{
        width: 100%;
    }
    .istori-text{
        padding: 30px 0;
    }
    .istori-row-2{
        flex-direction: column-reverse;
        margin-top: 50px;
    }
    .stories-card.active-stories {
        display: block;
        padding: 20px 15px;
        width: 80%;
    }
    .stories-exit {
        right: 20px;
        top: 37px;
        padding-right: 5px;
    }
}
.people-adress{
    display: none;
}
.stories-card .people-adress{
    display: none;
}
.people-card{
    display: flex;
        align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
background-size: 110%;
}
.people-card[data-people="01"]{
    background-image: url(https://year.swtesthost.space/assets/images/01.jpg);
}
.people-card[data-people="02"]{
    background-image: url(https://year.swtesthost.space/assets/images/02.jpg);
}
.people-card[data-people="03"]{
    background-image: url(https://year.swtesthost.space/assets/images/03.jpg);
}
.people-card[data-people="04"]{
    background-image: url(https://year.swtesthost.space/assets/images/04.jpg);
}
.people-card[data-people="05"]{
    background-image: url(https://year.swtesthost.space/assets/images/05.jpg);
}
.people-card[data-people="06"]{
    background-image: url(https://year.swtesthost.space/assets/images/06.jpg);
}
.people-card[data-people="07"]{
    background-image: url(https://year.swtesthost.space/assets/images/07.jpg);
}
.people-card[data-people="08"]{
    background-image: url(https://year.swtesthost.space/assets/images/08.jpg);
}
.people-card[data-people="09"]{
    background-image: url(https://year.swtesthost.space/assets/images/09.jpg);
}
.people-card[data-people="10"]{
    background-image: url(https://year.swtesthost.space/assets/images/10.jpg);
}
.people-card[data-people="11"]{
    background-image: url(https://year.swtesthost.space/assets/images/11.jpg);
}
.people-card[data-people="12"]{
    background-image: url(https://year.swtesthost.space/assets/images/12.jpg);
}
.people-card[data-people="13"]{
    background-image: url(https://year.swtesthost.space/assets/images/13.jpg);
}
.people-card[data-people="14"]{
    background-image: url(https://year.swtesthost.space/assets/images/14.jpg);
}
.people-card[data-people="15"]{
    background-image: url(https://year.swtesthost.space/assets/images/15.jpg);
}
.people-card[data-people="16"]{
    background-image: url(https://year.swtesthost.space/assets/images/16.jpg);
}
