@media (max-width: 1320px) {

    header .header__desktop {
        display: none;
    }

    header .header__mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .steps_slider-box {
        padding: 20px 40px;
    }


    header {
        position: relative;
        padding: 25px 16px;
    }

    .header__mobile .logo-img {
        width: 32px;
        height: 25px;
        object-fit: fill;
        margin-right: 7px;
    }

    .mobile__menu-wrapper {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: linear-gradient(90deg, #425160 0%, rgba(37, 51, 66, 0) 100%), #1F2B38;
        padding: 20px 14px 30px 16px;
        width: 100%;
        z-index: 9999;
    }



    .mobile__menu-wrapper .site__contacts {
        margin-left: 0;
    }

    nav.mobile__menu ul {
        list-style: none;
        padding: 0;
    }

    .mobile__menu-item a {
        padding: 12px;
        background: #1F2B38;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        display: flex;
        align-items: center;
        letter-spacing: 0.008em;
        text-transform: uppercase;
    }

    .mobile__menu-item.current a {
        border-left: 4px solid #BB8E34;
    }

    nav.mobile__menu {
        margin-bottom: 20px;
    }

    .site__name {
        font-size: 12px;
    }

    .site__desc {
        font-size: 7px;
        text-transform: uppercase;
    }

    .header__mobile-left {
        display: flex;
        max-width: 182px;
        width: 100%;
    }

    .mobile__calls {
        width: 24px;
        height: 20px;
        transition: all .15s linear;
    }

    .mobile__calls.opened {
        opacity: 0;
        transition: all .15s linear;
    }

    .mobile__menu-numbers {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile__menu-contacts {
        max-width: 345px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    .header__logo {
        /* gap: 0 7px; */
        max-width: 140px;
        border-right: none;
    }

    .burger {
        display: flex;
        align-items: center;
        width: 24px;
        height: 24px;
        margin-right: 20px;
    }

    .burger span {
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        background: #BB8E34;
        border-radius: 4px;
        transition: all .15s linear;
    }

    .burger span::after,
    .burger span::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #BB8E34;
        border-radius: 4px;
        transition: all .15s linear;
    }

    .burger span::after {
        top: 7px;
    }

    .burger span::before {
        bottom: 7px;
    }

    .burger.opened span {
        transform: rotate(45deg);
    }

    .burger.opened span::after {
        opacity: 0;
    }

    .burger.opened span::before {
        transform: rotate(90deg);
        left: 0;
        bottom: 0;
    }

}


@media (max-width: 1130px) {
    .main__wrapper {
        position: relative;
        background: url(../img/bg_tablet_3.webp) no-repeat;
        padding-top: 40px;
        padding-left: 50px;
        padding-right: 50px;
        /* background-size: 100% 100%; */
        background-size: cover;
        padding-bottom: 201px;
        background-position: top right;
    }

    .main .main-title {
        margin-bottom: 55px;
        font-weight: 700;
        line-height: 52px;
        max-width: 460px;
        font-size: 46.5px;
    }

    .main__items {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px 0;
        max-width: 380px;
        margin-bottom: 35px;
    }

    .main__item {
        flex-direction: row;
        align-items: center;
        max-width: 100%;
        gap: 0 10px;
        text-align: left;
    }

    .main__item p {
        font-size: 27px;
        line-height: 32px;
    }

    .main__item-img {
        width: 118px;
        height: 118px;
    }

    .main__items .main__item:nth-child(3) {
        max-width: 100%;
    }

    .main__desc {
        color: #FAFAFA;
        max-width: 410px;
        margin-bottom: 144px;
        font-size: 23.25px;
        line-height: 28px;
    }

    a.button.button-calculate {
        padding: 20px 0;
        margin: 0;
        font-size: 27px;
        width: 410px;
        line-height: 40px;
    }

    .main__note p {
        font-weight: 400;
        letter-spacing: 0.008em;
        color: #A2A2A2;
        font-size: 20px;
        line-height: 22px;
    }

    .main__note {
        padding: 20px 40px;
        margin-left: 0;
        max-width: 100%;
        position: absolute;
        top: 90%;
        left: 0;
        margin-top: 20px;
    }


    .maintabs__wrapper {
        padding: 20px 16px;
        margin-top: 76px;
    }

    .main .section-title {
        text-align: center;
        max-width: 100%;
        font-size: 19px;
    }

    .main .main__wrapper .section-title {
        text-align: left;
        max-width: 280px;
        font-weight: 400;
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 25px
    }

    .maintabs__tabs {
        flex-wrap: wrap;
        padding: 0;
        gap: 10px 38px;
        justify-content: space-between;
        max-width: 586px;
        margin: auto;
    }

    button.maintabs__item {
        max-width: 145px;
        flex-direction: revert;
        align-items: center;
        padding: 13.5px 0;
    }

    .tab__item-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 0;
        flex-shrink: 0;
        margin-right: 13px;
    }

.maintabs__item p {
    font-size: 19px;
    line-height: 22px;
}

.maintabs__item.item_1.active p, .maintabs__item.item_2.active p, .maintabs__item.item_3.active p, .maintabs__item.item_4.active p, .maintabs__item.item_5.active p, .maintabs__item.item_6.active p {
    font-size: 19px;
    line-height: 22px;
}

    .maintabs__item.item_1 .tab__item-icon,
    .maintabs__item.item_2 .tab__item-icon,
    .maintabs__item.item_3 .tab__item-icon,
    .maintabs__item.item_4 .tab__item-icon,
    .maintabs__item.item_5 .tab__item-icon,
    .maintabs__item.item_6 .tab__item-icon {
        background-size: cover;
    }


    .answer_1 .answer__arrow-icon, .answer_4 .answer__arrow-icon {
        left: 28%;
        transform: translate(-28%, 0);
    }

    .answer_2 .answer__arrow-icon, .answer_5 .answer__arrow-icon {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .answer_3 .answer__arrow-icon, .answer_6 .answer__arrow-icon {
        left: 75%;
        transform: translate(-75%, 0);
    }


    .maintabs__answers {
        padding: 20px 16px 10px 16px;
    }

    .maintab__answer {
        padding: 18px;
    }

    .maintab__answer p {
        font-weight: 400;
        letter-spacing: 0.008em;
        color: #A2A2A2;
        font-size: 25px;
        line-height: 29px;
    }

    .marquiz__modal {
        max-width: 375px;
    }

    .quiz {
        padding: 20px 16px;
    }

    .section-title {
        width: 100%;
        font-size: 23px;
        line-height: 28px;
    }

    .steps {
        padding: 20px 0;
        overflow: hidden;
    }


    .vk {
        overflow: hidden;
        padding: 20px 30px;
    }

    footer {
        overflow: hidden;
    }

    .steps__wrapper {
        margin: 0 -30px 0 0;
    }

    .steps__box {
        flex-wrap: nowrap;
        margin: 30px -5px 0 -5px;
        justify-content: flex-start;
        overflow-y: scroll;
    }

    .steps__box::-webkit-scrollbar { width: 0; }

    .steps__item {
        width: calc(100%/2 - 25px);
        flex-shrink: 0;
        margin: 0 12.4px 30px;
    }


    .step__info {
        padding: 36px 12px 38px 12px;
        min-height: 226px;
    }

    .step-title {
        margin-bottom: 10px;
    }

    .step__info p {
        font-weight: 400;
        letter-spacing: 0.008em;
        color: #666666;
        font-size: 16px;
        line-height: 21px;
        -webkit-line-clamp: 6;
    }

    .step__count {
        width: 46px;
        height: 46px;
    }

    .step__image {
        min-height: 183px;
    }

    .step__image img {
        height: 236px;
        object-fit: cover;
    }

    .steps__nav {
        display: flex;
        margin-top: 40px;
    }


    .main-slider__slide {
        flex-direction: column;
        overflow: hidden;
    }

    .gallery {
        padding: 20px 0;
    }

    .gallery__box {
        margin-top: 20px;
    }



    .slide-small {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
    }

    .steps_slider-box {
        height: 100%;
    }

    .swiper.steps-slider .swiper-slide.steps__item {
        height: 100% !important;
    }

    .slide__info-photos {
        margin-top: 20px;
    }

    .swiper-slide.small-photos-nav__slide {
        max-width: 63px;
        height: calc((100% - 4px) / 2);
    }

    .small-photos-nav {
        max-height: 135px;
        width: 100%;
    }

    .main-slider__arrow-prev,
    .main-slider__arrow-next {
        display: none;
    }

    .works {
        display: none;
    }

    .auto {
        padding: 20px 16px;
    }

    .auto__wrapper {
        margin-top: 20px;
        gap: 32px 60px;
    }

    .brands {
        padding: 20px 16px;
    }

    .brands__wrapper {
        flex-wrap: wrap;
        margin-top: 20px;
        flex-direction: column;
        align-items: center;
    }

    .brands__logos {
        max-width: 310px;
        margin-top: 20px;
    }


    .brang__item {
        flex: 0 1 40%;
    }

    .brands__text {
        max-width: 100%;
    }


    .garanty {
        padding: 20px 16px;
    }

    .mainslide_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .garanty__item-icon {
        width: 60px;
        height: 60px;
    }

    .garanty__item-text {
        font-weight: 400;
    }

    .garanty__item-name {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .about__item {
        display: flex;
        flex-wrap: wrap;
    }

    .about__item-info {
        padding: 30px 0 0 0;
    }

    .about__item-info {
        padding: 10px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about__item-info p {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #757575;
    }

    .about__item-text {
        margin-bottom: 20px;
    }

    .button_def {
        padding: 10px 80px;
    }

    .vk__wrapper {
        align-items: normal;
    }

    .vk__title.vk__title-mob {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 6px;
    }

    .vk__title {
        display: none;
    }

    .vk__leftside {
        min-width: 437px;
        width: 65%;
    }


    .vk__img-big {
        max-width: 437px;
        width: 96%;
    }

    .vk__images-box {
        flex-wrap: wrap;
        /* gap: 5px; */
        margin-bottom: 0;
    }

    img.vk__img-small {
        min-width: 80px;
        max-width: 360px;
        width: 46%;
        margin: 2.5px;
        /* padding: 2.5px; */
    }

    .vk_link {
        font-size: 25px;
        line-height: 57px;
    }

    .vk__rightside {
        max-width: 685px;
        width: 68%;
    }

    .vk__title-icon {
        max-width: 43px;
        max-height: 43px;
        margin-right: 6px;
        object-fit: cover;
    }

    .vk-title {
        font-size: 25.0127px;
        line-height: 27px;
    }

    .faq {
        padding: 20px 16px;
    }

    .faq__title {
        font-size: 12px;
        line-height: 14px;
    }

    .faq__item-title {
        padding: 15px 10px;
    }

    .callback {
        padding: 20px 16px;
    }

    .section-title__desc {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .section-desc {
        font-size: 16px;
        line-height: 16px;
    }


    .callback__img {
        margin-bottom: 30px;
    }

    .form-field {
        max-width: 100%;
        width: 100%;
    }

    .form__controls {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .form__controls .button.send__form {
        margin: auto;
    }

    .form__content {
        margin-bottom: 10px;
    }

    .map__info {
        padding: 20px 32px;
        bottom: 30px;
        left: 50%;
        top: auto;
        width: calc(100% - 32px);
        transform: translate(-50%, 0);
    }

    .map__contact-item-icon {
        margin-right: 10px;
        width: 17px;
        height: 17px;
        flex-shrink: 0;
    }

    .map__contact-item-icon img {
        width: 17px;
        height: 17px;
        object-fit: contain;
        width: 100%;
    }

    .map__contact-item-numbers {
        display: flex;
        gap: 0 20px;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }

    .map__contact-item-works {
        font-size: 11px;
        line-height: 14px;
    }

    .map__contact-item-info {
        font-size: 11px;
        line-height: 14px;
    }

    .map__contact-box {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
    }

    .map__info .section-title {
        margin-bottom: 20px;
    }

    footer {
        padding: 20px 16px;
    }

    .footer__wrapper {
        flex-wrap: wrap;
    }

    .footer-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__logo {
        border: none;
    }

    .footer-site__info {
        display: none;
    }

    .footer-right__cards {
        gap: 0 20px;
        padding: 15px 0 0 0;
    }

    .footer-site__info.mobile_foot {
        display: flex;
        padding: 0;
        flex-direction: column-reverse;
        gap: 10px 0;
    }

    .callback__img img {
        height: 100%;
        object-fit: cover;
    }

    .gallery {
        padding: 20px 0 0 0;
    }

    .gallery__box {
        margin-top: 20px;
    }

    div#thumbCarousel {
        padding-bottom: 32px;
    }

    .main-slider__navigation {
        margin: 0;
        padding: 0 0 20px 0;
    }



    
    div#mainCarousel {
        margin: 0 0 30px 0;
        max-width: 100%;
    }

    .slide__info-top {
        margin-bottom: 20px;
    }


    #mainCarousel .carousel__button.is-next {
        right: 0;
    }

    .carousel__button svg {
        width: 24px;
        height: 24px;
    }

    #mainCarousel .carousel__slide {
        max-width: 100%;
        max-height: 520px;
    }

    .container-xl {
        padding: 0 30px;
    }

    .slide__right-info {
        max-width: 100%;
    }

    .slide__info-name {
        font-size: 30px;
    }

    .desc-item__name {
        font-size: 21px;
        line-height: 22px;
    }

    .slide__desc-item {
        margin-bottom: 14px;
    }

    .slide__desc-item:last-child {
        margin-bottom: 0;
    }

    #thumbCarousel .carousel__viewport {
        max-width: 100%;
    }

    #thumbCarousel .carousel__slide {
        width: 170px;
        height: 170px;
        margin: 7.5px;
    }

    #thumbCarousel {
        padding-bottom: 20px;
    }

    .main-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 13px;
        height: 13px;
    }

    .main-slider__dots .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }

    .desc-item__price {
        font-size: 17px;
    }

    #mainCarousel .carousel__button.is-prev {
        left: 0;
    }
    
    .about__item-img {
        margin: auto;
    }

    .callback__wrapper {
        gap: 20px;
    }


    .auto__item {
        max-width: 100%;
        align-items: center;
    }
        
    .map__pc {
        display: none;
    }

    .map__mobile {
        display: block;
    }

    section.map {
        overflow: hidden;
    }


}




