@font-face {
    font-family: 'MuseoCyrl';
    src: url('/local/templates/zavod/fonts/MuseoCyrl-300.eot');
    src: local('/local/templates/zavod/fonts/MuseoCyrl-300'),
    url('/local/templates/zavod/fonts/MuseoCyrl-300.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zavod/fonts/MuseoCyrl-300.woff2') format('woff2'),
    url('/local/templates/zavod/fonts/MuseoCyrl-300.woff') format('woff'),
    url('/local/templates/zavod/fonts/MuseoCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/local/templates/zavod/fonts/MuseoCyrl-500.eot');
    src: local('/local/templates/zavod/fonts/MuseoCyrl-500'),
    url('/local/templates/zavod/fonts/MuseoCyrl-500.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zavod/fonts/MuseoCyrl-500.woff2') format('woff2'),
    url('/local/templates/zavod/fonts/MuseoCyrl-500.woff') format('woff'),
    url('/local/templates/zavod/fonts/MuseoCyrl-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoCyrl';
    src: url('/local/templates/zavod/fonts/MuseoCyrl-700.eot');
    src: local('/local/templates/zavod/fonts/MuseoCyrl-700'),
    url('/local/templates/zavod/fonts/MuseoCyrl-700.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/zavod/fonts/MuseoCyrl-700.woff2') format('woff2'),
    url('/local/templates/zavod/fonts/MuseoCyrl-700.woff') format('woff'),
    url('/local/templates/zavod/fonts/MuseoCyrl-700.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'MuseoCyrl', -serif;
    color: #3B4041;
}

html,body {
    min-height: 100%;
}


body {
    background: url(/local/templates/zavod/img/bg.jpg) center top no-repeat;
}

.header_nav-link {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #B5BFC6;
}

.header_nav-item {
    list-style: none;
    margin-right: 33px;
}

.header_nav-nav {
    margin: 0;
    padding: 0;
    display: flex;
}

.header_contact-mail {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #B5BFC6;
}

.header_contact-phone {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #73848B;
    margin-left: 18px;
}

.header_nav-link:hover,.header_contact-mail:hover,.header_contact-phone:hover {
    color: #636C6E;
    text-decoration: none;
}


.h1 {
    font-weight: 700;
    font-size: 63px;
    line-height: 70px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #636C6F;
    FONT-WEIGHT: 700;
}

.h1 span {
    font-size: 33px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #B4A48D;
    display: block;
    position: relative;
    margin: 18px 0 0 0;
}

.h1 span:before {
    content: "";
    width: 241px;
    height: 2px;
    background: #D3D3D3;
    display: block;
}

.banner-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 211px;
    margin: 0 -11px;
}

.banner-item {
    height: 102px;
    background: rgba(225, 225, 225, 0.36);
    backdrop-filter: blur(20px);
    border-radius: 23px;
    width: 336px;
    display: flex;
    align-items: center;
    margin: 0 11px;
}

.banner-icon {
    width: 66px;
    height: 66px;
    background: #FFFFFF;
    backdrop-filter: blur(13px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 19px 0 14%;
}

.banner-text {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    FONT-WEIGHT: 700;
}


.header_soc-nav {
    display: flex;
    align-items: center;
    padding: 0;
}

.header_soc-item {
    list-style: none;
    margin-left: 13px;
}

.promo {
    position: relative;
    padding: 107px 0 68px;
}

.promo:before {
    content: "";
    display: block;
    position: absolute;
    width: 116%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 56.93%), #FFFFFF;
    box-shadow: 0px 3px 34px rgba(165, 165, 165, 0.22);
    backdrop-filter: blur(7px);
    border-radius: 23px;
    z-index: -1;
    left: -8%;
    top: 0;
}

.h2 {
    font-size: 43px;
    line-height: 59px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #404546;
}

.promo-items {
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 6px 24px 27px rgba(153, 145, 125, 0.19);
    backdrop-filter: blur(7px);
    border-radius: 23px;
    margin: 70px -20px 0;
    align-items: center;
}

.h1 i {
    font-style: normal;
    position: relative;
}

.h1 i:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 32px;
    background: url(/local/templates/zavod/img/o.svg) center top no-repeat;
    top: -10px;
    left: 0;
}

.header {
    padding: 23px 0 30px;
}

.header_soc {
    padding: 42px 0 0;
}

.banner {
    padding: 6px 0 0 0;
}

