@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

/* /////////////////// */

body {
    overflow-x: hidden;
}

.unstyled {
    list-style-type: none;
}

.white {
    color: #fff;
}

.direction-column {
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.quiz {
    position: relative !important;
    font-size: 16px;
    background: transparent;
}

.quiz__result {
    /* background: white; */
    background-color: #414141bd;
    padding: 30px;
}

.quiz__result .fio {
    font-size: 18px;
    font-weight: 600;
    margin: 40px 0 0 0;
}

.quiz__result .status {
    font-size: 14px;
}

.quiz__result .number {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    /* margin: 10px 0 0 0; */
}

.quiz__result .text {
    font-size: 16px;
    margin: 0 auto;
    padding: 0 0 20px;
    max-width: 329px;
    text-align: center;
}

/* .quiz__result {
    padding-top: 70px;
} */

.quiz__box {
    padding: 30px;
    background-color: #414141bd;
}

.quiz__door-name,
.quiz__color-name {
    text-transform: uppercase;
}

.mfp-container {
    padding-top: 0;
}

.modals {
    padding: 2px;
    max-width: 100%;
}

.quiz__title.h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
}

@media(min-width:768px) {
    .quiz.modals.open {
        padding: 0;
    }
}

@media(max-width: 768px) {
    .quiz__door-name {
        font-size: 14px;
    }
}

/* //////////////////////// */
.mfp-hide {
    display: none !important;
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-close,
.wp-quiz-container a {
    text-decoration: none
}

.wp-quiz-container .btn__icon,
.wp-quiz-container .icon,
.wp-quiz-container a,
.wp-quiz-container button,
.wp-quiz-container input {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out
}

.flex,
.office__info {
    -webkit-flex-wrap: wrap
}

.btn__icon:before,
.clear:after,
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after,
.owl-dot:before,
.owl-nav:after,
.slick-dots li:before {
    content: ''
}

.mfp-wrap,
.owl-carousel .owl-item,
.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden
}

.mfp-arrow,
.owl-carousel,
.owl-carousel .owl-item,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel.owl-refresh .owl-item,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

@font-face {
    font-family: GOTHIC725BLACKCBT;
    src: url(../fonts/GOTHIC725BLACKCBT.OTF) format("woff2"), url(../fonts/GOTHIC725BLACKCBT.OTF) format("otf");
    font-weight: 500;
    font-style: normal;
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important
}

