*{
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   font-family: "Gilroy", sans-serif;
}

html{
    scroll-behavior: smooth;
    background: #F8F9FB;
}

body{
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    position: relative;
}

a{
    text-decoration: none;
}

button{
    border: none;
    cursor: pointer;
}

.button-bg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    border: none;
    padding: 22.5px 28px;
    border-radius: 300px;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: white;
    background: -o-linear-gradient(2.03deg, #699FFF 18.06%, #2674FE 57.25%, #5391FF 90.84%);
    background: linear-gradient(87.97deg, #699FFF 18.06%, #2674FE 57.25%, #5391FF 90.84%);
    background-size: 200%;
    -webkit-box-shadow: 1px 5px 12px 0px #2674FE40,
                3px 21px 21px 0px #2674FE36,
                6px 48px 29px 0px #2674FE21,
                10px 85px 34px 0px #2674FE0A,
                16px 133px 37px 0px #2674FE00;
            box-shadow: 1px 5px 12px 0px #2674FE40,
                3px 21px 21px 0px #2674FE36,
                6px 48px 29px 0px #2674FE21,
                10px 85px 34px 0px #2674FE0A,
                16px 133px 37px 0px #2674FE00;

    -webkit-transition: background-position 0.2s ease;

    -o-transition: background-position 0.2s ease;

    transition: background-position 0.2s ease;
}

.button-bg:hover{
    background-position: center;
}
/*LOGO*/

.header-desktop__logo img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.logo p{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
}

.logo span{
    font-weight: 700;
}

/*NAV*/

.nav a{
    font-size: 18px;
    font-weight: 600;
    line-height: 135%;
    color: #8A959F;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}

.nav a:hover{
    color: #2674FE;
}

/*HEADER-DESKTOP*/

.header-desktop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 67px;
}

.header-desktop__logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 43px;
}

.header-desktop__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 67px;
}

/*HEADER-MOBILE*/

.header-mobile{
    padding: 0px 10px;
    display: none;
}

.header-mobile__outer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px 0px;
}

.header-mobile__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
}

.header-mobile__button{
    padding: 10.5px;
    border-radius: 10px;
    background: #F3F3F3;
}

.header-mobile__collapse{
    padding: 16px 15px;
    background: #F3F3F3;
    border: 1px solid #3C4751;
    border-radius: 10px;
}

.header-mobile__inner{
    display: none;
    background: #FFFFFF;
    position: fixed;
    z-index: 9999;
    padding: 32px;
    border-radius: 40px 40px 0 0;
    width: 100%;
    max-width: 768px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
}

.header-mobile__inner a{
    color: #3C4751;  
}

.header-mobile__logo-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header-mobile__logo-inner button{
    background: none;
}

.header-mobile__nav-inner{
    margin-top: 43px;
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
}

.header-mobile__inner ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    list-style-type: none;
}

.header-mobile__number{
    margin-top: 54px;
}

.header-mobile__buttons-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.header-mobile__buttons-inner button{
    padding: 10.5px;
    border-radius: 10px;
}

/*ARCHITEC*/

.architec{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding-left: 63px; 
    -webkit-box-align: start; 
        -ms-flex-align: start; 
            align-items: start;
}

.architec__left{
    margin-top: 72px;
}

.architec__left h1{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
}

.architec__left h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    margin-top: 24px;
}

.architec__left span{
    font-weight: 700;
    line-height: 135%;
}

.architec__left button{
    padding: 38px 58px;
    margin-top: 24px;
    font-size: 18px;
}

.architec__right{
    position: relative;
}

.architec__bg{
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-18.32%, #292D32), to(#15191F));
    background: -o-linear-gradient(top, #292D32 -18.32%, #15191F 100%);
    background: linear-gradient(180deg, #292D32 -18.32%, #15191F 100%);
    position: absolute;
    width: 699px;
    height: 756px;
    right: 0px;
    border-radius: 60px;
    z-index: 1;
}

.architec__right img{
    position: relative;
    z-index: 2;
}

/*PRICE*/

.price{
    padding: 0px 20px;
    padding-bottom: 41px;
    background: #FFFFFF;
    border-radius: 60px;
    margin-top: -230px;
}

.price__top{
    display: -ms-grid;
    display: grid;
    gap: 30px;
    padding: 58px;
}

.price__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
}

.price__item h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.price__item p{
    font-size: 40px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
}

.price__bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 31px;
}