.timer-title {
    color: #585858;
    font-size: 19px;
    text-align: right;
}

.btn-border {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    height: 53px;
    border: 2px solid #FFC93F;
    box-sizing: border-box;
    border-radius: 7px;
    background: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 292px;
    transition: 0.3s all;
}

.btn-border:hover {
    background: #ffc93f;
}

.promo-item {
    display: flex;
    position: relative;
    align-items: center;
    flex: 1;
    min-height: 155px;
}

.promo-item:nth-child(2):before {
    width: 2px;
    height: 102px;
    background: #E0E0E0;
    position: absolute;
    content: "";
    display: block;
    left: 0;
}

.promo-item:nth-child(2):after {
    width: 2px;
    height: 102px;
    background: #E0E0E0;
    position: absolute;
    content: "";
    display: block;
    right: 0;
}

.promo-text {
    font-size: 19px;
    line-height: 26px;
}

.promo-icon {
    padding: 0px 40px 0 9%;
}

.section.home {
    margin-bottom: 84px;
}

.bg_yellow {
    background: #FFC93F;
    border-radius: 4px;
    color: #ffff;
    padding: 3px 17px;
}

.promo .h2 {
    margin-bottom: 32px;
}

.btn-border img {
    margin-left: 15px;
}

.timer {
    position: absolute;
    right: 0;
    top: 0;
    padding: 128px 0 0;
}

.section.action {
    padding-bottom: 105px;
    overflow: hidden;
}

.dop-wrapper {
    border-top: 2px solid #EBEBEB;
    margin: 26px 0 0 0;
    padding: 22px 0 0 0;
}

.dop-slider .swiper-slide {
    width: 283px;
}

.dop-number {
    width: 36px;
    height: 36px;
    background: #FFC93F;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}

.dop-title {
    display: flex;
    align-items: center;
    font-size: 19px;
    margin-bottom: 7px;
}

.dop-img {
    margin-bottom: 19px;
}

dop-oldprice {
    font-size: 17px;
    text-decoration-line: line-through;
    color: #8B8B8B;
    margin-right: 19px;
}

.dop-free {
    font-size: 17px;
    color: #FFC93F;
}

.dop-price {
    display: flex;
    align-items: center;
}

.bg_round {
    position: relative;
}

.bg_round:before {
    content: "";
    display: block;
    width: 113px;
    height: 113px;
    position: absolute;
    background: #ffc93f;
    border-radius: 80px;
    z-index: -1;
    left: -52px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-wrapper {
    display: flex;
}

section#about {
    margin-bottom: 122px;
}

.catalog_carousel-title {
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: -4px 0 12px;
}

.swiper-prev,.swiper-next {
    width: 35px;
    height: 35px;
    background: #FFC93F;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    position: absolute;
    z-index: 1;
}

.swiper-prev img {
    transform: rotate(180deg);
}
.catalog_carousel-name {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 0 0 26px;
}

.swiper-nav {
    position: absolute;
}

.catalog_item {
    border: 2px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 14px;
    min-height: 481px;
    padding: 29px 18px 19px;
    position: relative;
    top: 0;
    transition: 0.3s all;
    box-shadow: none;
    margin-bottom: 30px;
}

.catalog_divider {
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    margin: 37px 0 59px;
}

.catalog_item-video {
    font-size: 14px;
    line-height: 139.19%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #646464!important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.catalog_item-video img {
    margin-right: 10px;
}

.catalog_title {
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #404546;
    margin-bottom: 14px;
}

.catalog_komplect {
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #4F4F4F;
    margin-bottom: 20px;
}

.catalog_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.catalog_switch {
    flex-direction: column;
    display: flex;
}

.catalog_priceBlock {
    text-align: right;
    line-height: 1;
}

.catalog_price-title {
    font-size: 15px;
    
    /* or 21px */
    color: #AEAEAE;
    margin-bottom: 6px;
}

.catalog_price-titleCredit {
    font-weight: 300;
    font-size: 15px;
    
    /* or 18px */
    letter-spacing: 0.08em;
    color: #4F4F4F;
    margin-bottom: 4px;
}

.catalog_price-valCredit {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #FFC93F;
}

.catalog_price-val span {
    font-size: 25px;
}

.catalog_switch-label {
    font-weight: 300;
    font-size: 14px;
    
    /* or 19px */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1F1F1F;
    display: flex;
    align-items: center;
    cursor: pointer;
}

input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 0px;
    height: 0px;
}