@media (max-width: 790px) {

    .wrap_ffbc {
        z-index: 10 !important;
    }

    .main .main__wrapper .section-title {
        font-size: 21px;
        line-height: 25px;
        max-width: 226px;
    }

    .main .main-title {
        font-size: 36px;
        line-height: 40px;
        max-width: 347px;
    }

    .main__item-img {
        width: 92px;
        height: 92px;
    }

    .main__item p {
        font-size: 21px;
        line-height: 25px;
    }

    .main__items {
        max-width: 293px;
    }

    .main__desc {
        font-size: 18px;
        line-height: 21px;
        max-width: 314px;
        margin-bottom: 112px;
    }

    a.button.button-calculate {
        padding: 16px 0;
        margin: 0;
        width: 318px;
        font-size: 21px;
        line-height: 31px;
    }

    .main__wrapper {
        padding-bottom: 155px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .main__note {
        padding: 16px 32px;
        margin-top: 14px;
    }

    .main__note p {
        font-size: 16px;
        line-height: 17px;
    }

    .maintabs__wrapper {
        padding: 20px 16px;
        margin-top: 58px;
    }

    .maintabs__tabs {
        max-width: 378px;
    }

    button.maintabs__item {
        max-width: 145px;
    }

    .maintab__answer p {
        font-size: 14px;
        line-height: 16px;
    }

    .maintab__answer {
        padding: 10px;
        max-width: 510px;
        margin: auto;
    }

    .maintabs__answers {
        padding: 19px 16px 10px 16px;
    }

    
    .answer_1 .answer__arrow-icon, .answer_3 .answer__arrow-icon, .answer_5 .answer__arrow-icon {
        left: 28%;
        transform: translate(-28%, 0);
    }

    .answer_2 .answer__arrow-icon, .answer_4 .answer__arrow-icon, .answer_6 .answer__arrow-icon {
        left: 80%;
        transform: translate(-80%, 0);
    }



    .step__image img {
        height: 183px;
        object-fit: cover;
    }

    .step__info {
        padding: 28px 10px 30px 10px;
        min-height: 195px;
    }

    .step__info p {
        font-size: 16px;
        line-height: 16px;
    }

    div#mainCarousel {
        max-width: 510px;
    }

    .slide__right-info {
        max-width: 510px;
    }

    #thumbCarousel .carousel__slide {
        width: 90px;
        height: 90px;
        margin: 3px;
    }

    .auto {
        padding: 20px 30px;
    }

    .brands {
        padding: 20px 30px;
    }

    .about {
        padding: 40px 30px;
    }

    .vk__wrapper {
        max-width: 516px;
    }

    .vk__leftside {
        min-width: 242px;
        width: 65%;
    }

    .vk__img-big {
        max-width: 242px;
        width: 100%;
    }

    .faq__wrapper {
        max-width: 516px;
    }
  
}