.price__left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    background: #F8F8F8;
    padding: 41px 46px;
    border-radius: 60px;
    width: 80%;
}

.price__house{
    position: absolute;
    bottom: -75px;
    z-index: 0;
    left: 10px;
}

.price__consult{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 31px;
    position: relative;
    z-index: 3;
    margin-left: 30px;
}

.price__consult-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 282px;
    margin-top: 48px;
}

.price__consult-text h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #3C4751;
}

.price__consult-text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.price__consult button{
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    padding: 38px 53px;

}

.price__project{
    display: -ms-grid;
    display: grid;
    gap: 28px;
    position: relative;
    z-index: 3;
}

.price__project button{
    display: none;
}

.price__project-item{
    background: #FFFFFF;
    border-radius: 50px;
    padding: 24px 30px 48px 30px;
    width: 342px;
    -webkit-box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03,
                102px 437px 126px 0px #ABABAB00;
            box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03,
                102px 437px 126px 0px #ABABAB00;
}

.price__project-item h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #3C4751;
    max-width: 274px;
}

.price__project-item p{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
    max-width: 258px;
    margin-top: 20px;
}

.price__project-item img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: end;
        justify-self: end;
}

.price__right{
    width: 238px;
    overflow: hidden;
    border-radius: 60px;
}




.price__right img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price__right:hover img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}

/*VINT-ARCH*/

.vint-arch{
    margin-top: 50px;
}

.vint-arch__text{
    display: -ms-grid;
    display: grid;
    gap: 29px;
    margin-left: 139px;
}

.vint-arch__text h3{
    font-size: 90px;
    font-weight: 300;
    line-height: 106%;
    color: #3C4751;
}

.vint-arch__text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 155%;
    color: #818991;
    max-width: 978px;
}

.vint-arch__text span{
    font-size: 18px;
    font-weight: 500;
    line-height: 155%;
    color: #3C4751;
}

.vint-arch__list{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 60px;
    gap: 18px;
    padding: 37px 49px;
    background-image: url(img/tower.png);
    background-position: center;
    background-size: cover;
    height: 350px;
    margin-top: 61px;
}


.vint-arch__list-item{
    position: relative;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 34px;
    width: 342px;
    height: 100%;
    -webkit-box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03,
                102px 437px 126px 0px #ABABAB00;
            box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03,
                102px 437px 126px 0px #ABABAB00;
}

.vint-arch__list-item h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #3C4751;
    max-width: 183px;
}

.vint-arch__list-item p{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
    max-width: 258px;
    margin-top: 20px;
}

.vint-arch__list-item img{
    position: absolute;
    right: 30px;
}

.vint-arch__item-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.vint-arch__img-respons{
    width: 100%;
    border-radius: 60px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/*PREMIUM*/

.premium{
    background: #FFFFFF;
    margin-top: 68px;
    padding: 73px 80px;
    border-radius: 60px;
}

.premium__title{
    max-width: 624px;
}

.premium__title h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
}

.premium__title p{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    margin-top: 24px;
}

.premium__list{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 59px 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 44px;
    -moz-column-gap: 59px;
         -webkit-column-gap: 59px;
            column-gap: 59px;
    margin-top: 59px;
}

.premium__item{
    position: relative;
    width: 100%;
    height: 380px;
    cursor: -webkit-grabbing;
    cursor: pointer;
}

.premium__img{
    position: relative;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 60px;
}

.premium__list picture::after{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.81)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    border-radius: 60px;
}

.premium__item-inner h4{
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    color: white;
    line-height: 135%;
    z-index: 3;
    left: 37px;
    bottom: 74px;
}

