@media (min-width: 993px) {
    .discount.mob {
        display: none;
    }
}

@media (max-width: 992px) {

    .new_main {
        /* margin-top: 65px; */
        padding-top: 85px;
        padding-bottom: 20px;
    }

    .new_main .right {
        display: none;
    }

    .new_main .left {
        width: 100%;
        padding: 20px 16px;
    }

    .new_main h1 {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    /* .new_main .container {
        padding-left: 0;
        padding-right: 0;
    } */

    .new_main .box.utp {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        margin-bottom: 24px;
    }

    .new_main.black .row {
        min-height: auto;
    }

    .new_main .svg-icon {
        width: 42px;
        height: 42px;
    }

    .new_main .svg-icon svg {
        width: 100%;
        height: 100%;
    }

    .new_main .card-utp .text-1 {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0%;
        margin-bottom: 8px;
    }

    .new_main .card-utp .text-2 {
        font-family: Helvetica;
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
    }

    .new_main .politika-text {
        text-align: center;
    }

    .new_main .form {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .new_main button.btn-theme {
        margin-left: 0;
        width: 100%;
    }

    .new_main input {
        width: 100% !important;
    }

    .discount.pc {
        display: none;
    }

    .new_main .discount.mob {
        width: 49px;
        height: 24px;
        top: 12px;
        right: -6px;
        font-family: Helvetica;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 992px) {
    .min_price.mob {
        display: none;
    }
}

@media (max-width: 992px) {
    .min_price.pc {
        display: none;
    }

    .min_price.mob {
        position: relative;
        margin-top: 20px;
        height: 40px;
    }

    .min_price .icon-many {
        width: 20px;
        height: 16px;
    }

    .min_price .icon-many svg {
        width: 100%;
        height: 100%;
    }

    .min_price .text-total {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
    }
}

@media (max-width:992px) {
    .new_main.corp-page .left {
        width: 100%;
    }

    .new_main.corp-page .box.utp {
        gap: 18px;
    }

    .new_main.corp-page {
        padding: 85px 0 20px 0;
    }
}















@media (max-width:992px) {
    .phone-cards .phone-card {
        width: 48%;
        max-width: 100%;
        flex: 1 0 35%;
        border-radius: 8px;
        padding: 20px 12px;
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        flex-direction: column;
        min-height: 190px;
        transition: .3s;
        border: 1px solid transparent
    }

    .phone-cards .phone-card .phone-card-crop .card-crop-img {
        max-height: 90px
    }
}

@media (max-width:992px) {
    .sale-inner-timer .pulse {
        /* transform: translate(100px, -115%);
        left: 50% */
        top: 50%;
        transform: translate(0%, -130%);
    }
}

@media (max-width:1111px) {
    .slider-wrapper .slider-item {
        flex: 0 0 85%;
        max-width: inherit
    }
}
@media (max-width:920px) {
    .swiper {
        padding: 0 5px
    }

    .input-number {
        position: relative
    }

    .banner__info-form .input-number::after {
        content: "Скидка 15%";
        color: #3b3b3b;
        font-size: 14px;
        font-weight: 300;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px
    }

    .mySwiper .swiper-wrapper .swiper-slide-active {
        opacity: 1
    }

    .mySwiper .swiper-wrapper .swiper-slide-next {
        opacity: 0
    }

    .banner .banner__inner .banner__ancors,
    .banner .banner__inner .banner__img-inner img {
        display: none
    }

    .banner .banner__inner .banner__info.main ul li {
        font-size: 14px;
        flex: 1 0 40%;
        padding-left: 1rem
    }

    .banner .banner__inner .banner__info.main ul li:first-child,
    .banner .banner__inner .banner__info.main ul li:nth-child(3) {
        flex: 1 0 33%
    }

    .banner .banner__inner h1 {
        max-width: 100%;
        font-size: 20px;
        margin-bottom: 28px
    }

    .banner .banner__inner .banner__img-inner {
        max-width: 100%
    }

    .banner .banner__inner .banner__info.main ul {
        order: 3;
        padding-left: 5px;
        gap: 10px 0
    }

    .banner__info.main .Orange.underline.text-16 {
        text-align: center;
        order: 4
    }

    .banner .banner__inner .banner__info.main {
        gap: 24px
    }

    .banner .banner__inner {
        padding-bottom: 24px
    }
}


@media (max-width:1050px) {
    .model-vid .model-vid-text {
        background-color: var(--Orange);
        padding: 20px;
        margin-bottom: 20px;
        font-size: 14px
    }

    .model-vid .model-vid-block {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center
    }

    .model-vid .model-vid-block .block-item {
        max-width: 568px;
        min-height: 200px;
        max-height: 200px;
        flex: 1 0 50%;
        padding: 1px;
        border-radius: 8px
    }

    .banner__info-stage .stage-boxs .stage-box {
        flex: 1 0 100%;
        max-width: 100%
    }

    .banner__info-stage .stage-title {
        margin-bottom: 28px
    }

    .banner .banner__inner .banner__info .banner__info-form {
        order: 2
    }

    .banner .banner__inner .banner__info .banner__info-attention {
        order: 1;
        padding: 12px 0;
        gap: 10px
    }

    .banner .banner__inner .banner__info .banner__info-attention svg {
        height: 26px;
        width: 26px;
        min-width: 26px
    }

    .banner .banner__inner .banner__info .banner__info-attention .text {
        max-width: 240px
    }

    .banner .banner__inner .banner__info .banner__info-stage {
        order: 3
    }

    .type__inner .type__switcher-btns {
        overflow: auto
    }

    .type__inner .type__switcher-btns .type__switcher-btn {
        min-width: fit-content;
        padding: 7px 20px
    }

    .type__inner .type__switcher-option__cards {
        margin-bottom: 42px;
        padding: 0 28px 20px;
        border: 1px solid #727171;
        border-radius: 8px
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        background-color: #fff;
        border-radius: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        line-height: 1.33;
        transform: translateY(-12px);
        width: fit-content
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-name {
        min-width: fit-content;
        width: 590px;
        max-width: 660px
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-price {
        min-width: fit-content
    }
}

@media (max-width:376px) {

    .advantages-cards :nth-child(5),
    .work:nth-child(5) .advantages-cards :nth-child(5) {
        flex-direction: column
    }

    .advantages-cards :nth-child(5) .advantages-card-img,
    .work:nth-child(5) .advantages-cards :nth-child(5) .advantages-card-img {
        min-height: 298px
    }

    .advantages-cards :nth-child(5) .advantages-card-info,
    .work:nth-child(5) .advantages-cards :nth-child(5) .advantages-card-info {
        padding: 24px 26px 24px 24px
    }

    .banner .banner__inner img {
        width: 100%
    }

    .footer_contacts {
        flex-direction: column;
        gap: 26px
    }

    .footer_contacts .footer_contacts-link {
        display: flex;
        flex-direction: column;
        margin-top: 27px
    }

    .footer_contacts .footer_contacts-link .contacts__phone {
        text-align: center
    }

    .footer_contacts .footer_contacts-link :nth-child(2) {
        display: none
    }

    .footer_contacts .footer_address-links {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 56px
    }

    .footer_contacts .footer_address-links .address-links-btns {
        display: flex;
        gap: 6px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 80%
    }
}

@media (max-width:1400px) {
    .mySwiper {
        padding: 40px 50px
    }
}

@media (max-width:1300px) {
    .mySwiper {
        padding: 40px 0
    }

    .logo-text {
        flex-wrap: wrap
    }

    .address-block {
        flex: 1;
        align-items: center
    }

    .address-block svg {
        min-width: 20px;
        height: auto
    }

    .has-parent .nav-parent {
        max-height: 75vh;
        min-width: 220px;
        left: 0
    }
}

@media (max-width:1200px) {

    .mySwiper2 .swiper-slide .slide-inner .slide-block .block-list .block-svg,
    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none
    }

    .header_top {
        gap: 10px
    }

    .header-btn {
        padding: 10px;
        margin-left: auto
    }

    .phone-block {
        flex: none
    }

    .category-button {
        padding: 10px 5px
    }

    .faq-women {
        position: absolute;
        top: 45px;
        left: 85px;
        transform: scale(-1, 1);
        max-width: 600px
    }

    .faq_cards,
    .faq_inner.error_block .error_block-text {
        flex: 0 0 40%
    }

    .faq_inner.about_block .faq-women {
        position: absolute;
        top: 50px;
        left: 240px;
        transform: scale(-1, 1);
        max-width: 510px
    }

    .faq_inner.about_block .about_block-text {
        font-size: 14px;
        padding: 24px;
        max-width: 495px
    }

    .faq_inner.about_block .faq-text_inner {
        flex: 0 0 45%
    }

    .faq_inner.about_block .faq-text_inner .faq-text {
        right: 45px;
        top: 40%;
        transform: translate(0, -50%);
        max-width: 240px
    }

    .title {
        margin-bottom: 20px
    }

    .banner .banner__inner,
    .calc-slide {
        justify-content: center
    }

    .banner .banner__inner .banner__info .banner__info-seo {
        margin-bottom: 24px
    }

    .banner .banner__inner .banner-item {
        max-width: 440px
    }

    .banner .banner__inner .utp-cards-img {
        gap: 14px;
        flex-wrap: wrap
    }

    .banner .banner__inner .utp-cards-img .img-item {
        flex: 1 0 45%;
        max-width: 100%;
        justify-content: center
    }

    .banner .banner__inner .utp-cards-img .img-item:first-child {
        order: 3
    }

    .banner .banner__inner .utp-cards {
        max-width: 450px
    }

    .banner .banner__inner.device .banner-crop {
        position: absolute;
        right: -55px;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
        max-width: 420px;
        max-height: 391px
    }

    .problem_inner-stage {
        max-width: 520px;
        gap: 20px
    }

    .faq_inner.error_block .faq-women {
        left: 0
    }

    .reviews .questions_block .form {
        max-width: 100%;
        box-shadow: none;
        padding: 0;
        gap: 32px;
        display: grid;
        justify-content: center;
        grid-template-areas: "n p" "d r" "t t" "b b";
        grid-template-columns: 325px 325px;
        grid-template-rows: 105px 105px 192px 56px
    }

    .displayedImage-crop {
        max-width: 525px
    }

    .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
        max-width: 168px
    }

    .questions .questions_inner {
        padding: 20px
    }

    .questions .questions_inner .circle {
        position: absolute;
        height: 365px;
        width: 365px;
        border: 50px solid var(--white);
        border-radius: 100%;
        right: 27px;
        top: 50%;
        transform: translateY(-50%)
    }

    .questions .questions_inner .que-pic {
        right: 30px
    }

    .versus_bot .versus_bot-mid {
        flex: 1 0 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .reviews_inner {
        display: flex;
        align-items: center;
        position: relative
    }

    .reviews_inner:after {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        content: "";
        height: 90%;
        width: 3px
    }

    .reviews_inner .reviews_inner-img {
        transform: translateX(-100px);
        max-width: 550px
    }

    .mySwiper2 .swiper-slide .slide-inner {
        align-items: flex-start
    }

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        bottom: 0
    }

    .mySwiper2 .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 50%)
    }

    .mySwiper2 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 45%)
    }

    .seo-attention .container {
        display: flex;
        gap: 20px;
        align-items: center
    }

    .seo-attention .container .banner-text-box {
        margin: 0
    }

    .type__inner .type__switcher-option__cards {
        border: none
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        background-color: #fff;
        border-radius: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        line-height: 1.33;
        transform: translateY(-12px);
        width: 100%
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-name {
        min-width: fit-content;
        width: 100%;
        max-width: 660px
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-price {
        margin-left: auto;
        padding-right: 200px;
        min-width: fit-content
    }

    .mySwiper .swiper-wrapper .swiper-slide .slider-case {
        opacity: 0
    }

    .mySwiper .swiper-wrapper .swiper-slide-active {
        width: fit-content !important;
        max-width: 370px;
        margin-right: 32px !important;
        margin-left: 0
    }

    .mySwiper .swiper-wrapper .swiper-slide-active .slider-item {
        opacity: 1;
        transform: translateY(-40px)
    }

    .mySwiper .swiper-wrapper .swiper-slide-next .slider-item,
    .mySwiper .swiper-wrapper .swiper-slide-prev .slider-item {
        opacity: 1;
        transform: translateY(-20px)
    }

    .mySwiper .swiper-wrapper .swiper-slide-prev {
        margin-left: inherit
    }

    .mySwiper .swiper-button-next,
    .swiper.reviews .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 40%)
    }

    .mySwiper .swiper-button-prev,
    .swiper.reviews .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 40%)
    }

    .swiper.reviews {
        height: 500px
    }

    .swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-btn .text {
        font-size: 14px
    }

    .swiper.reviews .swiper-wrapper .swiper-slide .slide-img .slide-btn .color {
        max-width: 100%
    }
}