.catalog_switch-mark {
    width: 17px;
    height: 17px;
    border: 1px solid #DADADA;
    border-radius: 12px;
    position: relative;
    flex: none;
    margin-right: 10px;
}

input[type="radio"]:checked ~ .catalog_switch-mark {
    border: 1px solid #404546;
}

input[type="radio"]:checked ~ .catalog_switch-mark:before {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #FFC93F;
    border-radius: 12px;
    top: 3px;
    left: 3px;
}

.catalog_size {
    font-size: 15px;
    color: #AEAEAE;
}

.catalog_size span {
    font-size: 20px;
    FONT-WEIGHT: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #404546;
    display: block;
}

.catalog_btns {
    display: flex;
    justify-content: space-between;
}

.btn {
    width: 215px;
    height: 53px;
    border: 2px solid #E8E8E8;
    box-sizing: border-box;
    border-radius: 7px;
    background: transparent;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #404546;
}

.btn:hover {
    background: #FFC93F;
    border-color: #FFC93F;
}

.catalog_komplect:hover {
    color: #404546;
    text-decoration: none;
}

.catalog_slider-wrapper {
    height: 143px;
}


.catalog_slider-wrapper .swiper-slide {
    text-align: center;
}

.catalog_price-val {
    margin-bottom: 12px;
    white-space: nowrap;
}

.catalog_item:hover {
    box-shadow: 4px 2px 30px #DCDCDC;
    top: -20px;
}

.h3 {
    font-size: 28px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #404546;
    FONT-WEIGHT: 700;
}

.komplect_btn {
    width: 430px;
    height: 72px;
    background: #FFC93F;
    box-shadow: 7px 9px 8px rgba(255, 201, 63, 0.4);
    border-radius: 7px;
    border: none;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    font-size: 15px;
    line-height: 139.19%;
    /* or 21px */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #404546;
    FONT-WEIGHT: 700;
    position: relative;
    margin: 0 auto 58px;
    padding: 5px 27px;
}

.komplect_btn span:before {
    content: "";
    display: block;
    width: 6px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}

.komplect_btn span {
    position: relative;
    padding: 0 0 0 28px;
}