.premium__list .swiper-button-prev{
    background-image: url(img/ui/arrow.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
}

.premium__list .swiper-button-next{
    background-image: url(img/ui/arrow-r.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "" !important;
}

.premium__list .swiper-pagination-bullet{
    width: 29px;
    border-radius: 6px;
    background: rgba(89, 95, 102, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.premium__list .swiper-pagination-bullet-active{
    width: 98px;
    background: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.premium__list .swiper-pagination{
    bottom: 50px;
    left: 35px;
    width: unset;
}

.premium__button-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
}

.premium__button-cont button{
    padding: 38px 58px;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}

.premium-popup__slider-wrapper {
    position: relative;
    display: inline-block;
}

.premium-popup__thumbs {
    position: absolute;
    top: 30px;
    right: 29px;
    height: 291px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 17px; 
    padding: 10px;
}

.premium-popup__thumbs .swiper-slide {
    height: auto;
    margin-bottom: 10px;
    cursor: pointer;
    width: 127px;
    height: 127px !important;
    overflow: hidden;
    border-radius: 30px;
    opacity: 0.7;
    transition: opacity 0.3s;

}

.premium-popup__thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.premium-popup__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.premium-popup__slider {
    padding-top: 17px;
    width: 100%;
}

/*SERVICE*/

.service{
    margin-top: 59px;
}

.service__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0px 85px;
}

.service__title h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
}

.service__title h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
}

.service__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 36px;
    margin-top: 70px;
}

.service__item{
    padding: 48.5px 48px;
    background: white;
    border-radius: 50px;
    -webkit-box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03, 
                102px 437px 126px 0px #ABABAB00;
            box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03, 
                102px 437px 126px 0px #ABABAB00;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.service__item-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}

.service__item-title h5{
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #3C4751;
    max-width: 210px;
}

.service__item-text{
    max-width: 258px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.service__item-text ul{
    margin-left: 25px;
    margin-top: 20px;
    gap: 20px;
}

.service__item-text li{
    margin-top: 10px;
}

.service__cost{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 15px;
    background: #F9F9F9;
    border-radius: 30px;
    padding: 21px 34px;
    margin-top: 20px;
}

.service__cost h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.service__cost p{
    font-size: 24px;
    font-weight: 700;
    line-height: 135%;
    color: #3C4751;
}

.service__item--second{
    background: #191D21;
    -webkit-box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03, 
                102px 437px 126px 0px #ABABAB00;
            box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03, 
                102px 437px 126px 0px #ABABAB00;
}

.service__item--second .service__item-title h5{
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #FFFFFF;
    max-width: 180px;
}

.service__item--second .service__item-text{
    max-width: 258px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #BCBCBC;
}

.service__item--second li{
    color: #818991;
}

.service__item--second .service__cost{
    background: #2E3438;
}

.service__item--second .service__cost h3{
    color: #FFFFFF69;
}

.service__item--second .service__cost p{
    color: #FFFFFF;
}

/*BENEFITS*/

.benefits{
    margin-top: 91px;
    position: relative;
    background: white;
    border-radius: 60px;
    padding-bottom: 78px;
}

.benefits__title{
    padding-top: 85px;
    padding-left: 66px;
}

.benefits__title h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
}

.benefits__title p{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    margin-top: 24px;
}

.benefits__title-circles{
    position: absolute;
    top: 34px;
    right: 34px;
}

.benefits__list{
    display: -ms-grid;
    display: grid;
    gap: 82px;
    position: relative;
    margin-top: 104px;
    padding: 0px 83px;
}

.benefits__img{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0px;
    z-index: 1;
}

.benefits__circle {
    position: absolute;
    width: 528px;
    height: 528px;
    background-color: #3C47511C;
    border-radius: 50%;
    z-index: 0; 
}

.benefits__circle--first {
    top: 70%;
    left: 35%;
    -webkit-transform: translate(-45%, -55%);
        -ms-transform: translate(-45%, -55%);
            transform: translate(-45%, -55%);
}

.benefits__circle--second {
    top: 70%;
    left: 65%;
    -webkit-transform: translate(-45%, -55%);
        -ms-transform: translate(-45%, -55%);
            transform: translate(-45%, -55%);
}


.benefits__row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 3;
}