@media (max-width: 580px) {

    .main__wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .main__desc {
        margin-bottom: 20px;
    }


    a.button.button-calculate {
        padding: 15px 0;
        margin: auto;
        width: 401px;
    }

    #thumbCarousel .carousel__slide {
        width: 94px;
        height: 94px;
        margin: 4px;
    }

    .section-title {
        font-size: 18px;
        line-height: 24px;
    }

    .garanty {
        padding: 20px 30px;
    }

    .about__item-img {
        max-width: 347px;
    }


    #thumbCarousel .carousel__slide {
        width: 63px;
        height: 63px;
        margin: 2px;
    }


    .slide__right-info {
        max-width: 100%;
    }

    .garanty__wrapper {
        flex-wrap: wrap;
        gap: 20px 0;
    }


    .callback__wrapper {
        flex-wrap: wrap;
    }

    #popup1 {
        padding: 23px;
        max-width: 520px;
        background: #F9FAFB;
    }

    .popup__name {
        font-size: 24px;
        line-height: 26px;
    }

    .popup__title {
        padding-bottom: 17px;
        margin-bottom: 15px;
    }

    .popup__info {
        font-size: 14px;
        line-height: 14px;
        padding-top: 10px;
    }

    #popup1 .form__info {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    #popup1 input,
    #popup1 textarea {
        border: none;
        color: rgba(121, 135, 151, 0.55);
        background: #FFFFFF;
        font-weight: 400;
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 0.008em;
        padding: 8px
    }

    .form__content {
        gap: 10px 0;
        margin-bottom: 20px;
    }

    #popup1 .form-field.field__message {
        padding-top: 15px;
    }

    #popup1 .form__controls span {
        max-width: 181px;
        width: 100%;
        font-weight: 400;
        font-size: 10px;
        line-height: 11px;
        display: flex;
        align-items: center;
        letter-spacing: 0.008em;
        color: rgba(63, 70, 78, 0.5);
    }


    .fancybox__content>.carousel__button.is-close {
        top: 30px;
        right: 36px;
        width: 10px;
        height: 10px;
        color: #32323282;
        box-shadow: none;
    }

    .callback__img img:not(:first-child) {
        display: block;
    }


    .callback__img img {
        max-width: 300px;
        object-fit: cover;
        width: 47%;
        max-height: 300px;
        height: 48%;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 4px 10px rgba(102, 102, 102, 0.25);
    }

    .callback__img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

}

