/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
label, input, button, a {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased; 
    --c1: #1B44D6;
    --c2: #E5E5E5;
    --c3: #566494;
    --c4: #565E7C;
}
svg path, svg rect, svg circle {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
input, textarea, select, button {
    font-family: 'Inter', sans-serif;
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    -webkit-border-radius: 0;
            border-radius: 0;
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.nav_mobile_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    background: #909090;
    opacity: 0.5;
    display: none;
}


.nav_mobile {
    position: fixed;
    height: 100%;
    background: #FFF;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 600;
    display: flex;
    overflow: auto;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    padding: 67px 20px 50px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.nav_mobile_open {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
}
.container_main {
    min-width: 320px;
    background: #FFF;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.clr {
    clear: both;
}
.align_center {
    text-align: center;
}
.wmain {
    width: 1482px;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.plr {
    padding-left: 32px;
    padding-right: 32px;
}

.hl_zamer {
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #282828;
    padding-top: 4px;
    padding-bottom: 7px;
    background: #F3BE22;
    position: relative;
    z-index: 700;
}

.header {
    display: flex;
    padding-top: 34px;
    padding-bottom: 30px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.header_l, .header_conet {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.header_logo {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #282828;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_logo>a>img {
    width: 200px;
}

.header_logo__text {
    font-size: 12px;
    line-height: 10px;
}

.header_nav {
    display: flex;
    margin-left: 57px;
    position: relative;
    top: 6px;
    -webkit-align-items: center;
            align-items: center;
}

    .header_nav a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        line-height: 19px;
        color: #282828;
    }

    .header_nav a + a {
        margin-left: 30px;
    }

    .header_nav a:hover {
        font-weight: 500;
        color: #592EE8;
    }

    .header_nav a:active {
        color: #391D94;
    }

.header_conet {
    position: relative;
    top: 6px;
}

    .header_conet a {
        display: block;
        text-decoration: none;
        font-weight: 500;
        font-size: 16px;
        line-height: 170%;
        color: #592EE8;
    }

    .header_conet a + a {
        margin-left: 36px;
    }

    .header_conet a:hover {
        color: #391D94;
    }

.header_slider {
    background: #E7E7E7;
    border-radius: 20px;
}

.header_slide {
    height: 500px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: flex;
    position: relative;
}

.header_slide img {
    position: absolute;
}

.header_slide__text {
    z-index: 999;
    display: flex;
    flex-direction: column;
    max-width: 570px;
    align-content: center;
    align-items: flex-start;
    margin-left: 20%;
    margin-top: 8%;
}

.header_slide__text_white {
    color: #FFFFFF;
}

.header_slide__text_white_and_black {
    color: #FFFFFF;
}

.header_slide__title {
    max-width: 570px;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
}

.header_slide__price {
    font-size: 42px;
    color: #592EE8;
}

    .header_slide__title sup {
        font-size: 60%;
        line-height: 60%;
    }

.header_slide__info {
    margin-top: 17px;
    max-width: 413px;
    font-size: 16px;
    line-height: 150%;
}

.header_slide__info-sup {
    font-size: 60%;
    line-height: 60%;
    position: relative;
    top: -5px;
}

.order_from_btn,
.btn_main {
    display: inline-flex;
    text-align: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    text-decoration: none;
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 59px;
    background: #592EE8;
    border-radius: 8px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.btn_border {
    color: #909090;
    border: 1px solid #909090;
    background: transparent;
}

    .order_from_btn:hover,
    .btn_main:hover {
        background: #4725BA;
    }

    .order_from_btn:active,
    .btn_main:active {
        background: #391D94;
    }


.btn_border:hover {
    background: #909090;
    color: #FFF;
}

    .btn_border:active {
        background: #6b6a6a;
        border-color: #6B6A6A;
        color: #FFF;
    }


.header_slide .order_from_btn {
    margin-top: 64px;
}

.header_slide .btn_main {
    margin-top: 35px;
    min-height: 59px;
}

.servis {
    display: flex;
    margin-top: 136px;
}

.servis_l {
    padding-top: 6px;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    width: 511px;
    min-width: 511px;
}

    .servis_l span {
        display: block;
        margin-top: 4px;
        font-size: 16px;
        line-height: 150%;
        color: #909090;
    }

.servis_r {
    font-size: 36px;
    line-height: 150%;
    color: #282828;
}

.design {
    margin-top: 119px;
}

.design__slider_main {
    position: relative;
    margin-top: 50px;
}

.design__slider_main .swiper-button-next, .design__slider_main .swiper-button-prev {
    border: 1px solid #282828;
    background: #FFFFFF;
    margin-top: 0;
    top: 252px;
    -webkit-box-shadow: -3px 4px 10px rgba(60, 60, 60, 0.3);
            box-shadow: -3px 4px 10px rgba(60, 60, 60, 0.3);
    backdrop-filter: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .design__slider_main .swiper-button-next:hover, .design__slider_main .swiper-button-prev:hover {
        background: #FFF;
        border: 1px solid #282828;
        -webkit-box-shadow: -3px 4px 10px rgba(60, 60, 60, 0.3);
                box-shadow: -3px 4px 10px rgba(60, 60, 60, 0.3);
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }

    .design__slider_main .swiper-button-next:hover path, .design__slider_main .swiper-button-prev:hover path {
        stroke: rgb(40, 40, 40);
    }

.design__slider_main .swiper-button-prev {
    left: -27px;
}

.design__slider_main .swiper-button-next {
    right: -27px;
}

.design__slider .swiper-slide {
    width: 570px;
}

.design__slide_img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}

.design__slide_img a {
    display: block;
    text-decoration: none;
}

.design__slide_img img {
    display: block;
    width: 100%;
}

.design__slide_name {
    margin-top: 20px;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
}

.design__slide_cat {
    margin-top: 5px;
    font-size: 16px;
    line-height: 150%;
    color: #909090;
}

.design__slide_price {
    margin-top: 11px;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
}
.design__slide {
    display: block;
    text-decoration: none;
}

.design__slider_main .swiper-button-disabled {
    /*opacity: 0;*/
}

.tm {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #282828;
}

.etap {
    margin-top: 126px;
}

.order_from_footer .in_style {
    position: relative;
    top: 8px;
}

.etap__nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 31px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

    .etap__nav > li {
        display: block;
        cursor: pointer;
        padding: 10px 20px;
    }

        .etap__nav > li span {
            display: block;
            font-size: 16px;
            line-height: 150%;
            color: #282828;
            position: relative;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .etap__nav > li span:before {
                content: "";
                display: block;
                position: absolute;
                width: 0%;
                height: 2px;
                background: #592EE8;
                left: 0;
                bottom: -6px;
                opacity: 0;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

        .etap__nav > li.swiper-pagination-bullet-active span {
            color: #592EE8;
            font-weight: 500;
        }

            .etap__nav > li.swiper-pagination-bullet-active span:before {
                opacity: 1;
                width: 100%;
            }

            .etap__nav > li:hover span {
                color: #592EE8;
            }

.etap__slider {
    margin-top: 24px;
    background: #E7E7E7;
    border-radius: 20px;
}

.etap__slide {
    padding: 60px 150px 60px 144px;
    display: flex;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.etap__slide_l {
    width: 370px;
    min-width: 370px;
    padding-right: 16px;
    margin-top: -8px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.etap__slide_r {
    width: 100%;
}
.etap__slide_img {
    display: block;
    overflow: hidden;
    position: relative;
    height: 469px;
    width: 100%;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}

.etap__slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.etap__slide_item + .etap__slide_item {
    margin-top: 31px;
}

.etap__slide_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #282828;
}

.etap__slide_text {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-top: 12px;
}

.etap__slide_text_widht-max {
    max-width: 263px;
}

.design-owl-slider .owl-theme .owl-nav .disabled {
    opacity: 0;
}

/*
#etap .swiper-button-disabled[aria-disabled="true"] {
    opacity: .5 !important;
}
*/

.doc_href {
    display: flex;
    text-decoration: none;
    -webkit-align-items: center;
            align-items: center;
}

    .doc_href img, .doc_href svg {
        display: block;
        margin-right: 14px;
    }

    .doc_href span {
        font-size: 16px;
        line-height: 150%;
        color: #282828;
        position: relative;
        display: block;
        top: -2px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .doc_href span:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0;
            bottom: -2px;
            background: #000;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

        .doc_href:hover span {
            color: #592EE8;
        }

            .doc_href:hover span:before {
                background: #592EE8;
            }

            .doc_href:active span {
                color: #391D94;
            }

            .doc_href:active span:before {
                background: #391D94;
            }


        .doc_href img + img {
            display: none;
        }

        .doc_href:hover img {
            display: none;
        }
        .doc_href:hover img + img {
            display: block;
        }

        .doc_href:hover path {
            fill: #391D94;
        }

        .doc_href:focus path {
            fill: #592EE8;
        }

.etap__slide_item .doc_href {
    margin-top: 15px;
}

    .etap__slide_item .doc_href + .doc_href {
        margin-top: 12px;
    }

.etap__slide_r {
    position: relative;
}

.test {
    border: 1px solid #CC0000;
}

.stap_circle {
    position: absolute;
    top: 50%;
    left: -70px;
    margin-top: -70px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

    .stap_circle:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(14.4px);
        left: 0;
        top: 0;
        z-index: 1;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .stap_circle img {
        display: block;
        position: relative;
        z-index: 20;
    }

.etap__slide_text span {
    display: block;
    margin-top: 10px;
}

.tm_dop {
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    max-width: 360px;
    margin-top: 31px;
}

.calc {
    margin-top: 132px;
}

.calc_content {
    margin-top: 65px;
    background: #E7E7E7;
    border-radius: 20px;
    padding: 30px 30px 30px 30px;
}

.calc_content__nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

    .calc_content__nav li {
        font-size: 16px;
        line-height: 130%;
        color: #909090;
        cursor: default;
        position: relative;
        display: flex;
        height: 49px;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .calc_content__nav li.act {
        color: #282828;
        font-weight: 500;
    }

    .calc_content__nav li:before {
        content: "";
        display: block;
        position: absolute;
        width: 1400px;
        height: 4px;
        background: #592EE8;
        border-radius: 20px;
        bottom: 0;
        right: 100%;
        opacity: 0;
        -webkit-transform: scale(0,1);
           -moz-transform: scale(0,1);
            -ms-transform: scale(0,1);
             -o-transform: scale(0,1);
                transform: scale(0,1);
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .calc_content__nav li.act:before {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }

.calc_content__inner {
    margin-top: 39px;
}

.calc_content__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #282828;
}

.calc_content__check {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -30px;
    margin-top: 23px;
}

.calc_check {
    display: block;
    cursor: pointer;
    position: relative;
    width: 100%;
    margin-left: 30px;
}

    .calc_check img {
        display: block;
        width: 100%;
        -webkit-border-radius: 20px;
                border-radius: 20px;
    }

    .calc_check input {
        display: none;
    }

    .calc_check input + .calc_check__head span:before {
        content: "";
        display: block;
        position: absolute;
        width: 26px;
        height: 26px;
        background: #FFFFFF;
        z-index: 20;
        right: 15px;
        top: 15px;
        /*border: 1px solid #592EE8;*/
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }



    .calc_check input + calc_check__head span:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 30;
        /*border: 1px solid #592EE8;*/
        box-sizing: border-box;
        border-radius: 20px;
        opacity: 0;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .calc_check input:checked + .calc_check__head span:before {
        -webkit-box-shadow: inset 0px 0px 0px 5px #592EE8;
                box-shadow: inset 0px 0px 0px 5px #592EE8;
    }

    .calc_check input:checked + span:after {
        opacity: 1;
    }

.calc_check__head {
    border-radius: 20px;
    overflow: hidden;
    /*border: 1px solid #E7E7E7;*/
}

.calc_check input:checked + .calc_check__head {
    border: 1px solid #592EE8;
}

.calc_check__name {
    margin-top: 23px;
    font-size: 16px;
    line-height: 130%;
    color: #282828;
}

.calc_content__nav_bottom {
    display: flex;
    margin-top: 35px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.calc_check__head {
    position: relative;
}

.calc_area__text {
    display: flex;
    text-align: center;
    height: 270px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 36px;
    line-height: 130%;
    color: #000000;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}

    .calc_area__text sup {
        font-size: 56%;
        margin-top: -15px;
        margin-left: 2px;
    }

.calc_rotate_main {
    position: relative;
    margin-top: 23px;
    margin-right: -30px;
    margin-left: -30px;
}

.calc_rotate_swipe {
    position: absolute;
    right: -54px;
    z-index: 20;
    top: 50%;
    pointer-events: none;
    margin-top: -54px;
    -webkit-transform: translateY(-22px);
       -moz-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
         -o-transform: translateY(-22px);
            transform: translateY(-22px);
}

    .calc_rotate_swipe img {
        display: block;
    }


.calc_rotate .swiper-slide {
    width: 250px;
}

.calc_rotate .calc_check {
    margin-left: 0;
}

.calc_rotate {
    padding-left: 30px;
    padding-right: 30px;
}

.calc_rotate_swipe_dop {
    display: none;
}

.calc_rotate_w1 .swiper-slide {
    width: 260px;
}

.calc_rotate_w2 .swiper-slide  {
    width: calc(25% - 23px);
}

.calc_area__text_what {
    text-align: left;
    padding-left: 28px;
    padding-right: 28px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.calc_content__good {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.calc_content__good_l {
    width: 424px;
    min-width: 424px;
}

    .calc_content__good_l img {
        display: block;
        width: 100%;
        -webkit-border-radius: 20px;
                border-radius: 20px;
    }

    .calc_content__good_r {
        width: 660px;
        margin-left: 57px;
        font-size: 36px;
        line-height: 130%;
        color: #282828;
    }

.sostav {
    display: flex;
    margin-top: 133px;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.sostav_l {
    width: 328px;
    min-width: 328px;
}

.sostav_r {
    width: 100%;
    padding-left: 241px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.sostav_l .doc_href {
    margin-top: 53px;
}

.sostav__accordion {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #000;
}

    .sostav__accordion > li {
        display: block;
        border-top: 1px solid #000;
    }

.sostav__accordion_title {
    cursor: pointer;
    position: relative;
    padding-right: 58px;
    font-size: 24px;
    padding-top: 38px;
    padding-bottom: 43px;
    line-height: 130%;
    color: #282828;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .act .sostav__accordion_title {
        padding-bottom: 14px;
    }

    .sostav__accordion_title i {
        display: block;
        position: absolute;
        width: 52px;
        height: 52px;
        top: 27px;
        right: 0;
        background: #EBEBEB;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .sostav__accordion_title i:before, .sostav__accordion_title i:after {
            content: "";
            display: block;
            position: absolute;
            width: 26px;
            height: 1px;
            left: 13px;
            top: 50%;
            background: #000;
        }

        .sostav__accordion_title i:after {
            -webkit-transform: rotate(90deg);
               -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
        }


.sostav__accordion_content {
    padding-bottom: 44px;
    display: none;
}

.act .sostav__accordion_title i {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.sostav__accordion_content p {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
}

.sostav__accordion_content p + p {
    margin-top: 10px;
}

.sostav__accordion_content ol {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    counter-reset: ol_num;
}

    .sostav__accordion_content ol > li {
        display: block;
        position: relative;
    }

    .sostav__accordion_content ol > li:before {
        counter-increment: ol_num;
        content: counter(ol_num)". ";
    }

.price {
    margin-top: 133px;
}

.price__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 60px;
    margin-left: -50px;
}

    .price__list > li {
        width: 25%;
        padding-left: 50px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.price__list_img {

}

    .price__list_img img {
        display: block;
        width: 100%;
        border: 0px solid #282828;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.price__list_name {
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-top: 20px;
}

.price__list_time {
    margin-top: 4px;
    font-size: 16px;
    line-height: 150%;
    color: #909090;
}

.price__list_price {
    margin-top: 16px;
    font-size: 24px;
    line-height: 140%;
    color: #282828;
}

.price__list .order_from_btn,
.price__list .btn_main {
    width: 100%;
    max-width: 252px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 22px;
}

.infortmation {
    position: relative;
    margin-top: 60px;
    background: #E7E7E7;
    border-radius: 20px;
    display: flex;
    padding: 40px 79px 34px 79px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.infortmation__i {
    position: absolute;
    left: -25px;
    top: -25px;
}

    .infortmation__i img {
        display: block;
    }


.infortmation__item {
    width: 387px;
}

.infortmation__item + .infortmation__item {
    width: 399px;
}

.infortmation__item + .infortmation__item + .infortmation__item {
    width: 251px;
}

.infortmation__item_i {
    display: inline-block;
    position: relative;
}

    .infortmation__item_i img {
        display: block;
    }

    .infortmation__item_i span {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: 100%;
        display: flex;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        color: #FFF;
        left: 0;
        top: 0;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.infortmation__item_text {
    margin-top: 11px;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
}

.zahvat {
    margin-top: 150px;
    background: #E7E7E7;
    border-radius: 20px;
    padding: 36px 78px 66px 78px;
}

    .zahvat .tm {
        line-height: 150%;
    }

.order_from,
.zahvat__form {
    display: flex;
    margin-top: 43px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.in_style {
    display: block;
    position: relative;
}

    .in_style input {
        display: block;
        width: 100%;
        font-size: 24px;
        color: #909090;
        border: none;
        height: 41px;
        background: none;
        padding-bottom: 2px;
        border-bottom: 1px solid #909090;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

.order_from .in_style,
.zahvat__form .in_style {
    width: 312px;
    margin-right: 59px;
}

.in_err_text {
    display: none;
    position: absolute;
    left: 0;
    font-size: 12px;
    line-height: 140%;
    color: #C83947;
    bottom: -21px;
}

.in_placeholder {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    color: #909090;
    left: 2px;
    top: 8px;
    pointer-events: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.in_style input:focus {
    color: #282828;
}

.in_style input:focus + .in_placeholder, .filled .in_placeholder {
    font-size: 12px;
    color: #909090;
    top: -17px;
}

::-webkit-input-placeholder { /* Chrome */
  color: transparent;
}
:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
  opacity: 0;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: transparent;
  opacity: 0;
}

.in_style__err input {
    border-color: #C83947;
}

.in_style__err .in_err_text {
    display: block;
}

.calc_content__inner .tm {
    font-weight: normal;
}

.form_personal {
    font-size: 12px;
    line-height: 120%;
    color: #909090;
    margin-top: 25px;
}

    .form_personal a {
        text-decoration: none;
        color: #592EE8;
    }

    .form_personal a:hover {
        text-decoration: underline;
    }

.faq {
    margin-top: 131px;
}

.faq .sostav__accordion {
    margin-top: 58px;
}

.footer {
    margin-top: 200px;
    background: #282828;
}

.footer .wmain {
    display: flex;
    padding-top: 78px;
    padding-bottom: 42px;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.footer__cont_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
}

.footer__quest {
    margin-top: 39px;
    font-size: 18px;
    line-height: 140%;
    color: #dedede;
    max-width: 309px;
}

.footer__href {
    margin-top: 104px;
}

    .footer__href a {
        display: block;
        text-decoration: none;
        font-size: 18px;
        line-height: 140%;
        color: #FFFFFF;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .footer__href a:hover {
            color: #592EE8;
        }

    .footer__href a + a {
        margin-top: 4px;
    }

.f_cont {
    display: block;
    text-decoration: none;
    font-size: 36px;
    line-height: 140%;
    color: #FFFFFF;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .f_cont:hover {
        color: #592EE8 !important;
    }

.f_cont_h:hover {
    color: #592EE8;
}

    .f_cont + .f_cont {
        margin-top: 15px;
    }


.footer__item + .footer__item {
    margin-left: 207px;
    padding-top: 9px;
}

.footer__item + .footer__item + .footer__item {
    margin-left: 164px;
}


.nav_mobile_ico {
    display: none;
    position: relative;
    cursor: pointer;
}

    .nav_mobile_ico:before {
        content: "";
        display: block;
        position: absolute;
        padding: 20px;
        left: -20px;
        top: -20px;
        width: 100%;
        height: 100%;
    }

    .nav_mobile_ico img {
        display: block;
    }

.nav_mobile__close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 57px;
}

    .nav_mobile__close:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 20px;
        left: -20px;
        top: -20px;
    }

    .nav_mobile__close img {
        display: block;
    }

.nav_mobile__list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav_mobile__list > li {
        display: block;
    }

    .nav_mobile__list > li + li {
        margin-top: 20px;
    }

    .nav_mobile__list > li a {
        display: block;
        text-decoration: none;
        font-size: 20px;
        line-height: 24px;
        color: #282828;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .nav_mobile__list > li a:hover {
            opacity: 0.8;
        }

.nav_mobile__bottom_href a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
}

.nav_mobile__bottom_nav {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
        margin-top: 23px;
}

    .nav_mobile__bottom_nav a {
        display: block;
        text-decoration: none;
        font-size: 20px;
        line-height: 140%;
        color: #282828;
        padding-bottom: 1px;
        border-bottom: 1px solid #282828;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .nav_mobile__bottom_nav a:hover {
            border-color: transparent;
        }


.nav_mobile__bottom {
    margin-top: 40px;
}

.calc_content__nav_mobile {
    display: none;
}

.calc_content__nav_bottom_mobile {
    display: none;
    margin-top: 36px;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
}

.calc_content__nav_bottom_mobile .calc_prev, .calc_content__nav_bottom_mobile .calc_next {
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    font-size: 14px;
    line-height: 120%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.calc_content__nav_bottom_mobile i {
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.calc_content__nav_bottom_mobile .calc_prev i {
    border: 1px solid #909090;
    margin-right: 10px;
}

    .calc_content__nav_bottom_mobile .calc_prev {
        color: #909090;
    }

.calc_content__nav_bottom_mobile .calc_next i {
    margin-left: 10px;
    background: #592EE8;
}

    .calc_content__nav_bottom_mobile .calc_next {
        color: #592EE8;
    }


.filled input {
    color: #282828;
}

.calc_step_5.act + .calc_content__nav_bottom, .calc_step_5.act + .calc_content__nav_bottom + .calc_content__nav_bottom_mobile {
    display: none;
}


.zahvat_ok {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.zahvat_act .order_from,
.zahvat_act .zahvat__form {
    pointer-events: none;
    opacity: 0.5;
}

.zahvat_act .order_from_btn,
.zahvat_act .btn_main {
    background: #b1b1b1;
    color: #FFF;
}


.zahvat_ok .tm {
    font-weight: normal;
}

.swiper-pagination_hover {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 30;
    cursor: pointer;
}

    .swiper-pagination_hover span {
        display: block;
        width: 100%;
        height: 100%;
    }

.dellnext {
    display: none !important;
}

.etap__slider__nav {
    width: auto !important;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.slidder-item {
    position: relative;
}

.etap__slider__nav .swiper-slide {
    width: auto !important;
    white-space: nowrap;
    border: 1px solid #282828;
    padding: 0;
    padding-left: 19px;
    padding-right: 19px;
    height: 35px !important;
    display: flex;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
 

.etap__slider__nav .swiper-slide-thumb-active {
    border: 1px solid #592EE8;
    color: #592EE8;
    font-weight: 500;
}

.etap__slider__nav {
    display: none !important;
}

.design-owl-slider {
    margin-top: 50px;
}

.design-owl-slider-sub__items {
    overflow: hidden;
}

.design-owl-slider-sub__items > .item:not(:first-child){
    position: absolute;
    z-index: -3;
    opacity: 0;
}

.design-owl-slider-sub__item {
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.design-owl-slider__items {
    position: relative;
}

.design-owl-slider .owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

.design-owl-slider .owl-dots {
    opacity: 0;
    transition: opacity 350ms;
}

.design-owl-slider-sub__items:hover .owl-dots {
    opacity: 1;
}

.design-owl-slider .owl-theme .owl-dots .owl-dot span {
    margin: 0 1px;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
}

.design-owl-slider .owl-theme .owl-dots .owl-dot {

}

.design-owl-slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 1);
}

.design-owl-slider .owl-carousel .owl-nav button.owl-prev,
.design-owl-slider .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #282828;
    background: #FFFFFF;
    box-shadow: -3px 4px 10px rgba(60, 60, 60, .3);
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 41%;
    transform: translateY(-50%);
}

.design-owl-slider .owl-carousel .owl-nav button.owl-prev {
    right: calc(100% - 27px);
}

.design-owl-slider .owl-carousel .owl-nav button.owl-next {
    left: calc(100% - 27px);
}

.design-owl-slider .owl-carousel .owl-nav button {
    transition: all 350ms;
}

.design-owl-slider .owl-carousel .owl-nav button:hover {
    transform: translateY(-50%) scale(1.1);
}

.arrow-slider {
    width: 20px;
    height: 16px;
}

.arrow-slider-left {

}

.arrow-slider-right {

}


.hide{
    display: none;
}

.design-owl-slider__items .owl-stage-outer {
}

.design-owl-slider-sub {
    position: relative;
}

.design-owl-slider__item {
    position: relative;
    overflow: hidden;
}

.design-owl-slider-sub .owl-dots {
    position: absolute;
    top: 20px;
    bottom: 20px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    margin: 0;
    align-items: stretch;
}

.design-owl-slider-sub .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.design-owl-slider-sub .owl-carousel button.owl-dot {
    zoom: 1;
    display: flex;
    align-items: flex-end;
}

.design-owl-slider__item {
    display: block;
    width: 570px;
    overflow: hidden;
    margin-right: 50px;
}

.design-owl-slider__item:last-child {
    margin-right: 0;
}

.design-owl-slider-sub__image {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.design-navigation{
    position: absolute;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #282828;
    background: #FFFFFF;
    box-shadow: -3px 4px 10px rgb(60 60 60 / 30%);
    z-index: 1;
    top: calc(40% - 27px);
    cursor: pointer;
}

.design-navigation.right{
    right: -27px;
}
.design-navigation.left{
    left: -27px;
}

@media (min-width: 991px) {
    #portfolio .swiper-wrapper .swiper-lazy,
    #portfolio .swiper-wrapper {
        min-height: 550px !important;
        max-height: 550px !important;
    }
}

#portfolio .swiper-pagination {
    top: 20px;
    height: inherit !important;
    align-items: flex-end !important;

    display: inline-flex !important;
    width: auto !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
}

#portfolio .swiper-pagination span {
    position: relative;
    height: 100% !important;
    margin: 0 1px !important;
    background: transparent !important;
    border-radius: 0 !important;
}

#portfolio .swiper-pagination.swiper-pagination-bullet-active span:before {

}

#portfolio .swiper-pagination span:before {
    position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    opacity: 1 !important;
    border-radius: 50%;
}

#portfolio .design__slide_img img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-position: center !important;
    object-fit: cover !important;
}

.perenos, .perenos-hero {
    display: inline-block;
    white-space: nowrap;
}

/*@media*/
@media screen and (max-width: 1800px) {
    .header_slide__text {
        margin-left: 15%;
    }

    .wmain {
        width: 1200px;
    }

    .design__slider .swiper-slide {
        width: 522px;
    }

    .price__list > li {
        padding-left: 30px;
    }

    .price__list {
        margin-left: -30px;
    }

    .infortmation {
        padding: 40px 38px 34px 39px;
    }

    .zahvat .tm {
        font-weight: normal;
    }

    .zahvat {
        padding: 35px 35px 50px 47px;
    }

    .footer__item + .footer__item {
        margin-left: 112px;
    }

    .footer__item + .footer__item + .footer__item {
        margin-left: 68px;
    }
    .etap__nav > li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .servis_r br {
        display: none;
    }


    .perenos {
        display: inline;
    }

    .header_nav {
        margin-left: 37px;
    }

    .header_nav a + a {
        margin-left: 20px;
    }

    .header_conet a + a {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1480px) {
    .calc_step_1 .calc_rotate_swipe_dop {
        display: block;
    }
}

@media screen and (max-width: 1260px) {
    .wmain {
        width: 100%;
    }
}

@media screen and (max-width: 1240px) {
    .calc_rotate_w2 .swiper-slide {
        width: 260px;
    }

    .calc_step_2 .calc_rotate_swipe_dop {
        display: block;
    }

    .calc_step_4 .calc_rotate_swipe_dop {
        display: block;
    }
}

@media screen and (max-width: 1220px) {
    .infortmation__item:nth-child(3) {
        margin-left: 30px;
        margin-right: 30px;
    }
    .design__slider_main .swiper-button-next, .design__slider_main .swiper-button-prev {
        top: 160px;
    }
    .servis_l {
        width: 320px;
        min-width: 320px;
    }
    .servis_r {
        font-size: 28px;
    }

    .sostav_r {
        padding-left: 160px;
    }
    .design__slider .swiper-slide {
        width: 380px;
    }
}

@media screen and (max-width: 1200px) {

    .header_nav, .header_conet {
        display: none;
    }

    .nav_mobile_ico {
        display: block;
    }

}

@media screen and (max-width: 1140px) {


    .etap__nav {
        overflow: auto;
        margin-left: -32px;
        margin-right: -32px;
        padding-left: 32px;
        padding-right: 32px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
    }

        .etap__nav::-webkit-scrollbar {
              width: 0;
              height: 0;
        }
        .etap__nav:after {
            content: "";
            display: block;
            width: 1px;
            height: 20px;
        }
    .etap__nav > li {
        white-space: nowrap;
        border: 1px solid #282828;
        padding: 0;
        padding-left: 19px;
        padding-right: 19px;
        height: 35px;
        display: flex;
        -webkit-transition: 0s;
           -moz-transition: 0s;
            -ms-transition: 0s;
             -o-transition: 0s;
                transition: 0s;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 50px;
                border-radius: 50px;
    }

    .etap__nav > li span:before {
        display: none;
    }

    .etap__nav > li span {
        padding-bottom: 1px;
        -webkit-transition: 0s;
           -moz-transition: 0s;
            -ms-transition: 0s;
             -o-transition: 0s;
                transition: 0s;
    }

    .etap__nav .swiper-pagination-bullet-active {
        border: 1px solid #592EE8;
    }

    .etap__nav > li + li {
        margin-left: 11px;
    }

    .order_from .in_style,
    .zahvat__form .in_style {
        width: 252px;
    }

    .order_from .in_style,
    .zahvat__form .in_style {
        margin-right: 39px;
    }
} 

@media screen and (max-width: 1080px) {
    .etap__nav {
        display: none !important;
    }
    .etap__slider__nav {
        margin-top: 51px;
        display: block !important;
    }
    .fancybox-navigation {
       /* display: none !important;*/
    }
    .swiper-pagination_hover {
        display: none !important;
    }
    .footer__cont_title {
        font-size: 40px;
    }

    .f_cont {
        font-size: 28px;
    }
    .etap__slide {
        padding-left: 100px;
        padding-right: 100px;
    }

    .calc_content__good_l {
        width: 360px;
        min-width: 360px;
    }

    .calc_content__good_r {
        width: auto;
        font-size: 28px;
    }

    .fancybox-slide.fancybox-slide--image {
       /* transform: translateY(-46%);
        top: 50%;*/
    }

    .fancybox-button--arrow_left,
    .fancybox-button--arrow_right {
        transform: translateY(-50%);
    }

}

@media screen and (max-width: 1024px) {
    .swiper-pagination_hover {
        display: none !important;
    }
}

@media screen and (max-width: 1020px) {
    .price__list {
        margin-left: -32px;
        margin-right: -32px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        padding-bottom: 10px;
        margin-bottom: -10px;
    }

        .price__list::-webkit-scrollbar {
          width: 0;
          height: 0;
        }

        .price__list > li {
            width: 300px;
            min-width: 300px;
        }

            .price__list:after {
                content: "";
                display: block;
                width: 32px;
                min-width: 32px;
                height: 20px;
            }
    .etap__slide_img {
        position: relative;
        height: auto;
    }

    .calc_content__nav_mobile {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #E7E7E7;
        border-radius: 7px;
        position: relative;
        height: 38px;
    }

        .calc_content__nav_mobile > li {
            display: flex;
            width: 100%;
            height: 38px;
            font-size: 14px;
            line-height: 130%;
            color: #282828;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            -webkit-border-radius: 7px;
                    border-radius: 7px;
            background: #E7E7E7;
            overflow: hidden;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-align-items: center;
                    align-items: center;
        }

        .calc_content__nav_mobile > li:before {
            content: "";
            display: block;
            position: absolute;
            width: 20%;
            height: 2px;
            left: 0;
            bottom: 0;
            background: #592EE8;
            border-radius: 20px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

        .calc_content__nav_mobile > li + li:before {
            width: 20%;
        }

        .calc_content__nav_mobile > li + li + li:before {
            width: 40%;
        }

        .calc_content__nav_mobile > li + li + li + li:before {
            width: 60%;
        }

        .calc_content__nav_mobile > li + li + li + li + li:before {
            width: 80%;
        }

        .calc_content__nav_mobile > li + li.act:before {
            width: 40%;
        }

        .calc_content__nav_mobile > li + li + li.act:before {
            width: 60%;
        }

        .calc_content__nav_mobile > li + li + li + li.act:before {
            width: 80%;
        }

        .calc_content__nav_mobile > li + li + li + li + li.act:before {
            width: 100%;
        }

        .calc_content__nav_mobile > li span {
            color: #909090;
            display: block;
            margin-right: 2px;
        }

        .calc_content__nav_mobile > li.act {
            display: flex;
            opacity: 1;
        }

    .calc_step_2 .calc_check, .calc_step_4 .calc_check {
        border: 1px solid #E7E7E7;
        -webkit-border-radius: 20px;
                border-radius: 20px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
    }

    .calc_content {
        background: none;
        border: 1px solid #E7E7E7;
        -webkit-border-radius: 8px;
                border-radius: 8px;
    }

    .calc_content__inner  {
        margin-top: 15px;
    }

    .calc_content__nav {
        display: none;
    }

    .calc_content__title {
        display: none;
    }

    .calc_rotate_main {
        margin-top: 0;
    }

    .etap__slider {
        margin-left: -32px;
        padding-left: 32px;
        padding-right: 32px;
        margin-right: -32px;
        -webkit-border-radius: 0;
                border-radius: 0;
    }

    .etap__slide_img img {
        position: relative;
        width: 100%;
        left: 0;
        -webkit-transform: translate(0);
           -moz-transform: translate(0);
            -ms-transform: translate(0);
             -o-transform: translate(0);
                transform: translate(0);
    }
    .etap__slide {
        flex-direction: column;
        padding-left: 40px;
        padding-right: 40px;
        min-height: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .etap__slider .swiper-slide {
        width: 90%;
        /*min-height: 100%;*/
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .etap__slider .swiper-wrapper {
        /*-webkit-align-items: stretch !important;*/
                /*align-items: stretch !important;*/
    }

    .etap__slider .swiper-button-prev, .etap__slider .swiper-button-next {
        display: none;
    }

    .stap_circle {
        left: 20px;
        top: 20px;
        margin-top: 0;
    }

    .etap__slide {
        background: #E7E7E7;
        -webkit-border-radius: 20px;
                border-radius: 20px;
    }

    .etap__slider {
        background: none;
    }
}

@media screen and (max-width: 991px) {
    .design-owl-slider {
        margin-right: -32px;
    }

    .design-owl-slider__item {
        width: 260px;
    }

    .design-owl-slider-sub__image {
        height: 300px;
    }

    .design-owl-slider {
        margin-top: 30px;
    }
}

@media screen and (max-width: 970px) {
    .order_from,
    .zahvat__form {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .order_from .order_from_btn,
    .order_from .btn_main,
    .zahvat__form .btn_main {
        margin-top: 30px;
    }
}

@media screen and (max-width: 960px) {
    .footer__item {
        width: 100%;
    }

    .footer .wmain {
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .footer__item + .footer__item {
        width: auto !important;
        padding-top: 0;
        margin-left: 0 !important;
        margin-top: 0;
    }

    .footer__href {
        margin-top: 70px;
    }

    .footer__item:nth-child(1) {
        -webkit-order: 3;
            -ms-order: 3;
                order: 3;
    }
}

@media screen and (max-width: 880px) {
    .calc_content__good_l {
        width: 200px;
        min-width: 200px;
    }
    .calc_content__good_r {
        font-size: 24px;
        margin-left: 32px;
    }
    .sostav_r {
        padding-left: 80px;
    }
}

@media screen and (max-width: 820px) {
    .sostav {
        display: block;
    }
    .sostav_l {
        width: auto;
        min-width: 20px;
    }
    .sostav_r {
        padding-left: 0;
        margin-top: 50px;
    }
    .sostav_l .doc_href {
        margin-top: 26px;
    }
    .stap_circle {
        display: none;
    }

    .etap__slide {
        padding: 32px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header_slider .swiper-button-prev, .header_slider .swiper-button-next {
        display: none;
    }

    .header_slide {
        height: auto;
    }

    .header_slide__text {
        margin-top: 11%;
    }

    .header_slide__text .btn_main {
        margin-top: 10px;
        margin-bottom: 173px;
    }

    .design__slider_main .swiper-button-next, .design__slider_main .swiper-button-prev {
        display: none;
    }

    .design__slider_main {
        margin-left: -32px;
        margin-right: -32px;
    }

    .design__slider  {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.portfolio-desktop {
    display: inline;
}

.portfolio-mobile {
    display: none;
}

.tm_nowrap {
    white-space: nowrap;
}

.mfp-bg {
    background: rgba(0, 0, 0, .7) !important;
}

button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;


    border: 1px solid #282828 !important;
    background: #FFFFFF !important;
    box-shadow: -3px 4px 10px rgb(60 60 60 / 30%) !important;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

button.mfp-arrow:hover {
    transform: translateY(-50%) scale(1.1);
}

.mfp-close {
    position: fixed;
    top: 20px !important;
    right: 20px !important;
    font-size: 60px;
    border: 0 !important;
    cursor: pointer;
}

.mfp-close:active {
    top: 20px !important;
    right: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 60px;
    border: 0 !important;
}

button.mfp-arrow:focus,
button.mfp-arrow:active {
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0;
}

button.mfp-arrow.mfp-arrow-left {
    left: 5%;
}
button.mfp-arrow.mfp-arrow-right {
    right: 5%;
}

.mfp-arrow-left:after,
.mfp-arrow-right:before,
button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:after {
    border: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

button.mfp-arrow.mfp-arrow-left {

}

button.mfp-arrow.mfp-arrow-right {

}

button.mfp-arrow.mfp-arrow-left:before,
button.mfp-arrow.mfp-arrow-right:after {

}

@media screen and (max-width: 768px) {
    .portfolio-desktop {
        display: none;
    }

    .portfolio-mobile {
        display: inline;
    }

    .servis_l__title {
        font-size: 16px;
        color: #282828 !important;
    }

    .servis_l__preview {
        font-size: 14px !important;
    }

    .etap__slide_title {
        line-height: 130%;
        font-size: 18px;
        margin-top: 18px;
        margin-bottom: 7px;
    }

    .etap__slide_r {
        margin-top: auto;
        padding-top: 40px;
    }
    .header_slide .btn_main {
        margin-bottom: 100px;
    }

    .header_slide__title {
        max-width: max-content;
        font-size: 30px;
    }

    .header_slide__price {
        font-size: 35px;
    }
}

@media screen and (max-width: 760px) {
    .servis_r br {
        display: none;
    }
    .infortmation__i img {
        display: block;
        width: 100%;
    }
    .infortmation__i {
        width: 32px;
        left: -16px;
        top: -16px;
    }
    .infortmation {
        display: block;
    }
    .infortmation__item {
        width: auto !important;
        margin: 0 !important;
    }
    .infortmation__item + .infortmation__item {
        margin-top: 32px !important;
    }
    .servis {
        display: block;
    }
    .servis_l {
        width: auto;
        min-width: 20px;
    }
    .servis_r {
        margin-top: 41px;
    }
    .etap__slider {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .etap__nav {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .plr {
        padding-left: 20px;
        padding-right: 20px;
    }

    .design__slider {
        padding-left: 20px;
        padding-right: 20px;
    }

    .design__slider_main {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 720px) {
    .zahvat .tm, .calc_content__inner .tm {
        font-size: 26px;
    }
}

@media screen and (max-width: 690px) {
    .zahvat {
        padding-left: 35px;
        padding-right: 35px;
    }
    .order_from,
    .zahvat__form {
        display: block;
    }

    .in_style__err  {
        margin-bottom: 38px;
    }

    .in_style__err input {
        border: 1px solid #C83947 !important;
    }

    .order_from .in_style,
    .zahvat__form .in_style {
        right: 0;
        width: 100%;
    }


    .order_from,
    .zahvat__form {
        margin-top: 31px;
    }

    .order_from .in_style + .in_style,
    .zahvat__form .in_style + .in_style {
        margin-top: 15px;
    }

    .in_style input {
        height: 50px;
        padding-left: 16px;
        font-size: 14px;
        padding-top: 10px;
        border: 1px solid #909090;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        padding-top: 14px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .order_from .order_from_btn,
    .order_from .btn_main,
    .zahvat__form .btn_main {
        width: 100%;
        margin-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form_personal {
        margin-top: 10px;
    }

    .in_style input:focus + .in_placeholder, .filled .in_placeholder {
        top: 5px;
    }

    .in_placeholder {
        left: 18px;
        font-size: 14px;
        line-height: 18px;
        top: 16px;
    }
} 

@media screen and (max-width: 640px) {
    .header_slide__price,
    .header_slide__title {
        font-size: 24px;
    }

    .header_slide__text {
        margin-left: 6%;
    }

    .header_slider .swiper-pagination {
        bottom: 20px;
        height: 6px;
    }

    .header_slider .swiper-pagination span {
        margin-left: 12px;
        margin-right: 13px;
        width: 6px;
        height: 6px;
    }

    .header_slide__info {
        margin-top: 18px;
    }

    .header_slide .order_from_btn,
    .header_slide .btn_main {
        margin-top: 30px;
    }
}

@media screen and (max-width: 620px) {
    .calc_content__good {
        display: block;
    }
    .calc_content__good_l {
        width: 100%;
        min-width: 20px;
    }
    .calc_content__good_r {
        margin-left: 0;
        margin-top: 32px;
    }
}

@media screen and (max-width: 580px) {
    .calc_content__nav_bottom {
        display: none;
    }

    .calc_content__nav_bottom_mobile {
        display: flex;
    }
    .calc_rotate_w1 .swiper-slide {
        width: 140px;
    }
    .calc_rotate_swipe  {
        display: none !important;
    }

    .calc_rotate_w2 .swiper-slide {
        width: 140px;
        height: 140px;
    }

    .calc_area__text {
        height: 136px;
        font-size: 18px;
        line-height: 130%;
        color: #000000;
    }

    .calc_area__text sup {
        font-size: 62%;
        margin-top: -10px;
        margin-left: 1px;
    }

    .calc_check input + span:before {
        width: 18px;
        height: 18px;
        right: 10px;
        top: 10px;
    }

    .calc_check input:checked + span:before {
        -webkit-box-shadow: inset 0px 0px 0px 3px #592ee8;
        box-shadow: inset 0px 0px 0px 3px #592ee8;
    }

    .calc_check__name {
        margin-top: 14px;
        font-size: 14px;
        line-height: 18px;
    }

    .calc_rotate .calc_check {
        margin-right: 32px;
    }

    .calc_rotate .swiper-slide {
        width: 140px;
    }

    .calc_area__text_what {
        padding-left: 8px;
        padding-right: 8px;
    }
} 

@media screen and (max-width: 560px) {
    .footer .wmain {
        display: block;
        position: relative;
        padding-bottom: 131px;
    }

    .footer__cont_title br {
        display: none;
    }

    .footer__item + .footer__item {
        margin-top: 40px !important;
    }

    .footer__href {
        position: absolute;
        bottom: 45px;
        margin-top: 0;
    }

    .header_slide__text {
        padding-right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .infortmation__item2 {
        display: none !important;
    }
    body .infortmation .infortmation__item2 {
        margin-top: 0 !important;
    }
    .calc_check img {
        -webkit-border-radius: 14px;
                border-radius: 14px;
    }
    .infortmation__item1 .infortmation__item_i span {
        display: block;
        width: 44px;
        height: 44px;
        position: relative;
        text-align: center;
        line-height: 44px;
    }
    .infortmation__item1 .infortmation__item_i img, .infortmation__item3 .infortmation__item_i img {
        opacity: 0;
        display: none;
    }

    .infortmation__item1 {
        background: url("../img/info_ico1.svg") no-repeat left top;
    }
    .infortmation__item3 {
        background: url("../img/info_ico2.svg") no-repeat left top;
    }
    .etap__slide5 .etap__slide_r {
        display: none;
    }
    .infortmation__item3 .infortmation__item_i span {
        position: relative;
        font-size: 0;
        line-height: 0;
        display: block;
        width: 44px;
        height: 44px;
        text-align: center;
        line-height: 44px;
    }

        .infortmation__item3 .infortmation__item_i span:before {
            content: "02";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            font-size: 16px;
            font-weight: 500;
            color: #FFF;
            display: flex;
            -webkit-justify-content: center;
                    justify-content: center;
            -webkit-align-items: center;
                    align-items: center;
        }
    .design__slide_price span {
        color: #592EE8;
    }
    .servis_r {
        font-size: 24px;
        line-height: 150%;
    }
    .etap__slide {
        padding: 17px 20px 30px 20px;
    }
    .etap__slide_text {
        font-size: 14px;
        margin-top: 2px;
    }
    .etap__slide_item + .etap__slide_item {
        margin-top: 25px;
    }
    .etap__slider {
        margin-top: 20px;
    }
    .design__slide_img  .swiper-pagination {
        bottom: 20px;
        height: 6px;
    }

        .design__slide_img  .swiper-pagination span {
            margin-left: 12px;
            margin-right: 13px;
            width: 6px;
            height: 6px;
        }
    .design__slider .swiper-slide {
        width: 290px;
    }
    .design__slide_name {
        font-size: 16px;
    }
    .design__slide_price {
        font-size: 16px;
    }
    .nav_mobile {
        width: 253px;
    }
    .nav_mobile__bottom_nav a {
        font-size: 14px;
    }
    .hl_zamer {
        font-weight: 500;
        font-size: 14px;
        line-height: 170%;
        padding-top: 1px;
        padding-bottom: 3px;
    }
    .header {
        padding: 0;
        height: 73px;
        margin: 10px 0 8px 0;
    }
    .header_logo {
        font-size: 24px;
        line-height: 100%;
    }
    .header_logo__text {
        font-size: 10px;
        line-height: 19px;
    }
    .header_slider {
        margin-left: -20px;
        margin-right: -20px;
        -webkit-border-radius: 0;
                border-radius: 0;
    }

    .etap__slider .swiper-slide {
        width: calc(100% - 20px);
    }

    .etap__slide_l {
        width: auto;
        min-width: 20px;
    }

    .design__slide_img img {
        width: auto;
        height: 300px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .fancybox-button--close {
        right: 10px !important;
        top: 10px !important;
        -webkit-background-size: 50% !important;
             -o-background-size: 50% !important;
                background-size: 50% !important;
    }
    .design__slider .swiper-slide {
        width: 260px;
    }

    .design__slide_img .swiper-slide {
        overflow: hidden;
    }
	
	.header_logo{
		max-width: 190px;
	}
	
    .header_slide__text_white_and_black {
        color: #000;
    }
}

@media screen and (max-width: 460px) {
    .etap__slide_l {
        padding-right: 0;
    }
    .sostav__accordion_title {
        font-size: 16px;
        line-height: 150%;
        padding-top: 24px;
        padding-bottom: 25px;
        padding-right: 49px;
    }
    .sostav__accordion_title i {
        width: 42px;
        height: 42px;
        top: 15px;
    }
    .sostav__accordion_content {
        padding-bottom: 26px;
    }
    .sostav__accordion_content p, .sostav__accordion_content ol {
        font-size: 14px;
    }
    .sostav__accordion_content ol, .sostav__accordion_content p + p {
        margin-top: 6px;
    }

    .sostav__accordion_title i:before, .sostav__accordion_title i:after {
        width: 22px;
        left: 10px;
    }
}

@media screen and (max-width: 420px) {
    .calc_content__good_r {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
    }
    .doc_href span {
        font-size: 14px;
    }
    .zahvat {
        padding: 16px 20px 27px 20px;
    }
    .price__list > li {
        width: 260px;
        min-width: 260px;
    }
    .price__list .order_from_btn,
    .price__list .btn_main {
        max-width: 100%;
        width: 206px;
    }
    .price__list_name {
        margin-top: 12px;
        font-size: 14px;
        line-height: 150%;
    }
    .price__list_time {
        margin-top: 2px;
        font-size: 14px;
        line-height: 150%;
    }
    .price__list_price {
        margin-top: 12px;
        font-size: 24px;
        line-height: 140%;
    }
    .price__list .order_from_btn,
    .price__list .btn_main {
        margin-top: 12px;
    }
    .zahvat .tm, .calc_content__inner .tm {
        font-size: 24px;
        line-height: 150%;
    }

    .order_from_btn,
    .btn_main {
        font-size: 14px;
    }

    .calc_content {
        padding: 9px;
        padding-bottom: 19px;
        overflow: hidden;
    }

    .calc_content__inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calc_rotate {
        padding-left: 21px;
        padding-right: 21px;
    }
}

@media screen and (max-width: 380px) {
    .etap__slider__nav {
        margin-top: 32px;
    }
    .etap__slide_img {
        overflow: hidden;
        -webkit-border-radius: 16px;
                border-radius: 16px;
    }

        .etap__slide_img img {
            position: relative;
            left: 50%;
            -webkit-border-radius: 16px;
                border-radius: 16px;
            -webkit-transform: translateX(-50%);
               -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                 -o-transform: translateX(-50%);
                    transform: translateX(-50%);
            height: 155px;
            vertical-align: middle;
        }

    .etap__slide5 .doc_href {
        display: none;
    }
        .etap__slide5 .doc_href + .doc_href {
            display: flex;
        }
        .etap__slide4 .etap__slide_item + .etap__slide_item {
            margin-top: 6px;
        }
    .etap__slide_item .doc_href {
        margin-top: 14px;
    }
    .etap__slide_text {
        margin-top: 4px;
        line-height: 130%;
    }
    .etap__slide_text br {
        display: none;
    }
    .infortmation__item_text br {
        display: none;
    }
    .zahvat .tm br {
        display: none;
    }
    .footer {
        margin-top: 83px;
    }
    .faq {
        margin-top: 92px;
    }
    .faq .sostav__accordion {
        margin-top: 34px;
    }
    .infortmation {
        padding: 30px 20px 25px 20px;
    }
    .infortmation__item_text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 150%;
    }
    .infortmation__item + .infortmation__item {
        margin-top: 25px !important;
    }
    .zahvat {
        margin-top: 100px;
    }
    .price {
        margin-top: 89px;
    }
    .price__list {
        margin-top: 33px;
    }
    .infortmation {
        margin-top: 40px;
    }
    .sostav {
        margin-top: 89px;
    }
    .calc {
        margin-top: 89px;
    }
    .tm_dop {
        margin-top: 15px;
    }
    .calc_content {
        margin-top: 35px;
    }
    .servis_l {
        padding-top: 0;
    }
    .servis {
        margin-top: 71px;
    }
    .etap__nav, .design__slider_main {
        margin-top: 32px;
    }
    .design {
        margin-top: 80px;
    }
    .etap {
        margin-top: 85px;
    }
    .design__slide_name {
        margin-top: 12px;
        font-size: 14px;
    }
    .design__slide_cat {
        margin-top: 2px;
        font-size: 14px;
    }
    .design__slide_price {
        margin-top: 9px;
        font-size: 14px;
    }
    .design__slider .swiper-slide {
        width: 260px;
    }
    .tm {
        font-size: 24px;
        line-height: 130%;
    }
    .header_slide__title {
        font-size: 22px;
        line-height: 130%;
        max-width: max-content;
    }
    .header_slide__info {
        margin-top: 15px;
        font-size: 14px;
        line-height: 150%;
        max-width: 280px;
    }
    .header_slide .order_from_btn,
    .header_slide .btn_main {
        margin-top: 45px;
    }
    .order_from_btn,
    .btn_main {
        padding-left: 45px;
        padding-right: 45px;
        height: 51px;
        font-size: 14px;
    }
    .footer .wmain {
        padding-top: 40px;
    }
    .footer__cont_title {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }
    .footer__quest {
        margin-top: 17px;
        font-size: 14px;
        line-height: 140%;
    }

    .footer__item + .footer__item {
        margin-top: 39px !important;
    }

    .footer__item + .footer__item + .footer__item {
        margin-top: 35px !important;
    }

    .f_cont {
        font-size: 18px;
        line-height: 140%;
    }

    .f_cont + .f_cont {
        margin-top: 10px;
    }
    .footer__href a {
        font-size: 14px;
    }

    .footer__href a + a {
        margin-top: 9px;
    }
    .footer__quest {
        max-width: 240px;
    }
    .infortmation__item:nth-child(3) {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 350px) {
    .design__slider {
        padding-right: 60px;
    }
    .header_slide__title {
        font-size: 20px;
    }
}

.fancybox__toolbar,
.fancybox__thumbs{
    display: none !important;
}

@media screen and (max-width: 992px) {
    .fancybox-navigation {
        display: none !important;
    }
}

/* sale-promokod */
.sale__link {
    text-decoration: none;
}

.header_slide>.sale_banner {
    width: 100%;
    height: 100%;
}

.sale__link>.sale_banner {
    height: 500px;
}

@media screen and (max-width: 768px) {
    .sale__link>.sale_banner {
        height: 383px;
    }
}

@media screen and (max-width: 480px) {
    .sale__link>.sale_banner {
        height: 355px;
    }
}
/* .header_slide__sale_all {
    margin-top: -25px;
    margin-left: -150px;
}

.header_slide__sale {
    font-size: 70px;
    text-transform: uppercase;
    color: #592EE8;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    padding-bottom: 25px;
}

.header_slide__sale span {
    color: #000;
    font-size: 36px;
    text-transform: none;
}

.header_slide__promo {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.header_slide__promo span {
    font-size: 42px;
    color: #592EE8;
    font-weight: 800;
    text-transform: none;
}

.header_slide__data {
    padding-top: 13px;
    font-weight: 500;
    font-size: 21px;
    color: #000;
}

@media screen and (max-width: 1800px) {
    .header_slide__sale_all {
        margin-top: 5px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 950px) {
    .header_slide__sale_all {
        margin-top: 30px;
        margin-left: 0px;
    }
} */

@media screen and (max-width: 820px) {
    .header_slider  {
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .header_slider  {
        height: 382px;
    }
    /* .header_slide__sale_all {
        margin-top: -25px;
        margin-left: -30px;
        max-width: 380px;
    }
    .header_slide__sale {
        font-size: 57px;
        padding-bottom: 15px;
    }
    .header_slide__sale span {
        font-size: 32px;
    }
    .header_slide__promo {
        font-size: 27px;
    }
    .header_slide__promo span {
        font-size: 40px;
    } */
}

/* @media screen and (max-width: 640px) {
    .header_slide__sale_all {
        margin-left: 35px;
    }
}  */



    @media screen and (max-width: 480px) {
        .header_slider  {
            height: 353px;
        }
        /* .header_slide__sale_all {
            margin-left: 10px;
            margin-top: -30px;
        } */
    }

    /* @media screen and (max-width: 480px) {
        .header_slide__sale {
            font-size: 57px;
            padding-bottom: 15px;
        }
        .header_slide__sale span {
            font-size: 32px;
        }
        .header_slide__promo {
            font-size: 27px;
        }
        .header_slide__promo span {
            font-size: 40px;
        }
    } */

    /* @media screen and (max-width: 410px) {
        .header_slide__sale_all {
            margin-left: 8px;
            margin-top: 10px;
        }
        .header_slide__sale {
            font-size: 43px;
            padding-bottom: 13px;
            line-height: 38px;
        }
        .header_slide__sale span {
            font-size: 26px;
        }
        .header_slide__promo {
            font-size: 25px;
        }
        .header_slide__promo span {
            font-size: 30px;
        }
    } */


/* end sale-promokod */

@media (min-width: 691px) and (max-width: 703px) {
    .order_from_footer .in_style:nth-child(2) {
        margin-top: 20px;
    }
}

@media (min-width: 971px) and (max-width: 1200px) {
    .order_from .in_style input {
        font-size: 18px;
    }
}

@media (min-width: 971px) {
    .order_from_footer .order_from_btn, .order_from .btn_main {
        width: 267px;
        padding-left: 30px;
        padding-right: 30px;
    }
}