.benefits__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
    background: #FFFFFF;
    border-radius: 50px;
    -webkit-box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03, 
                102px 437px 126px 0px #ABABAB00;
            box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03, 
                102px 437px 126px 0px #ABABAB00;
    padding: 34px;
    max-width: 341px;
}

.benefits__item span{
    font-size: 80px;
    font-weight: 500;
    line-height: 120%;
    color: #3C4751;
}

/*QUIZ*/

.quiz{
    margin-top: 69px;
    position: relative;
}

.quiz__bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(img/quiz_bg.png);
    background-size: cover;
    background-position: center;
    border-radius: 60px;
    
}

.quiz__container{
    margin-top: 53px;
    width: 100%;
    height: 665px;
}

/*EXTERIER*/

.exterier{
    margin-top: 64px;
    background: white;
    border-radius: 60px;
}

.exterier h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
    padding-top: 65px;
    margin-left: 88px;
}

.exterier__slider{
    height: 695px;
}

.exterier__first-wrap{
    height: 100%;
}

.exterier__first-wrap .slick-list{
    height: 100%;
    padding-top: 77px;
    padding-left: 23px;
}

.exterier__first-wrap .slick-slide{
    margin-right: 23px;
}

.exterier__item{
    width: 335px !important;
    max-width: 395px;
    height: 380px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.exterier__inner{
    height: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
    border-radius: 60px;
}

.exterier__img{
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.exterier__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 60px;
}

.exterier__img picture::after{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.81)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    border-radius: 60px;
}

.exterier__name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 7px 0px 53px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #3C4751;
    margin-top: 10px;
}