@media (max-width:1050px) {

    .banner .banner__inner .banner__info .banner__info-seo,
    .faq-text.pc-none,
    .form .form-after-text,
    .sec-footnote-text.centered,
    .title,
    .title-main {
        text-align: center
    }

    .container {
        padding: 0 1rem
    }

    body {
        letter-spacing: .15px
    }

    .title {
        margin-bottom: 20px;
        font-size: 32px
    }

    .mb-48,
    .mySwiperEx .swiper-wrapper,
    .versus_inner .versus_top-text {
        margin-bottom: 32px
    }

    .banner_inner .utp-cards-img,
    .mb-28 {
        margin-bottom: 20px
    }

    .mb-56 {
        margin-bottom: 25px
    }

    .delivery_inner.grid .delivery-crop,
    .delivery_inner.grid .title-main,
    .mb-62 {
        margin-bottom: 24px
    }

    .title-main,
    .title-submain {
        font-size: 20px;
        margin-bottom: 28px
    }

    .banner_inner .utp-cards,
    .circle-green,
    .faq-text_inner,
    .faq-women,
    .faq_inner .faq-text_inner,
    .has-parent span.colored-text,
    .mobile-none,
    .mobile-none-flex,
    .mySwiper2 .swiper-slide .slide-inner .slide-block .block-list .block-model-text,
    .problem-crop,
    .questions .questions_inner .circle,
    .questions .questions_inner .que-pic,
    .reviews_inner .reviews_inner-img,
    .reviews_inner:after,
    .tech_inner .feature:nth-child(2),
    header.scrolled .address-block,
    header.scrolled .phone-block,
    header.scrolled .phone-block span {
        display: none
    }

    .pc-none {
        display: block
    }

    .input-block,
    .mobile-menu,
    .pc-none-flex {
        display: flex
    }

    .form .form-after-text {
        max-width: 195px;
        margin: 10px auto 0
    }

    .form .form__input {
        flex-direction: column;
        gap: 12px
    }

    .form .form__input .form__input-input {
        margin: 0;
        max-width: 100%
    }

    .form .form__input .form__input-btn {
        margin: 0;
        width: 100%
    }

    #slide2 .calc-select-box,
    #slide2 .calc-slide-select,
    .form-btn,
    .form.form-inputs .form__input.name,
    .problem_inner-stage,
    .questions .questions_inner .grad-btn {
        max-width: 100%
    }

    .title-main {
        margin-bottom: 20px
    }

    .dashed {
        width: 99%
    }

    .banner .banner__inner .box-text :nth-child(2),
    .title-submain {
        font-size: 20px
    }

    .bread {
        padding-top: 24px;
        margin-bottom: 32px;
        padding-bottom: 10px;
        gap: 7px;
        overflow: auto
    }

    .bread a,
    .bread svg {
        min-width: fit-content
    }

    header.scrolled {
        padding-bottom: 14px
    }

    header.scrolled .header_top {
        gap: 0
    }

    .header_inner .header_top .container,
    .header_inner .header_top .container .header_top-address .address-btns {
        gap: 5px
    }

    #slide3 .btn-text,
    .header_inner .header_top .container .header_top-address .address-btns .phone-links {
        font-size: 14px
    }

    .header_top {
        gap: 10px;
        margin-bottom: 6px
    }

    .header-nav ul {
        flex-direction: column;
        gap: 12px;
        justify-content: center
    }

    .header-nav ul .has-parent {
        border-radius: 8px;
        padding: 12px 21px;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        background-color: rgba(19, 150, 62, .1);
        justify-content: space-between
    }

    .header-nav ul .has-parent .nav-parent.grayBG {
        top: 0;
        padding: 12px 0;
        gap: 12px;
        flex: 1 0 100%;
        background: 0 0;
        position: relative
    }

    .main-btn.header {
        max-width: 200px
    }

    .advantages-cards,
    .branch_box,
    .logo-text {
        flex-wrap: wrap
    }

    .address-block {
        flex: 1;
        align-items: center
    }

    .address-block svg {
        min-width: 20px;
        height: auto
    }

    .mobile-menu {
        align-items: center;
        justify-content: center;
        padding: 24px;
        width: 74px;
        height: 74px;
        border-radius: 0 0 16px;
        font-size: 16px;
        font-weight: 600
    }

    .mobile-menu svg {
        width: 26px;
        height: 26px
    }

    .header_bottom {
        gap: 15px;
        justify-content: space-around
    }

    .header-nav ul {
        gap: 15px;
        width: 100%
    }

    .header-search .check-input {
        min-width: 228px
    }

    .has-parent {
        width: 56px
    }

    .has-parent svg {
        min-width: 24px
    }

    .has-parent .nav-parent {
        max-height: 75vh;
        min-width: 220px;
        left: 0
    }

    .banner .banner__inner .box-text :first-child {
        font-size: 36px
    }

    .banner .banner__inner .banner__img-box .box-num .box-num-circle {
        width: 133px;
        height: 133px;
        top: -50px;
        right: -30px
    }

    .banner .banner__inner .banner__img-box .box-num .box-num-text {
        top: 10px;
        font-size: 36px
    }

    .banner .banner__inner .achievement-cards {
        gap: 50px 0
    }

    .banner .banner__inner .achievement-cards .achievement-card {
        flex: 1 0 50%
    }

    .banner .banner__inner .achievement-cards .achievement-card:nth-child(2):after {
        top: 135px;
        content: "";
        position: absolute;
        right: 100%;
        transform: translate(0, -50%) rotate(90deg);
        height: 120%;
        width: 1px;
        background-color: #727171
    }

    .banner .clip-path {
        clip-path: polygon(9% 83%, 11% 83%, 55% 60%, 58% 60%, 60% 61%, 100% 81%, 100% 100%, 0 100%, 0 65%, 7% 81%);
        height: 280px
    }

    .banner_inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 32px
    }

    .banner_inner .banner-item {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .banner_inner .banner-item .utp-cards-img .img-item-text {
        font-size: 13px;
        line-height: 1.2
    }

    .banner_inner .banner-item .banner-text {
        text-align: center;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.28;
        margin-bottom: 20px
    }

    .input-block {
        gap: 5px;
        flex-direction: column;
        width: 100%
    }

    .input-block .input-block-name,
    .input-block .input-block-name .white-inp,
    .input-block .input-block-phone,
    .input-block .input-block-phone .white-inp {
        max-width: 100%;
        width: 100%
    }

    .button-block {
        width: 100%;
        gap: 12px;
        flex: 1 0 100%;
        flex-direction: column
    }

    .about_block {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .about_block .about_block-text {
        line-height: 20px
    }

    .faq-text.pc-none {
        display: block;
        margin-bottom: 32px;
        max-width: 400px
    }

    .faq_cards,
    .faq_inner .faq_cards {
        flex: 1 0 100%
    }

    .faq_cards .faq_cards-item {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        padding: 33px 40px;
        max-width: 100%;
        transition: .3s;
        align-items: flex-end
    }

    .faq_cards .faq_cards-item .item-footnote {
        height: 0;
        width: 100%;
        flex: 1 0 100%;
        opacity: 0;
        transition: .7s
    }

    .faq_cards .faq_cards-item .item-text {
        flex: 1 0 100%;
        max-width: 450px
    }

    .faq_cards .faq_cards-item.active,
    .reviews_box.stock,
    .vertical-vid {
        gap: 20px
    }

    .faq_cards .faq_cards-item.active .item-footnote {
        display: block;
        height: auto;
        opacity: 1
    }

    .cases-carousel__svg {
        display: block;
        margin: 0 auto
    }

    .footer-left {
        flex-direction: row;
        flex-wrap: wrap;
        display: grid;
        max-width: 100%;
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 30px);
        gap: 25px;
        align-items: center
    }

    #slide2,
    .sec-footnote_inner {
        gap: 32px
    }

    .footer-left .address-block {
        grid-column: 1/3;
        grid-row: 2/3
    }

    .footer-left .mobile-menu {
        grid-row: 3/1;
        justify-self: end
    }

    .footer-left .logo-block {
        padding: 0;
        grid-column: 1/3;
        grid-row: 1/2
    }

    .sec-footnote-text {
        flex: 1 0 40%;
        line-height: 1.75;
        letter-spacing: .75px;
        font-size: 14px
    }

    .sec-footnote-text.full {
        flex: 1 0 100%;
        font-size: 14px
    }

    .sec-footnote-text.colored {
        background-color: var(--yellow);
        padding: 24px;
        border-radius: 16px;
        flex: 1 0 55%;
        font-size: 14px
    }

    .sec-footnote-text.colored img {
        max-width: 60px;
        float: left;
        margin-right: 12px;
        margin-bottom: 10px;
        max-height: 102px
    }

    .banner {
        background-position: left
    }

    .banner_inner.device {
        padding: 32px 24px;
        gap: 5px
    }

    .banner_inner.device .title-submain,
    .calc-slide .slide-title,
    .versus_inner .text-32 {
        margin-bottom: 16px
    }

    .banner_inner.device .banner-text {
        font-size: 16px;
        line-height: 1.75
    }

    .banner_inner.device .banner-crop,
    .banner_inner.device .banner-crop.model {
        position: relative;
        right: inherit;
        bottom: inherit;
        top: inherit;
        transform: translateY(32px);
        max-width: 420px;
        max-height: 391px
    }

    .banner_inner.device .banner-attention {
        border-radius: 100%;
        width: 29px;
        height: 29px;
        top: 16px;
        right: 16px;
        position: absolute;
        z-index: 1
    }

    .banner_inner.device .banner-attention .banner-attention_img {
        width: 29px;
        height: 29px
    }

    .banner_inner.device .banner-attention .banner-attention_box {
        min-width: 170px;
        border-radius: 16px;
        padding: 10px;
        gap: 0
    }

    .catalog-cards {
        gap: 6px
    }

    .catalog-cards.brand-cards {
        gap: 7px
    }

    .catalog-cards.brand-cards .cards-item {
        flex: 1 0 30%
    }

    .how_inner-cards.vol-2 .cards-item {
        flex: 1 0 35%
    }

    .how_inner-cards.vol-2 .cards-item .device-que-img {
        max-width: 130px
    }

    .catalog-cards.models .cards-item {
        flex: 0 0 23%
    }

    .catalog-cards .cards-item {
        flex: 1 0 45%;
        padding: 20px 0 20px 20px;
        overflow: hidden
    }

    .catalog-cards .cards-item .phone-card-info .info-text,
    .catalog-cards .cards-item .phone-card-info .info-title {
        max-width: 200px;
        margin-bottom: 16px
    }

    .catalog-cards .cards-item .phone-card-info .info-list {
        max-width: 200px;
        margin-bottom: 16px;
        width: 100%;
        max-height: 120px
    }

    .catalog-cards .cards-item .phone-card-info .info-list .info-list-item {
        text-align: left;
        width: 100%
    }

    .catalog-cards .cards-item .phone-card-info .info-list .info-list-item .list-link {
        font-size: 12px
    }

    .catalog-cards .cards-item .phone-card-info .grad-btn {
        max-width: 190px
    }

    .catalog-cards .cards-item .cards-item-crop {
        max-width: 130px;
        transform: translateX(40px)
    }

    .models-switcher {
        padding-bottom: 10px
    }

    .advantages-cards .advantages-cards-item {
        flex: 1 0 45%
    }

    .branch_box .branch_box-item {
        flex: 0 0 45%
    }

    .delivery_inner {
        flex-wrap: wrap;
        justify-content: center
    }

    .delivery_inner .delivery_inner-text {
        padding: 24px;
        font-size: 14px;
        line-height: 20px
    }

    .politic_inner,
    .reviews_inner-title .title-submain {
        font-size: 16px
    }

    .delivery_inner .delivery-crop {
        max-width: 550px
    }

    .delivery_inner.grid {
        display: grid;
        gap: 0;
        grid-template-areas: "a" "t" "p" "b";
        align-items: center;
        justify-items: center;
        text-align: center
    }

    .delivery_inner.grid .text-18 {
        margin-bottom: 24px;
        max-width: 325px
    }

    .politic_inner {
        line-height: 28px
    }

    .banner-item.model {
        max-width: 560px
    }

    .faq_inner.error_block {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap
    }

    .faq_inner.error_block .faq-women {
        display: block;
        position: absolute;
        order: 3;
        transform: scale(-1, 1) translate(-105px, 30%);
        bottom: 0;
        max-width: 495px;
        height: fit-content
    }

    .faq_inner.error_block .error_block-text {
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex: 0 0 50%;
        order: 2
    }

    .faq_inner.error_block .error-title {
        font-size: 140px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1
    }

    .faq_inner.error_block .faq-text_inner {
        display: flex;
        background-image: none !important;
        order: 1;
        flex: 1 0 100%;
        min-height: 60px;
        justify-content: center;
        align-items: center
    }

    .faq_inner.error_block .faq-text {
        right: inherit;
        top: 0;
        transform: translate(0, 0);
        max-width: 280px;
        text-align: center
    }

    .faq_inner.error_block .error-text {
        font-size: 32px;
        line-height: 1.31;
        letter-spacing: 1px
    }

    .modal__container .form {
        padding: 0;
        gap: 4px
    }

    .mySwiperEx .swiper-slide {
        align-items: center
    }

    .mySwiperEx .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 40%)
    }

    .mySwiperEx .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 40%)
    }

    .calc-slide {
        flex-direction: column;
        align-items: center;
        align-content: center;
        padding: 12px 12px 46px
    }

    .calc-slide .displayedImage-crop {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px
    }

    .calc-slide .displayedImage-crop .displayedImage-crop-text {
        bottom: 12px;
        left: 12px;
        max-width: 270;
        font-size: 14px
    }

    .calc-slide .displayedImage-crop .displayedImage {
        margin-bottom: 0;
        max-width: 526px;
        width: 100%
    }

    .calc-slide .slide-btns {
        margin-top: 35px;
        flex-direction: column;
        width: 100%
    }

    .calc-slide .slide-btns .defaultBtn,
    .questions .questions_inner .form.not-col {
        width: 100%;
        max-width: 100%
    }

    .calc-slide .slide-btns .check-btn {
        width: 100%;
        margin-right: inherit;
        max-width: 100%;
        text-align: center
    }

    #slide1 .calc-slide-info {
        order: 2
    }

    #slide1 .displayedImage-crop {
        order: 1
    }

    #slide1 .slide-check {
        margin-bottom: 35px
    }

    #slide2 {
        flex-direction: column-reverse
    }

    #slide2 .check-btn,
    #slide3 .slide-btns {
        margin-right: inherit
    }

    #slide3 {
        flex-direction: column-reverse
    }

    .how_inner .how_inner-item .how-item-img {
        position: absolute;
        left: 85%;
        top: 50%;
        transform: translate(0, -50%);
        max-width: 130px
    }

    .how_inner .how_inner-item:nth-child(2) .how-item-img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%)
    }

    .how_inner .how_inner-item .how-item-box,
    .how_inner .how_inner-item .how-item-text,
    .how_inner .how_inner-item .how-item-title {
        max-width: 80%
    }

    .faq_inner .faq_cards .faq_cards-item,
    .questions .questions_inner,
    .reviews_inner-title .title-footnote {
        padding: 20px
    }

    .questions .questions_inner .text-26 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .questions .questions_inner .text-16 {
        font-size: 14px;
        margin-bottom: 24px
    }

    .questions .questions_inner .input-block {
        gap: 10px
    }

    .reviews_inner-title {
        margin-bottom: 32px;
        justify-content: center;
        gap: 20px
    }

    .reviews_inner {
        display: flex;
        align-items: center;
        position: relative
    }

    .mySwiper {
        height: 390px
    }

    .mySwiper .swiper-wrapper .swiper-slide {
        opacity: 0
    }

    .mySwiper .swiper-wrapper .swiper-slide-active {
        opacity: 1;
        max-width: 100% !important;
        width: 100% !important
    }

    .mySwiper .swiper-wrapper .swiper-slide-active .slider-item {
        transform: inherit
    }

    .mySwiper.reviews {
        margin: 0 auto;
        padding: 0 !important;
        height: 390px
    }

    .mySwiper.reviews .slider-case .slide-profile,
    .mySwiper.reviews .slider-case .stars {
        justify-content: center
    }

    .mySwiper.reviews .slider-case .slide-comment .comment-text {
        text-align: center;
        font-size: 16px;
        max-height: 150px
    }

    .mySwiper.reviews .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 90px)
    }

    .mySwiper.reviews .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 90px)
    }

    .mySwiper2 {
        height: 450px
    }

    .mySwiper2 .swiper-slide .slide-inner {
        align-items: flex-start;
        justify-content: center
    }

    .mySwiper2 .swiper-slide .slide-inner .slide-block {
        max-width: 380px
    }

    .mySwiper2 .swiper-slide .slide-inner .slide-block .block-title {
        font-size: 20px;
        margin-bottom: 12px
    }

    .mySwiper2 .swiper-slide .slide-inner .slide-block .block-list .block-model {
        font-size: 14px;
        margin-bottom: 20px
    }

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        bottom: 0
    }

    .mySwiper2 .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 55%)
    }

    .mySwiper2 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 50%)
    }

    .dashed {
        height: 98%
    }

    .map #map {
        height: 400px
    }

    .map .map__inner {
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .tech_inner {
        flex-wrap: wrap;
        gap: 20px
    }

    .tech_inner .feature {
        gap: 20px;
        flex: 1 0 100%
    }

    .tech_inner .feature .feature-left {
        width: 70%
    }

    .tech_inner .feature .feature-right {
        width: 30%
    }

    .num-block .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
        flex-wrap: wrap
    }

    .num-block .container .num-block {
        flex: 1 0 40%
    }

    .num-block .container .block-title {
        text-align: center;
        margin-bottom: 6px;
        font-size: 70px;
        line-height: 1;
        font-weight: 700
    }

    .num-block .container .block-text {
        text-align: center;
        font-size: 16px
    }

    .calc-footnote {
        margin-bottom: 44px
    }

    .calc-footnote .container {
        margin: 0 auto;
        justify-content: left;
        max-width: 350px;
        gap: 20px
    }

    .calc-footnote .container .cals-foot-title {
        font-size: 20px;
        text-align: left;
        flex: 0 0 40%
    }

    .calc-footnote .container .cals-foot-plus {
        font-size: 60px;
        font-weight: 700
    }

    .calc-footnote .container .cals-foot-img {
        padding: 20px;
        font-size: 16px
    }

    .type__inner .type__switcher-option__cards {
        border: none;
        padding: 0
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        background-color: #fff;
        border-radius: 20px;
        display: flex;
        gap: 30px;
        align-items: center;
        line-height: 1.33;
        transform: translateY(0);
        width: 100%
    }

    .about__inner .about__inner-block .block-idea-text svg,
    .about__inner .about__inner-block:nth-child(2),
    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-name {
        min-width: fit-content;
        width: 100%;
        max-width: 660px;
        font-size: 16px
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-price {
        font-size: 16px;
        margin-left: auto;
        padding-right: 75px;
        min-width: fit-content
    }

    .type__inner .type__switcher-option__cards .option__cards-item {
        flex: 1 0 30%;
        max-width: 100%;
        width: 100%;
        min-height: 252px;
        padding: 16px;
        position: relative;
        gap: 20px
    }

    .type__inner .type__switcher-option__cards .option__cards-item svg {
        min-width: 20px;
        min-height: 16px;
        margin-bottom: 12px
    }

    .type__inner .type__switcher-option__cards .option__cards-item .face {
        max-width: 100%;
        height: fit-content;
        min-height: 252px;
        max-height: 252px;
        padding: 32px 24px
    }

    .type__inner .type__switcher-option__cards .option__cards-item .face .item-title {
        font-size: 16px;
        width: 100%;
        margin-bottom: 40px
    }

    .type__inner .type__switcher-option__cards .option__cards-item .face .item-text {
        min-width: fit-content;
        font-size: 16px
    }

    .type__inner .type__switcher-option__cards .option__cards-item .face.back :nth-child(2) {
        margin-bottom: 24px
    }

    .versus_inner {
        padding: 28px 24px;
        position: relative
    }

    .versus_inner svg {
        position: absolute;
        top: -85px;
        right: -100px;
        z-index: 0;
        max-width: 350px
    }

    .versus_top {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        gap: 16px;
        align-items: center;
        margin-bottom: 124px;
        flex-direction: column
    }

    .versus_top .versus_top-card {
        padding: 36px 89px;
        position: relative;
        max-width: 368px
    }

    .versus_bot {
        position: relative;
        z-index: 2;
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        align-items: stretch
    }

    .versus_bot .versus_bot-block {
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        max-width: 328px;
        width: 100%;
        padding: 20px
    }

    .versus_bot .versus_bot-block .block-title {
        margin-bottom: 12px;
        font-size: 16px
    }

    .versus_bot .versus_bot-block .block-price {
        margin-bottom: 20px;
        font-size: 16px
    }

    .versus_bot .versus_bot-block .block-text {
        max-width: 250px;
        font-size: 14px
    }

    .versus_bot .versus_bot-mid {
        font-size: 26px;
        font-weight: 700
    }

    .sale-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        flex-wrap: wrap
    }

    .sale-inner-form .form-text {
        max-width: 330px
    }

    .sale-inner-form .form.form-inputs .form__input {
        margin-bottom: 0;
        align-items: center
    }

    .sale-inner-timer {
        width: 100%;
        position: relative;
        padding: 24px 20px;
        max-height: 210px
    }

    .sale-inner-timer .timer-title {
        font-size: 32px;
        margin-bottom: 2px
    }

    .sale-inner-timer .timer-text {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 25px;
    }

    .sale-inner-timer .timer-end {
        font-size: 44px;
        font-weight: 700
    }

    .about__inner {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        align-items: center
    }

    .about__inner .about__inner-block .block-idea {
        padding: 32px 22px
    }

    .about__inner .about__inner-block svg {
        width: 57px
    }

    .about__inner .about__inner-block:first-child {
        line-height: 1.33;
        flex: 1 0 100%
    }

    .about__inner .about__inner-block:first-child .block-text span,
    .audio .aWrap .pleer-text-item {
        font-size: 14px
    }

    .reviews_box {
        gap: 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .reviews_box.stock .slider-item {
        padding: 12px
    }

    .vertical-vid .block-item {
        max-width: 320px
    }

    .audio {
        gap: 12px
    }
}