.komplect_btn i {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option {
    margin: 26px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.option_item {
    display: flex;
    list-style: none;
    margin-bottom: 10px;
}

.option_item-name {
    min-height: 63px;
    background: #F0F0F0;
    border-radius: 6px;
    padding: 8px 8px 8px 8%;
    display: flex;
    align-items: center;
    flex: 2.5;
    margin-right: 10px;
    font-size: 18px;
    line-height: 25px;
}

.option_item-val {
    min-height: 63px;
    background: #F0F0F0;
    border-radius: 6px;
    padding: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 21px;
    justify-content: center;
    line-height: 29px;
}

.review-icon {
    width: 41px;
    height: 41px;
    background: #FFC93F;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    flex: none;
}

.review_info {
    display: flex;
    margin-bottom: 22px;
}

.footer {
    background: #F8F8F8;
    padding: 39px 0;
}

.footer_nav-nav {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer_nav-item {
    width: 50%;
    list-style: none;
}

.footer_nav-link {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    color: #B5BFC6;
}

.footer_nav-link:hover, .footer_contact-mail:hover,.copyright a:hover:hover {
    color: #636C6E;
    text-decoration: none;
}

.footer_contact-mail {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #585858;
}

.footer_contact-phone {
    width: 170px;
    height: 46px;
    background: #FFC93F;
    box-shadow: 7px 9px 8px rgba(255, 201, 63, 0.4);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #494949;
    margin: 0 0 0 20px;
}

.copyright,.copyright a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #BBBBBB;
}
.footer_contact {
    display: flex;
    align-items: center;
}


#up {
    position: fixed;
    left: -20px;
    bottom: 100px;
    transform: rotate(270deg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.up_text {
    font-size: 16px;

    color: #A6A6A6;
}

.up_icon {
    width: 49px;
    height: 49px;
    left: 231px;
    top: 5978px;
    background: #FFC93F;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.review-date {
    font-size: 12px;
    color: #A8A8A8;
}

.review-name {
    font-size: 16px;
    color: #262626;
    line-height: 20px;
}

.review-img img {
    filter: drop-shadow(-4px 9px 8px rgba(0, 0, 0, 0.14));
}


.dop-slider-nav {
    position: relative;
}

.dop-slider-prev,.dop-slider-next {
    position: absolute;
    width: 125px;
    height: 34px;
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -29px;
    transition: 0.3s all;
}

.dop-slider-prev {
    right: 139px;
}

.dop-slider-prev img {
    transform: rotate(180deg);
}

.dop-slider-next {
    right: 0;
}

.dop-slider-prev:hover, .dop-slider-next:hover {
    background: #FFC93F;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
    border-color: #FFC93F;
}

.dop-oldprice {
    font-size: 17px;
    text-decoration-line: line-through;
    color: #8B8B8B;
    margin-right: 16px;
}

.review_slider {
    padding: 0 0 80px;
    margin: 0;
    overflow: visible;
}

#catalog {
    margin-bottom: 52px;
}

.review-wrapper {
    margin: 48px -20px 0;
    overflow: hidden;
    padding: 0px 20px;
}

.review_slider-prev {
    left: -17px;
}

.review_slider-next {
    right: -17px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.swiper-slide-prev .review-img img,
.swiper-slide-duplicate-prev img
{
    filter: none;
}


.footer_soc-nav {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.footer_soc-item {
    list-style: none;
    margin-left: 13px;
}

.copyright {
    padding: 65px 0 0 0;
}
.header_nav .header_soc {
    display: none;
}


.countdown-section {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 20px;
    position: relative;
    min-width: 148px;
}

.countdown-flex {
    font-size: 101px;
    line-height: 1;
    color: #3B4041;
    display: flex;
    margin-bottom: 6px;
    justify-content: center;
}

.countdown-row {
    display: flex;
    margin: 24px -16px 0 0;
}

.countdown-period {
    text-align: center;
    font-size: 19px;
    line-height: 1;
    color: #BABABA;
}

.countdown-section:before {content: ":";display: block;position: absolute;top: 15px;font-size: 50px;line-height: 1;color: #5E5E5E;left: 4px;}

.countdown-section:first-child:before {
    display: none;
}

.countdown-section:first-child {
    min-width: inherit;
    padding: 0;
}

#zakaz {
    padding: 67px 50px 50px;
    background: #FFFFFF;
    box-shadow: 10px 13px 14px rgba(0, 0, 0, 0.07);
    border-radius: 33px;
}

.form_header {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.form-control {
    width: 100%;
    height: 49px;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 7px;
    padding: 0 20px;
}

.form-group {
    margin-bottom: 14px;
}

.form_btn {
    height: 49px;
    background: #FFC93F;
    border-radius: 6px;
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

small {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #292929;
}

#form_succes {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

#form_succes svg {
    margin-bottom: 20px;
}

.catalog_carousel-prev {
    left: -20px;
    transform: translateY(-90%);
}

.catalog_carousel-next {
    right: -20px;
    transform: translateY(-90%);
}
.catalog_carouselslider-wrapper {
    position: relative;
}

.catalog_slider1-prev {
    left: 0;
    top: 44%;
    display: flex!important;
}

.catalog_slider1-next {
    right: 0;
    top: 44%;
    display: flex!important;
}

.komplect-nav {
    display: flex;
    margin-bottom: 3px;
}

.komplect-nav-title {
    font-size: 21px;
    line-height: 29px;
    color: #959595;
    flex: 0.8;
    display: flex;
    align-items: center;
}

.komplect-nav-name {
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    color: #404546;
    height: 59px;
    background: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
}

.komplect-nav-name:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 26px;
    background: #FFC93F;
    right: 0;
}

.komplect-nav-name:last-child:after {
    display: none;
}

.komplect-nav>div:nth-child(2),#compare .komplect-nav>div:nth-child(1) {
    border-radius: 14px 0 0 14px;
}

.komplect-nav-name:last-child {
    border-radius: 0 14px 14px 0;
}

.komplect-item {
    display: flex;
    border-bottom: 2px solid #DFDFDF;
    padding: 15px 0;
    min-height: 67px;
}

.komplect-item-name {
    font-size: 14px;
    line-height: 19px;
    color: #383838;
    FONT-WEIGHT: 700;
    flex: 0.8;
    display: flex;
    align-items: center;
}

.komplect-item-val {
    flex: 1;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #767F81;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.komplect {
    margin: 16px 0 46px;
}

#compare .komplect-nav>div:nth-child(2) {
    border-radius: 0;
}

#compare .komplect-item-val {
    font-size: 13px;
    line-height: 18px;
}

#compare .komplect-item {
    flex-wrap: wrap;
    border: none;
    padding-bottom: 6px;
}