@media (max-width: 490px) {
    .main__wrapper {
        background: url(../img/bg_tablet.webp) no-repeat;
        padding-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 3px;
        background-position: top right;
    }

    .main .section-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        max-width: 150px;
        text-align: left;
        margin-bottom: 10px;
    }

    .main .main-title {
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        max-width: 240px;
    }

    .main__items {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
        max-width: 300px;
        margin-bottom: 22px;
    }

    .main__item {
        flex-direction: row;
        align-items: center;
        max-width: 204px;
        gap: 0 10px;
        text-align: left;
    }

    .main__items .main__item:nth-child(3) {
        max-width: 215px;
    }

    .main__desc {
        font-size: 13px;
        line-height: 14px;
        color: #FAFAFA;
        max-width: 234px;
        margin-bottom: 24px;
    }

    a.button.button-calculate {
        padding: 10px 0;
        margin: auto;
        width: 262px;
        font-size: 14px;
        line-height: 20px;
    }

    .main__note p {
        font-weight: 400;
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 0.008em;
        color: #A2A2A2;
    }

    .main__note {
        padding: 6px 10px;
        margin-left: 0;
    }

    .main__note {
        padding: 10px 10px;
        margin-left: 0;
        margin-top: 28px;
        position: static;
    }

    .maintabs__wrapper {
        padding: 20px 16px;
        margin-top: 15px;
    }

    .main .section-title {
        text-align: center;
        max-width: 100%;
    }

    .main__item-img {
        width: 60px;
        height: 60px;
    }

    .main .main__wrapper .section-title {
        text-align: left;
        max-width: 150px;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 16px;
    }

    .main__item p {
        font-size: 14px;
        line-height: 16px;
    }

    button.maintabs__item {
        /* flex: 1 1 50%; */
        max-width: 110px;
        flex-direction: revert;
        align-items: center;
        padding: 13.5px 0;
    }

    .tab__item-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 0;
        flex-shrink: 0;

    }


    .maintabs__item p {
        font-size: 14px;
        line-height: 16px;
    }

    .maintabs__item.item_1.active p, .maintabs__item.item_2.active p, .maintabs__item.item_3.active p, .maintabs__item.item_4.active p, .maintabs__item.item_5.active p, .maintabs__item.item_6.active p {
        font-size: 14px;
        line-height: 16px;
    }

    .maintabs__tabs {
        max-width: 267px;
    }

    .answer__arrow-icon {
        display: block;
    }

    .maintabs__item.item_1 .tab__item-icon,
    .maintabs__item.item_2 .tab__item-icon,
    .maintabs__item.item_3 .tab__item-icon,
    .maintabs__item.item_4 .tab__item-icon,
    .maintabs__item.item_5 .tab__item-icon,
    .maintabs__item.item_6 .tab__item-icon {
        background-size: cover;
    }

    .answer_1 .answer__arrow-icon, .answer_3 .answer__arrow-icon, .answer_5 .answer__arrow-icon {
        left: 28%;
        transform: translate(-28%, 0);
    }

    .answer_2 .answer__arrow-icon, .answer_4 .answer__arrow-icon, .answer_6 .answer__arrow-icon {
        left: 80%;
        transform: translate(-80%, 0);
    }

    .maintabs__answers {
        padding: 20px 16px 10px 16px;
    }

    .maintab__answer {
        padding: 10px;
    }

    .maintab__answer p {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.008em;
        color: #A2A2A2;
    }

    .marquiz__modal {
        max-width: 375px;
    }

    .quiz {
        padding: 20px 16px;
    }

    .section-title {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
    }

    .steps {
        padding: 20px 16px;
        overflow: hidden;
    }

    /* .steps__box {
        flex-wrap: nowrap;
        justify-content: normal;
        gap: 0;
    } */


    .vk {
        overflow: hidden;
        padding: 20px 16px;
    }

    footer {
        overflow: hidden;
    }

    .steps__wrapper {
        margin: 0px -55px 0 0;
    }

    .steps__item {
        width: 250px;
    }

    .step__info {
        padding: 28px 10px;
        min-height: 195px;
    }

    .step-title {
        margin-bottom: 10px;
    }

    .step__info p {
        font-weight: 400;
        letter-spacing: 0.008em;
        color: #666666;
        font-size: 16px;
        line-height: 16px;
    }

    .step__image {
        min-height: 183px;
    }

    .step__image img {
        height: 183px;
        object-fit: cover;
    }

    .steps__nav {
        display: flex;
    }


    .main-slider__slide {
        flex-direction: column;
        overflow: hidden;
    }

    .gallery {
        padding: 20px 0;
    }

    .gallery__box {
        margin-top: 20px;
    }



    .slide-small {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
    }



    .slide__info-photos {
        margin-top: 20px;
    }

    .swiper-slide.small-photos-nav__slide {
        max-width: 63px;
        height: calc((100% - 4px) / 2);
    }

    .small-photos-nav {
        max-height: 135px;
        width: 100%;
    }


    .main-slider__arrow-prev,
    .main-slider__arrow-next {
        display: none;
    }

    .slide__info-name {
        font-size: 22px;
    }

    .slide__info-icon {
        margin-right: 12px;
    }

    .desc-item__name {
        font-size: 16px;
        line-height: 16px;
    }

    .slide__desc-item {
        margin-bottom: 2px;
    }

    .desc-item__price {
        font-size: 13px;
        line-height: 20px;
    }

    .container-xl {
        padding: 0 16px;
    }

    .works {
        display: none;
    }

    .auto {
        padding: 20px 16px;
    }

    .auto__wrapper {
        margin-top: 20px;
        gap: 20px 60px;
    }

    .brands {
        padding: 20px 16px;
    }

    .brands__wrapper {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .brands__logos {
        max-width: 220px;
        margin-top: 20px;
    }

    .brang__item {
        flex: 0 1 40%;
    }

    .garanty {
        padding: 20px 16px;
    }



    .garanty__item-icon {
        width: 60px;
        height: 60px;
    }

    .garanty__item-text {
        font-weight: 400;
    }

    .garanty__item-name {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 0;
    }

    .about__item {
        display: flex;
        flex-wrap: wrap;
    }

    .about {
        padding: 20px 16px;
    }

    .about__item-info {
        padding: 10px 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about__item-info p {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #757575;
    }

    .about__item-text {
        margin-bottom: 20px;
    }

    .button_def {
        padding: 10px 80px;
    }

    .vk__wrapper {
        align-items: normal;
    }

    .vk__title.vk__title-mob {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 6px;
    }

    .vk__title {
        display: none;
    }

    .vk__leftside {
        min-width: 160px;
        width: 65%;
    }


    .vk__img-big {
        max-width: 243px;
        width: 96%;
    }

    .vk__images-box {
        flex-wrap: wrap;
        /* gap: 5px; */
        margin-bottom: 0;
    }

    img.vk__img-small {
        min-width: 80px;
        max-width: 360px;
        width: 46%;
        margin: 2.5px;
        /* padding: 2.5px; */
    }

    .vk_link {
        font-size: 10px;
        line-height: 21px;
    }

    .vk__rightside {
        max-width: 685px;
        width: 68%;
    }

    .vk__title-icon {
        max-width: 18px;
        max-height: 18px;
        margin-right: 6px;
        object-fit: cover;
    }

    .vk-title {
        font-size: 10px;
        line-height: 19px;

    }

    .faq {
        padding: 20px 16px;
    }

    .faq__title {
        font-size: 12px;
        line-height: 14px;
    }

    .faq__item-title {
        padding: 15px 10px;
    }

    .callback {
        padding: 20px 16px;
    }

    .section-title__desc {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .section-desc {
        font-size: 16px;
        line-height: 16px;
    }


    .callback__img {
        margin-bottom: 30px;
    }

    .form-field {
        max-width: 100%;
        width: 100%;
    }

    .form__controls {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .form__controls .button.send__form {
        margin: auto;
    }

    .form__content {
        margin-bottom: 10px;
    }

    .map__info {
        padding: 20px 32px;
        bottom: 30px;
        left: 50%;
        top: auto;
        width: calc(100% - 32px);
        transform: translate(-50%, 0);
    }

    .map__contact-item-icon {
        margin-right: 10px;
        width: 17px;
        height: 17px;
        flex-shrink: 0;
    }

    .map__contact-item-icon img {
        width: 17px;
        height: 17px;
        object-fit: contain;
        width: 100%;
    }

    .map__contact-item-numbers {
        display: flex;
        gap: 0 20px;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }

    .map__contact-item-works {
        font-size: 11px;
        line-height: 14px;
    }

    .map__contact-item-info {
        font-size: 11px;
        line-height: 14px;
    }

    .map__contact-box {
        display: flex;
        flex-direction: column;
        gap: 15px 0;
    }

    .map__info .section-title {
        margin-bottom: 20px;
    }

    footer {
        padding: 20px 16px;
    }

    .footer__wrapper {
        flex-wrap: wrap;
    }

    .footer-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer__logo {
        border: none;
    }

    .footer-site__info {
        display: none;
    }

    .footer-right__cards {
        gap: 0 20px;
        padding: 15px 0 0 0;
    }

    .footer-site__info.mobile_foot {
        display: flex;
        padding: 0;
        flex-direction: column-reverse;
        gap: 10px 0;
    }

    .callback__img img {
        height: 100%;
        object-fit: cover;
    }

    #thumbCarousel .carousel__slide {
        width: 63px;
        height: 63px;
        margin: 2px;
    }


    .slide__right-info {
        max-width: 100%;
    }

    .garanty__wrapper {
        flex-wrap: wrap;
        gap: 20px 0;
    }


    .callback__wrapper {
        flex-wrap: wrap;
    }

    #popup1 {
        padding: 23px;
        max-width: 520px;
        background: #F9FAFB;
    }

    .popup__name {
        font-size: 24px;
        line-height: 26px;
    }

    .popup__title {
        padding-bottom: 17px;
        margin-bottom: 15px;
    }

    .popup__info {
        font-size: 14px;
        line-height: 14px;
        padding-top: 10px;
    }

    #popup1 .form__info {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 10px;
    }

    #popup1 input,
    #popup1 textarea {
        border: none;
        color: rgba(121, 135, 151, 0.55);
        background: #FFFFFF;
        font-weight: 400;
        font-size: 10px;
        line-height: 11px;
        letter-spacing: 0.008em;
        padding: 8px
    }

    .form__content {
        gap: 10px 0;
        margin-bottom: 20px;
    }

    #popup1 .form-field.field__message {
        padding-top: 15px;
    }

    #popup1 .form__controls span {
        max-width: 181px;
        width: 100%;
        font-weight: 400;
        font-size: 10px;
        line-height: 11px;
        display: flex;
        align-items: center;
        letter-spacing: 0.008em;
        color: rgba(63, 70, 78, 0.5);
    }

    /* .form__controls .button.send__form {
        margin: 0;
    } */

    .fancybox__content>.carousel__button.is-close {
        top: 30px;
        right: 36px;
        width: 10px;
        height: 10px;
        color: #32323282;
        box-shadow: none;
    }

    .callback__img img:not(:first-child) {
        display: block;
    }


    .callback__img img {
        max-width: 300px;
        object-fit: cover;
        width: 47%;
        max-height: 300px;
        height: 48%;
        border-radius: 6px;
        overflow: hidden;
        box-shadow: 0px 4px 10px rgba(102, 102, 102, 0.25);
    }

    .callback__img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .gallery {
        padding: 20px 0 0 0;
    }

    .gallery__box {
        margin-top: 20px;
    }

    div#thumbCarousel {
        padding-bottom: 32px;
    }

    .main-slider__navigation {
        margin: 0;
        padding: 0 0 20px 0;
    }

    .mainslide_wrapper {
        flex-direction: column;
        align-items: center;
    }


    
    div#mainCarousel {
        margin: 0 0 30px 0;
    }

    .slide__info-top {
        margin-bottom: 20px;
    }


    #mainCarousel .carousel__button.is-next {
        right: 0;
    }

    .carousel__button svg {
        width: 24px;
        height: 24px;
    }

    #mainCarousel .carousel__button.is-prev {
        left: 0;
    }
    
    .about__item-img {
        margin: auto;
    }

    .callback__wrapper {
        gap: 20px;
    }


        
    .map__pc {
        display: none;
    }

    .map__mobile {
        display: block;
    }

    section.map {
        overflow: hidden;
    }
}