@media (max-width:830px) {

    .repair_box.open,
    .text-cards {
        gap: 12px
    }

    .phone-cards,
    .phone-cards.model__phone-cards {
        align-items: stretch
    }

    .phone-cards .phone-card .phone-card-crop {
        margin-bottom: inherit
    }

    .phone-cards .phone-card .phone-card-info {
        flex: none;
        margin-top: auto
    }

    .burger-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        flex-direction: column
    }

    .menu {
        overflow-y: auto;
        display: block;
        position: absolute;
        width: 100vw;
        z-index: 9999;
        visibility: hidden;
        height: 0;
        left: 0;
        background-color: #fff;
        padding: 0;
        transition: 750ms
    }

    .menu .menu__inner {
        display: none;
        flex-direction: column;
        align-items: self-start;
        justify-content: center
    }

    .menu .menu__inner .city-changer,
    footer .footer_inner .type__inner .type__switcher-end .end-text {
        margin-bottom: 32px
    }

    .menu .menu__inner .header_city-changer,
    footer .footer_inner .footer_info .logo-block {
        margin-bottom: 0
    }

    .menu .menu__inner .menu__info,
    .reviews .questions_block,
    header .header_inner {
        width: 100%
    }

    .menu .menu__inner .menu__title {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
        gap: 20px;
        width: 100%;
        position: relative
    }

    .menu .menu__inner .menu__title::after {
        width: 100%;
        content: "";
        position: absolute;
        left: 0;
        bottom: -16px;
        height: 1px;
        background-color: #3b3b3b
    }

    .menu .menu__inner .menu__title .menu__logo-block {
        justify-content: flex-start;
        flex: 1 0 85%
    }

    .menu .menu__inner .menu__title .menu-close {
        width: 46px;
        height: 46px;
        background-color: var(--Orange);
        border-radius: 100%;
        position: absolute;
        top: 0;
        right: 0;
        padding: 19px
    }

    .menu .menu__inner .menu__title .menu-close-line {
        left: 50%;
        top: 50%;
        position: absolute;
        width: 19px;
        height: 2px;
        background-color: #fff;
        border-radius: 10px
    }

    .menu .menu__inner .menu__title .menu-close-line:first-child {
        transform: translate(-50%, 0) rotate(45deg)
    }

    .menu .menu__inner .menu__title .menu-close-line:nth-child(2) {
        transform: translate(-50%, 0) rotate(-45deg)
    }

    .menu .menu__inner .defaultBtn {
        margin: 0;
        width: 100%
    }

    .menu .menu__inner .address-block {
        display: flex;
        align-items: flex-end;
        gap: 4px;
        flex-wrap: nowrap;
        max-width: 100%;
        justify-content: flex-start;
        margin-bottom: 16px
    }

    .footer-left .logo-block,
    .header_inner .header_bottom .address-block span.text-12,
    .header_inner .header_bottom .address-block span.text-14,
    .menu .menu__inner .address-block span.text-12 {
        padding-left: 0
    }

    .menu .menu__inner .contact-block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 16px;
        width: 100%
    }

    .menu .menu__inner .menu__nav {
        margin: 0 auto
    }

    .menu .menu__inner .menu__nav .menu__nav-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        line-height: 1.2
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item-title {
        display: flex;
        align-items: center
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item svg {
        transition: .3s;
        margin-left: 4px
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item .submenu {
        margin: 16px 0 35px;
        line-height: 1.18;
        display: flex;
        flex-direction: column;
        gap: 16px;
        opacity: 0;
        position: absolute;
        pointer-events: none
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item .submenu-item {
        transition: .1s linear;
        transform-origin: 0 0;
        transform: rotateX(90deg)
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item:hover .item-title {
        color: var(--Orange);
        font-weight: 700
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item:hover svg {
        transform: rotate(60deg)
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item:hover svg path {
        fill: var(--Orange)
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item:hover .submenu {
        opacity: 1;
        position: relative;
        pointer-events: all
    }

    .menu .menu__inner .menu__nav .menu__nav-list .list-item:hover .submenu-item {
        transform: rotateX(0)
    }

    .menu.active {
        height: 100vh;
        padding: 16px 20px 65px;
        visibility: visible
    }

    .menu.active .menu__inner {
        display: flex
    }

    .header_inner {
        position: inherit;
        padding: 0;
        background: #fff
    }

    .header_inner .header_top {
        align-items: inherit;
        text-align: center;
        flex-direction: column;
        padding: 16px 1rem
    }

    .header_inner .header_top .container {
        padding-bottom: 0;
        justify-content: flex-start;
        position: relative
    }

    .branch_box .branch_box-item:nth-child(n+5),
    .cat-button-grad,
    .catalog-cards.brand-cards .cards-item:nth-child(n+9),
    .header-search .check-input,
    .header_inner .header_bottom .header_bottom-menu,
    .header_inner .header_top .container .address-block,
    .header_inner .header_top .header_top-address .address-btn,
    .header_inner .header_top .header_top-address svg,
    .header_inner .header_top .header_top-colorBtn,
    .header_inner .header_top .header_top-defaultBtn,
    .main-btn.header,
    .reviews_block .reviews-case:nth-child(n+3),
    .sale_banner .sale_banner_ads .ads-img img,
    footer .footer_inner .footer_info .footer_info-text,
    footer .footer_inner .footer_nav-card:first-child,
    header .header_inner .header_top .container .header_top-btns,
    header .header_top-mail,
    header.scrolled .header_bottom {
        display: none
    }

    .header_inner .header_top .logo-block {
        max-width: 250px;
        padding: 0;
        gap: 4px
    }

    .header_inner .header_top .city-changer {
        text-align: left;
        font-size: 12px
    }

    .header_inner .header_top .header_top-phone {
        margin: 26px 0
    }

    .header_inner .header_top .header_top-address {
        margin-left: 30px;
        text-align: left;
        display: flex
    }

    .header_inner .header_top .header_top-address .phone-links {
        margin: 0
    }

    .header_inner .header_bottom {
        padding: 12px 1rem
    }

    .header_inner .header_bottom .address-block {
        display: flex;
        align-items: flex-end;
        gap: 4px;
        flex-wrap: nowrap;
        max-width: 100%;
        justify-content: flex-start
    }

    .warranty .warranty-left .title {
        margin-bottom: 23px
    }

    .seo-block,
    .seo-block-inner .seo-block-text,
    .warranty .warranty-left .warranty-text {
        font-size: 16px
    }

    .popup.active,
    .popup__address.active {
        transform: translate(-50%, 20%) scale(1)
    }

    .inside__contact {
        margin-bottom: 76px
    }

    .inside__contact .contact__block {
        justify-content: left;
        gap: 46px
    }

    .inside__contact .contact__block .contact__block-item:first-child {
        flex: 1 0 46%
    }

    .inside__contact .contact__block .contact__block-item:nth-child(2),
    .sale_banner .sale_banner-text .text-item-text,
    .type__inner .type__switcher-option__cards .option__cards-item {
        flex: 1 0 50%
    }

    .inside__contact .contact__block .item-form {
        margin-top: 35px
    }

    .inside__contact .contact__block #map {
        width: 100%;
        height: 447px;
        padding: 0;
        margin: 0
    }

    #slide3 .btn-text,
    .contact-block .contact-block-address .address-text,
    .contact-block .contact-block-address .address-title,
    .phone-block a,
    .phone-cards .phone-card-link .phone-card .phone-card-info .info-title,
    .quantity__inner-list .list-item .item-text,
    .text-cards .text-cards-item .item-block-text,
    .versus_inner .versus_top-text {
        font-size: 14px
    }

    footer .footer_inner {
        flex-direction: column;
        padding: 20px 0;
        justify-items: start;
        grid-template-areas: "A   " "N-1  " "N-2 " "N-3   " "P-1  " "R  " "P-2  "
    }

    footer .footer_inner .politic {
        margin-top: 32px;
        width: 100%
    }

    footer .footer_inner .req {
        margin: 0 auto;
        align-items: center;
        gap: 20px
    }

    footer .footer_inner .contact-block {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 32px
    }

    .mySwiper2 .swiper-slide .slide-inner .slide-block,
    footer .footer_inner .footer_info .footer_logo-block {
        text-align: center
    }

    footer .footer_inner .address-block {
        margin-bottom: 16px;
        margin-top: 16px
    }

    footer .footer_inner .footer_nav-card {
        padding: 0;
        flex: 1 0 100%
    }

    footer .footer_inner .footer_nav-card p {
        line-height: 1.19;
        margin-bottom: 12px
    }

    footer .footer_inner .footer_nav-card ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
        line-height: 1.21;
        margin-bottom: 32px
    }

    #slide1 .calc-slide-info,
    footer .footer_inner .footer_nav-card:nth-child(2) {
        order: 2
    }

    #slide1 .displayedImage-crop,
    footer .footer_inner .footer_nav-card:nth-child(3) {
        order: 1
    }

    .history {
        padding-top: 20px
    }

    .left {
        text-align: left
    }

    .block {
        margin-bottom: 46px
    }

    .banner .banner__inner .banner__info .banner__info-stage {
        padding: 20px
    }

    .banner .banner__inner .banner__info .banner__info-stage .stage-title {
        margin-bottom: 20px
    }

    .banner .banner__inner .banner__info .banner__info-stage .stage-boxs {
        gap: 16px;
        flex-direction: column;
        align-items: start
    }

    .banner .banner__inner .banner__info .banner__info-stage .stage-boxs .stage-box .box-num {
        width: 32px;
        height: 32px
    }

    .banner .banner__inner .banner__img-inner {
        max-width: 100%
    }

    .banner .banner__inner .banner__ancors {
        padding: 20px 0 64px;
        flex-wrap: wrap
    }

    .sale_banner .sale_banner-text {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 32px
    }

    .sale_banner .sale_banner-text .text-item {
        display: flex;
        gap: 16px;
        align-items: center
    }

    .sale_banner .sale_banner-text .text-item-num {
        flex: 1 0 45%;
        text-align: end
    }

    .sale_banner .sale_banner_ads {
        padding: 28px 24px;
        position: relative;
        background: linear-gradient(0deg, var(--Orange) 0, var(--Orange) 100%), #fff;
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center
    }

    .sale_banner .sale_banner_ads .ads-img svg {
        position: absolute;
        left: inherit;
        right: 0;
        bottom: 0;
        opacity: .1;
        display: block;
        max-width: 220px
    }

    .sale_banner .sale_banner_ads .ads__text {
        max-width: 591px
    }

    .sale_banner .sale_banner_ads .ads__text .ads__text-title {
        font-size: 20px;
        margin-bottom: 16px
    }

    .sale_banner .sale_banner_ads .ads__text .ads__text-text {
        margin-bottom: 28px;
        font-size: 14px
    }

    .sale_banner .sale_banner_ads .ads__text .ads__text-btn {
        padding: 16px 32px
    }

    main {
        padding-top: 135px
    }

    header {
        z-index: 99;
        position: fixed;
        top: 0;
        width: 100%
    }

    .reviews .questions_inner,
    header .container {
        padding: 0
    }

    .logo-block .logo {
        max-width: 104px
    }

    .logo-block .logo img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: 55px
    }

    .address-block {
        order: 3;
        flex: 1;
        align-items: center
    }

    .address-block svg {
        min-width: 20px;
        height: auto
    }

    .phone-cards .phone-card-link .phone-card .phone-card-info .info-text,
    .price-cost,
    .price-title {
        font-size: 12px
    }

    .phone-block span {
        text-align: end;
        max-width: 110px
    }

    .how_inner .how_inner-item .how-item-img {
        position: absolute;
        left: inherit;
        right: 0;
        top: 0;
        transform: translate(0, 0);
        max-width: 90px
    }

    .how_inner .how_inner-item:nth-child(2) .how-item-img {
        position: absolute;
        left: 0;
        top: 25%;
        transform: translate(0, 0)
    }

    .how_inner .how_inner-item .how-item-box {
        max-width: 80%;
        margin-bottom: 20px
    }

    .how_inner .how_inner-item .how-item-box .how-item-card {
        font-size: 15px
    }

    .how_inner .how_inner-item .how-item-title {
        max-width: 80%;
        margin-bottom: 12px;
        font-size: 20px
    }

    .how_inner .how_inner-item .how-item-text {
        max-width: 75%
    }

    .phone-cards {
        gap: 11px
    }

    .phone-cards .phone-card-link {
        display: flex;
        flex: 1 0 45%;
        justify-content: center
    }

    .phone-cards .phone-card-link .phone-card {
        min-height: inherit;
        max-height: inherit;
        max-width: 100%;
        width: 100%;
        justify-content: center;
        padding: 30px 0
    }

    .phone-cards .phone-card-link .phone-card .phone-card-crop {
        margin-bottom: 10px
    }

    .phone-cards .phone-card-link .phone-card .phone-card-info {
        flex: 0
    }

    .phone-cards.model__phone-cards .phone-card {
        min-height: 400px;
        padding: 28px 24px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex: 1 0 50%;
        max-width: 568px
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        max-width: 197px;
        flex: 1 0 100%;
        height: 100%
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-title {
        margin-bottom: 12px
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-text {
        height: fit-content;
        margin-bottom: 45px;
        opacity: 1;
        font-size: 18px
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 50px
    }

    .how_inner-cards.vol-2 .cards-item .item-arrow .item-arrow-svg,
    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-list li {
        transition: .5s
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .info-list li:hover {
        transform: translateX(5px)
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .list-link {
        font-size: 16px;
        text-decoration: underline
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-info .colorBtn {
        margin-top: auto
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-crop {
        transform: translateX(50%)
    }

    .phone-cards.model__phone-cards .phone-card .phone-card-crop img {
        scale: 1.5
    }

    .phone-cards.model__phone-cards .phone-card:hover .phone-card-info .info-text {
        margin: 0 0 33px
    }

    .how-work .how-work_inner {
        gap: 44px
    }

    .advantages-cards .advantages-cards-item,
    .catalog-cards .cards-item,
    .how-work .how-work_inner .inner-item,
    .how_inner-cards.vol-2 .cards-item:first-child,
    .how_inner-cards.vol-2 .cards-item:nth-child(2),
    .plus-card,
    .reviews_block .reviews-case {
        flex: 1 0 100%
    }

    .how-work .how-work_inner .inner-item .inner-item-title {
        margin: 24px 0
    }

    .mySwiper .swiper-slide .slider-case,
    .swiper.reviews .swiper-slide {
        opacity: 0
    }

    .mySwiper .swiper-slide-active {
        width: inherit !important;
        margin-right: -260px !important;
        z-index: 5
    }

    .mySwiper .swiper-slide-active .slider-case {
        opacity: 1;
        transform: translateY(-40px)
    }

    .mySwiper .swiper-slide-next,
    .mySwiper .swiper-slide-prev {
        z-index: 0
    }

    .mySwiper .swiper-slide-next .slider-case,
    .mySwiper .swiper-slide-prev .slider-case {
        opacity: .3;
        transform: translateY(0)
    }

    .area-title {
        margin-bottom: 24px
    }

    .footer .burger-menu {
        padding: 24px;
        border-radius: 8px
    }

    .footer-mid {
        flex: 1 0 100%;
        flex-direction: column;
        gap: 32px
    }

    .footer-mid .footer-mid-title {
        padding-top: 32px;
        text-align: center
    }

    .footer-mid .footer-mid-menu {
        display: flex;
        gap: 8px;
        justify-content: space-evenly
    }

    .footer_inner {
        justify-content: flex-start
    }

    .footer-left-text.mobile {
        margin-top: 32px;
        flex: 1 0 100%;
        text-align: center;
        display: block
    }

    .footer-right {
        padding-top: 0
    }

    .footer-right .footer-mid-menu {
        gap: 20px
    }

    .footer-left {
        width: 100%;
        align-items: flex-start;
        max-width: 100%
    }

    .catalog-cards .cards-item .dashed {
        height: 98%
    }

    .catalog-cards.brand-cards .cards-item {
        flex: 1 0 45%;
        max-width: 164px;
        padding: 17px 3px 12px 4px
    }

    .catalog-cards.brand-cards .cards-item .text-16 {
        font-size: 14px;
        max-width: 130px
    }

    .price-table .button_center {
        margin-top: 0
    }

    .price-table-item {
        padding: 12px 16px;
        gap: 12px
    }

    .price-title {
        flex: 0 0 45%
    }

    .price-cost {
        flex: 1 0 15%
    }

    .how_inner-cards.vol-2 {
        max-width: 100%;
        gap: 16px;
        width: 100%
    }

    .how_inner-cards.vol-2 .cards-item {
        pointer-events: all;
        min-height: 320px;
        overflow: hidden;
        position: relative;
        flex: 1 0 100%;
        border-radius: 16px;
        padding: 28px 32px;
        color: var(--white);
        justify-content: flex-end;
        gap: 16px;
        text-align: left;
        align-items: start;
        transition: .3s
    }

    .how_inner-cards.vol-2 .cards-item .device-que-img {
        display: none;
        pointer-events: none
    }

    .how_inner-cards.vol-2 .cards-item .cards-item-text {
        pointer-events: none
    }

    .how_inner-cards.vol-2 .cards-item .cards-item-title {
        pointer-events: none;
        max-width: 250px
    }

    .how_inner-cards.vol-2 .cards-item .cards-item-num {
        pointer-events: none;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 10px 17px;
        position: absolute;
        top: -40px;
        left: -40px;
        width: 72px;
        height: 72px;
        background-color: var(--white);
        color: var(--green);
        border-radius: 100%;
        font-size: 14px
    }

    .how_inner-cards.vol-2 .cards-item .item-arrow {
        pointer-events: none;
        display: flex
    }

    .how_inner-cards.vol-2 .cards-item .item-arrow .item-arrow-svg path {
        fill: var(--base);
        stroke: var(--base)
    }

    .how_inner-cards.vol-2 .cards-item.hide {
        gap: 0;
        min-height: 92px
    }

    .how_inner-cards.vol-2 .cards-item.hide .cards-item-text {
        height: 0;
        opacity: 0
    }

    .how_inner-cards.vol-2 .cards-item.active,
    .seo-block-inner,
    .type__inner .type__switcher-option__cards {
        gap: 16px
    }

    .how_inner-cards.vol-2 .cards-item.active .cards-item-text {
        height: auto;
        opacity: 1
    }

    .how_inner-cards.vol-2 .cards-item.active .device-que-img {
        display: block;
        max-width: 180px;
        width: 100%
    }

    .how_inner-cards.vol-2 .cards-item.active .cards-item-num {
        background-color: var(--white);
        color: var(--green)
    }

    .how_inner-cards.vol-2 .cards-item.active .item-arrow {
        background-color: var(--white);
        top: inherit;
        bottom: -36px;
        align-items: flex-start
    }

    .how_inner-cards.vol-2 .cards-item.active .item-arrow .item-arrow-svg {
        transform: rotate(180deg)
    }

    .utp-cases {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .utp-cases .utp-case {
        min-width: 100%
    }

    .catalog-cards.models .cards-item {
        flex: 1 0 45%
    }

    .advantages-cards,
    .branch_box,
    .mySwiper2 .swiper-slide .slide-inner,
    .seo-attention .container {
        flex-wrap: wrap
    }

    .branch_box .branch_box-item {
        flex: 1 0 100%;
        align-items: center
    }

    .catalog-cards .cards-item .phone-card-info {
        flex: 1 0 63%
    }

    .tech-btn {
        margin-top: 32px
    }

    .faq_inner.error_block .faq-women {
        display: block;
        position: absolute;
        order: 3;
        transform: scale(-1, 1) translate(-5px, 30%);
        bottom: 0;
        max-width: 495px;
        height: fit-content
    }

    .reviews .questions_block .form {
        max-width: 100%;
        box-shadow: none;
        padding: 0;
        gap: 25px;
        display: grid;
        justify-content: center;
        grid-template-areas: "n" "p" "d" "r" "t" "b";
        grid-template-columns: 100%;
        grid-template-rows: 105px 105px 96px 96px 224px 120px
    }

    .repair_box {
        justify-content: left;
        gap: 0
    }

    .repair_box .repair_box-item {
        flex: 1 0 100%;
        align-items: center;
        gap: 12px
    }

    .calc-slide .calc-utp .calc-utp-cards {
        display: flex;
        gap: 5px;
        align-items: center
    }

    .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
        max-width: 168px;
        height: 93px;
        padding: 8px
    }

    #slide1 .grad-btn,
    .advantages_inner .advantages_inner-item,
    .mySwiper2 .swiper-slide .slide-inner .grad-btn {
        max-width: 100%;
        width: 100%
    }

    .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-text {
        font-size: 10px
    }

    .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-img {
        max-width: 70px;
        z-index: 3;
        bottom: 0;
        top: inherit
    }

    .calc-slide .calc-utp .calc-utp-title {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 12px;
        text-align: center
    }

    #slide2 .check-btn,
    #slide3 .slide-btns,
    .calc-slide .grad-btn {
        margin-right: inherit
    }

    .calc-slide .slide-btns {
        flex-wrap: wrap;
        justify-content: center
    }

    #slide1 .displayedImage-crop .displayedImage-crop-text,
    #slide2 .displayedImage-crop .displayedImage-crop-text,
    #slide3 .displayedImage-crop .displayedImage-crop-text {
        font-size: 14px;
        left: 18px;
        bottom: 18px
    }

    #slide1 .grad-btn {
        order: 3;
        flex: 1 0 100%
    }

    #slide1 .calc-utp {
        order: 4
    }

    .versus_inner .text-32 {
        font-size: 20px
    }

    .versus_bot {
        position: relative;
        z-index: 2;
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        align-items: stretch
    }

    .versus_bot .versus_bot-block {
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        padding: 20px
    }

    .versus_bot .versus_bot-block .block-title {
        margin-bottom: 14px;
        font-size: 14px
    }

    .versus_bot .versus_bot-block .block-price {
        margin-bottom: 22px;
        font-size: 14px
    }

    .versus_bot .versus_bot-block .block-text {
        max-width: 250px;
        font-size: 14px
    }

    .mySwiper2 {
        height: 850px
    }

    .mySwiper2 .swiper-slide .slide-inner .block-model-crop {
        transform: translateX(0)
    }

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        bottom: 0
    }

    .mySwiper2 .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 40%)
    }

    .mySwiper2 .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 40%)
    }

    .delivery_inner {
        display: flex;
        align-items: stretch;
        gap: 20px
    }

    .delivery_inner .delivery_block {
        max-width: 550px
    }

    .delivery_inner .delivery_block .delivery_block-title {
        margin-bottom: 24px;
        font-size: 16px;
        text-align: center
    }

    .delivery_inner .delivery_block .delivery_block-text {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 24px
    }

    .delivery_inner .delivery_block .grad-btn {
        max-width: 326px
    }

    .seo-block ul {
        padding-left: 2rem
    }

    .seo-block .title-submain {
        margin-bottom: 17px
    }

    .seo-attention .container .banner-text-box {
        margin: 0;
        padding: 47px 32px 47px 76px
    }

    .seo-attention .container .banner-text-box span {
        min-width: inherit
    }

    .swiper.reviews {
        height: 490px
    }

    .swiper.reviews .swiper-slide-active {
        opacity: 1
    }

    .swiper.reviews .swiper-slide .slider-case {
        display: flex;
        flex-direction: column;
        padding: 12px;
        gap: 24px
    }

    .swiper.reviews .swiper-slide .slide-img {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .swiper.reviews .swiper-slide .slide-img .slide-crop {
        margin-bottom: 24px;
        max-width: 276px;
        max-height: 276px;
        border-radius: 2px
    }

    .swiper.reviews .swiper-slide .slide-img .slide-crop img {
        max-height: 276px
    }

    .swiper.reviews .swiper-slide .slide-img .slide-btn {
        min-width: 100%;
        text-align: center
    }

    .swiper.reviews .swiper-slide .slide-about {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .swiper.reviews .swiper-slide .slide-about .slide-about-name {
        font-size: 20px;
        line-height: 1
    }

    .swiper.reviews .swiper-slide .slide-about .sert-footnote {
        font-weight: 700;
        font-size: 18px;
        display: flex;
        gap: 12px;
        margin-top: auto;
        flex-direction: column
    }

    .swiper.reviews .swiper-button-next,
    .swiper.reviews .swiper-button-prev {
        top: 90%
    }

    .swiper.reviews .swiper-button-next:after,
    .swiper.reviews .swiper-button-prev:after {
        content: ""
    }

    .mySwiper .swiper-button-prev,
    .mySwiperEx .swiper-button-prev,
    .swiper.reviews .swiper-button-prev {
        left: var(--swiper-navigation-sides-offset, 90px)
    }

    .mySwiper .swiper-button-next,
    .mySwiperEx .swiper-button-next,
    .swiper.reviews .swiper-button-next {
        right: var(--swiper-navigation-sides-offset, 90px)
    }

    .consult__card {
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        gap: 32px;
        padding: 24px
    }

    .consult__card .consult-svg {
        display: none;
        position: relative;
        right: -40px;
        bottom: -20px;
        align-self: flex-end
    }

    .consult__card .form .form__input {
        gap: 12px
    }

    .consult__card .form .form__input-input {
        background-color: #fff;
        width: 100%;
        max-width: 100%;
        margin-right: 0
    }

    .advantages_inner {
        flex-direction: column;
        gap: 46px;
        max-width: 100%;
        margin: 0 auto
    }

    .text-cards .text-cards-item {
        padding: 11px 20px
    }

    .text-cards .text-cards-item .item-title {
        max-width: 240px;
        font-size: 14px
    }

    .map .map-block {
        position: relative;
        z-index: 30;
        margin: 0 auto 20px;
        flex-direction: column;
        gap: 12px
    }

    .map #map {
        height: 340px;
        max-height: 600px
    }

    .ymaps-2-1-79-map {
        height: 300px !important
    }

    .idea-list {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin-bottom: 32px
    }

    .idea-list .list-item-img {
        flex: 1 0 43%;
        padding: 18px 18px 36px;
        border-radius: 8px;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.25;
        align-items: center
    }

    .idea-list .list-item-img svg {
        flex: 0 0 20%;
        transform: translate(-10px, 10px);
        margin-bottom: 24px
    }

    .idea-list .list-item-img :nth-child(2) {
        flex: 1 0 70%
    }

    .idea-list .list-item-img :nth-child(3) {
        flex: 0 0 100%;
        margin-bottom: 25px
    }

    .idea-list .list-item-img :nth-child(4) {
        flex: 0 0 100%
    }

    .idea-list .list-item-text {
        flex: 1 0 100%;
        display: flex;
        flex-direction: column;
        gap: 25px;
        line-height: 1.25;
        justify-content: center
    }

    .type__inner .type__switcher-btns {
        gap: 8px
    }

    .type__inner .type__switcher-btns .type__switcher-btn {
        font-size: 14px;
        padding: 4px 10px
    }

    .type__inner .type__switcher-option__cards .option__cards-table {
        display: flex;
        gap: 30px;
        align-items: center;
        width: 100%
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-name {
        min-width: fit-content;
        width: 100%;
        max-width: 660px;
        font-size: 16px
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-war {
        display: none
    }

    .type__inner .type__switcher-option__cards .option__cards-table .table-price {
        font-size: 16px;
        margin-left: auto;
        padding-right: 75px;
        min-width: fit-content
    }

    .type__inner .type__switcher-end {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column
    }

    .main-seo .main-seo-inner p,
    .main-seo .main-seo-inner span,
    .type__inner .type__switcher-end .end-text span {
        font-size: 14px
    }

    .type__inner .type__switcher-end .end-text .end-text-svgs {
        gap: 5px;
        max-width: 200px
    }

    .type__inner .type__switcher-end .end-text .end-text-svgs svg {
        max-height: 30px;
        max-width: 30px
    }

    .type__inner .type__switcher-end .type__switcher-colorBtn {
        margin: 28px auto 0
    }

    .error .container {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 0;
        flex-wrap: wrap;
        margin-top: 90px
    }

    .error .error-num {
        color: var(--Orange);
        font-size: 154px;
        line-height: 1
    }

    .error .error-text {
        font-size: 35px
    }

    .info__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 76px
    }

    .quantity__inner-list {
        display: flex;
        gap: 28px;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center
    }

    .quantity__inner-list .list-item {
        flex: 1 0 30%;
        width: 100%;
        flex-direction: column;
        gap: 12px;
        line-height: 1.16;
        align-items: flex-start
    }

    .quantity__inner-list .list-item .item-block {
        width: 100%;
        max-width: 100%;
        padding: 12px 32px 12px 12px
    }

    .quantity__inner-list .list-item .item-block .item-block-text {
        max-width: 188px;
        font-size: 14px
    }

    .quantity__inner-list .list-item .item-block .item-block-percent {
        font-size: 28px
    }

    .swiper {
        padding: 0 !important;
        height: 350px
    }

    .mySwiperEx {
        height: 415px
    }

    .header_inner .header_bottom .address-block,
    .mySwiperEx .swiper-slide {
        align-items: center
    }

    .mySwiperEx .swiper-slide .slide-text {
        margin-top: 12px
    }

    .mySwiperEx .swiper-slide .slide-img-case {
        max-width: 140px
    }

    .main-seo .main-seo-inner {
        gap: 28px
    }

    .main-seo .main-seo-inner ul li {
        font-size: 14px;
        font-weight: 300
    }
}

@media (max-width:650px) {
    .mySwiperEx {
        padding: 0 20px !important
    }

    .mySwiperEx .swiper-wrapper {
        margin-bottom: 32px
    }

    .mySwiper .swiper-slide-active {
        width: inherit !important;
        margin-right: -60px !important
    }
}

@media (max-width:520px) {
    .footer-mid {
        flex: 1 0 100%
    }

    .footer-mid .footer-mid-title,
    .title_role_inpage {
        text-align: left
    }

    .footer-mid .footer-mid-menu {
        display: flex;
        flex-direction: column;
        gap: 8px;
        justify-content: space-evenly
    }

    body,
    html {
        overflow-x: hidden
    }

    .city__inner .city__btn-col,
    .order .order__inner .order__inner-text .text-btn {
        width: 100%
    }

    .clear__block {
        padding: 32px 0
    }

    .clear__block-inner .clear__block-card {
        display: none;
        flex: 1 0 42%;
        padding: 32px 13px;
        gap: 15px
    }

    .clear__block-inner .clear__block-card.mobile {
        display: flex;
        width: 113%;
        transform: translateX(-2rem)
    }

    .clear__block-inner .clear__block-card .card-item {
        margin-left: 20px
    }

    .order .order__inner .order__inner-text .text-peragraf {
        margin-bottom: 42px;
        position: relative;
        padding-left: 30px
    }

    .order .order__inner .order__inner-text .text-footnote {
        margin-bottom: 42px;
        width: 100%;
        padding-left: 39px;
        position: relative
    }

    .order .order__inner .order__inner-text .text-footnote::before {
        position: absolute;
        content: "";
        width: 18px;
        height: 70px;
        left: 0;
        transform: translate(0, -10px);
        background-color: var(--purple)
    }

    .bin__inner .bin-text::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 190px;
        left: -40px;
        top: -20px
    }

    .how .how__block .how__block-clock {
        flex: 0 0 90%;
        margin-left: auto;
        padding-left: 23px
    }

    .how .how__block .how__block-clock::after {
        left: -15px
    }

    .header-controls {
        width: 100%;
        display: none
    }

    .temple__modal {
        padding: 20px;
        max-width: 990px;
        top: 20%
    }

    .temple__modal .temple-tilte {
        margin-bottom: 20px
    }

    .temple__modal .temple__modal-table .table-body .table-line {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px
    }

    .card-infoblock__text_last,
    .card-listgroup__list_last,
    .temple__modal .temple__modal-table .table-body .table-line:last-child {
        margin-bottom: 0
    }

    .header_top {
        background: #fff
    }

    .logo__img {
        max-height: 58px;
        max-width: 40px
    }

    .logo__text_size_big {
        font-size: 10px;
        max-width: 210px
    }

    .header_logo {
        flex: 0 0 35%;
        column-gap: 9px;
        justify-content: flex-start
    }

    .header_phone-main {
        text-align: right;
        justify-content: flex-end;
        order: 3;
        flex: 1;
        padding-right: 21px
    }

    .alert-block__title,
    .law-block,
    .list-card__title,
    .offer__utp,
    .price-data,
    .work-hours__label {
        text-align: center
    }

    .logo__text {
        padding-bottom: 5px
    }

    .phone-main__title {
        font-size: 13px
    }

    .phone-main__label {
        font-size: 9px
    }

    .header_row {
        justify-content: space-between;
        flex-wrap: nowrap
    }

    .mobile-block {
        display: block
    }

    .header_work-hours {
        display: flex;
        order: 2;
        padding: 0;
        flex: 0 0 15%
    }

    .trust-section__title,
    .utp-item__media,
    [data-visible=desktop] {
        display: none
    }

    .work-hours__svg {
        height: 20px;
        margin: 0 auto
    }

    .work-hours__label {
        color: var(--purple);
        font-weight: 700;
        padding-top: 2px;
        font-size: 12px
    }

    .btn,
    .card__title,
    .offer__utp,
    .subtitle_role_inpage {
        font-size: 15px
    }

    .header_btn-menu {
        order: 4;
        padding: 6px 0;
        width: 33px;
        border: 0;
        margin-right: 0
    }

    .offer-section {
        padding: 23px 0 48px;
        background-position: 17% 50%
    }

    .offer-block__btn {
        padding: 20px 15px
    }

    .list-card__item {
        flex: 1 0 100%;
        padding: 12px 17px 12px 21px;
        justify-content: center;
        gap: 0 12px
    }

    .list-card__img {
        max-height: 25px
    }

    .offer-list {
        margin-top: 41px
    }

    .offer-block__title {
        font-size: 23px
    }

    .about-section {
        padding: 63px 0 82px
    }

    .title_role_inpage {
        margin-bottom: 11px
    }

    .law-block {
        flex-wrap: wrap
    }

    .law-block__media {
        justify-content: center
    }

    .law-block__img {
        height: 120px
    }

    .card__point_style_light {
        max-width: 45px;
        max-height: 45px
    }

    .card_style_light {
        padding: 26px 40px 26px 43px
    }

    .check-form,
    .todo-section__btn {
        margin-top: 30px
    }

    .alert-contacts__phone,
    .faq_inner.error_block .error_block-text .error-text {
        font-size: 20px
    }

    .alert-block__img {
        max-height: 90px
    }

    .alert-block {
        padding-bottom: 29px;
        background: #f7f7f7
    }

    .alert-block__right {
        padding-top: 27px
    }

    .checknumber-section,
    .thieves-section {
        padding-bottom: 68px
    }

    .check-number__title {
        text-align: center;
        margin-bottom: 22px;
        padding: 0
    }

    .check-number {
        padding: 49px 0 116px;
        background-position: 50% 411px;
        background-size: 141%
    }

    .check-number__heading {
        font-size: 14px;
        max-width: 230px;
        margin: 0 auto
    }

    .check-form__number {
        padding: 24px 30px
    }

    .check_number__img {
        margin-bottom: -194px;
        max-width: 240px
    }

    .check-number__media {
        padding-top: 36px
    }

    .advantages__cards {
        margin-top: 10px;
        padding: 0 14px;
        gap: 44px 22px
    }

    .advantages__card {
        padding: 29px 41px 26px 61px
    }

    .card__point_style_dark {
        max-width: 69px;
        height: 69px
    }

    .card__point-media {
        height: unset
    }

    .trust-section {
        padding-bottom: 71px
    }

    .modal_menu {
        z-index: 1000
    }

    .price_data-block .price_data-switch-arr {
        bottom: 65px;
        right: 40px;
        left: inherit
    }

    .price_data-block .price_data-switch {
        min-width: 100%
    }

    .price_data-block .price-data {
        margin: 0 auto
    }

    .faq_inner.error_block .faq-women {
        display: block;
        position: absolute;
        order: 3;
        left: 45%;
        transform: scale(-1, 1) translate(50%, 28%);
        bottom: 0;
        max-width: 495px;
        height: fit-content
    }

    .faq_inner.error_block .error_block-text .error-title {
        font-size: 88px
    }
}


@media (max-width:768px) {

    .form-add-review form div.line_rev:first-child,
    .form-add-review form div.line_rev:nth-child(2),
    .map-review .title-submain,
    .title-review .title-submain {
        width: 100%
    }

    .form-add-review form {
        padding: 24px 7px
    }

    .form-add-review {
        padding: 0 0 60px
    }

    .title-review .title-submain {
        line-height: 1.2
    }

    .pt-64.map-review {
        padding-top: 50px
    }

    .map-review .title-submain {
        margin-bottom: 0
    }

    .social-share {
        padding: 10px 0
    }
}


@media (min-width:992px) {
    .dopStyleDeviceZapcasti .banner__inner.pb-48 {
        padding-bottom: 40px
    }

    .dopStyleDeviceZapcasti {
        padding-bottom: 20px;
        position: relative;
        z-index: 10
    }

    /* .history {
        padding-bottom: 40px;
        padding-top: 0;
        position: relative;
        top: 11px
    } */

    .banner.block.GrayBG.dopStyleDeviceZapcasti {
        margin-bottom: 0
    }

    .page-review .title-review {
        padding-top: 40px
    }

    .page-review .mini-text-review {
        padding-bottom: 30px
    }

    .page-review .form-add-review {
        padding-top: 0
    }

    .title-review .title-submain {
        padding-top: 10px
    }

    .banner.block.GrayBG.dopStyleDeviceZapcasti,
    .box_h1,
    .map.pb-64.GrayBG,
    .page-about.about.block.pb-64.GrayBG {
        padding-top: 50px
    }
}

@media (max-width:992px) {
    .calc_inner {
        padding: 20px
    }

    .calculator-bottom {
        grid-template-columns: repeat(1, 1fr);
        height: auto
    }

    .input span {
        margin-top: 0
    }

    .button-pole {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .footer__inner {
        grid-template-columns: repeat(1, 1fr)
    }

    .banner.block.GrayBG.dopStyleDeviceZapcasti .title {
        font-size: 22px
    }

    .banner__info-stage {
        padding-top: 0
    }

    .versus.block {
        margin-bottom: 46px
    }

    .history {
        padding-bottom: 12px;
        padding-top: 26px
    }

    .dopStyleDeviceZapcasti {
        margin-bottom: 0
    }

    .banner .banner__inner h1 {
        margin-bottom: 16px
    }

    .logo.header_logo img {
        height: 40px
    }

    .banner.dopStyleDeviceZapcasti .banner__inner {
        justify-content: flex-start
    }
}


@media (min-width:992px) {
    .banner__img-inner h1 {
        font-size: 34px
    }
}


@media (max-width:992px) {

    .box_h1,
    .map.pb-64.GrayBG,
    .page-about.about.block.pb-64.GrayBG {
        padding-top: 30px
    }

    .banner.block.GrayBG.dopStyleDeviceZapcasti {
        padding-top: 12px
    }

    .mini-text {
        display: none
    }

    .footer__nav-card {
        margin-top: 20px
    }

    footer {
        padding-bottom: 0
    }

    .grids-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .link-mobile-footer {
        display: block;
        padding-top: 10px
    }

    .banner__info-form.form~.mini-text {
        display: block;
        order: 2;
        margin-top: 0
    }
}

@media (max-width:576px) {
    .grids-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px
    }
}


@media (max-width:1050px) {

    .type__inner.new-price .option__cards .option__cards-item :nth-child(3),
    .type__inner.new-price .type-head :nth-child(3) {
        display: none
    }

    .reviews {
        padding-top: 44px
    }

    .map .map__inner-box {
        gap: 0
    }

    .questions-title {
        padding-top: 0
    }

    .type__inner.new-price .type__switcher-option__cards .option__cards-item .face .item-title {
        margin-bottom: 0
    }

    .type__inner.new-price .type__switcher-option__cards .option__cards-item {
        padding: 0
    }

    .type__inner.new-price .type__switcher-option__cards .option__cards-item .face.front {
        min-height: inherit;
        max-height: inherit
    }

    .type__inner.new-price .type__switcher-option__cards .option__cards-item .face {
        position: relative
    }

    .type__inner.new-price .type-head {
        padding: 14px 26px
    }
}

@media (max-width: 920px) {
    .banner .banner__inner .banner__info.main ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 10px;
        gap: 20px 0;
    }

    .banner .banner__inner .banner__info.main {
        gap: 10px;
    }

    .banner__info-form.form~.mini-text {
        margin-top: 14px;
    }

    .btn-utp {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .m-50p {
        width: 50%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .m-50p ul {
        flex-direction: column !important;
        flex-wrap: initial !important;
    }

    .footer__nav-card .m-50p ul.scroll-right {
        max-height: 300px;
    }

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

    .footer__nav-card ul.scroll-right {
        overflow-y: scroll;
    }

    .politic_line {
        margin: 48px 0 24px 0;
    }

    .politic.underline {
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 24px;
    }
}

@media (min-width: 1000px) {
    .container-max {
        max-width: 990px;
        margin: 0 auto;
    }
}

@media (min-width: 1220px) {
    .container-max {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 1420px) {
    .container-max {
        max-width: 1400px;
        margin: 0 auto;
    }
}


@media (max-width: 1220px) {
  .advantage-box.custom .row .card-advantage svg:nth-child(1) {
    width: 60px;
    height: 60px;
    right: 10px;
  }

  .advantage-box.custom .row .card-advantage svg:nth-child(2) {
    width: 150px;
    height: 150px;
    right: -47px;
  }

  .card-advantage .advan-title {
    font-size: 18px;
    max-width: 220px;
  }

  .card-advantage .advan-text {
    font-size: 14px;
    max-width: 220px;
  }
}

@media (max-width: 992px) {
  .advantage-box.custom .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}


/* MOBILKA */
@media (max-width: 992px) {
  .fs14 {
    font-size: 12px;
  }

  .fs12 {
    font-size: 10px;
  }
}


@media (max-width: 992px) {
  .main-banner {
    padding-top: 72px;
  }

  .container-max {
    padding: 0 10px;
  }

  header .container-flex {
    justify-content: space-between;
    padding: 0 10px;
  }

  .burger {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: var(--Orange);
    margin-right: 0;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .burger svg path {
    fill: white;
  }

  .phone-header {
    margin: 0 10px;
  }

  .text-logo {
    font-size: 12px;
  }

  .phone-line a {
    font-size: 14px;
  }

  .header-new {
    height: 62px;
    position: fixed;
    z-index: 1000;
  }

  .header-new .logo img {
    height: 28px;
  }

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

  .main-banner .container-max {
    background-color: var(--bg-silver);
  }

  .main-banner .section-2 {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .title.h1 {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .main-banner .section-2 .row {
    flex-direction: column;
  }

  .main-banner .left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .main-banner .right {
    display: none;
  }

  .device-box .row {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-banner .stat-utp li {
    margin-bottom: 12px;
  }

  .discount-left div:first-child {
    font-size: 20px;
    line-height: 23px;
  }

  .main-discount {
    margin-top: 8px;
  }

  .order-block-1 {
    display: flex;
    flex-direction: column;
  }

  .order-block-1 .advantage-new {
    background-color: var(--bg-silver);
    /* order: 1; */
    padding-bottom: 40px;
  }

  .advantage-box .row {
    grid-template-columns: repeat(1, 1fr);
  }

  .advantage-box .row .card-advantage:nth-child(n + 5) {
    display: none;
  }

  .advantage-box.active .row .card-advantage:nth-child(n + 5) {
    display: block;
  }

  .advantage-new .title.h2 {
    /* display: none; */
    padding: 20px 0;
  }

  h2.title-h2 {
    font-size: 20px;
    line-height: 23px;
  }

  .card-advantage {
    padding: 20px;
  }

  .card-advantage .advan-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .device-new {
    background-color: white;
    padding: 20px 0;
  }

  .device-new .title.h2 {
    padding: 0 0 20px 0;
  }

  .device-box .row {
    gap: 20px;
  }

  .card-device .card-device-front span {
    font-size: 12px;
  }

  .device-name.fs20.fw700.lh22.tc {
    font-size: 12px;
    line-height: 1.2;
  }

  .device-img {
    height: 100px;
    padding: 23px 30px;
    margin-bottom: 4px;
  }

  .btn-show button {
    margin-top: 24px;
  }

  .lv_work-new .title.h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lv_work-new .row {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }

  .card-lv_work .num {
    font-size: 18px;
    line-height: 22px;
    padding: 8px 32px;
  }

  .card-lv_work {
    padding: 50px 20px 14px 20px;
  }

  #new-style-form {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .price-new {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .price-new .title.h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 23px
  }

  .price-table-head {
    display: none;
  }

  .price-table-body {
    flex-direction: column;
  }

  .price-table-body .column-1 {
    width: 100%;
    flex-direction: row;
    padding-right: 0;
    overflow-y: auto;
    max-height: inherit;
    direction: ltr;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }

  .price-table-body .column-2 {
    width: 100%;
  }

  .price-table-body .column-1 .device-table {
    margin: 0;
    padding: 4px 10px;
    background-color: white;
  }

  .price-table-body .column-1 .device-table.active {
    font-weight: 300;
  }

  .subcolumn-2 span {
    display: none;
  }

  .subcolumn-2 button {
    min-width: 90px;
    font-size: 16px;
  }

  .sertificate-work {
    padding: 40px 20px 20px;
  }

  .sertificate-work .flex {
    flex-direction: column;
    padding: 16px;
  }

  .sertificate-work .flex .left {
    margin-bottom: 20px;
  }

  .sertificate-work .flex .left,
  .sertificate-work .flex .right {
    width: 100%;
  }

  .sertificate-work .flex .left h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  .sertificate-work .flex .left p {
    font-size: 12px;
    line-height: 18px;
  }

  .masters .title.h2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-master {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .swiper-master {
    height: auto;
  }

  .card-master .left {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .card-master .right {
    width: 100%;
  }

  .card-master .img-master {
    height: 240px;
  }

  .card-master .left .specialnost {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    max-width: 80%;
    text-align: center;
  }

  .card-master .left .fio {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 20px;
    text-align: center;
    padding: 0 40px;
  }

  .card-master .left .old-work {
    text-align: center;
    padding: 0 40px;
  }

  .card-master .new-work {
    text-align: center;
    padding: 0 40px;
  }

  .master-discount {
    order: 1;
    margin-top: 90px;
    margin-bottom: 0;
  }

  .btn-form-master {
    justify-content: center;
    margin-top: 20px;
  }

  .select-slide {
    left: 0px;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    bottom: 155px;
  }

  .select-slide .next,
  .select-slide .prev {
    width: 80px;
  }

  .seo-text-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .box-seo-text {
    padding: 16px;
  }

  .seo-text-main p {
    font-size: 12px;
    line-height: 18px;
  }

  .faq-box .title.h2 {
    padding: 0 0 20px 0;
  }

  .faq-box .flex .left,
  .faq-box .flex .right {
    width: 100%;
  }

  .faq-box .flex {
    gap: 12px;
    flex-direction: column;
  }

  .faq-box .line-faq {
    padding: 11px 20px;
  }

  .faq-top span:first-child {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-top span:last-child {
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }

  .faq-box .line-faq.active .faq-bottom {
    font-size: 14px;
    line-height: 20px;
  }

  .form-end .flex {
    gap: 12px;
    flex-direction: column;
    position: relative;
  }

  .form-end .flex .left {
    width: 100%;
    position: initial;
  }

  .form-end .flex .left img {
    /* display: none; */
  }



  .form-end .flex .right {
    width: 100%;
  }

  .form-end .flex .right .form-end-box {
    padding: 20px;
    height: auto;
  }

  .form-end .flex .right .form-end-box .form-end-title {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .text-proc {
    position: absolute;
    top: 25px;
    bottom: initial;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 100px;
    background: var(--bg-silver);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .contact-end .title.h2 {
    padding: 40px 0 20px 0;
  }

  .contact-end .flex {
    flex-direction: column;
    gap: 12px;
  }

  .card-contact {
    width: 100%;
    padding: 20px;
  }

  .card-contact .text {
    margin: 16px 0;
  }

  .card-contact .icon {
    display: none;
  }

  .card-contact .name {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-map {
    height: 300px;
  }

  footer {
    padding-top: 20px;
  }

  .footer .logo.header__logo img {
    height: 45px;
    object-fit: contain;
    width: 100%;
    object-position: left;
  }

  .footer__nav-card ul {
    width: fit-content;
    display: flex;
    gap: 0 12px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer .contact-block {
    flex-direction: row;
    justify-content: space-between;
  }

  .address-block span.text-14 {
    padding-left: 0;
  }

  .address-block {
    display: flex;
    flex-direction: row;
    max-width: initial;
  }

  .footer .logo-block {
    margin-bottom: 20px;
  }
}


@media (min-width: 1400px) {
  .menu-mobile.active-menu.pc .menu-devices {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    gap: 10px 25px;
  }

  .menu-mobile.active-menu.pc .menu-devices a {
    color: var(--text-black);
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 0 20px;
  }

  .menu-mobile.active-menu.pc .menu-devices a:hover {
    color: var(--Orange);
  }

  body.scroll {
    padding-top: 96px;
  }

  .header-new.active {
    position: fixed;
    top: 0;
  }
}
@media (max-width: 1420px) and (min-width: 992px) {
  .btn-s {
    display: none;
  }
}

@media (max-width: 1220px) and (min-width: 992px) {
  .phone-header {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-new ul li a,
  .menu-new ul li span {
    font-size: 14px;
  }

  .phone-line a {
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .header-new .logo {
    width: 120px;
  }
}
@media (max-width: 992px) {
  .show-advan {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding: 10px 32px;
    background-color: var(--Orange);
    border-radius: 4px;
    max-width: fit-content;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .card-price-line {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .card-price-line .column-1,
  .card-price-line .column-4 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .card-price-line .column-2,
  .card-price-line .column-3 {
    width: calc(50% - 4px);
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .card-price-line .column-1 {
    margin-bottom: 0px;
  }

  .card-price-line .column-2 span,
  .card-price-line .column-3 span {
    margin-right: 0;
  }

  .page-device .history.GrayBG {
    background-color: #f9f9f9;
  }

  .page-device.main-banner .stat-utp {
    gap: 0;
  }

  .page-device .history .history__inner a {
    justify-content: flex-start;
  }

  .page-device .history.GrayBG {
    padding-top: 10px;
  }

  .page-device .history.GrayBG .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1420px) {
  .block.brands.pt-64.pb-64.block.GrayBG .container {
    max-width: 1400px;
    margin: 0 auto;
  }

  footer .container {
    max-width: 1400px;
    margin: 0 auto;
  }
}


@media (min-width: 993px) {
  footer .footer__info::after {
    content: "";
    border-right: 1px solid #3b3b3b;
    position: absolute;
    right: 22%;
    height: 100%;
    top: 0;
  }

  .main-banner .stat-utp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
  }

  /* .main-banner .stat-utp li {
        flex: calc(50% - 5px);
    } */

  .price-table-body .column-1 {
    padding-left: 10px;
  }

  .line-table.active {
    padding-right: 10px;
  }

  .card-master .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .select-slide {
    position: initial;
    bottom: 0;
  }

  .btn-form-master {
    padding-top: 55px;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .menu-new .nav-menu {
    display: none;
  }

  .menu-new~.btn-s {
    display: none;
  }

  .phone-line a {
    white-space: pre;
  }

  .phone-header {
    justify-content: center;
  }

  .main-banner .left.history__inner {
    justify-content: flex-start;
  }

  .main-banner .left.history__inner::-webkit-scrollbar {
    width: 0;
  }

  .static-page .history {
    padding-bottom: 0;
  }

  .page-device .price-table-body {
    /* border: 1px solid rgb(0 0 0 /10%); */
  }

  .advantage-new {
    padding-top: 0;
  }

  .faq-box .section-2 .right {
    display: none;
  }

  .faq-btn {
    background-color: var(--Orange);
    justify-content: center;
    padding: 16px 32px;
    align-items: center;
    display: flex;
    border-radius: 4px;
    height: fit-content;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
    color: white;
  }
}

@media (max-width: 992px) {
  .select-slide {
    bottom: calc(100% + 120px);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

  .select-slide .next,
  .select-slide .prev {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 10px;
    background: rgb(255 255 255 / 0%);
    border: 0px;
  }

  .select-slide .next .line-1,
  .select-slide .prev .line-1 {
    display: none;
  }

  .select-slide .next .line-2 {
    top: 13px;
    right: 13px;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 12px;
    height: 12px;
  }

  .select-slide .prev .line-2 {
    top: 13px;
    right: 13px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    width: 12px;
    height: 12px;
  }

  .card-master .left {
    position: inherit;
  }

  .card-master .left .specialnost {
    position: initial;
    margin-bottom: 14px;
  }

  .swiper-fade .swiper-slide {
    position: relative;
  }

  .card-master .left .fio {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .photo-work .row {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .card-master {
    display: flex;
    align-items: center;
  }

  footer {
    border: none;
  }
}


@media (max-width: 992px) {
  .box-price .device-price-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto !important;
    padding: 12px !important;
  }

  .box-price .subcolumn-1 {
    width: 50%;
    /* text-align: center; */
  }

  .box-price .subcolumn-4 {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .box-price .subcolumn-2,
  .box-price .subcolumn-3 {
    width: 50%;
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
  }

  .box-price .subcolumn-2 span {
    /* display: inline-block; */
  }
}

@media (max-width: 992px) {
  .repair-btn {
    gap: 8px;
    flex-direction: column-reverse;
    padding: 0 10px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .texseo-price {
    padding: 12px;
  }

  .block-icon {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 992px) {
  .box-price-form .politika {
    line-height: 1;
  }

  .box-price-form .success {
    bottom: -19px;
  }
}
@media (min-width: 992px) {
  .history .history__inner {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .togglesearch form {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .togglesearch {
    width: fit-content;
  }

  .togglesearch form input {
    font-size: 14px;
  }

  .box-grid-search .search-models {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .box-grid-search .models-row__item {
    height: 220px;
  }

  .search-page .models-item__media {
    height: 130px;
  }
}

@media (min-width: 992px) {
  .menu-devices {
    position: relative;
  }

  .link-device {
    position: relative;
  }

  .menu-new ul li .link-device a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .link-device {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 992px) {
  .menu-mobile.active-menu .nav-menu {
    padding: 0 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
  }

  .menu-mobile.active-menu .device--models .name-cat.non-mob {
    display: none;
  }

  .menu-devices.mobile_show .link-device {
    text-align: left;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    flex: 1 0 45%;
    max-width: 49%;
  }

  .menu-devices.mobile_show .link-device.active {
    flex: 1 0 100%;
  }

  .menu-devices.mobile_show .link-device a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #3B3B3B;
  }

  .menu-devices.mobile_show {
    margin-top: 14px;
    /* margin-bottom: 14px; */
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 11px 16px;
    max-height: 434px;
    overflow-y: auto;
  }

  .name-cat::after {
    display: none;
  }

  .menu-devices.mobile_show .link-device div {
    width: 15px;
    position: relative;
  }

  .menu-devices.mobile_show .link-device div::after {
    content: "";
    /* border: 5px solid transparent; */
    /* border-top: 5px solid var(--text-black); */
    position: absolute;
    /* top: 6px; */
    /* right: 20px; */
    transition: all 0.3s;
  }

  .menu-service-price-header.active {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 24px;
    gap: 8px;
    flex: 1 0 100%;
  }

  .menu-service-price-header.active a {
    font-weight: 500;
    font-size: 14px;
  }

  .wMob-50 {
    width: 50%;
  }

  .menu-mobile.active-menu ul li.wMob-50 {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--Orange);
    padding: 16px;
    flex: 1 0 45%;
    border-radius: 8px;
    margin-bottom: 0;
  }

  .menu-mobile.active-menu ul li.wMob-50 a {
    font-size: 14px;
    color: var(--Orange);
  }

  .search-btn {
    display: none;
  }

  .togglesearch {
    display: flex;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }

  .menu-mobile.active-menu .btn-s {
    display: flex;
    flex-direction: column-reverse;
  }

  .togglesearch form {
    flex-direction: row;
    margin-top: 14px;
    margin-bottom: 28px;
  }

  .btn-repair {
    max-width: fit-content;
    margin: 0 auto;
    margin-top: 8px;
    border-radius: 8px;
    align-items: center;
    display: flex;
    padding: 12px 32px;
  }
}
/* 25/11/2024 */
@media (min-width: 992px) {
  .card-advantage {
    min-height: 150px;
    /* margin-bottom: 15px; */
  }

  .card-device {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    max-width: 250px;
  }

  .device-img {
    position: relative;
    width: 250px;
    height: 240px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f0f0f0;
    display: flex;
  }

  .device-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media (min-width: 992px) {
  .contact-end h2.title-h2 {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .strategy-new .strategy-new_inner {
    flex-direction: column;
  }

  .strategy-new .strategy-new_inner .strategy-new-block {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background-color: white;
  }

  .strategy-new .strategy-btn {
    margin-top: 0px;
  }

  .strategy-new .strategy-text {
    gap: 6px;
    font-size: 16px;
  }

  .strategy-new .strategy-text span {
    font-size: 12px;
  }

  .strategy-new .strategy-img {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 992px) {
  .phone_block {
    right: 30px;
    bottom: 30px;
  }
}

/* Убрать JivoCite c мобильной версии */
@media (max-width: 992px) {

  #jivo-iframe-container,
  jdiv {
    display: none !important;
  }

  .strategy-new .title-h2,
  .strategy-new .text-20 {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .menu-new .burger {
    display: none;
  }
}

@media (max-width: 1200px) {
  .displayedImage-crop {
    max-width: 525px;
  }

  .calc-slide {
    justify-content: center;
  }

  .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
    max-width: 168px;
  }
}

@media (max-width: 1050px) {
  #slide2 {
    flex-direction: row;
  }

  #slide3 {
    flex-direction: column;
  }

  .displayedImage-crop {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .calc-utp {
    width: 100%;
    z-index: 0;
  }

  .calc-utp-cards {
    justify-content: center;
  }

  .calc-slide .slide-btn {
    align-self: start;
  }

  #slide2,
  .sec-footnote_inner {
    gap: 20px;
  }

  #slide3 .slide-btns {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  #slide3 .slide-btns .slide-btn {
    width: 100%;
    max-width: 100%;
  }

  #slide1.calc-slide.active {
    display: flex;
  }

  .calc-footnote .container {
    justify-content: center;
    gap: 30px;
  }

  .calc-footnote .container .cals-foot-title {
    font-size: 16px;
    text-align: left;
    flex: 0 0 40%;
  }

  .calc-footnote .container .cals-foot-card {
    max-width: 320px;
    padding: 14px 12px;
    font-size: 10px;
    flex: 0 0 50%;
  }

  .calc-footnote .container .cals-foot-plus {
    font-size: 60px;
    font-weight: 700;
  }

  .calc-footnote .container .cals-foot-img {
    transform: translateY(15px);
    display: flex;
    flex-direction: column;
    width: 170px;
    height: 110px;
    padding: 7px 16px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
  }

  .calc-footnote .container .cals-foot-img .img-text {
    max-width: 109px;
    font-size: 12px;
  }

  .calc-footnote .container .cals-foot-img .img-sale {
    font-size: 32px;
    max-width: 109px;
  }

  .calc-slide {
    gap: 20px;
    padding: 8px;
  }

  .calc-slide .calc-utp .calc-utp-cards {
    display: flex;
    gap: 5px;
    align-items: center;
  }

  .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item {
    max-width: 168px;
    height: 93px;
    padding: 8px;
  }

  .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-text {
    font-size: 10px;
  }

  .calc-slide .calc-utp .calc-utp-cards .calc-utp-cards-item .item-img {
    max-width: 70px;
    z-index: 3;
    bottom: 0;
    top: inherit;
  }

  .calc-slide .calc-utp .calc-utp-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
  }

  .calc-slide .grad-btn {
    margin-right: inherit;
  }

  .calc-slide .slide-btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  #slide1 .calc-slide-info {
    order: 2;
  }

  #slide1 .displayedImage-crop {
    order: 1;
  }

  #slide1 .displayedImage-crop .displayedImage-crop-text {
    font-size: 14px;
    left: 18px;
    bottom: 18px;
  }

  #slide1 .grad-btn {
    order: 3;
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }

  #slide1 .calc-utp {
    order: 4;
  }

  #slide2 .check-btn {
    margin-right: inherit;
  }

  #slide2 .displayedImage-crop .displayedImage-crop-text {
    font-size: 14px;
    left: 18px;
    bottom: 18px;
  }

  #slide3 .slide-btns {
    margin-right: inherit;
  }

  #slide3 .btn-text {
    font-size: 14px;
  }

  #slide3 .displayedImage-crop .displayedImage-crop-text {
    font-size: 14px;
    left: 18px;
    bottom: 18px;
  }
}

@media (max-width: 1050px) {
  .price-table-body .column-1 {
    display: none;
  }

  .price-table-body .column-2 {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .subcolumn-2 {
    justify-content: flex-end;
  }
}



@media (min-width: 992px) {
  .menu-mobile.active-menu.pc .menu-devices {
    display: block;
  }
}

@media (max-width:992px) {

  .seo-consult .text-seo h2,
  .seo-consult .text-seo h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .seo-consult .text-seo p,
  .seo-consult .text-seo li {
    font-size: 14px;
    line-height: 20px;
  }

  .seo-consult .text-seo p~h3 {
    margin-top: 28px;
  }

  .seo-consult .text-seo h4 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .seo-consult .row {
    gap: 35px;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width:768px) {
  .seo-consult .row {
    grid-template-columns: 1fr;
  }

  .box-consult .table-text .white-box svg {
    max-width: 220px;
  }

}

@media (max-width: 415px) {

  .box-consult .table-text .table-white {
    font-size: 11px;
    line-height: 14px;
  }

  .box-consult .table-text .white-box svg {
    width: 174px;
  }

  .box-consult .skidka {
    font-size: 66.24px;
    text-align: center;
  }

  .box-consult .table-text .table-white {
    padding: 25px 12px 12px 20px;
  }
}



@media (max-width: 992px) {
  .grid-card-repair {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .card-repai .box-1 {
    min-height: 60px;
    padding-left: 70px;
  }

  .card-repai .name .txt,
  .card-repai .box-2 .link-repair {
    font-size: 16px;
    line-height: 22px;
  }

  .card-repai .cirlce {
    left: -95px;
    top: -44px;
  }

  .card-repai .cirlce svg {
    right: 16px;
  }

  .card-repai .icon-txt svg {
    width: 6px;
  }
}

@media (max-width: 768px) {
  .grid-card-repair {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:992px) {
  .pc-none {
    display: block;
  }

  svg.pc-none {
    width: 12px;
    height: 12px;
  }

  .img-form-end {
    height: 252px;
  }

  .link-device-img {
    display: block;
    flex: 1 0 100%;
    height: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
  }

  .menu-devices.mobile_show .link-device {
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .menu-devices.mobile_show .link-device .link-device-img::after {
    border: none;
    border-radius: 8px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Orange);
    opacity: 0.1;
    z-index: -1;
    position: absolute;
  }

  .link-device-img img {
    max-height: 80px;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    max-width: 120px;
  }

  .menu-mobile.active-menu .btn-repair {
    display: none;
  }

  .menu-mobile.active-menu .togglesearch {
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
  }

  .menu-mobile.active-menu .togglesearch .search-header {
    width: 100%;
  }

  .menu-mobile.active-menu .togglesearch form {
    margin: 0;
  }

  .menu-mobile.active-menu .togglesearch form input {
    margin: 0;
    border: none;
  }

  .menu-mobile.active-menu .togglesearch form input.query-input {
    width: 95%;
    padding: 16px 20px;
    border-radius: 120px;
  }

  .menu-mobile.active-menu .togglesearch form input.query-input__submit.btn-secondary {
    width: 60px;
    border-radius: 120px;
    background-color: var(--Orange);
    color: var(--Orange);
    -webkit-appearance: none;
    appearance: none;
    /* position: relative; */
  }

  .menu-mobile.active-menu .togglesearch form .form-svg {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }

  .menu-mobile.active-menu .togglesearch__form {
    border: 1px solid #3B3B3B80;
    max-width: 100%;
    width: 100%;
    border-radius: 120px;
    position: relative;
  }

  .menu-mobile.active-menu .btn-s {
    width: 100%;
  }
}

@media (max-width:992px) {
  .stock_box {
    display: grid;
    grid-template-columns: repeat(1, minmax(335px, 1fr));
    gap: 20px;
  }

  .attention-block {
    flex-direction: column-reverse;
    gap: 16px;
  }
}

@media (max-width:1050px) {

  .section-2.custom-repair .row {
    gap: 12px;
  }

  .section-2.custom-repair .card-lv_work {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0 0 0;
  }

  .section-2.custom-repair .card-lv_work-title {
    padding: 0 16px;
    gap: 12px;
    font-size: 16px;
    max-width: 320px;

  }

  .section-2.custom-repair .icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
  }

  .section-2.custom-repair .icon svg {
    width: 24px;
    height: 24px;
  }

  .section-2.custom-repair .card-lv_work-text {
    padding: 16px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 12px;
    height: 100%;
  }
}

@media (max-width:992px) {
  .p-64 {
    padding: 48px 0;
  }

  .corpServices h2 {
    margin-bottom: 20px;
  }

  .corpServices .corpServices-item:nth-child(1) {
    padding: 20px;
  }

  .corpServices .corpServices-item:nth-child(1) .item-title {
    margin-bottom: 271px;
    text-align: center;
  }

  .corpServices-img.one {
    bottom: 0;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }

  .corpServices .item-btn {
    font-size: 12px;

  }

  .corpServices .corpServices-item:nth-child(2) {
    padding: 20px;

  }

  .corpServices .corpServices-item:nth-child(2) .item-title {
    margin-bottom: 20px;
  }

  .corpServices .item-list {
    gap: 12px;
  }

  .corpServices .item-list-text {
    gap: 6px;
    font-size: 14px;
  }
}

@media (max-width:922px) {
  .corpAdvantages_inner {
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
  }

  .corpAdvantages h2 {
    margin-bottom: 12px;
  }

  .corpAdvantages p {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .corpAdvantages-item {
    padding: 16px;
    gap: 16px;
  }

  .corpAdvantages-title {
    gap: 14px;
    font-size: 16px;
  }

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

  .corpAdvantages-icon svg {
    width: 24px;
    height: 24px;
  }

  .corpAdvantages-text {
    font-size: 14px;
  }
}

@media (max-width:992px) {
  .corpStart h2 {
    margin-bottom: 24px;
  }

  .corpStart .corpStart_inner {
    padding: 20px 18px;
  }

  .corpStart .corpStart_inner p {
    font-size: 18px;
  }

  .corpStart .corpStart_inner::after {
    width: 1765.59px;
    height: 1765.59px;
    left: -453px;
    top: -1556px;
  }

  .corpStart .corpStart_items {
    flex-direction: column;
    padding: 16px;
  }

  .corpStart .corpStart-item:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }

  .corpStart .corpStart-title {
    font-size: 16px;
  }

  .corpStart .corpStart-item:nth-child(2) {
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #3b3b3b80;
    border-top: 1px solid #3b3b3b80;
  }

  .corpStart .corpStart-item:nth-child(3) {
    max-width: 100%;
    width: 100%;
  }

  .corpStart .corpStart-item:nth-child(3) .corpStart-title {
    max-width: 226px;
  }

  .corpStart .corpStart-item {}

}

@media (max-width:992px) {
  .seo-par_inner {
    padding: 16px;
    font-size: 12px;
    gap: 8px;
  }
}



@media (min-width: 993px) {
  .mob {
    display: none;
  }
}

@media (max-width: 992px) {
  .pc {
    display: none;
  }
}

@media (max-width: 992px) {
  .repair-btn {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .repair-btn button {
    padding: 12px 20px;
    margin-bottom: 4px;
  }

  .new_main {
    padding-bottom: 44px;
  }

  .order-block-1 .advantage-new {
    padding-bottom: 64px;
  }

  .device-new {
    padding-bottom: 44px;
  }

  .lv_work-new {
    padding-top: 44px;
    padding-bottom: 64px;
    margin-bottom: 0px;
  }

  .advantage-new {
    padding-bottom: 20px;
  }

  .repai {
    padding-top: 30px;
    padding-bottom: 0;
  }

  /* .block.brands.pt-64.pb-64.block.GrayBG {
    padding-bottom: 0;
  } */

  .sertificate-work {
    padding-top: 0;
  }

  .seo-text-main {
    padding-bottom: 64px;
  }

  .faq-box {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  input {
    text-align: center;
  }

  /* .link-card {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      z-index: 10;
      padding: 20px;
    } */
}

@media (max-width: 992px) {
  .menu-devices.mobile_show {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .menu-devices.mobile_show .link-device {
    flex-direction: column;
    gap: 3px;
    width: 100%;
    max-width: 100%;
  }

  .menu-devices.mobile_show .link-device div {
    width: 100%;
  }

  .menu-devices.mobile_show .device-name {
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    justify-content: center;
    /* position: relative;
    z-index: 10; */
    height: 30px;
    padding-top: 4px;
  }

  .box-head-device {
    position: relative;
  }

  .menu-devices.mobile_show .link-device div svg {
    width: 10px;
    height: 10px;
    margin-left: 3px;
    margin-top: 3px;
  }

  .menu-service-price-header.active {
    display: flex;
    position: absolute;
    background: white;
    z-index: 100;
    border: 1px solid var(--Orange);
    top: 100%;
    padding: 3px 10px;
    border-radius: 6px;
    background: #f5f5f5;
  }
}
@media (max-width: 992px) {

    .footer-map div {
        height: 100% !important;
    }
}