#compare .komplect-item-name {
    width: 100%;
    flex: inherit;
    justify-content: center;
    height: 39px;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 17px;
    margin-bottom: 20px;
}

#compare {
    max-width: 1478px;
    border-radius: 20px;
}

#compare .komplect_close {
    width: 170px;
    height: 35px;
    background: #FFC93F;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-weight: 600;
    font-size: 16px;
    color: #414141;
}

@media (max-width: 1200px) {

    .promo .h2 {
        font-size: 36px;
        line-height: 59px;
    }
    .countdown-flex {
        font-size: 85px;
    }

    .countdown-period {
        font-size: 16px;
    }

    .header_contact-phone {
        display: block;
    }

    .header_contact {
        text-align: right;
    }

    .promo-icon {
        padding: 0 30px;
    }

    .promo-item:last-child .promo-icon {
        padding-right: 0;
    }

    .btn {
        width: 165px;
    }

    .footer_contact-mail {
        display: none;
    }
}


@media (max-width: 992px) {

    .komplect-nav-title {
        display: none;
    }

    .komplect-item {
        flex-wrap: wrap;
    }

    .komplect-item-name {
        flex: inherit;
        width: 100%;
        justify-content: center;
        margin-bottom: 14px;
        text-align: center;
    }

    .countdown-row {
        justify-content: center;
    }

    .timer-title {
        text-align: center;
    }

    .promo .h2 {
        text-align: center;
    }

    .btn-border {
        margin: 0 auto;
    }

    .header_nav.active {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background: #ffffff;
        width: 100%;
        z-index: 1;
        box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.12);
        border-radius: 0px 0px 28px 28px;
        padding: 96px 0 17px 0;
    }

    .header_nav.active .header_soc {
        display: block;
        padding: 32px 0 0;
    }

    .header_nav-nav {
        flex-direction: column;
        width: 209px;
        margin: 0 auto;
    }

    .header_soc-nav {
        justify-content: center;
    }

    .header_soc-item:first-child {
        margin-left: 0;
    }

    .header_nav-item {
        margin-bottom: 4px;
    }

    .header_logo {
        position: relative;
        z-index: 2;
    }

    .header_nav-link {
        color: #636C6E;
        display: block;
        background: url(/local/templates/zavod/img/arrow.svg) right center no-repeat;
    }

    .header_nav-item {
        margin-right: 0;
    }
    
    body.fixed {
        position: fixed;
        overflow: hidden;
        width: 100%;
    }

    .header_nav {
        display: none;
    }

    .header_soc {
        display: none;
    }

    .header_btn {
        width: 35px;
        height: 30px;
        position: relative;
        display: block;
        margin-left: auto;
        z-index: 2;
    }

    .header_btn span {
        width: 35px;
        height: 5px;
        background: #FFC93F;
        display: block;
        top: 9px;
        position: absolute;
        border-radius: 2px;
        opacity: 1;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
    }

    .header_btn:before,.header_btn:after {
        content: "";
        display: block;
        position: absolute;
        width: 35px;
        height: 5px;
        background: #FFC93F;
        left: 0;
        border-radius: 2px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
    }

    .header_btn:after {
        top: 18px;
    }

    .header_btn:before {
        top: 0;
    }

    .header_btn.active:before {
        transform: translate3d(0,9px,0) rotate(45deg);
    }

    .header_btn.active:after {
       transform: translate3d(0,-9px,0) rotate(-45deg);
   }

   .header_btn.active span {
    opacity: 0;
}

.h1 {
    font-size: 50px;
    line-height: 60px;
}

.h1 i:before {
    background-size: 80%;
    left: -4px;
}

.h1 span {
    font-size: 30px;
}

.banner-items {
    flex-direction: column;
    padding-top: 181px;
}

.banner-item {
    margin-bottom: 15px;
}

.section.home {
    margin-top: 90px;
    margin-bottom: -6px;
}

.banner-text {
    color: #505050;
}

.timer {
    position: relative;
    padding: 36px 0 0;
}

.promo-items {
    box-shadow: none;
}

.promo-item:nth-child(2):before {
    display: none;
}

.promo-item:nth-child(2):after {
    display: none;
}