.exterier__name h4{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.exterier__name button{
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.exterier__slider .slick-prev{
    background: none;
    background-image: url(img/ui/barrow.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}

.exterier__slider .slick-next{
    background: none;
    background-image: url(img/ui/barrow-r.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 40%;
    right: 245px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}

.exterier__item.slick-slide .exterier__name button{
    display: none;
}

.exterier__item.slick-slide.nextdiv .exterier__name button{
    display: block;
}

.exterier__item .swiper-pagination{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.exterier__item .swiper-pagination{
    opacity: 0;

}

.exterier__inner:hover .swiper-pagination{
    opacity: 1;
}


.exterier__inner .swiper-pagination-bullet{
    width: 29px;
    border-radius: 6px;
    background: rgba(89, 95, 102, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.exterier__inner .swiper-pagination-bullet-active{
    width: 98px;
    background: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.exterier__inner .swiper-pagination{
    bottom: 46px;
}

.slick-slide.nextdiv .exterier__img{
    border: 5px solid white;
    border-radius: 60px;

}


.slick-slide.nextdiv .exterier__inner{
    -webkit-box-shadow: 4px 9px 22px 0px #00000026,
    18px 35px 39px 0px #00000021,
    40px 79px 53px 0px #00000014,
    71px 141px 63px 0px #00000005,
    110px 220px 69px 0px #00000000;
            box-shadow: 4px 9px 22px 0px #00000026,
    18px 35px 39px 0px #00000021,
    40px 79px 53px 0px #00000014,
    71px 141px 63px 0px #00000005,
    110px 220px 69px 0px #00000000;
    border-radius: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.slick-slide.nextdiv .exterier__name h4{
    margin-top: 0px;
}

.slick-slide.nextdiv .exterier__name h4{
    margin-top: 17px;
}

.slick-cloned .swiper-slide{
    width: 100% !important;
}

.slick-slide.nextdiv .exterier__item{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    height: 450px;
    margin-top: -31px;

}

.price-popup-btn{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-popup-btn:hover{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.slick-slide .price-popup-btn{
    display: none;
}

.slick-slide.nextdiv .price-popup-btn{
    display: inline;
}

/*TOPIES*/

.topies{
    margin-top: 64px;
    background: white;
    border-radius: 60px;
}

.topies h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
    padding-top: 65px;
    margin-left: 88px;
}

.topies__slider{
    height: 695px;
}

.topies__first-wrap{
    height: 100%;
}

.topies__first-wrap .slick-list{
    height: 100%;
    padding-top: 77px;
    padding-left: 23px;
}

.topies__first-wrap .slick-slide{
    margin-right: 23px;
}

.topies__item{
    width: 335px !important;
    max-width: 395px;
    height: 380px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.topies__inner{
    height: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
    border-radius: 60px;
}

.topies__img{
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.topies__img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 60px;
}

.topies__img picture::after{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.81)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    border-radius: 60px;
}

.topies__name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 7px 0px 53px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #3C4751;
    margin-top: 10px;
}

.topies__name h4{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.topies__name button{
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.topies__slider .slick-prev{
    background: none;
    background-image: url(img/ui/barrow.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}

.topies__slider .slick-next{
    background: none;
    background-image: url(img/ui/barrow-r.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 40%;
    right: 245px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}

.topies__item.slick-slide .topies__name button{
    display: none;
}

.topies__item.slick-slide.nextdiv .topies__name button{
    display: block;
}

.topies__item .swiper-pagination{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.topies__item .swiper-pagination{
    opacity: 0;

}

.topies__inner:hover .swiper-pagination{
    opacity: 1;
}


.topies__inner .swiper-pagination-bullet{
    width: 29px;
    border-radius: 6px;
    background: rgba(89, 95, 102, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.topies__inner .swiper-pagination-bullet-active{
    width: 98px;
    background: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.topies__inner .swiper-pagination{
    bottom: 46px;
}

.slick-slide.nextdiv .topies__img{
    border: 5px solid white;
    border-radius: 60px;

}


.slick-slide.nextdiv .topies__inner{
    -webkit-box-shadow: 4px 9px 22px 0px #00000026,
    18px 35px 39px 0px #00000021,
    40px 79px 53px 0px #00000014,
    71px 141px 63px 0px #00000005,
    110px 220px 69px 0px #00000000;
            box-shadow: 4px 9px 22px 0px #00000026,
    18px 35px 39px 0px #00000021,
    40px 79px 53px 0px #00000014,
    71px 141px 63px 0px #00000005,
    110px 220px 69px 0px #00000000;
    border-radius: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.slick-slide.nextdiv .topies__name h4{
    margin-top: 0px;
}

.slick-slide.nextdiv .topies__name h4{
    margin-top: 17px;
}

.slick-cloned .swiper-slide{
    width: 100% !important;
}

.slick-slide.nextdiv .topies__item{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    height: 450px;
    margin-top: -31px;

}

.divhide{
    opacity: 0.4;
}

/*PICTURES*/

.pictures{
    margin-top: 42px;
}

.pictures__top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 18px;
}

.pictures__item{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.pictures__top img{
    width: 100%;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pictures__item:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.pictures__bottom{
    margin-top: 21px;
    overflow: hidden;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pictures__bottom img{
    width: 100%;
    max-height: 521px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pictures__bottom:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*team*/

.team{
    margin-top: 34px;
    position: relative;
    background: #FFFFFF;
    border-radius: 60px;
}

.team__title{
    padding-top: 85px;
    padding-left: 94px;
    margin-bottom: 48px;
}

.team__title h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
}

.team__title p{
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #3C4751;
    margin-top: 24px;
    max-width: 624px;
}

.team__title-circles{
    position: absolute;
    top: 50px;
    right: 58px;
}

.team__status{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 39px;
    border-radius: 60px;
    gap: 18px;
    padding: 37px 49px;
    background-image: url(img/tower2.png);
    background-position: center;
    background-size: cover;
    height: 350px;
}

.team__status-item{
    position: relative;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 34px;
    padding-left: 42px;
    width: 342px;
    height: 100%;
    -webkit-box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03,
                102px 437px 126px 0px #ABABAB00;
            box-shadow: 4px 17px 40px 0px #ABABAB1A, 
                16px 70px 72px 0px #ABABAB17, 
                37px 157px 97px 0px #ABABAB0D, 
                66px 280px 115px 0px #ABABAB03,
                102px 437px 126px 0px #ABABAB00;
}

.team__status-item p{
    font-size: 80px;
    font-weight: 500;
    line-height: 120%;
    color: #3C4751;    
}

.team__status-item h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
    max-width: 256px;
}


.team__status-item img{
    position: absolute;
    right: 30px;
}

.team__status-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.team__bottom{
    margin-top: 70px;
    padding: 0px 42px;
}

.team__bottom h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    color: #3C4751;
}

.team__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 36px;
    gap: 34px;
    padding-bottom: 45px;
}

.team__left{
    position: relative;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.team__left img{
    position: absolute;
    width: 100%;
    border-radius: 60px;
    z-index: 1;
    top: 0;
    height: 70%;
    -o-object-fit: cover;
       object-fit: cover;
}

.team__item{
    background: #F8F9FB;
    position: relative;
    z-index: 2;
    border-radius: 40px;
    padding: 34px 31px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.team__item-content{
    max-width: 301px;
}

.team__item-content h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    color: #3C4751;
    max-width: 183px;
}
.team__item-content p{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
    margin-top: 8px;
    margin-bottom: 8px;
}

.team__item-content ul{
    padding-left: 30px;
}

.team__item-content li{
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
}

.team__item-content span{
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    margin: 10px 0px;
}

.team__ul--first{
    margin-bottom: 20px;
}

.team__ul--second{
    margin-top: 20px;
}

.team__right{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 34px;
    -moz-column-gap: 36px;
         -webkit-column-gap: 36px;
            column-gap: 36px;
}

.team__recall{
    max-width: 355px;
}

.team__recall h4{
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    color: #3C4751;
}

.team__recall p{
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
    margin-top: 24px;
}

.team__recall span{
    color: #3C4751;
    font-weight: 600;
}

.team__recall button{
    padding: 22.5px 28px;
    margin-top: 24px;
}

/*EXHIBITION*/

.exhibition{
    margin-top: 67px;
}

.exhibition__slider{
    position: relative;
}

.exhibition__item{
    position: relative;
    max-width: 366px;
    z-index: 1;
}

.exhibition__item img{
    width: 100%;
    height: 486px;
    border-radius: 40px;
    -o-object-fit: cover;
       object-fit: cover;
}

.exhibition__slider .swiper-wrapper{
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}

.exhibition__consult{
    background: #FFFFFF;
    max-width: 412px;
    height: 100%;
    position: absolute;
    left: 272px;
    top: 0;
    z-index: 3;
    border-radius: 40px;
    padding-left: 32px;
}

.exhibition__consult h3{
    font-size: 40px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
    margin-top: 70px;
}

.exhibition__consult p{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    margin-top: 24px;
}

.exhibition__consult button{
    margin-top: 33px;
    padding: 38px 50px;
}

.exhibition__slider-respons{
    height: 486px;
    display: none;
}

.exhibition__item-respons{
    height: 486px;
}

.exhibition__slider-respons .slick-prev{
    background: none;
    background-image: url(img/ui/barrow.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 43%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}

.exhibition__slider-respons .slick-next{
    background: none;
    background-image: url(img/ui/barrow-r.svg);
    background-size: cover;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 43%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}

.exhibition__item-respons img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;

}

/*REEL*/

.reel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    background: #FFFFFF;
    border-radius: 60px;
    padding-left: 83px; 
    -webkit-box-align: start; 
        -ms-flex-align: start; 
            align-items: start;
    margin-top: 80px;
    height: 756px;
}

.reel__left{
    width: 100%;
    margin-top: 64px;
}

.reel__left-cont{
    display: -ms-grid;
    display: grid;
    gap: 24px;
    max-width: 350px;
    margin-top: 28px;
}

.reel__left h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
}

.reel__left p{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
}

.reel__input{
    background: #F6F7F9;
    border: none;
    padding: 41.5px 39px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    width: 100%;
}

.reel__input::-webkit-input-placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.reel__input::-moz-placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.reel__input:-ms-input-placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.reel__input::-ms-input-placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.reel__input::placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.reel__left span{
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    
}

.reel__left span a{
    color: #2674FE;
    border-bottom: 1px solid #2674FE;
}

.reel__button{
    padding: 38px 58px;
    font-size: 18px;
    margin-top: 24px;
}

.reel__right{
    position: relative;
    border-radius: 60px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-18.32%, #292D32), to(#15191F));
    background: -o-linear-gradient(top, #292D32 -18.32%, #15191F 100%);
    background: linear-gradient(180deg, #292D32 -18.32%, #15191F 100%);
    padding: 64px 65px;
}

.reel__bg-img{
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120%;
    border-radius: 60px;
}

.reel__right h4{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: white;
}

.reel__right p{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #FFFFFF63;
    margin-top: 24px;
}

.reel__right-text{
    max-width: 355px;
}

.reel__button-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.reel__button-cont button{
    padding: 32px;
    background: -webkit-gradient(linear, left bottom, left top, from(#2674FE), to(#2674FE));
    background: -o-linear-gradient(bottom, #2674FE, #2674FE);
    background: linear-gradient(0deg, #2674FE, #2674FE);
    -webkit-box-shadow: 1px 6px 14px 0px #2C78FE7D, 
                5px 26px 26px 0px #2C78FE6E, 
                11px 58px 35px 0px #2C78FE40, 
                19px 103px 42px 0px #2C78FE12, 
                30px 161px 46px 0px #2C78FE03;
            box-shadow: 1px 6px 14px 0px #2C78FE7D, 
                5px 26px 26px 0px #2C78FE6E, 
                11px 58px 35px 0px #2C78FE40, 
                19px 103px 42px 0px #2C78FE12, 
                30px 161px 46px 0px #2C78FE03;
    border-radius: 300px;
    padding-bottom: 29px;

}

.reel__button-cont img{
    width: 100%;
    height: 100%;
}

/*POPUPS*/

.black{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
}

.popup-close-cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.popup-close{
    background: none;
}


/*POPUP-ORDER*/



.order{
    display: none;
    position: fixed;
    width: 607px;
    background: #FFFFFF;
    border-radius: 60px;
    padding: 41px 47px;
    padding-bottom: 107px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
}


.order__form{
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 402px;
    margin: auto;
    gap: 24px;
    margin-top: 20px;
}

.order__form h3{
    font-size: 60px;
    font-weight: 400;
    line-height: 106%;
    color: #3C4751;
}

.order__form p{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    display: grid;
}

.order__input{
    padding: 41px 39px;
    background: #F6F7F9;
    border: none;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
}

.order__button{
    padding: 41px 39px;
}

.order__form::-webkit-input-placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.order__form::-moz-placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.order__form:-ms-input-placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.order__form::-ms-input-placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.order__form::placeholder{
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.order__form span{
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    color: #3C4751;
    
}

.order__form span a{
    color: #2674FE;
    border-bottom: 1px solid #2674FE;
}

.order__btn-container h3{
    display: none;
}

/*POPUP-REEL*/

.reel-popup{
    display: none;
    position: fixed;
    width: 800px;
    background: #FFFFFF;
    border-radius: 60px;
    padding: 41px 47px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
}

.reel-popup__content video{
    margin-top: 20px;
    border-radius: 30px;
}

/*PRICE-POPUP*/

.price-popup{
    display: none;
    position: fixed;
    max-width: 1280px;
    background: #FFFFFF;
    border-radius: 60px;
    padding: 73px 120px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
}

.price-popup__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 117px;
}

.price-popup__slider{
    position: relative;
    max-width: 558px;
    height: 665px;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    width: 100%;
}

.price-popup__text{
    max-width: 377px;
}

.price-popup__text h3{
    font-size: 60px;
    font-weight: 500;
    line-height: 106%;
    color: #3C4751;
}

.price-popup__text p{
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    color: #3C4751;
    margin-top: 32px;
}

.price-popup__cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    margin-top: 32px;
}

.price-popup__cost h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.price-popup__cost p{
    font-size: 40px;
    font-weight: 700;
    line-height: 135%;
    color: #3C4751;
    margin-top: 0;
}

.price-popup__text button{
    padding: 38px 0px;
    margin-top: 32px;
    width: 80%;
    font-size: 18px;
}

.price-popup__item img{
    position: relative;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    height: 100%;
    border-radius: 60px;
}

.price-popup__item picture::after{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.81)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    border-radius: 60px;
}

.price-popup__slider .swiper-pagination-bullet{
    width: 29px;
    border-radius: 6px;
    background: rgba(89, 95, 102, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-popup__slider .swiper-pagination-bullet-active{
    width: 98px;
    background: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-popup__slider .swiper-pagination{
    bottom: 50px;
}

.price-popup__close{
    position: absolute;
    right: 37px;
    top: 41px;
    background: none;
    z-index: 10000;
}

.premium-popup{
    display: none;
    position: fixed;
    width: 1280px;
    background: #FFFFFF;
    border-radius: 60px;
    padding: 73px 120px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
}

.premium-popup__content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 117px;
}

.premium-popup__slider{
    position: relative;
    max-width: 558px;
    height: 665px;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    width: 100%;
}

.premium-popup__text{
    max-width: 377px;
}

.premium-popup__text h3{
    font-size: 50px;
    font-weight: 500;
    line-height: 106%;
    color: #3C4751;
}

.premium-popup__text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #3C4751;
    margin-top: 32px;
}

.premium-popup__text li{
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #3C4751;
    margin-top: 10px;
    line-height: 100%;
    margin-left: 30px;
}

.premium-popup__cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    margin-top: 32px;
}

.premium-popup__cost h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.premium-popup__cost p{
    font-size: 40px;
    font-weight: 700;
    line-height: 135%;
    color: #3C4751;
    margin-top: 0;
}

.premium-popup__text button{
    padding: 38px 0px;
    margin-top: 32px;
    width: 80%;
    font-size: 18px;
}

.premium-popup__item img{
    position: relative;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    height: 100%;
    border-radius: 60px;
}

.premium-popup__item picture::after{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.81)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    border-radius: 60px;
}

.premium-popup__slider .swiper-pagination-bullet{
    width: 29px;
    border-radius: 6px;
    background: rgba(89, 95, 102, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.premium-popup__slider .swiper-pagination-bullet-active{
    width: 98px;
    background: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.premium-popup__slider .swiper-pagination{
    bottom: 50px;
}

.premium-popup__close{
    position: absolute;
    right: 37px;
    top: 41px;
    background: none;
    z-index: 10000;
}

/*FOOTER*/

.footer{
    padding: 0px 60px;
    padding-bottom: 51px;
    margin-top: 34px;
}

.footer__container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 114px 0.1fr 114px 1fr 114px 2fr;
    grid-template-columns: 1fr 0.1fr 1fr 2fr;
    gap: 114px;
    margin-bottom: 40px;
}

.footer__logo p{
    margin-top: 26px;
    font-size: 16px;
}

.footer__nav ul{
    display: -ms-grid;
    display: grid;
    list-style-type: none;
    gap: 12px;
    line-height: 135%;
}

.footer__contact{
    display: -ms-grid;
    display: grid;

}

.contact{
    display: -ms-grid;
    display: grid;
    gap: 4px;
}

.contact p{
    font-size: 18px;
    font-weight: 500;
    color: #818991;
}

.contact a{
    font-size: 24px;
    font-weight: 600;
    color: #3C4751;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.contact a:hover{
    color: #2674FE;
}


.footer__call p{
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.footer__call span{
    font-weight: 600;
    color: #3C4751;
}

.footer__buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.button-soc{
    background: #F3F3F3;
    border-radius: 300px;
    padding: 22.5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button-soc img{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button-soc:hover img{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

.footer__bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    padding-top: 33px;
    border-top: 1px #E0E0E0 solid;
}

.footer__bottom p{
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    color: #818991;
}

.footer__bottom a{
    font-size: 16px;
    font-weight: 600;
    line-height: 135%;
    color: #818991;
    border-bottom: 1px #818991 solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer__bottom a:hover{
    color: #2674FE;
    border-bottom: 1px #2674FE solid;
}

.footer__button-respons{
    display: none;
}

/*CONTACT-FORM 7*/

.wpcf7-response-output {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;

  max-width: 500px;
  width: 90%;
  padding: 20px 25px;

  background-color: #e6f9e6;
  color: #1a3e1a;
  border: 2px solid #33cc33;

  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);

  font-size: 16px;
  text-align: center;

  display: none;
}