.wp-quiz-container *,
.slick-list:focus {
    outline: 0
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-close,
.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.btn,
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.wrap,
body {
    position: relative
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.wp-quiz-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wrap {
    padding: 0 32px;
    /* max-width: 1550px; */
    width: 100%;
    z-index: 15;
    /* margin: auto; */
    padding-left: 150px;
}

html.js-lock {
    overflow: hidden
}

.wp-quiz-container {
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
    /* REM resets have been removed. Using standard px now */
}

.wp-quiz-container * {
    font-family: 'Montserrat', sans-serif !important;
}

.wp-quiz-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.wp-quiz-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #00d084;
    animation: spin 1s ease-in-out infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.wp-quiz-progress {
    font-size: 24px;
    font-weight: 600;
}

@media only screen and (max-width:1440px) {
    .wrap {
        max-width: 1200px
    }

    .wp-quiz-container {
        /* font-size: .9px */
    }
}

@media only screen and (max-width:1024px) {
    .wrap {
        padding: 0 15px
    }

    .wp-quiz-container {
        /* font-size: .85px */
    }
}

.wp-quiz-container {
    /*font-family: GOTHIC725BLACKCBT, sans-serif;*/
    /*font-family: "Gotham-Pro-Regular", sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -.0217em
}

body.js-lock {
    overflow-x: hidden;
    overflow-y: scroll
}

/* .wp-quiz-container input {
    -webkit-appearance: none
} */

main {
    display: block
}

.wp-quiz-container a {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.wp-quiz-container .icon,
.wp-quiz-container a,
.wp-quiz-container button,
.wp-quiz-container input {
    transition: all .15s ease-in-out
}

.inline {
    font-size: 0
}

.inline>* {
    display: inline-block;
    vertical-align: middle
}

.row>*,
.wp-quiz-container img,
.wp-quiz-container svg {
    vertical-align: top
}

.main-wrap {
    overflow: hidden;
    min-height: 100vh;
    font-size: 16px
}

.clear:after {
    display: block;
    clear: both
}

.clear__left {
    float: left
}

.clear__right {
    float: right
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.flex_justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.css-text-left {
    text-align: left
}

.css-text-center {
    text-align: center
}

.css-text-right {
    text-align: right
}

.row {
    display: table;
    width: 100%
}

.row_fixed {
    table-layout: fixed
}

.row>* {
    display: table-cell
}

.fit-by-content {
    white-space: nowrap;
    width: 1%
}

.wp-quiz-container img,
.wp-quiz-container svg {
    max-width: 100%
}

.object-fit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.css-scrollbar::-webkit-scrollbar {
    width: 6px
}

.css-scrollbar::-webkit-scrollbar-track {
    background: #eaebef
}

.css-scrollbar::-webkit-scrollbar-thumb {
    background: #eff
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

::placeholder {
    color: rgba(0, 0, 0, .5)
}

.content li,
.content p,
.li,
.p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.0217em
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700
}

.content h1,
.content h2,
.h1,
.h2 {
    font-size: 61px;
    line-height: 70px;
    letter-spacing: -.0217em
}

.content h3,
.h3 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -.0217em
}

.content h4,
.h4 {
    font-size: 15px;
    line-height: 20px
}

.desc {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -.02em
}

.form__title,
.model__percent,
.product__name,
.product__price,
.review__avtor-icon,
.sertificate__gost-text {
    letter-spacing: -.0217em
}

@media only screen and (max-width:580px) {

    .content h1,
    .content h2,
    .h1,
    .h2 {
        font-size: 40px;
        line-height: 50px
    }

    .content h1 br,
    .content h2 br,
    .h1 br,
    .h2 br {
        display: none
    }
}

.cart__name {
    font-size: 36px;
    margin-top: 40px
}

@-webkit-keyframes mouse {

    0%,
    100% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@keyframes mouse {

    0%,
    100% {
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: .4;
        -webkit-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
        webkit-transform: scale(2)
    }
}

@keyframes circle {
    0% {
        opacity: .4;
        -webkit-transform: scale(1);
        transform: scale(1);
        webkit-transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
        webkit-transform: scale(2)
    }
}

@-webkit-keyframes circle_dot {
    from {
        stroke-dashoffset: 100
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes circle_dot {
    from {
        stroke-dashoffset: 100
    }

    to {
        stroke-dashoffset: 0
    }
}

.color_yelow {
    color: #ece0c9
}

.color_grey {
    color: #e3e3e3;
}

.btn {
    /*display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    background: #ece0c9;
    position: relative;
    border: 0;
    padding-right:;
    30px*/
    position: relative;
    display: inline-block;
    height: 50px;
    max-width: 100%;
    padding: 0 20px;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #01471F;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.btn:hover {
    /* background: #af9574; */
    opacity: .8;
    text-decoration: none;
}

/* .btn:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 6px;
    height: 5px;
    background: #af9574;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 0;
}

.btn:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 6px;
    height: 5px;
    background: #af9574;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    right: 0;
} */

.btn__icon {
    display: none;
    width: 10px;
    height: 16px;
    stroke: #000;
    fill: none;
    stroke-width: 2;
    position: absolute;
    right: 47px;
    top: 50%;
    margin-top: -7px;
    transition: all .15s ease-in-out
}

.btn__icon:before,
.main__item-icon {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out
}

.btn__icon:before {
    display: block;
    height: 2px;
    width: 0;
    background: #000;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -1px;
    transition: all .15s ease-in-out
}

.btn:hover .btn__icon {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.btn:hover .btn__icon:before {
    width: 22px
}

.license_agreement {
    color: black;
    font-size: 9px;
}

.form_plus_title {
    margin-top: 22px;
    background: #F3F3F3;
    width: 660px;
    padding: 30px 30px 25px 25px;
}

.owl-next,
.owl-prev {
    background: 0 0;
    border: 0;
    font-size: 16px;
    width: 35px;
    fill: #b9b9b9
}

.owl-next:hover,
.owl-prev:hover {
    fill: #000
}

.owl-prev {
    -webkit-transform: rotate(-180deg) translateY(3px);
    -ms-transform: rotate(-180deg) translateY(3px);
    transform: rotate(-180deg) translateY(3px);
    margin-right: 81px
}

.owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.owl-nav:after {
    /*display: block;
    width: 1px;
    height: 44px;
    background: #b9b9b9;
    position: absolute;
    top: -15px;
    -webkit-transform: translateX(-76px);
    -ms-transform: translateX(-76px);
    transform: translateX(-76px)*/
}

.owl-dots,
.slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.owl-dot,
.slick-dots li {
    font-size: 16px;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    margin: 0 5px;
    position: relative;
    border: 0;
    background: 0 0;
    padding-top: 2px;
    cursor: pointer
}

.owl-dot:before,
.slick-dots li:before {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.owl-dot svg,
.slick-dots li svg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.owl-dot.active:before,
.owl-dot.slick-active:before,
.slick-dots li.active:before,
.slick-dots li.slick-active:before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 5px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.owl-dot.active svg,
.owl-dot.slick-active svg,
.slick-dots li.active svg,
.slick-dots li.slick-active svg {
    opacity: 1
}

.mfp-bg,
.mfp-bg.mfp-removing {
    opacity: 0
}

.owl-dot.active svg circle,
.owl-dot.slick-active svg circle,
.slick-dots li.active svg circle,
.slick-dots li.slick-active svg circle {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    -webkit-animation: circle_dot 7s ease-in-out;
    animation: circle_dot 7s ease-in-out
}

@media only screen and (max-width:1024px) {
    .owl-prev {
        -webkit-transform: rotate(-180deg) translateY(4px);
        -ms-transform: rotate(-180deg) translateY(4px);
        transform: rotate(-180deg) translateY(4px)
    }
}

@media only screen and (max-width:580px) {
    .owl-nav:after {
        -webkit-transform: translateX(-66px);
        -ms-transform: translateX(-66px);
        transform: translateX(-66px)
    }

    .owl-prev {
        margin-right: 63px
    }
}

@media (max-width:600px) {
    .owl-prev {
        margin-right: 0px;
        margin-top: 4px;
    }

    .owl-nav button img {
        margin-top: 0 !important;
    }

    .owl-nav img {
        margin-top: 10px;
    }

    .owl-nav:after {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    .catalog__head,
    .catalog__head-title {
        width: 200px;
    }
}

.mfp-bg {
    background-color: #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mfp-wrap {
    overflow-x: hidden;
    overflow-y: auto !important
}

.catalog,
.css-modal-animate,
.docs,
.footer,
.main,
.owl-carousel .owl-stage-outer,
.product__img,
.quiz__color-img,
.sertificate,
.slick-list,
.system,
.system__item {
    overflow: hidden
}

.modals {
    position: relative;
    margin: auto;
    width: 100%;
    padding: 15px 15px 15px 75px;
    /* max-width: 1400px; */
    background-color: #606060;
    cursor: auto !important;
    font-size: 15px
}

.modals__close {
    cursor: pointer;
    font-size: 16px;
    width: 7em;
    height: 7em;
    position: absolute;
    right: 0;
    top: -7%;
    background: #fafafa;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modals__close .icon {
    width: 2.625em
}

@media only screen and (max-width:1440px) {
    /* .modals {
        max-width: 1296px
    } */

    .modals__close {
        font-size: 14px
    }
}

.mfp-bg,
.mfp-container,
.mfp-content {
    font-size: 16px
}

.css-modal-animate .mfp-figure,
.css-modal-animate .modals {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.css-modal-animate.mfp-ready .mfp-figure,
.css-modal-animate.mfp-ready .modals {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.css-modal-animate.mfp-removing .mfp-figure,
.css-modal-animate.mfp-removing .modals {
    opacity: 0
}

.mfp-bg.mfp-ready {
    opacity: .8
}

@media only screen and (max-width:580px) {
    .modals__close {
        width: 60px;
        height: 60px
    }

    .mfp-container {
        padding-left: 0;
        padding-right: 0
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.faq__icon,
.main__door {
    left: 50%;
    pointer-events: none
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.main__scroll-btn,
.sertificate__gost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.main {
    font-size: 15px;
    color: #fff;
    padding-bottom: 30px;
    position: relative
}

.main__door {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-17px);
    -ms-transform: translateX(-17px);
    transform: translateX(-17px);
    width: 285px
}

.main__center {
    display: block !important;
    margin-top: 10px;
}

.main__content {
    max-width: 700px;
    padding-top: 25px;
}

.main__list {
    /*margin-top: 63px*/
}

.main__item:not(:last-child) {
    margin-right: 50px
}

.main__item_free {
    font-weight: 500;
    color: black;
    padding-bottom: 7px;
    position: relative;
    font-size: 20px;
}

/*.main__item_free:hover {*/
/*    border-color: transparent*/
/*}*/
.main__item_free:hover .main__item-icon {
    -webkit-transform: translate(7px);
    -ms-transform: translate(7px);
    transform: translate(7px)
}

.main__item-icon {
    position: absolute;
    right: -19px;
    width: 7px;
    fill: #ece0c9;
    top: 9px;
    transition: all .15s ease-in-out
}

.main__scroll-btn,
.model__percent {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out
}

.main__scroll {
    margin-top: 95px;
    color: #fff
}

.main__scroll:hover .main__scroll-btn {
    background: #fff
}

.main__scroll:hover .main__scroll-icon {
    fill: #000
}

.main__scroll-btn {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .22);
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 28px;
    transition: all .15s ease-in-out
}

.sertificate__gost,
.sertificate__gost-text {
    -webkit-box-align: center;
    text-align: center
}

.main__scroll-icon {
    width: 6px;
    fill: #fff;
    -webkit-animation: mouse 2s linear infinite;
    animation: mouse 2s linear infinite
}

.main__faq {
    width: 320px;
    margin-top: 244px;
}

.faq {
    text-align: center;
    position: relative;
    border: 1px solid rgba(236, 224, 201, .25);
    padding: 90px 0 0
}

.faq__icon {
    width: 95px;
    position: absolute;
    top: -47px;
    margin-left: -45px
}

.faq__desc {
    margin-top: 15px
}

.faq__btn {
    width: 100%;
    margin-top: 50px
}

.model {
    font-size: 16px;
    padding: 140px 0;
    background: -o-linear-gradient(90.47deg, rgba(196, 196, 196, 0) -6.17%, #ededed -6.15%, #fff 50.77%);
    background: linear-gradient(359.53deg, rgba(196, 196, 196, 0) -6.17%, #ededed -6.15%, #fff 50.77%)
}

.model__rect {
    margin-left: 378px;
    border: 1px solid #d1d1d1;
    position: relative;
    padding: 40px 40px 40px 425px
}

.model__percent {
    font-weight: 700;
    font-size: 7.75em;
    margin-bottom: .04032em;
    color: #fff;
    -webkit-text-stroke: 2px #ceb28e;
    transition: all .15s ease-in-out
}

.cart__color-item:before,
.product__img {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out
}

.model__desc {
    margin-top: 20px
}

.model__thumb {
    left: -19.375em;
    width: 34.875em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17.5em;
}

.sertificate {
    padding: 120px 0;
    background: -o-linear-gradient(to bottom, rgba(196, 196, 196, 0) -6.17%, #ededed -6.15%, #fff 50.77%);
    background: linear-gradient(to bottom, rgba(196, 196, 196, 0) -6.17%, #ededed -6.15%, #fff 50.77%);
    font-size: 15px
}

.sertificate__img {
    position: absolute;
    pointer-events: none;
    width: 1238px;
    left: -20px;
    top: -10px;
    max-width: none
}

.catalog__head,
.catalog__head-title {
    position: relative
}

.sertificate__title_grey {
    color: #959595;
    font-size: 40px;
}

.sertificate__left {
    padding-bottom: 80px;
    position: relative;
    width: calc(100% - 520px);
}

.sertificate__gost {
    margin-top: 68px;
    width: 355px;
    height: 355px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sertificate__gost-text {
    width: 300px;
    height: 300px;
    border: 2px solid #f6eedf;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700
}

.sertificate__gost-desc {
    max-width: 355px;
    text-align: center;
    margin-top: 38px
}

.sertificate__right {
    width: 520px;
    background: #ece0c9;
    padding: 100px 100px 150px 115px
}

.sertificate__item:not(:last-child) {
    margin-bottom: 30px
}

.sertificate__item:not(:last-child):after {
    content: '';
    display: block;
    max-width: 260px;
    height: 1px;
    background: rgba(0, 0, 0, .12);
    margin-top: 30px
}

.sertificate__item-desc {
    margin-top: 22px;
    color: rgba(0, 0, 0, .55)
}

.catalog {
    padding: 70px 0 50px;
    background: -o-linear-gradient(90.47deg, rgba(196, 196, 196, 0) -6.17%, #ededed -6.15%, #fff 50.77%);
    background: linear-gradient(359.53deg, rgba(196, 196, 196, 0) -6.17%, #ededed -6.15%, #fff 50.77%);
    font-size: 16px
}

.catalog__section {
    margin-top: 85px
}

.catalog__head {
    overflow: hidden;
    margin-right: 215px
}

/*.catalog__head-title:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 1200px;
    top: 50%;
    left: 100%;
    margin-left: 65px;
    background: #c4c4c4
}*/
.catalog__slider-wrap {
    margin-top: 85px;
    margin-left: -22px;
    margin-right: -554px
}

.catalog__slider .owl-item {
    padding: 0 22px
}

.catalog .owl-nav {
    position: absolute;
    top: -110px;
    left: 0;
    padding: 0 32px;
    width: 1400px;
    z-index: 15;
    margin: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media only screen and (max-width:1440px) {
    .catalog .owl-nav {
        max-width: 1200px
    }
}

@media only screen and (max-width:1024px) {
    .catalog .owl-nav {
        padding: 0 15px
    }
}

.product {
    display: block;
    color: #000
}

.product__bottom,
.product__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.product__img {
    padding: 30px;
    border: 1px solid #c4c4c4;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all .15s ease-in-out
}

.product__img img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 400px;
    width: auto !important
}

.product__bottom {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product__bottom .product__name {
    font-size: 22px;
    padding-top: 4px;
    width: 100%;
}

.product__price {
    font-size: 25px;
    font-weight: 700;
    padding-top: 5px
}

.docs,
.garant,
.review,
.system {
    font-size: 15px
}

.product:active .product__img,
.product:hover .product__img {
    border-color: #000
}

.product:active .product__img img,
.product:hover .product__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.system {
    padding: 60px 0 94px
}

.system__desc {
    margin-top: 30px
}

.system__slider-wrap {
    margin-left: -32px;
    margin-right: -32px
}

.system__slider {
    padding-top: 60px
}

.system__slider .owl-nav {
    position: absolute;
    right: 34px;
    top: -40px
}

.system__item {
    position: relative;
    cursor: pointer;
    height: 550px;
    margin: 0 32px
}

.system__item:hover .system__content {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    display: none;
}

.system__item:hover .system__preview .slick-slide.slick-active:after {
    width: 100%
}

.system__thumb {
    width: 100%;
    background: #f9f9f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 550px
}

.system__thumb img {
    width: auto !important;
    max-height: 550px;
    margin: 0 auto
}

.system__content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 222px;
    border: 1px solid #eae8e8;
    background: #fff;
    padding: 35px 30px 35px 40px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5
}

.system__content .p,
.system__content p {
    color: #686868;
    margin-top: 16px;
    max-width: 290px
}

.system__preview .slick-slide {
    position: relative
}

.system__preview .slick-slide:after,
.system__preview .slick-slide:before {
    position: absolute;
    height: 10px;
    bottom: 0;
    content: '';
    left: 0
}

.system__preview .slick-slide:before {
    width: 100%;
    background: #686868;
    opacity: .2;
    z-index: 2
}

.system__preview .slick-slide:after {
    width: 0;
    background: #000;
    z-index: 3;
    -webkit-transition: all 2.5s ease-out;
    -o-transition: all 2.5s ease-out;
    transition: all 2.5s ease-out
}

.docs {
    background: #f8f8f8
}

.docs__content {
    width: 45%;
    padding: 115px 0 180px;
    position: relative;
    z-index: 2
}

.docs__catalog {
    position: relative;
    width: 55%
}

.docs__catalog:before {
    content: '';
    position: absolute;
    top: -278px;
    left: 0;
    display: block;
    width: 1088px;
    height: 1088px;
    border-radius: 100%;
    border: 2px solid #ece0c9
}

.docs__desc {
    margin-top: 35px
}

.docs__btn {
    width: 100%;
    max-width: 320px;
    margin-top: 75px
}

.docs__img {
    max-width: none;
    position: absolute;
    right: -540px;
    top: -285px;
    width: 1361px;
    pointer-events: none
}

.docs__pdf {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -10px
}

.pdf {
    background: #000;
    -webkit-box-shadow: 12px 12px 55px rgba(165, 165, 165, .24);
    box-shadow: 12px 12px 55px rgba(165, 165, 165, .24);
    width: 230px;
    height: 230px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-top: 60px;
    display: block
}

.pdf:hover .pdf__icon,
.pdf__icon_hover {
    display: none
}

.pdf__icon {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto
}

.pdf:hover {
    background: #ece0c9;
    color: #000
}

.pdf:hover .pdf__icon_hover {
    display: block
}

.garant {
    min-height: 785px;
    color: #fff;
    line-height: 20px;
    padding: 130px 0
}

.garant__title {
    width: 38.92216%;
    padding-top: 55px
}

.garant__item {
    width: 26.1976%;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 75px 40px
}

.garant__item-icon {
    margin-bottom: 60px;
    height: 100px
}

.garant__item-icon_garant {
    width: 100px;
    fill: none;
    stroke: #fff;
    stroke-width: 4
}

.garant__item-icon_tools {
    fill: #fff;
    width: 90px
}

.garant__item-title {
    margin-bottom: 30px
}

.garant__item-desc {
    max-width: 240px
}

.review {
    background: #f4f4f4;
    padding-top: 70px;
    padding-bottom: 70px;
}

.review__row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.review__gallery-wrap {
    width: 33.53293%
}

.review__gallery-slide {
    display: block !important
}

.review__bottom,
.review__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.review__info {
    width: 59.13174%;
    /*padding-top: 50px;*/
    padding-bottom: 90px
}

.review .owl-dots,
.review .slick-dots {
    width: 100%;
    z-index: 10;
    left: 0;
    bottom: 40px
}

.review__head {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

.review__avtor {
    text-align: right;
    min-width: 200px
}

.review__avtor-icon {
    font-size: 288px;
    color: #d0d0d0;
    font-weight: 700;
    line-height: .1;
    padding-top: 105px
}

.review__title {
    font-size: 44px;
    line-height: 54px
}

.review__content {
    margin-top: 30px;
    min-height: 220px
}

.review__avtor-name {
    margin-top: 60px;
}

.review__content h3 {
    margin-bottom: 20px
}

.review__content h4 {
    margin-bottom: 10px
}

.review__content p {
    color: #686868
}

.review__content p:not(:last-child) {
    margin-bottom: 20px
}

.review__content-right {
    padding-top: 10px
}

.review__content-right p:not(:last-child) {
    margin-bottom: 22px
}

.review__btn {
    width: 100%;
    max-width: 320px
}

.review__bottom {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

.office__info,
.office__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.office {
    font-size: 15px;
    padding: 120px 0
}

.office__nav {
    display: flex;
    margin-top: 20px
}

.office__nav-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    height: 90px;
    font-size: 19px;
    color: rgba(0, 0, 0, .55);
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(236, 236, 236, .55)
}

.office__nav-item:hover {
    color: #000
}

.office__nav-item.active {
    color: #000;
    background: #fff;
    border: 1px solid #000
}

.office__left-column {
    width: 62.87425%
}

.office__right-column {
    width: 37.12575%
}

.office__bottom .desc,
.office__btn,
.office__gallery img {
    width: 100%
}

.office__gallery {
    margin-top: 65px
}

.office__gallery .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 35px
}

.office__info {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 70px
}

.office__bottom,
.office__content {
    width: 100%;
    max-width: 330px
}

.office__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.office__bottom .desc {
    margin-bottom: 0
}

.office__desc {
    margin-bottom: 30px
}

.office__item:not(:first-child) {
    display: none
}

@media only screen and (max-width:1440px) {
    .sertificate__img {
        width: 1150px
    }
}

@media only screen and (max-width:1280px) {
    .model__rect {
        padding-left: 380px
    }

    .catalog__slider-wrap {
        margin-right: -22px
    }

    .catalog__slider .owl-nav {
        width: 100%;
        padding: 0 22px
    }
}

@media only screen and (max-width:1024px) {
    .model__rect {
        margin-left: 320px
    }

    .model__thumb {
        font-size: 14px
    }

    .sertificate__right {
        width: 480px;
        padding: 90px 80px 120px 95px
    }

    .sertificate__img {
        width: 1000px;
        top: 40px;
        left: 20px
    }

    .system__slider-wrap {
        margin-left: -15px;
        margin-right: -15px
    }

    .system__item {
        margin-left: 15px;
        margin-right: 15px
    }

    .docs__catalog,
    .docs__content {
        width: 50%
    }

    .docs__img {
        right: -570px
    }

    .garant__item,
    .garant__title {
        width: 30%
    }

    .office__info {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (max-width:1023px) {
    .quiz {
        display: flex;
        align-items: center;
    }

    /* .quiz__box {
        min-height: 90vh;
    } */
}

@media only screen and (max-width:768px) {

    .garant__item br,
    .main__door {
        display: none
    }

    .main {
        min-height: inherit;
        padding-bottom: 100px
    }

    .main__content {
        max-width: 60%;
        padding-top: 0
    }

    .main__center {
        margin-top: 120px
    }

    .main__title {
        font-size: 50px;
        line-height: 60px
    }

    .main__scroll {
        margin-top: 10px
    }

    .model__thumb,
    .office__nav {
        margin-top: 40px
    }

    .model__rect {
        margin-left: 0;
        padding-left: 35px
    }

    .model__thumb {
        position: static
    }

    .sertificate {
        padding: 100px 0 0
    }

    .sertificate__right {
        width: 100%
    }

    .sertificate__img {
        left: 15%
    }

    .docs__content {
        width: 65%
    }

    .docs__catalog {
        width: 35%
    }

    .docs__img {
        right: -770px
    }

    .garant__title {
        width: 100%;
        padding-top: 0;
        margin-bottom: 50px
    }

    .garant__item {
        width: 46%
    }

    .garant__item-desc {
        max-width: none
    }

    .review {
        padding-top: 100px
    }

    .review__gallery-wrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .review__info {
        width: 100%;
        padding-bottom: 0;
        padding-top: 0
    }

    .review__content {
        margin-top: 40px;
        min-height: inherit
    }

    .review__gallery {
        margin-right: -10px;
        margin-left: -10px
    }

    .review__gallery .slick-slide {
        padding: 0 10px
    }

    .office__left-column,
    .office__right-column {
        width: 100%
    }

    .office__gallery {
        margin-top: 20px
    }

    .office__info {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px
    }

    .office__info .desc:last-child {
        margin-bottom: 0
    }

    .office__bottom .desc {
        margin-bottom: 40px
    }

    .model__content ul {
        padding-left: 40px;
    }
}

@media only screen and (max-width:580px) {

    .catalog__head-title:after,
    .docs__catalog:before,
    .docs__desc br,
    .docs__pdf,
    .sertificate__gost,
    .sertificate__gost-desc {
        display: none
    }

    .main {
        padding-bottom: 80px;
        background-position-x: 88% !important;
    }

    .main__content {
        max-width: none
    }

    .main__center {
        margin-top: 40px
    }

    .main__title {
        font-size: 34px;
        line-height: 35px
    }

    .main__item {
        font-size: 14px
    }

    .main__faq {
        margin: 80px auto 0;
        width: 100%
    }

    .main__scroll {
        margin-top: 50px
    }

    .model {
        padding: 80px 0
    }

    .model__thumb {
        width: auto
    }

    .sertificate {
        padding-top: 70px
    }

    .sertificate__img {
        position: static;
        width: 200%;
        margin-left: -50%;
        margin-top: -20px
    }

    .sertificate__left {
        width: 100%;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .sertificate-nav {
        order: 3;
        margin: 0 auto !important;
        padding-bottom: 40px;
    }

    .sertificate_image_item {
        order: 2;
    }

    .sertificate__gost {
        width: auto;
        height: auto
    }

    .sertificate__gost-desc {
        width: auto
    }

    .sertificate__right {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        padding: 50px 15px 80px 40px
    }

    .catalog {
        padding: 80px 0
    }

    .catalog__head {
        margin-right: 130px
    }

    .catalog__section {
        margin-top: 60px
    }

    .catalog__slider-wrap {
        margin-top: 40px;
        margin-left: -5px;
        margin-right: -5px
    }

    .catalog__slider .owl-item {
        padding: 0 5px
    }

    .catalog .owl-nav {
        top: -62px
    }

    .product__img {
        min-height: inherit;
        padding: 20px 15px
    }

    .product__img img {
        max-height: 200px;
        width: auto !important;
        max-width: 100%
    }

    .product__name {
        font-size: 18px
    }

    .product__price {
        font-size: 20px
    }

    .system__desc {
        max-width: 60%
    }

    .system__slider {
        padding-top: 35px
    }

    .system__slider .owl-nav {
        top: -28px;
        margin-right: -10px
    }

    .docs__content {
        width: 100%;
        padding: 70px 0 0
    }

    .docs__desc {
        margin-top: 15px
    }

    .docs__btn {
        margin-top: 40px
    }

    .docs__catalog {
        height: auto;
        width: 100%;
        padding-bottom: 30px;
        padding-top: 20px
    }

    .docs__img {
        position: static;
        width: 130%;
        margin-left: -17%;
        -webkit-transform: rotate(18.5deg);
        -ms-transform: rotate(18.5deg);
        transform: rotate(18.5deg)
    }

    .garant {
        padding-top: 70px;
        padding-bottom: 70px;
        min-height: unset;
    }

    .garant__item:not(:last-child) {
        margin-bottom: 30px
    }

    .garant__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px
    }

    .garant__item {
        width: 100%;
        padding: 40px 20px
    }

    .garant__item-icon {
        min-width: 70px;
        margin-bottom: 0
    }

    .garant__item-icon_tools {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    .garant__item-title {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 1.4;
        margin-left: 20px;
        padding-bottom: 10px
    }

    .review {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .review__head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .review__title {
        font-size: 30px;
        line-height: 1.2
    }

    .review__avtor {
        text-align: left;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px
    }

    .review__avtor-icon {
        font-size: 50px;
        padding-top: 17px;
        margin-right: 10px
    }

    .review__avtor-name {
        font-size: 18px
    }

    .review__content {
        margin-top: 25px
    }

    .review__content-left,
    .review__content-right {
        width: 100%
    }

    .review__content-left {
        margin-bottom: 22px
    }

    .review__btn {
        height: 60px;
        width: 180px;
        padding-right: 0
    }

    .review__btn .btn__icon {
        display: none
    }

    .office {
        padding: 80px 0
    }

    .office__info .desc:last-child {
        margin-bottom: 30px
    }

    .reviews-block .reviews .item .content .date {
        bottom: 35px !important;
    }
}

.footer__list,
.footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

@media only screen and (max-width:400px) {
    .main__item:not(: last-child) {
        margin-bottom: 15px
    }

    .product__name,
    .product__price {
        width: 100%;
        text-align: center
    }

    .product__name {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .product__price {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:359px) {
    .main__title {
        font-size: 30px;
        line-height: 40px
    }

    .model__rect {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px
    }

    .model__percent {
        font-size: 90px
    }

    .review__title {
        font-size: 26px
    }
}

.footer {
    position: relative;
    font-size: 15px
}

.footer__wrap {
    padding-top: 75px;
    padding-bottom: 75px;
    min-height: 100vh;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: auto
}

.footer__map {
    position: absolute;
    z-index: 16;
    left: 0;
    top: -12%;
    width: 100%;
    height: 112%
}

.footer__map .gm-svpc {
    display: none !important
}

.footer__contact {
    background: #fff;
    -webkit-box-shadow: 12px 12px 100px rgba(0, 0, 0, .22);
    box-shadow: 12px 12px 100px rgba(0, 0, 0, .22);
    padding: 80px 90px 45px;
    width: 100%;
    position: relative;
    z-index: 17
}

.footer__list {
    display: flex;
    width: 60%
}

.footer__adress,
.footer__time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.footer__item {
    width: 50%
}

.footer__desc {
    margin-bottom: 25px
}

.footer__phone {
    font-size: 30px;
    color: #000
}

.footer__adress {
    display: flex;
    margin-top: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__adress-icon {
    width: 30px;
    min-width: 30px;
    fill: #8b8b8b;
    margin-right: 20px
}

.footer__adress-text {
    font-size: 15px;
    line-height: 22px
}

.footer__route {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    margin-top: 30px
}

.footer__info {
    width: 320px
}

.footer__btn {
    width: 100%
}

.footer__time {
    display: flex;
    margin-top: 35px;
    padding-left: 5px
}

.cart__row,
.footer__email {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.footer__time-icon {
    width: 30px;
    margin-right: 25px;
    fill: #9d9d9d
}

.footer__time-text {
    line-height: 2
}

.footer__email {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    padding-left: 3px
}

.footer__email-icon {
    width: 32px;
    margin-right: 25px;
    stroke: #9d9d9d
}

.footer__email-adress {
    font-weight: 700;
    color: #000
}

.footer__develop {
    font-size: 13px;
    line-height: 26px;
    margin-top: 30px
}

.footer__develop a {
    color: #000
}

.cart {
    padding-top: 70px;
    padding-bottom: 100px;
    padding-right: 90px
}

.cart__title {
    font-size: 48px;
    float: left;
    margin-right: 50px;
}

.cart__row {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cart__option-list,
.cart__preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.cart__slider {
    margin-top: 45px
}

.cart__preview {
    border: 1px solid #cdcdcd;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    width: 41.29555%;
    min-height: 600px
}

.cart__preview-img {
    display: none;
    opacity: 0
}

.cart__preview-img img {
    min-width: 210px;
    max-width: 100%
}

.cart__preview-img.active {
    opacity: 1;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cart__category-item:not(:first-child) {
    display: none
}

.cart__option-list {
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 25.10121%;
    max-width: 280px;
    padding: 140px 30px 0
}

.cart__option-item:not(:last-child) {
    margin-bottom: 30px
}

.cart__option-item {
    width: 100%
}

.cart__option-desc {
    color: #7f7f7f;
    margin-top: 10px
}

.cart__color-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    max-width: 160px
}

.cart__color-item {
    cursor: pointer;
    width: 45px;
    height: 45px;
    margin: 6px 6px 0 0;
    position: relative
}

.cart__color-item.active:before {
    opacity: 1
}

.cart__color-item.active:after {
    opacity: .2
}

.cart__color-item:after,
.cart__color-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute
}

.cart__color-item:before {
    left: 0;
    top: 0;
    /*border: 10px solid #fff;*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 2px solid #686868;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .15s ease-in-out
}

.cart__color-item:after,
.quiz__door-img:before {
    -webkit-box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out
}

.cart__color-item:after {
    box-sizing: border-box;
    border: 1px solid #000;
    transition: all .15s ease-in-out
}

.cart__nav,
.quiz__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.cart__info {
    width: 28.34008%;
    /*max-width: 350px*/
}

@media (min-width:1200px) {
    .cart {
        width: 1150px;
        height: 780px;
    }

    .cart__slider {
        margin-top: 20px;
    }

    .cart__preview {
        max-height: 600px;
        display: block;
        padding: 40px 25px 40px 25px;
    }

    .cart__preview .cart__option-title {
        margin-right: 20px;
        float: left;
    }

    .cart__option-desc {
        margin-top: 0;
    }

    .cart__preview .cart__option-list {
        width: 100%;
        min-width: auto;
        max-width: none;
        padding: 25px 0 0 0;
    }

    .owl-nav {
        align-items: center;
    }

    .owl-nav button:first-child img:first-child {
        margin-bottom: 4px;
    }

    .cart__info .cart__option-list {
        padding: 25px 0 0 0;
        width: auto;
        min-width: auto;
        max-width: none;
    }

    .cart__preview .cart__option-list .cart__option-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cart__info .cart__option-list .cart__option-item {
        width: auto;
    }

    .cart__info .cart__option-list .cart__option-item:first-child {
        margin-right: 150px;
    }

    .cart__info .cart__option-list .cart__option-title {
        margin-bottom: 10px;
    }

    .cart__info .cart__option-list .cart__option-price {
        font-weight: bold;
        font-size: 40px;
        line-height: 34px;
        letter-spacing: -.0217em;
    }

    .cart__color-list {
        max-width: none;
    }

    .owl-carousel .owl-item img {
        height: 400px;
        width: auto;
        margin: auto;
    }

    .cart__preview-img img {
        min-width: auto;
    }

    .cart__title {
        font-size: 57px;
        font-weight: 900;
    }

    .cart__name {
        font-size: 40px;
        margin-top: 30px;
    }

    .cart__info {
        width: 650px;
        margin-left: 50px;
    }

    .cart_choosing {
        width: auto;
    }

    .cart_choosing .cart__nav-item {
        height: 60px;
        color: #596070;
    }

    .cart_choosing .cart__nav-item.active {
        background: #C9E0BA;
    }

    .cart__color-item.active:after {
        border-radius: 4px;
    }

    .cart__color-item {
        border-radius: 4px;
    }

    .cart__row .cart__info .form__input {
        width: 250px;
        height: 50px;
        float: left;
        margin-right: 20px;
    }

    .cart__row .cart__info .form__btn {
        width: 250px;
    }

    .cart__row .cart__info .license_agreement {
        margin-top: 40px;
    }

    .owl-prev {
        margin-right: 0;
    }

    .action_before_upper {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        border: 2px solid #af9574;
        text-align: center;
        display: none;
    }
}

/*END 1200 */
@media (min-width:650px) {
    .cart {
        width: 1150px;
        height: 780px;
    }

    .cart__slider {
        margin-top: 20px;
    }

    .cart__preview {
        max-height: 600px;
        display: block;
        padding: 40px 25px 40px 25px;
    }

    .cart__preview .cart__option-title {
        margin-right: 20px;
        float: left;
    }

    .cart__option-desc {
        margin-top: 0;
    }

    .cart__preview .cart__option-list {
        width: 100%;
        min-width: auto;
        max-width: none;
        padding: 25px 0 0 0;
    }

    .owl-nav {
        align-items: center;
    }

    .owl-nav button:first-child img:first-child {
        margin-bottom: 4px;
    }

    .cart__info .cart__option-list {
        padding: 25px 0 0 0;
        width: auto;
        min-width: auto;
        max-width: none;
    }

    .cart__preview .cart__option-list .cart__option-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .cart__info .cart__option-list .cart__option-item {
        width: auto;
    }

    .cart__info .cart__option-list .cart__option-item:first-child {
        margin-right: 150px;
    }

    .cart__info .cart__option-list .cart__option-title {
        margin-bottom: 10px;
    }

    .cart__info .cart__option-list .cart__option-price {
        font-size: 40px;
    }

    .cart__color-list {
        max-width: none;
    }

    .owl-carousel .owl-item img {
        height: 400px;
        width: auto;
        margin: auto;
    }

    .cart__preview-img img {
        min-width: auto;
    }

    .cart__title {
        font-size: 57px;
        font-weight: 900;
    }

    .cart__name {
        font-size: 40px;
        margin-top: 30px;
    }

    .cart__info {
        width: 100% !important;
        margin-left: 50px;
    }

    .cart_choosing {
        width: auto;
    }

    .cart_choosing .cart__nav-item {
        height: 60px;
        color: #596070;
    }

    .cart_choosing .cart__nav-item.active {
        background: #C9E0BA;
    }

    .cart__color-item.active:after {
        border-radius: 4px;
    }

    .cart__color-item {
        border-radius: 4px;
    }

    .cart__row .cart__info .form__input {
        width: 250px;
        height: 50px;
        float: left;
        margin-right: 20px;
    }

    .cart__row .cart__info .form__btn {
        width: 250px;
    }

    .cart__row .cart__info .license_agreement {
        margin-top: 40px;
    }

    .owl-prev {
        margin-right: 0;
    }

    .action_before_upper {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        border: 2px solid #af9574;
        text-align: center;
        display: none;
    }
}

/* OTHER */
.modals__close {
    width: 50px;
    height: 50px;
    background: #C4C4C4;
    color: white;
    font-size: 30px;
    right: 20px;
    /* top: 20px; */
}

.cart__nav {
    display: flex
}

.cart__nav-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    height: 90px;
    font-size: 19px;
    color: rgba(0, 0, 0, .55);
    font-weight: 700;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(236, 236, 236, .55)
}

.cart__nav-item:hover {
    color: #000
}

.cart__nav-item.active {
    color: #000;
    background: #fff;
    border: 1px solid #000
}

.quiz__delivery-price,
.quiz__result-title {
    color: rgba(0, 0, 0, .55)
}

.cart__content {
    margin-top: 20px
}

.cart__content p:not(:last-child) {
    margin-bottom: 20px
}

.cart__form {
    margin-top: 20px;
}

.cart__form .form__label {
    margin-bottom: 15px
}

.cart__form .form__field {
    margin-bottom: 30px
}

.cart__slider .owl-nav {
    position: absolute;
    left: 79.29555%;
    width: 25.10121%;
    max-width: 260px;
    padding-left: 30px;
    padding-right: 30px;
    top: 40px
}


.quiz__box {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* width: 70%; */
    padding-top: 60px;
    /* margin-bottom: 40px; */
}

.quiz__result {
    flex-direction: column;
    width: 100%;
    /* background: #ece0c9; */
    /* min-height: 800px; */
    text-align: center;
    /* padding-top: 150px */
}

.quiz__result-round {
    width: 280px;
    height: 280px;
    border: 3px solid #cec3af;
    border-radius: 100%;
    margin: 60px auto 0;
    position: relative;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.quiz__result-icon {
    position: absolute;
    left: -10px;
    top: 15px;
    width: 77px;
    pointer-events: none
}

.quiz__color-img:before,
.quiz__door-img:before {
    content: '';
    left: 0;
    border: 4px solid #64d98c
}

.quiz__result-percent {
    font-size: 72px;
    font-weight: 700
}

.quiz__result-small {
    padding-right: 12px
}

.quiz__options {
    width: 100%;
    margin-top: 20px;
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 10px;
}

.quiz__door-item {
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.quiz__door-item:hover,
.quiz__door-item.active {
    border-color: #00d084;
    background: rgba(0, 208, 132, 0.1);
}

.quiz__door-img img,
.quiz__door-img:before {
    width: 100%;
    display: block
}

.quiz__door-item.active .quiz__door-img:before,
.quiz__door-item:hover .quiz__door-img:before {
    opacity: 1
}

.quiz__door-img {
    display: block;
    position: relative;
    margin-bottom: 30px
}

.quiz__door-img:before {
    position: absolute;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    transition: all .15s ease-in-out;
    opacity: 0
}

.quiz__action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 60px */
}

.quiz__btn {
    /* width: 47.91667%; */
    text-transform: uppercase;
}

.quiz__complete {
    margin-top: 30px;
    width: 100%
}

.quiz__complete-loaded,
.quiz__complete-scale {
    height: 2px;
    background: #00220f
}

.quiz__complete-loaded {
    background: #00bb50;
}

.quiz__complete-scale {
    margin-bottom: 25px
}

.quiz__complete-text {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.quiz__step {
    display: none
}

.quiz__step-list {
    position: relative;
    max-width: 100%;
    width: 100%;
}

.quiz__step.active {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    min-width: 280px;
    /* max-width: 500px; */
}

.quiz__step-thank-you.active .quiz__box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quiz__color-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;
    margin-left: -5px;
    margin-right: -5px
}

.quiz__color-item {
    width: 100%;
    cursor: pointer;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ccc;
    font-weight: 600;
    border-radius: 8px;
}

.quiz__color-item.active .quiz__color-img:before,
.quiz__color-item:hover .quiz__color-img:before {
    opacity: 1
}

.quiz__color-sep {
    display: none
}

.quiz__color-img {
    max-width: 135px;
    margin-bottom: 20px;
    position: relative
}

.quiz__color-img:before {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    opacity: 0;
    border-radius: 100%
}

.quiz__color-img img {
    display: block;
    width: 100%;
    border-radius: 100%
}

.quiz__color-name {
    /* max-width: 135px; */
    text-align: center;
    color: #fff;
}

.quiz__delivery {
    margin-top: 35px
}

.quiz__delivery-price {
    margin-top: 5px
}

@media only screen and (max-width:1440px) {
    .cart__slider .owl-nav {
        padding-right: 40px
    }
}

@media only screen and (max-width:1024px) {
    .cart {
        padding-left: 40px;
        padding-right: 40px
    }

    .cart__info {
        width: 35%
    }

    .cart__slider .owl-nav {
        padding-right: 65px
    }
}

@media only screen and (max-width:768px) {
    .cart__slider .owl-nav {
        width: 320px;
        margin-left: -30px
    }

    .wp-quiz-layout-right {
        background: transparent;
    }

    .quiz__box {
        padding: 20px;
    }

    /* .quiz {
        padding-left: 15px
    } */

    /* .quiz__box {
        width: 100%
    } */

    .quiz__result-title {
        font-size: 20px;
        line-height: 30px
    }

    .quiz__result-round {
        width: 180px;
        height: 180px
    }

    .quiz__result-percent {
        font-size: 44px
    }

    .quiz__result-icon {
        width: 50px
    }

    .footer__contact {
        padding: 50px 20px 30px
    }

    .footer__info {
        width: 300px
    }

    .footer__phone {
        font-size: 22px
    }
}

@media only screen and (max-width:580px) {

    .cart__nav,
    .cart__option-list,
    .cart__preview,
    .cart__title,
    .quiz__title br {
        display: none
    }

    .quiz__step.active {
        right: 0;
    }

    .cart {
        padding: 50px 25px 60px
    }

    .cart__info {
        width: 100%;
        max-width: none
    }

    .cart__name,
    .cart__slider {
        margin-top: 0
    }

    .cart .form,
    .cart__form {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0
    }

    .quiz__title {
        font-size: 20px;
        line-height: 1.3
    }

    .quiz__box {
        width: 100%;
        padding-top: 20px
    }

    .quiz__box_first {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .quiz__result {
        width: 100%;
        min-height: 0;
        padding: 10px 20px 30px;
    }

    .quiz__result-round {
        width: 160px;
        height: 160px;
        margin-top: 30px
    }

    .footer__list,
    .quiz__btn {
        width: 100%
    }

    .quiz__result_first {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .quiz__action {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        padding-top: 10px
    }

    .quiz__btn {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .quiz__polity {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin-top: 10px;
        width: 100%
    }

    .quiz .form,
    .quiz__form {
        padding-right: 0;
        padding-left: 0
    }

    .footer {
        padding-bottom: 0
    }

    .footer__map {
        position: static;
        height: 70vh;
        overflow: hidden
    }

    .footer__map>div {
        height: 180% !important
    }

    .footer__map .gmnoprint {
        display: none !important
    }

    .footer__wrap {
        min-height: inherit;
        padding: 0;
        display: block
    }

    .footer__contact {
        padding-left: 15px;
        padding-right: 15px
    }

    .footer__phone {
        font-size: 16px
    }

    .footer__adress-icon {
        width: 15px;
        margin-right: 12px
    }

    .footer__info {
        margin-top: 40px
    }

}

@media (max-width:359px) {
    .footer__phone {
        font-size: 15px
    }
}

.form__box,
.form__field-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.form_modal {
    padding: 0 0 0 115px
}

.form__field {
    margin-bottom: 45px
}

.form__field.error.is-focus .form__input {
    border-color: #b22222
}

.form__field.error .form__input,
.form__field.error .form__label {
    color: #b22222
}

.form__field.error .form__input::-webkit-input-placeholder {
    color: #b22222
}

.form__field.error .form__input::-moz-placeholder {
    color: #b22222
}

.form__field.error .form__input:-ms-input-placeholder {
    color: #b22222
}

.form__field.error .form__input::-ms-input-placeholder {
    color: #b22222
}

.form__field.error .form__input::placeholder {
    color: #b22222
}

.form__field-list {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form__field-list .form__field {
    width: 47.91667%;
    margin-bottom: 0
}

.form__field-wrap {
    /*max-width: 360px*/
}

.form__label {
    display: block;
    margin-bottom: 18px
}

.form__btn {
    width: 150px;
}

.form__input {
    display: block;
    width: 100%;
    height: 50px;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 700;
    padding-left: 33px;
    background: #fafafa;
    color: rgba(0, 0, 0, .5);
    font-family: 'Montserrat', sans-serif;
}

.form__input:focus {
    background: #fff;
    border-color: #000;
    color: #000
}

.form__polity {
    color: #c1c1c1;
    line-height: normal;
    font-size: 14px;

}

.form__polity_center {
    text-align: center;
    margin-top: 20px
}

.form__polity a {
    color: inherit;
    text-decoration: underline
}

.form__box {
    padding: 80px 0 80px 55px;
    width: 50%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form__inside-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form__title {
    font-size: 48px;
    margin-bottom: 15px;
    color: #ccc;

}

.form__title_mb30 {
    margin-bottom: 30px
}

.form__line {
    width: 180px;
    height: 1px;
    background: #c4c4c4;
    margin: 0 auto 50px;
}

.form__desc {
    margin-bottom: 55px;
    text-align: center;
}

.form__desc_mb35 {
    margin-bottom: 35px
}

.form__desc_mb30 {
    margin-bottom: 30px
}

.form__manager {
    width: 50%;
    background-position: top;
    background-size: cover;
    height: 860px;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 45px 40px 35px
}

.form__manager-info {
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 35px;
    display: none;
}

.form__manager-work {
    margin-bottom: 10px
}

.form__manager_catalog {
    background-color: #ece0c9
}

.form__catalog-img {
    width: 723px;
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none
}

.form__pdf {
    position: absolute;
    left: -54px;
    top: 50%
}

.form__phone-number {
    font-size: 36px;
    color: #00bb50
}

@media only screen and (max-width:1024px) {
    .form__box {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .form_modal {
        padding-left: 30px
    }

    .form__manager {
        background-size: auto 100%
    }

    .form__catalog-img {
        width: 440px
    }

    .quiz__title.h3 {
        font-size: 23px;
        text-align: center;
        line-height: 35px;
    }

    .form__label {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:580px) {
    .form {
        padding-right: 30px
    }

    .form__box {
        width: 100%
    }

    .form__manager {
        display: none
    }

    .form__field-wrap {
        max-width: none
    }

    .form__action {
        padding-top: 15px;
        margin-top: 0
    }

    .form__field-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form__field-list .form__field {
        width: 100%;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:400px) {
    .form__box {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .form__title {
        font-size: 27px;
    }
}

@media (max-width:359px) {
    .modals__close {
        width: 35px;
        height: 35px
    }

    .form {
        padding-left: 20px;
        padding-right: 20px
    }

    .form__desc {
        font-size: 14px;
        margin-bottom: 25px
    }

    .form__field {
        margin-bottom: 20px
    }
}

.header {
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__left {
    margin: auto auto auto 80px;
}

.header__center {
    height: 50px;
}

.header__center strong {
    border-bottom: 1px dashed #3E4043;
    font-weight: 400;
}

.header__center_second {
    border-left: 1px solid #C4C4C4;
    padding-left: 40px;
    margin-left: 40px;
}

.header__center_second strong {
    border-bottom: none;
}

.header__right {
    margin: auto 60px auto auto;
}

.header__right button {
    font-weight: 500;
}

.header__logo {
    display: block;
    margin-right: 25px;
    /*width: 126px*/
}

.header__logo img {
    max-height: 50px;
}

.header__logo .logo_hordoors {
    margin-right: 4px;
    wifth: 420px;
}

.header__desc {
    color: #ffffff;
    line-height: 20px;
    font-size: 13px
}

.header__location-icon {
    margin-right: 20px;
    width: 17px;
    fill: #af9574;
}

.header__location-text {
    font-size: 15px;
    line-height: 20px;
    color: #9d9d9d
}

.header__location-title {
    color: #3E4043;
}

.header__location {
    align-items: center;
}

.header__phone-number {
    color: #fff;
    font-size: 22px;
    margin-right: 29px
}

.header__phone-btn {
    background: #ece0c9;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__phone-icon {
    width: 18px;
    position: relative;
    z-index: 5
}

.phone-btn {
    position: relative
}

.phone-btn__circle {
    background: #ece0c9;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    -webkit-animation: circle 2s;
    animation: circle 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    webkit-animation: circle 2s;
    webkit-animation-iteration-count: infinite;
    webkit-animation-timing-function: linear
}

.phone-btn__circle:nth-child(1),
.phone-btn__circle:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    webkit-animation-delay: 1s
}

.phone-btn__circle:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    webkit-animation-delay: 2s
}

.phone-btn__circle:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    webkit-animation-delay: 3s
}

.btn_number {
    background: #af9574;
}

.order_call {
    color: black;
    background: #c9e0ba;
}

@media only screen and (max-width:1024px) {
    .header__logo {
        margin-right: 25px
    }

    .header__location:first-child {
        padding-right: 30px;
        margin-right: 30px
    }
}

@media only screen and (max-width:768px) {
    .header__desc {
        display: none
    }

    .header__phone-number {
        font-size: 18px;
        margin-right: 20px;
        margin-left: 20px
    }

    .header__phone-btn {
        width: 50px;
        height: 50px
    }

    .header__phone-icon {
        width: 16px
    }
}

@media only screen and (max-width:580px) {
    .header {
        height: 130px;
        padding-top: 20px
    }

    .header__logo {
        width: 100%;
        margin-top: -60px;
        /*margin-bottom: 30px;*/
    }

    .header__logo img {
        margin-bottom: 1em;
    }

    .header__right {
        position: absolute;
        right: 15px;
        top: 12px
    }

    .header__location:first-child {
        padding-right: 20px;
        margin-right: 40px;
        margin-top: 2em;
    }

    .header__location-icon {
        width: 22px;
        margin-right: 15px
    }

    .header__center {
        margin-bottom: 25px
    }

    .header__phone-number {
        margin-left: 0
    }
}

@media only screen and (max-width:400px) {
    .header__location-icon {
        /*display: none*/
    }
}

.owl-carousel .owl-video-play-icon {
    background: url(https://profildoors-spb-mall.ru/wp-content/themes/profildoors/app/css/owl.video.play.webp) no-repeat
}

.wn .owl-carousel .owl-video-play-icon {
    background: url(https://profildoors-spb-mall.ru/wp-content/themes/profildoors/app/css/owl.video.play.png) no-repeat
}

.main {
    background: url(/quiz/images/photo_2020-09-18_21-07-34.jpg) top no-repeat;
    background-size: 1920px;
    background-position-x: center;
}

.wn .main {
    background: url(/quiz/images/main-bg.jpg) top no-repeat;
    background-size: auto 100%
}

.garant {
    background: url(/quiz/images/garant.webp) top no-repeat;
    background-size: auto 100%
}

.wn .garant {
    background: url(/quiz/images/garant.jpg) top no-repeat;
    background-size: auto 100%
}

.footer__map {
    background: url(/quiz/images/map_bg.webp) top no-repeat
}

.wn .footer__map {
    background: url(/quiz/images/map_bg.jpg) top no-repeat
}

.form__manager_woman {
    background-image: url(/quiz/images/woman.jpg?v=0.0.1)
}

.wn .form__manager_woman {
    background-image: url(/quiz/images/woman.jpg?v=0.0.1)
}

.form__manager_man {
    background-image: url(/quiz/images/man.webp)
}

.wn .form__manager_man {
    background-image: url(/quiz/images/man.jpg)
}

.cls-1 {
    fill: #fff
}

.main-black-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(86, 52, 11, 0.5);
}

@media only screen and (min-width: 768px) {
    .main__content {
        position: relative;
    }

    .quiz__step.active {
        min-width: 500px;
    }

    .quiz__btn {
        margin-bottom: 30px;
    }

    .form__polity {
        text-align: center;
    }

    .contact-text {
        max-width: 80%;
        margin: 0 auto;
        font-size: 18px;
    }
}

.form__input_main {
    height: 50px;
    border: 1px solid #3E4043;
    width: 300px;
    color: #3E4043;
    font-size: 14px;
    font-weight: 400;
}

.form_field_main {
    margin: 1em 0;
    display: inline-block;
    margin-right: 20px;
}

.sytem-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2em;
    width: 80%;
    margin: 0 auto;
    z-index: 3;
}

#contacts {
    padding: 25px 0;
    text-align: center;
}

.model__content ul li {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.model__content ul {
    list-style-type: square;
}

.model__content ul li .model__percent {
    font-size: 65px;
    line-height: 65px;
    color: transparent;
}

.sale {
    font-size: 16px;
    padding: 140px 0 120px;
    background: -o-linear-gradient(90.47deg, rgba(196, 196, 196, 0) -6.17%, #ededed -6.15%, #fff 50.77%);
    background: linear-gradient(359.53deg, rgba(196, 196, 196, 0) -6.17%, #ededed -6.15%, #fff 50.77%)
}

.sale__content {
    text-align: center;
}

.sale__rect {
    margin-left: 378px;
    position: relative;
    padding: 40px 40px 40px 150px;
}

.sale__percent {
    font-weight: 700;
    font-size: 7.75em;
    margin-bottom: .04032em;
    color: transparent;
    -webkit-text-stroke: 2px #ceb28e;
    transition: all .15s ease-in-out;
}

.sale__desc {
    margin-top: 20px;
    font-size: 24px;
}

.sale__thumb {
    left: -19.375em;
    width: 34.875em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17.5em;
}

.sale__btn {
    width: 220px;
    margin-top: 50px;
}

.review__photo-wrap {
    width: 33.53293%;
    padding-top: 50px;
}

.js-img-zoom {
    cursor: zoom-in;
}

@media only screen and (max-width: 768px) {
    .sale {
        padding: 40px 0;
    }

    /*.sale__content {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*}*/
    .sale__thumb {
        position: inherit;
        margin: 0 auto;
        width: unset;
    }

    .sale__thumb * {
        max-height: 200px;
    }

    .sale__rect {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .sale__percent {
        font-size: 90px;
    }

    .sale__desc {
        margin-top: 0;
    }

    .sale__btn {
        margin-top: 20px;
    }

    .review__photo-wrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        max-height: unset;
    }

    .quiz__box {
        justify-content: center;
    }
}

@media(max-width:600px) {
    .main__title.h1 div:first-child {
        font-size: 49px !important;
    }

    .header__left {
        margin: inherit !important;
    }

    .header__right {
        right: 0;
        margin: auto;
        width: 100%;
        margin-top: 50px;
        padding: 0 40px 0 40px;
    }

    .advantages_2 .title {
        font-size: 36px !important;
    }

    .main__title.h1 span {
        font-size: 60px !important;
    }

    .main__title.h1 span span {
        font-size: 38px !important;
    }

    .form_plus_title {
        width: auto !important;
    }

    .form__field-wrap .form_field_main {
        width: 100% !important;
        margin-top: 0;
    }

    .form__field-wrap .form__input_main {
        width: 100% !important;
    }

    .form__field-wrap .form__btn {
        width: 100% !important;
    }

    .header__center {
        display: none;
    }

    .main__center {
        margin-top: 0 !important;
    }

    .main__content {
        margin-top: 15px;
    }

    .advantages_2 .item {
        margin-bottom: 5px !important;
    }

    .free-zamer {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .free-zamer h2 {
        font-size: 33px !important;
        text-align: center !important;
    }

    .free-zamer h3 {
        margin-bottom: 0 !important;
        text-align: center !important;
    }

    .claim {
        margin-top: 10px;
    }

    .get-catalog {
        padding: 60px 0 60px 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        background: url(/quiz/images/get-catalog-back.png), #E5E5E5 !important;
        background-size: cover !important;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .get-catalog .title {
        text-align: center !important;
    }

    .get-catalog .title-content {
        text-align: center !important;
    }

    .get-catalog .claim {
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .warranty-block {
        padding-bottom: 60px !important;
    }

    .warranty-block .item-start {
        margin-left: 0 !important;
        text-align: center !important;
    }

    .warranty-block .item {
        margin-top: 15px !important;
    }

    .reviews-block .title {
        font-weight: 600 !important;
        font-size: 20px !important;
        line-height: inherit !important;
        text-align: center !important;
        padding: 30px 0 30px 0 !important;
    }

    .free-zamer h2.h2.text-center {
        padding-left: 0 !important;
    }

    .free-zamer h4.desc.color_grey {
        font-size: 19px !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    .free-zamer .btn {
        width: 100% !important;
    }

    .mfp-content .cart {
        padding-right: 38px;
    }

    .mfp-content .cart .form__btn,
    .mfp-content .cart .form__input {
        width: 100%;
        height: 70px;
    }
}

@media(max-width:376px) {
    .header__logo {
        margin-right: 0 !important;
    }

    .main__title.h1 span {
        font-size: 47px !important;
    }

    .main__title.h1 span span {
        font-size: 28px !important;
    }

    .header__right {
        padding: 0 !important;
    }

    .header__phone-number {
        margin-left: 30px !important;
        margin-right: 5px !important;
    }
}

@media(max-width:320px) {
    .header__phone-number {
        margin-left: 3px !important;
    }


}

@media(max-width:560px) {
    .quiz__title.h3 {
        margin-bottom: 20px;
    }

    .last-step .quiz__complete {
        margin-top: 30px;
    }

    .form__polity,
    .quiz__field.form__field {
        margin-bottom: 0 !important;
    }

    .form__label {
        margin-bottom: 5px;
    }

    .quiz__box li {
        margin-bottom: 0;
    }


}

@media(min-width:560px) and (max-width:767px) {

    .quiz__door-item,
    .quiz__color-item {
        margin-bottom: 5px;
    }

    .quiz__complete,
    .quiz__options {
        margin-top: 15px;
    }

    .quiz__result,
    .quiz__box {
        flex-direction: column;
        /* width: 70%; */
    }

    .quiz__result {
        padding: 10px;
    }

    .quiz__title.h3 {
        font-size: 24px !important;
        line-height: normal !important;
    }

    .quiz__step:not(.last-step, .prom) .quiz__box {
        padding: 20px 30px 0;
    }

    .quiz__box {
        width: 100%;

    }

    .quiz__result .text {
        font-size: 11px;
        padding: 0 0 5px;
    }

    .quiz__door-item,
    .quiz__color-item {
        padding: 10px;
    }

    .quiz__step.active {
        min-width: 420px;
    }

    .last-step .quiz__field-list {
        flex-direction: row !important;
        gap: 10px;
    }

    .quiz__field.form__field {
        margin-bottom: 10px;
    }

    .form__footer,
    .form__polity,
    .quiz__field.form__field,
    .quiz__btn {
        margin-bottom: 5px !important;
    }

    .form__polity {
        font-size: 12px;
    }
}

@media(min-width:600px) and (max-width:1024px) {

    .quiz__row,
    .quiz__result_first {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
}


.quiz__door-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.quiz__promo-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
}

.quiz__promo-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    font-weight: 500;
}

.quiz__promo-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-color: #00d084;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.quiz__btn-outline {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quiz__btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.quiz__form label {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.quiz__form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.quiz__form .wpcf7-text, .quiz__form .wpcf7-tel {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #333;
    font-size: 16px;
}

.quiz__acceptance {
    font-size: 12px;
    color: #ccc;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.quiz__acceptance input[type="checkbox"] {
    display: none;
    /* Hide default CF7 checkbox if we only want text, or style it */
}

.quiz__form .quiz__btn {
    width: 100%;
    background: #005a2b;
    /* Darker green */
    border: 1px solid #000;
    color: #fff;
    /* padding: 18px; */
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.quiz__form .quiz__btn:hover {
    background: #00803c;
}

.contact-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

@media(min-width:768px) {

    .quiz__row,
    .quiz__result_first {
        justify-content: flex-end;
        /* width: 100%; */

    }

    /* .quiz.modals.open {
        min-height: 100vh;
    } */

    /* .quiz__box {
        min-height: 50vh;
    } */
}

@media(min-width:1024px) {
    .quiz__box {
        width: 500px;
    }

    .quiz.modals.open {
        display: flex;
        /* justify-content: space-evenly; */
        align-items: center;
    }

    .quiz__box {
        right: 3%;
        /* position: fixed;
        top: 50%;
        transform: translateY(-50%); */
    }

    .wpcf7-form-control-wrap[name="acceptance-pdn"] {
        margin-bottom: 0 !important;
    }

    .quiz__btn {
        margin-bottom: 4px;
    }
}

@media(max-width:1299px) {
    .quiz {
        background: transparent;
    }
}

@media(min-width:1300px) {
    .quiz {
        background: transparent;
    }

    .quiz__box, .quiz__step.active {
        width: 550px;
    }
}

@media (min-width: 1900px) {
    .quiz__box {
        width: 700px;
        padding: 45px;
    }

    .quiz__row,
    .quiz__result_first {
        width: 100%;
    }
}

@media (min-width: 2000px) {

    .quiz__door-item,
    .quiz__color-item {
        min-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .quiz__door-name,
    .quiz__color-name {
        font-size: 20px;
    }

    .quiz__complete-text {
        font-size: 22px;
    }

    .quiz {
        background: transparent;
    }
}


.last-step .quiz__action,
.last-step .quiz__field-list {
    flex-direction: column;
}

.form__field-list .form__field {
    width: 100%;
}

.form__polity,
.quiz__field.form__field {
    margin-bottom: 20px;
}

.form__footer {
    margin-bottom: 20px;
    text-align: center;
    max-width: 90%;
}

.quiz__box ul {
    margin-top: 20px;
}

.quiz__box li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 10px;
    font-size: 15px;
}

.contact-text {
    font-size: 15px;
    font-weight: 500;
}

.akcent {
    color: #00bb50;
    font-weight: 600;
    font-size: 22px !important;
}

.quiz__result .number {
    font-size: 21px;
}

.contact-text {
    max-width: 71%;
    margin: 0 auto;
}

/* Custom WP Quiz Layout */
.wp-quiz-container {
    min-height: 100vh;
    min-height: 100dvh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.wp-quiz-layout {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.wp-quiz-layout-left {
    flex: 1;
}

.wp-quiz-layout-right {
    flex: 0 0 600px;
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}

.wp-quiz-layout-right .quiz {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: transparent;
    padding: 0;
}

.wp-quiz-layout-right .quiz__title {
    color: #fff;
}

.wp-quiz-layout-right .quiz__door-name {
    color: #fff;
    text-transform: uppercase;
}

.wp-quiz-layout-right .quiz__complete-text {
    color: #fff;
}

.wp-quiz-layout-right .quiz__complete-scale {
    background: rgba(255, 255, 255, 0.3);
}

.wp-quiz-layout-right .quiz__complete-loaded {
    background: #00d084;
}

@media (max-width: 1023px), (orientation: portrait) {
    .wp-quiz-container {
        justify-content: center;
        align-items: center;
        min-height: 80dvh;
    }

    .wp-quiz-layout {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .wp-quiz-layout-left {
        display: none;
        /* Hide empty left side on mobile to save space */
    }

    .wp-quiz-layout-right {
        flex: 0 1 auto;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 12px;
    }
}

@media only screen and (max-width: 580px) {
    .wp-quiz-layout-right {
        padding: 0;
    }

    .quiz__door-list {
        gap: 0;
    }

    .quiz__options {
        margin-top: 0;
    }
}

@media (min-width: 1500px) {
    .wp-quiz-container {
        height: 80vh;
        min-height: 80vh;
    }

    .wp-quiz-layout-right {
        justify-content: center;
        align-items: center;
        padding: 0 40px;
    }

    .quiz.modals.open {
        height: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


}