.promo-text {}

.promo-icon {
    padding: 0;
}

.promo-icon img {
    max-width: 80%;
}

.promo-item:last-child .promo-text {
    margin-left: -33px;
}

.promo {
    padding-bottom: 0;
}

.h2 {
    font-size: 33px;
    line-height: 46px;
}
#komplects {
    padding: 70px 0 0 0;
}

.option_item-name {
    flex: 1.5;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 15px;
}

.option_item-val {
    font-size: 18px;
    line-height: 24px;
}
#up {
    display: none;
}

.footer_nav-nav {
    margin-top: 40px;
}
.copyright, .copyright a {
    display: block;
}

.footer_nav-item {
    flex: 1;
}

}

@media (max-width: 767px) {

    .komplect-nav-name {
        background: none;
        height: 27px;
        font-size: 15px;
        text-align: center;
        color: #404546;
        border: 1px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 7px!important;
        display: flex;
        align-items: center;
        flex: inherit;
        padding: 0 11px;
    }

    .komplect-nav-name:after {
        display: none;
    }

    .komplect-nav {
        justify-content: space-between;
    }

    .komplect-nav-name.active {
        background: #FFC93F;
        border-color: #FFC93F;
    }

    .komplect-item-val {
        min-height: 32px;
        left: 15px;
        top: 4094px;
        border: 1px solid #D2D2D2;
        box-sizing: border-box;
        border-radius: 7px;
        flex: inherit;
        width: 100%;
        display: none;
        padding: 4px 10px;
    }

    .komplect-item {
        border: none;
        padding-bottom: 0;
    }

    .komplect-item-val.active {
        display: flex;
    }

    .header_contact-mail {
        font-size: 14px;
        line-height: 19px;
    }

    .header_contact-phone {
        font-size: 16px;
        line-height: 22px;
    }

    .h1 {
        font-size: 25px;
        line-height: 126.69%;
        FONT-WEIGHT: 700;
    }

    .h1 br {
    }

    .h1 i:before {
        display: none;
    }

    .h1 span {
        font-size: 18px;
        margin: 11px 0 0 0;
        line-height: 24px;
        font-weight: 400;
    }

    .h1 span:before {
        width: 61px;
    }

    .h1 span br {
        display: block;
    }

    .banner-items {
        margin: 0;
        padding-top: 149px;
        justify-content: center;
    }

    .banner-item {
        margin: 0 0 15px;
        width: 100%;
        border: 1px solid #fff;
    }

    .banner-icon {
        margin: 0 16px 0 19px;
    }

    .promo .h2 span {
        font-size: 28px;
        display: block;
        text-align: center;
        width: 239px;
        margin: 0 auto 13px;
        padding: 8px 13px 10px;
    }

    .promo .h2 br {
        display: none;
        text-align: center;
        font-size: 18px;
        line-height: 41px;
    }

    .promo .h2 {
        line-height: 24px;
        font-size: 18px;
        text-align: center;
        margin-bottom: 35px;
    }

    .btn-border {
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    .timer-title {
        font-size: 15px;
        text-align: center;
    }

    .promo-items {
        flex-direction: column;
        margin: 70px 0 0;
    }

    .promo-item {
        min-height: 110px;
        width: 100%;
        margin: 0 auto 36px;
    }

    .promo {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 56.93%), #FFFFFF;
        box-shadow: 0px 3px 34px rgba(165, 165, 165, 0.22);

        border-radius: 23px;
        margin: 44px -15px;
        padding: 50px 15px 28px;
    }

    .h2 {
        font-size: 23px;
        line-height: 30px;
    }

    section#about .h2 br {
        display: none;
    }

    .dop-slider-nav {
        display: none;
    }

    .dop-wrapper {
        border: none;
        margin: 9px 0 0 0;
    }

    .dop-title {
        font-size: 17px;
        margin-bottom: 3px;
    }

    .dop-number {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .bg_round:before {
        display: none;
    }

    .h2.bg_round br {
        display: none;
    }

    .catalog_item:hover {
        box-shadow: none;
        top: 0;
    }

    .catalog_item {
        margin: 0 -15px 19px;
        padding: 26px 12px 19px;
        min-height: inherit;
    }

    .komplect_btn span {
        padding: 0;
    }

    .komplect_btn span:before {
        display: none;
    }

    .komplect_btn {
        width: 100%;
        font-size: 13px;
        line-height: 18px;
        padding: 5px 22px;
    }

    .h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .option_item-name {
        background: none;
        flex: inherit;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        width: 100%;
        min-height: inherit;
        display: block;
    }

    .option_item {
        flex-direction: column;
    }

    .option_item-val {
        color: #636C6E;
        line-height: 25px;
        background: none;
        border: 1px solid #D2D2D2;
        width: 100%;
        min-height: inherit;
        padding: 5px;
    }

    .catalog_carouselslider .swiper-slide {
        width: 212px;
    }

    .catalog_carousel-name {
        padding: 14px 0 0 0;
    }

    .review_slider .swiper-slide {
        width: 225px;
    }
    .swiper-prev, .swiper-next {
        display: none;
    }

    .header_logo img {
        max-width: 73%;
    }

    .header {
        padding: 15px 0;
    }

    .header_btn {
        margin-top: 16px;
    }

    .header_contact {
        margin-top: 9px;
    }

    .section.home {
        margin: 33px 0 0;
    }

    .h1 span:before {
        margin: 0 0 8px 3px;
    }

    body {
        background-size: 1327px;
        background-position: 21% 14px;
    }


    .banner {
        padding-left: 7%;
    }
    .promo-icon img {
        max-width: 100%;
    }

    .promo-icon {
        padding: 0 18px 0 0;
    }

    .promo-item:nth-child(2) {
        margin-bottom: 0;
    }

    .promo-item:nth-child(2) .promo-icon {
        padding-right: 36px;
    }

    .promo-item:nth-child(3) {
        margin-bottom: 0;
    }

    .promo-item:nth-child(3) .promo-icon {
        padding-right: 44px;
        margin-left: -10px;
    }

    .section.action {
        padding-bottom: 20px;
    }

    .dop-slider  .swiper-slide {
        width: 233px;
    }

    .dop-img {
        margin-bottom: 19px;
    }

    section#about {
        margin-bottom: 63px;
    }

    .catalog_carousel-title {
        margin: 22px 0 11px;
    }

    .catalog_divider {
        margin: 31px 0 36px;
    }

    .catalog_carouselslider {
        margin: 0 -15px;
        padding-left: 15px;
    }

    .catalog_slider-wrapper {
        /* height: 116px; */
    }

    .catalog_title {
        font-size: 21px;
    }

    .catalog_switch-mark {
        width: 14px;
        height: 14px;
    }

    input[type="radio"]:checked ~ .catalog_switch-mark:before {
        width: 8px;
        height: 8px;
        top: 2px;
        left: 2px;
    }

    .catalog_switch-label {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .catalog_price-val span {
        font-size: 20px;
    }

    .catalog_info {
        margin-bottom: 5px;
    }

    .catalog_komplect {
        margin-bottom: 13px;
    }

    .btn {
        width: 185px;
        height: 45px;
    }

    #komplects {
        padding: 30px 0 0 0;
    }

    .option {
        margin: 7px 0 0 0;
    }

    .option_item-val {}

    #catalog {
        margin-bottom: 32px;
    }

    .review-wrapper {
        margin-top: 9px;
    }

    .review-name {
        font-size: 13px;
    }
    .footer_contact-phone {
        margin: 0 0 10px;
        width: 100%;
        font-size: 14px;
        height: 40px;
    }

    .footer_contact-mail {
        display: block;
        font-size: 13px;
    }

    .footer_contact {
        flex-direction: column-reverse;
    }

    .footer {
        padding: 49px 0 15px;
    }

    .footer_nav-item {
        flex: inherit;
    }

    .footer_nav-nav {
        margin: 24px 0 16px;
    }

    .footer_soc {
    }

    .footer_soc-nav {
        justify-content: center;
    }

    .copyright, .copyright a {
        text-align: center;
    }

    .copyright {
        color: #616161;
        margin-bottom: 10px;
    }

    .countdown-section {
        min-width: 80px;
    }

    .countdown-flex {
        font-size: 52px;
    }

    .countdown-section:before {
        font-size: 34px;
    }

    .countdown-period {
        font-size: 14px;
    }
    .komplect {
        margin-bottom: 30px;
    }
    #compare {
    padding: 44px 0px 20px;
}

#compare .komplect-item-name {
    border: none;
    margin-bottom: 8px;
    height: inherit;
}

#compare .komplect-item {
    padding-bottom: 0;
}
}