/*MOBILE*/

@media (max-width:900px) {

    html,
    body {
        /* position: relative; */
        /* max-width: 100%; */
        /* overflow-x: hidden; */
    }



    section {
        position: relative;
        padding: 30px 0;
    }



    .fl {
        flex-wrap: wrap;
    }

    .search:before {
        display: none;
    }

    .desc,
    .pad {
        display: none
    }

    .mob {
        display: block
    }

    header.mob {
        background:white;
        padding: 10px 0;
        position: sticky;
        top: 0;
        z-index: 999;
    2idth: 1;
    }

    header .icons {
        display:flex;
    }

    header .icons .burg {
        margin-left:25px;
    }

    .buts {
        justify-content:flex-start
    }


    .burger-menu .close-menu img {
        width: 36px;
    }

    .burger-menu .cont-item {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .burger-menu .cont-item img {
        margin-right: 10px
    }

    .burger-menu .cont-item span {
        font-weight: 500;
        display: block;
        margin-bottom: 0;
    }

    .burger-menu .close-menu {
        position: absolute;
        right: 20px;
        top: 17px;
    }



    .burger-menu {
        width: 100%;
        padding: 15px 19px;
        max-width: 100%;
        background: white;
        position: fixed;
        z-index: 999;
        text-align: left;
        top: 0;
        border-radius: 0;
        /* transform: none; */
        /* transition: 0.5s; */
        overflow-y: auto;
        height: 100%;
        color: black;
        text-align: center;
    }

    .burger-menu .callback {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0
    }

    .burger-menu .phone {
        display: block;
        margin-bottom: 10px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .burger-menu .callback img {
        margin-right: 10px;
    }

    .burger-menu .callback {
        color: var(--prime);
        font-size: 20px;
    }

    .burger-menu .close {
        text-align: left;
        margin-bottom: 20px;
    }

    .burger-menu .links {
        display: flex;

    }

    .burger-menu .lang {
        font-size: 30px;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }

    .burger-menu .lang a {
        padding: 0 8px;
    }

    .burger-menu .lang a.active {
        color: var(--prime)
    }

    .burger-menu .links {
        justify-content: center;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .burger-menu .links img {
        width: 32px;
        margin-right: 5px;
    }

    .burger-menu .gr {
        color: var(--sec);
        margin-bottom: 15px;
    }

    .burger-menu .phone-but a {
        color: var(--prime)
    }

    .burger-menu .phone-but {
        padding-left: 0
    }

    .burger-menu .phone-but a + a {
        height: 41px;
        color: white;
        margin-top: 10px;
    }

    .burger-menu .soc-but {
        margin-top: 10px;
        padding-left: 0;

    }

    .burger-menu .soc-but a {
        width: 100%;
        height: 41px;
        color: white;

    }

    .burger-menu nav {
        margin-top: 50px;
        margin-bottom: 30px;
    }

      .burger-menu nav+a {
          font-size:22px;
      }

    .burger-menu .but {
        margin-top: 30px;
        margin-bottom:20px;
    }

     .burger-menu .but a {
         width:100%;
         text-align:center;
         display:block;
         padding:8px 0;
     }

    .burger-menu .cont {
        color: #ffffff;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid silver;

    }

    .burger-menu .soc a {
        padding:0 6px
    }

    .burger-menu .cont .subtitle {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;

    }

    .burger-menu ul li {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 400;
        color: black;
        position: relative;
        text-align: center;
    }

    .burger-menu ul ul li {
        margin-bottom: 5px;
    }

    .burger-menu ul ul li a {
        color: #b9b9b9
    }

    .burger-menu ul li.parent .down {
        margin-left: 5px;
        position: absolute;
        top: 6px;
        right: 0;
    }

    .burger-menu ul ul {
        display: none;
        padding: 10px 0;

    }

    .burger-menu ul ul li a {
        opacity: 1;
        font-size: 14px
    }

    .burger-menu.active {
        display: block;

    }


    

    /*BUTTON*/


    .but a,
    .but button {
        padding: 9px 16px;
        background: var(--prime);
        border-radius: 8px;
        color: white;
        line-height: 24px;
        font-weight: 500;
        transition: 0.5s;
        border: 1px solid transparent;
        display: inline-flex;
    }


    .but.yellow a,
    .but.yellow button {
        background: var(--sec);
        color: var(--black);
    }

    .but.yellow a:hover,
    .but.yellow button:hover {
        background: var(--prime);
        color: white;
    }

    .but.white a,
    .but.white button {
        background: #fff;
        color: #222
    }

    .but.transp a,
    .but.transp button {
        background: none;
        color: #fff;
        border: 1px solid white;
    }


    .but img {
        margin-left: 8px;
    }

    .but a:hover,
    .but button:hover {
        background: var(--sec);
        color: var(--black);
        border: 1px solid transparent;

    }

    .more a {
        color: var(--prime);
        text-decoration: none;
        cursor: pointer;
    }

    .more a:hover {
        color: #FF02C8
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: left !important;
    }

    h2.text-center {
       text-align: left !important; 
    }


    /*HEADER*/

    .main-top {
        background: url(../img/promo.jpg) no-repeat center 0;
        padding: 0px 0;
        color: white;
        height: 516px;
    }

    .top {
        background: white;
        border-radius: 12px;
        padding: 10px 12px 10px 12px;
        position: relative;
        color: var(--black);
    }

    header nav ul {
        list-style: none;
        display: flex;
        justify-content: center;
        color: var(--black);
    }

    header nav ul li {
        padding: 0 16px;
    }

    header .soc a {
        padding: 0 4px;
    }

    header .soc {
        border-right: 1px solid #eee;
        padding-right: 16px;
    }


    header .phone a {
        font-size: 20px;
        line-height: 28px;
        padding-left: 20px;
        padding-right: 16px;
    }


    /*PROMO*/


    .promo {
        padding: 90px 0;
    }


    .promo .title {
        font-weight: 500;
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 40px;
        text-align: left;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    .promo .buts .but + .but {
        margin-left: 0;
        margin-top: 20px;
    }

    .main-top video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 516px;
        overflow: hidden;
    }

    /*ABOUT*/

    .about {}

    .about .quote {
        max-width: 100%;
        font-size: 19px;
        text-align: left;
        margin: 0 auto;
    }

    .about .quote p {
        margin-bottom: 32px;
    }

    .about .dir {
        display:flex;
        align-items:center;
    }

    .about .img {
        margin-bottom: 0px;
        text-align: left;
        margin-right:15px
    }

    .about .img img {
        border-radius: 50%
    }


    .about .name {
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .about .subtitle {
        text-align: center;
        font-size: 15px;
        color: #888;
    }


    /*MODELS*/


    .models {}
    
    .main-top.model-top {
    height: auto;
    background: none;
}

.main h1 {
    font-size: 27px;
}
    
    .intro-model {
    max-width: 100%;
    padding-right: 15px;
    margin-bottom: 0px;
    padding-left: 15px;
}

    .models .row {
        align-items: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .models .row:nth-child(odd) {
        flex-direction: row-reverse;
        margin: 0;
    }

    .models .col-lg-6 {
        padding: 0
    }

    .model-page .col-lg-6+.col-lg-6 {
        order:-1;
        margin-top: 0px;
    }

    .main-top.model-top {
    height: auto;
    background: none;
}

.main h1 {
    font-size: 27px;
    padding-left: 15px;
}
    
    .model-har {
    padding: 0 15px;
}

    .models .row:nth-child(odd) .text {
        padding-left: 10px;
        padding-right: 30px;
    }

      .models.model-page .row:nth-child(odd) .text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .models img {
        width: 100%;
    }

    .models .text {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }

    .models .subtitle {
        font-size: 18px;
    }

    .models .price {
        font-size: 18px;
        color: var(--prime);
    }

    .models .fl {
        margin-bottom: 24px;
    }
    .models .swiper-nav2 {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 14px) !important;
    position: absolute;
    bottom: 7px;
    left: 7px;
    z-index: 999;
}

    .models .swiper-nav2 img {
    border-radius: 0px;
        width:34px;
}

.model-page .img .fl {
    margin-top: 30px;
    padding: 0 15px;
}
    .models .item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        flex-wrap: wrap;
    }

    .models .item .name {
        text-align: left;
        font-size: 14px;
        color: #888;
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .models .item .val {
        text-align: right;
        font-size: 14px;
    }

    .models .but {
        margin-top: 45px;
    }



    /*CONF*/

    .conf {}

    .conf .item {
        background: var(--prime) url(../img/forest.png) no-repeat right bottom;
        border-radius: 24px;
        padding: 20px 24px;
    }

    .conf .title {
        font-size: 23px;
        font-weight: 500;
        margin-bottom: 22px;
        color: white;
        max-width: 600px;
    }

    .conf img {
        position: relative;
        top: 40px;
    }


    /*PRO*/

    .pro {}

    .pro .fl {
        justify-content: space-between
    }

    .pro .text {
        flex-basis: 96%;
        max-width: 100%;
    }

    .pro p strong {
        font-weight: 500;
        font-size: 17px;
        display: block;
        margin-bottom: 24px;
    }

    .pro p {
        font-size: 16px;
    }


    /*VIDEO*/

    .video {}


    .video video {}


    /*TECH*/

    .tech {}

    .tech .item {
        padding: 3px;
        border: 2px solid transparent;
        margin-bottom: 20px;
        border-radius: 19px;
        transition: 0.5s;
    }

    .tech .item:hover {
        border: 2px solid var(--prime);
    }

    .tech .item-in {
        background: var(--prime);
        padding: 22px;
        color: white;
        border-radius: 16px;
    }

    .tech .img {
        margin-bottom: 16px;
    }

    .tech .subtitle {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .tech .item-in p {
        font-size: 16px;
    }



    /*KAK*/

    .kak {}

    .kak h2 + p {
        font-size: 20px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .kak .item {
        padding: 20px 0;
        border-bottom: 1px solid #c7c7c7;
        cursor: pointer;
    }

    .kak .item .subtitle {
        display: flex;
        align-items: center;
    }

    .kak .item.active .subtitle img {
        filter: brightness(0) saturate(100%) invert(25%) sepia(93%) saturate(1022%) hue-rotate(147deg) brightness(109%) contrast(119%);
    }

    .kak .item .subtitle span {
        font-weight: 500;
        font-size: 18px;
    }

    .kak .item img {
        margin-right: 16px;
        display: block;
    }

    .kak .item.active .subtitle span {
        color: var(--prime)
    }

    .kak .item .num {
        opacity: 0;
        font-size: 20px;
        color: #888;
        transition: 0.5s;
    }

    .kak .item.active .num {
        opacity: 1;
    }

    .kak .item .fl {
        margin-bottom: 0px;
        flex-wrap: nowrap;
    }

    .kak .item.active {
        border-bottom: 1px solid black;
    }

    .kak .item .text {
        display: none;
        margin-top: 20px;
    }





    /*SLOGAN*/

    .slogan {}


    .slogan .text-center {
        font-size: 24px;
        max-width: 100%;
        margin: 0 auto;
    }




    /*WORKS*/

    .works {
    padding: 30px 20px;
}

    .works .swiper-nav {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 11px;
        left: 13px;
        width: 92% !important;
        z-index: 99;
    }

    .works .swiper {
        width: 100%;
        padding: 0px 0;
    }

    .works .swiper-wrapper {
        align-items: center;
    }

    .works .swiper-slide {
        transition: transform 0.3s ease, opacity 0.3s ease;
        border-radius: 8px;
        overflow: hidden;
        margin: 0px;
    }

    .works .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    /* Центральный слайд больше */

    .works .swiper-slide-active {
        transform: scale(1.1);
        z-index: 2;
    }

    /* Боковые слайды нормального размера */
    .works .swiper-slide-prev,
    .works .swiper-slide-next {
        transform: scale(0.8);
        opacity: 1;
    }

    /* Остальные слайды меньше */
    .works .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
        transform: scale(0.8);
        opacity: 1;
    }



    /* Адаптивность */
    @media (max-width: 768px) {}

    @media (max-width: 480px) {
        .works .swiper-slide {
            width: 200px;
        }

        .works .swiper-slide-active {
            transform: scale(1.2);
        }

      
    }


    /*REV*/

    .rev {}

    .rev .container {
        position: relative;
    }

  

    .rev .swiper-nav {
        position: absolute;
        right: auto;
        top: auto;
        display: flex;
        align-items: center;
        color: var(--prime);
        justify-content:center;
        bottom: -60px;
    }

    .rev .link {
        margin-right: 36px;
    }

    .rev .swiper-nav .s-prev {
        margin-right: 16px;
    }


    .rev .item {
        padding: 24px;
        border-radius: 16px;
        background: white;
    }

    .rev .item .name {
        font-size: 20px;
        font-weight: 500;
    }

    .rev .item .date {
        color: #888;
    }

    .rev .star {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .rev .text {
        max-height: 82px;
        overflow: hidden;
        background: linear-gradient(180deg,
                rgba(40, 40, 40, 1) 0%,
                rgba(40, 40, 40, 1) 71.49999737739563%,
                rgba(40, 40, 40, 0) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .rev .white {}

    .rev .item.active .text {
        max-height: 100%;
        background: none;
        -webkit-text-fill-color: initial;
    }

    .rev .more {
        font-weight: 500;
        color: var(--prime);
        cursor: pointer;
        margin-top: 28px;
    }

    .mySwiper2 .swiper-wrapper {
        align-items: flex-start !important;
    }


    /*CONS*/

    .cons {}

    .cons .item {
        background: var(--sec) url(../img/forest2.png) no-repeat right bottom;
        border-radius: 24px;
        padding: 30px 24px 0;
        margin-top: 30px
    }

    .cons h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 22px;
        color: var(--black);
        max-width: 590px;
    }

    .cons img {
        position: relative;
        top: 0;
        margin-bottom: 0;
        margin-top:30px
    }

    .cons .text {
        max-width: 650px;
    }

    .cons .text p {
        margin-bottom: 10px;
        line-height: 1.6;
        font-size: 17px;
    }

    .cons .text .but {
        margin-top: 45px;
    }


    /*BLOG*/

    .blog {}

    .blog .item {

        color: white;
    }

    .blog .label {
        text-align: right;
        background: var(--sec);
        border-radius: 8px;
        padding: 5px 12px 5px 12px;
        color: var(--black);
        display: inline-flex;
        width: auto;
        margin-left: auto;
        font-size: 14px;
    }

    .blog .subtitle {
        font-weight: 500;
        font-size: 18px;
    }

    .blog .item a {
        background-size: cover;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        height: 284px;
        border-radius: 16px;
        padding: 16px;
        margin-bottom: 22px;
    }

    .blog .but {
        margin-top: 4px;
    }


    /*FAQ*/

    .faq {}

    .faq a {
        color: var(--prime);
    }


    .faq p {
        margin-bottom: 12px;
    }

    .faq li {
        padding: 18px 0;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }


    .faq h3 {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 0;
    }

    .faq .text {
        margin-top: 24px;
        display: none;
    }

    .faq li img {
        min-width:16px;
    }


    .faq li.active h3 {
        color: var(--prime);

    }

    .faq li.active {
        border-bottom: 1px solid black;
    }


    .faq li .fl {
        flex-wrap:nowrap;
    }

    .faq li.active .text {}

    .faq li.active img {
        transform: rotate(180deg);
        filter: brightness(0) saturate(100%) invert(25%) sepia(93%) saturate(1022%) hue-rotate(147deg) brightness(109%) contrast(119%);
      
    }


    /*FOOTER*/

    footer {
        border-top: 1px solid #eee;
        padding: 40px 0;
    }


    footer .col1,  footer .col2,  footer .col3 {
        flex-basis:100%;
        margin-bottom:20px;
    }

    footer .logo {
        margin-bottom: 40px;
    }

    footer .subtitle {
        color: #888;
        font-size: 14px;
        margin-bottom: 16px;
    }

    footer .phone a,
    footer .email a {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
    }

    footer .soc {
        display: flex;
        margin-top: 32px;
    }

    footer .soc a {
        margin-right: 8px;
    }

    footer .title-menu {
        font-weight: 500;
        margin-bottom: 16px;
    }

    footer ul li {
        margin-bottom: 8px;
    }

    footer .bottom {
        color: #888;
        font-size: 14px;
        margin-top: 32px;
    }

    footer .links  {
        margin-top:20px;
    }
    
    .model-page .img {
    background: none;
    padding: 0;
    border-radius: 0;
}
    
    section.models.model-page .container {
    padding: 0 0px;
}
    
    .models .swiper img {
    border-radius: 0;
}