@font-face {
    font-family: Roboto-thin;
    src: url(../fonts/Roboto-Thin.eot);
    src: url(../fonts/Roboto-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Thin.woff2) format("woff2"), url(../fonts/Roboto-Thin.woff) format("woff"), url(../fonts/Roboto-Thin.ttf) format("truetype"), url(../fonts/Roboto-Thin.svg#svgFontName) format("svg");
    font-weight: 100;
}
@font-face {
    font-family: Roboto-reg;
    src: url(../fonts/roboto-regular.eot);
    src: url(../fonts/roboto-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-regular.woff2) format("woff2"), url(../fonts/roboto-regular.woff) format("woff"), url(../fonts/roboto-regular.ttf) format("truetype"), url(../fonts/roboto-regular.svg#svgFontName) format("svg");
    font-weight: 400;
}
@font-face {
    font-family: Roboto-black;
    src: url(../fonts/roboto-black.eot);
    src: url(../fonts/roboto-black.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-black.woff2) format("woff2"), url(../fonts/roboto-black.woff) format("woff"), url(../fonts/roboto-black.ttf) format("truetype"), url(../fonts/roboto-black.svg#svgFontName) format("svg");
    font-weight: 900;
}
@font-face {
    font-family: Roboto-bold;
    src: url(../fonts/roboto-bold.eot);
    src: url(../fonts/roboto-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-bold.woff2) format("woff2"), url(../fonts/roboto-bold.woff) format("woff"), url(../fonts/roboto-bold.ttf) format("truetype"), url(../fonts/roboto-bold.svg#svgFontName) format("svg");
    font-weight: 700;
}
@font-face {
    font-family: Roboto-medium;
    src: url(../fonts/roboto-medium.eot);
    src: url(../fonts/roboto-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-medium.woff2) format("woff2"), url(../fonts/roboto-medium.woff) format("woff"), url(../fonts/roboto-medium.ttf) format("truetype"), url(../fonts/roboto-medium.svg#svgFontName) format("svg");
    font-weight: 500;
}
@font-face {
    font-family: Roboto-italic;
    src: url(../fonts/roboto-italic.eot);
    src: url(../fonts/roboto-italic.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-italic.woff2) format("woff2"), url(../fonts/roboto-italic.woff) format("woff"), url(../fonts/roboto-italic.ttf) format("truetype"), url(../fonts/roboto-italic.svg#svgFontName) format("svg");
    font-weight: 400;
}
.header__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 45px auto 82px;
    width: 360px;
    background: rgba(255, 255, 255, .75);
    padding: 37px 30px 30px;
    text-align: center;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-size: 15px;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 15px;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-size: 15px;
}

.form__caption {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto-black, sans-serif;
    letter-spacing: .05em;
}

.form__input {
    height: 50px;
    width: 302px;
    margin-top: 20px;
    padding-left: 15px;
}

.form__caption + input {
    margin-top: 15px !important;
}

.form__input_email {
    margin-top: 0;
    margin-bottom: 20px;
    transition: all .5s ease;
}

.works {
    background-size: cover;
    padding-bottom: 40px;
}

.works__img {
    width: auto;
    height: 100%;
    letter-spacing: .07em;
}

.works__slider-top {
    overflow: hidden;
    position: relative;
    height: 450px;
}

.works__galery {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 8px;
    height: 100%;
    /*-ms-flex-pack: space-evenly;*/
    justify-content: space-evenly;
    z-index: 9999;
}

.works__galery-img {
    width: 110px;
    height: 80px;
    position: relative;
}

.works__description {
    font-size: 15px;
    font-family: Roboto-medium, sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 260px;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 999;
}

.works__h4 {
    color: red;
    text-transform: uppercase;
    background: #fefce5;
    font-size: 20px;
    height: 41px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.works__description-price, .works__description-text {
    color: #fff;
    height: 25px;
    font-family: Roboto-reg, sans-serif;
}

.works__description-price_light {
    font-family: Roboto-thin, sans-serif;
    padding-left: 15px;
}

.works__description-price_bold {
    font-family: Roboto-bold, sans-serif;
    padding-left: 15px;
}

.works__description-wrapper {
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 20px 15px;
}

.works__slider-b {
    margin-top: 45px;
    display: -ms-flexbox;
    display: flex;
}

.works__slider-b-block {
    width: 263px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
}

.works__slider-b-block:last-child {
    margin-right: 0;
}

.works__slider-b-img {
    height: 180px;
    width: 100%
}

.works__slider-b-img-wrapper {
    position: relative;
    box-sizing: border-box;
    border: none;
}

.works__slider-b-img-wrapper:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%
}

.slick-current .works__slider-b-img-wrapper:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    display: none;
}

.works__slider-b-img-people {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    overflow: hidden;
    border: 2px solid #fff;
    margin: 0 auto;
    background-size: contain !important;
    position: relative;
}

.works__slider-b-img-people_1 {
    background: url(../img/people-2.png) center center no-repeat;
}

.works__slider-b-img-people_2 {
    background: url(../img/family.png) center center no-repeat;
}

.works__slider-b-img-people_3 {
    background: url(../img/people-3.png) center center no-repeat;
}

/*.works__slider-b-img-people_4 {*/
    /*background: url(../img/people-4.jpg) center center no-repeat;*/
/*}*/

.works__slider-b-img-people_5 {
    background: url(../img/people-5.jpg) center center no-repeat;
}

.works__slider-b-img-people_6 {
    background: url(../img/people-6.jpg) center center no-repeat;
}

.works__slider-b-img-people_7 {
    background: url(../img/people-7.jpg) center center no-repeat;
}

.works__slider-b-img-people_8 {
    background: url(../img/people-8.jpg) center center no-repeat;
}

.works__slider-b-img-people_9 {
    background: url(../img/people-9.jpg) center center no-repeat;
}

.works__slider-b-img-people:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .4);
    height: 85px;
    width: 85px;
    left: 0;
}

.pos-absolute, .works-btn-opas {
    position: absolute;
    z-index: 999;
}

.works-btn-opas {
    max-width: 120px !important;
    height: 30px !important;
    top: 95px;
    left: 50%;
    margin-left: -60px !important;
    font-family: Roboto-thin, sans-serif;
}

.works__description-price_bold {
    font-family: Roboto-bold, sans-serif;
    font-size: 20px;
    top: 60px;
    width: 100%;
    text-align: center;
}

.works__slider-b-caption {
    font-family: Roboto-italic, sans-serif;
    margin-top: 5px;
}

.works__slider-b-text {
    font-family: Roboto-medium, sans-serif;
    text-align: left;
    margin-top: 10px;
}

.works__slider-b-rew-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -42px;
    font-size: 14px;
    color: #000;
    text-align: center;
    z-index: 99;
    position: relative;
}

.slick-current .works__slider-b-img-wrapper {
    outline: 2px solid red;
    outline-offset: -2px;
}

.slick-current .slick-current:before {
    display: none;
}

.slick-current .works-btn-opas, .slick-current .works__description-price_bold {
    display: none;
}

.slick-current .works__slider-b-img-people:before {
    display: none;
}

.slick-current .works__slider-b-img-people {
    border: 2px solid #7b7979;
}

.works__slider-b-block .works__description-price_bold {
    padding-left: 0;
}

.galery-wrapper-img {
    position: relative;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .5s ease;
}

.galery-wrapper-img:hover {
    position: relative;
    border: 1px solid red;
}

.galery-wrapper-img:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .4);
    width: 110px;
    height: 80px;
    display: block;
    z-index: 99;
    top: 0;
    left: 0;
}

.galery-wrapper-img:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 999;
    background: url(../img/zoom-icon.png);
    background-size: cover;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    transition: all .5s ease;
}

.galery-wrapper-img:hover::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 999;
    background: url(../img/zoom-icon.png);
    background-size: cover;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
}

.works-btn-opas {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    /*letter-spacing: .7px;*/
    background: 0 0;
    font-family: Roboto-thin, sans-serif;
    width: 120px;
    margin: 0 auto;
    letter-spacing: .1em;
    height: 49px;
    transition: all .5s ease;
}

.works-btn-opas:hover {
    opacity: .9;
    background: red;
    border: 1px solid red;
    font-family: Roboto-bold, sans-serif;
}

a.galery:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0);
    content: '';
    z-index: 999;
}

a.galery-big {
    height: 100%
}

a.galery-big:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    background: rgba(0, 0, 0, .2);
    content: '';
    z-index: 99;
}

.galery-big:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999999;
    background: url(../img/zoom-icon.png);
    background-size: cover;
    left: 40%;
    top: 50%;
    margin-top: -14px;
    transition: all .5s ease;
}

.works__p {
    position: absolute;
    bottom: -15px;
    right: 265px;
    width: 230px;
    font-family: Roboto-thin, sans-serif;
    font-size: 15px;
    font-style: italic;
    z-index: 999;
    text-align: left;
}

.galery-big:hover:after {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 9999999;
    background: url(../img/zoom-icon.png);
    background-size: cover;
    left: 40%;
    top: 50%;
    margin-top: -14px;
}

.works__img {
    transition: all .5s ease;
}

.works__slider-top {
    cursor: pointer;
    transition: all .5s ease;
}

.works__slider-desing {
    margin-top: 30px;
    width: 100%;
    color: #000;
}

.slider-desing-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.slider-desing-img {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid red;
}

.slider-desing-img_ulya {
    background: url(../img/desing_sanro.png) center center no-repeat;
    background-size: 170%
}

.slider-desing-img_taras {
    background: url(../img/people-47.jpg) center center no-repeat;
    background-size: 170%
}

.slider-desing-caption {
    font-size: 14px;
    font-family: Roboto-medium, sans-serif;
    font-style: italic;
    position: relative;
}

.slider-desing-caption:after {
    content: '';
    width: 200%;
    height: 1px;
    background: red;
    position: absolute;
    display: block;
    right: -205%;
    top: 50%
}

.slider-desing-caption:before {
    content: '';
    width: 200%;
    height: 1px;
    background: red;
    position: absolute;
    display: block;
    left: -205%;
    top: 50%
}

.slider-desing-text {
    width: 470px;
    font-family: Roboto-italic, sans-serif;
    font-size: 15px;
    text-align: center;
}

.slider-desing-social-link {
    font-size: 15px;
    font-family: Roboto-italic, sans-serif;
    color: #969494;
    border-bottom: 1px solid #969494;
    cursor: pointer;
    margin-right: 10px;
    transition: all .5s ease;
}

.slider-desing-caption, .slider-desing-social, .slider-desing-text {
    margin-top: 10px;
}

.slider-desing-social-link:hover {
    color: red;
    border-bottom: 1px solid red;
    cursor: pointer;
    text-decoration: none;
}

.works-slider-left-arrow {
    position: absolute;
    left: -38px;
    z-index: 99;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
}

.works-slider-right-arrow {
    position: absolute;
    right: -38px;
    z-index: 99;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
}

.slick-current .works__slider-b-img-wrapper {
    outline: 2px solid red;
    outline-offset: -2px;
}

/*.works__img-2 {*/
    /*background: url(../img/56/03-kitchen-new.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-3 {*/
    /*background: url(../img/3/kuhnya-sanro-3.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-4 {*/
    /*background: url(../img/57/21-kitchen-new.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-5 {*/
    /*background: url(../img/5/kuhnya-nazakaz-5.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-6 {*/
    /*background: url(../img/6/kuhnya-nazakaz-6-5.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-7 {*/
    /*background: url(../img/7/kuhnya-nazakaz-7.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-8 {*/
    /*background: url(../img/8/kuhnya-nazakaz-8-2.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-9 {*/
    /*background: url(../img/9/kuhnya-mdf-9.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-50 {*/
    /*background: url(../img/50/kuhnya-iz-dereva50-2.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-51 {*/
    /*background: url(../img/51/kuhnya-mdf-kraska51.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-52 {*/
    /*background: url(../img/52/kuhnya52-3.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-53 {*/
    /*background: url(../img/53/kuhnya53.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-54 {*/
    /*background: url(../img/54/kuhnya54.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

/*.works__img-55 {*/
    /*background: url(../img/55/kuhnya-mdf-kraska55-2.jpg) no-repeat center center;*/
    /*background-size: cover;*/
/*}*/

.galery-big:hover:after {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 9999999;
    background: url(../img/zoom-icon.png);
    background-size: cover;
    left: 40%;
    top: 50%;
    margin-top: -14px;
}

.galery-big:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999999;
    background: url(../img/zoom-icon.png);
    background-size: cover;
    left: 40%;
    top: 50%;
    margin-top: -14px;
    transition: all .5s ease;
}

.works {
    position: relative;
}

.works-btn-desc {
    display: none;
}

.bestworks .btn-red, .works .btn-red {
    min-width: 312px;
}

.works .btn-review {
    color: red;
    border: 1px solid red;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    /*letter-spacing: .7px;*/
    background: 0 0;
    font-family: Roboto-bold, sans-serif;
    width: 305px;
    margin: 30px auto 0px !important;
    letter-spacing: .1em;
    height: 49px;
    transition: all .5s ease;
}

.works .btn-review:hover {
    transition: .4s;
    opacity: .9;
    background: red;
    border: 1px solid red;
    color: #fff;
}

.bestworks .works__description .btn-red, .works .works__description .btn-red {
    min-width: 100%
}

#popup-form-review {
    width: 100%;
    margin: 0;
    background: #ced4da;
    height: 100%
}

#popup-form-review {
    padding: 37px 10px 10px;
}

#popup-form-review .form__input {
    width: 100%
}

#popup-form-review .form-btn {
    margin-top: 30px;
}

.works__description .works__description-price_bold {
    display: inline !important;
}

.advant {
    color: #000;
    padding-bottom: 70px;
}

.advant__cart {
    margin-top: 15px;
}

.advant__cart_nomargin {
    margin-top: 0;
}

.advant__img {
    margin-right: 10px;
    width: 6%
}

.about {
    background: url(../img/bg-grey-line.png) no-repeat center top;
    background-size: cover;
    font-size: 18px;
    padding-bottom: 70px;
}

.about img {
    width: 100%
}

.about__img_small {
    width: 100% !important;
    height: 100%
}

.about__wrapper {
    width: 100%;
    position: relative;
}

.about__wrapper_one {
    height: 370px;
    display: -ms-flexbox;
    display: flex;
}

.about__wrapper_tow {
    height: 300px;
    display: -ms-flexbox;
    display: flex;
}

.about__wrapper_tow:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 300px;
    outline: 1px solid #fff;
    outline-offset: -4px;
    z-index: 999;
}

.about__wrapper_one:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 370px;
    outline: 1px solid #fff;
    outline-offset: -4px;
    z-index: 999;
}

.galery-2 {
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;
    display: block;
    position: relative;
}

a.galery-2:hover {
    color: #fff;
}

a.galery-2:hover:after {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 999;
    background: url(../img/zoom-icon.png);
    background-size: cover;
    left: 50%;
    top: 55%;
    margin-top: -14px;
    margin-left: -14px;
}

.about__wrapper-text {
    position: absolute;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    z-index: 99;
    font-family: Roboto-bold, sans-serif;
    text-transform: uppercase;
}

.about__small-text {
    font-family: Roboto-thin, sans-serif;
}

.galery-2 .about__wrapper_three {
    margin-top: -97px;
    margin-left: 150px;
    margin-right: 150px;
    width: 75%;
    height: auto;
    position: relative;
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
}

.about__wrapper_three:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 420px;
    outline: 1px solid #fff;
    outline-offset: -4px;
    z-index: 9999;
}

.about__wrapper_three:before {
    content: '';
    display: block;
    width: 470px;
    position: absolute;
    height: 100%;
    z-index: 999;
    background: url(../img/bg-s.png) no-repeat center center;
    background-size: contain;
    left: 50%;
    margin-left: -235px;
}

.about__wrapper-text {
    background: rgba(231, 26, 24, .8);
    width: 100%
}

.about-slider .works-slider-left-arrow, .about-slider .works-slider-right-arrow {
    display: none !important;
}

.about-slider {
    display: none;
}

.button-calc {
    background: url(../img/kitchen-bg-footer.png) no-repeat center top;
    padding: 80px 0;
}

.button-calc .btn-red {
    padding-left: 30px;
    padding-right: 30px;
}

.calc {
    /*padding-bottom: 80px;*/
}

.btn-calc {
    background: #fff;
    border: 1px solid red;
    width: 235px;
    margin-right: 22px;
    color: red;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    /*letter-spacing: .7px;*/
    font-family: Roboto-bold, sans-serif;
    letter-spacing: .1em;
    height: 49px;
    transition: all .5s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-calc:hover {
    opacity: .9;
    background: red;
    border: 1px solid red;
    color: #fff;
}

a:hover {
    text-decoration: none !important;
}

.calc__step {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid red;
    position: relative;
    z-index: 999;
}

.calc__step_red {
    width: 25px;
    height: 25px;
    background: red;
    border-radius: 50%
}

.calc__steps {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /*-ms-flex-pack: distribute;*/
    justify-content: space-around;
}

.calc__steps:after {
    width: 100%;
    height: 1px;
    border: none;
    content: '';
    background: red;
    position: absolute;
    top: 11px;
    display: block;
    left: 0;
}

.calc__step-wrapper {
    background: #fefce5;
    padding-top: 30px;
}

.calc__step-num {
    font-size: 18px;
    font-family: Roboto-italic, sans-serif;
    color: #000;
    margin-top: 25px;
}

.calc__step-caption {
    font-size: 18px;
    font-family: Roboto-medium, sans-serif;
    color: #000;
    margin-top: 5px;
    margin-bottom: 20px;
}

.calc-input-wrapper {
    width: 165px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    margin: 0 15px;
}

.calc-input-wrapper input {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 7px;
}

.calc-input-wrapper input, .calc-input-wrapper label {
    position: relative;
    z-index: 9999999;
}

.calc-input-wrapper label {
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.calc-input-wrapper label span {
    position: absolute;
    bottom: 13px;
    left: 33px;
    color: #fff;
    font-size: 15px;
    font-family: Roboto-reg, sans-serif;
    line-height: 12px;
}

.calc-input-wrapper:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .2);
    width: 165px;
    height: 120px;
    left: 0;
}

.calc-input-wrapper:hover:before {
    border: 2px solid red;
    transition: all .3s ease;
}

.calc-input-wrapper:hover {
    cursor: pointer;
}

.calc-input-wrapper_modern {
    background: url(../img/modern.jpg) center center no-repeat;
    background-size: cover;
}

.calc-input-wrapper_hitek {
    background: url(../img/hay-tek.jpg) center center no-repeat;
    background-size: cover;
}

.calc-input-wrapper_classica {
    background: url(../img/klasika.jpg) center center no-repeat;
    background-size: cover;
}

.calc-input-wrapper_loft {
    background: url(../img/loft.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.calc-input-wrapper_provans {
    background: url(../img/provans.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.calc-input-wrapper_any {
    background: #000;
    margin-top: 30px;
}

.calc-radio-style {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.calc-radio-style + label:before {
    content: '';
    position: absolute;
    top: 95px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}

.calc-radio-style + label:after {
    content: '';
    position: absolute;
    top: 99px;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: red;
    opacity: 0;
    transition: .2s;
}

.calc-radio-style:checked + label:after {
    opacity: 1;
}

.calc__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.calc__buttons .btn-red {
    width: 295px;
}

.calc-input-wrapper_pramaya {
    background: url(../img/pryamaya.png) center 12px no-repeat;
    background-size: 85%;
    background-color: #000;
}

.calc-input-wrapper_uglovaya {
    background: url(../img/uglovaya.png) 12px 12px no-repeat;
    background-size: 47%;
    background-color: #000;
}

.calc-input-wrapper_p-obraznaya {
    background: url(../img/p-obraznaya.png) center 12px no-repeat;
    background-size: 85%;
    background-color: #000;
}

.calc-input-wrapper_sostrovom {
    background: url(../img/s-ostrovom.png) center 12px no-repeat;
    background-size: 85%;
    background-color: #000;
    margin-top: 30px;
}

.calc__step_tow .calc-input-wrapper:before {
    display: none;
}

.calc__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.calc .ui-button, .calc .ui-state-default, .calc .ui-widget-content .ui-state-default, .calc .ui-widget-header .ui-state-default, html .calc .ui-button.ui-state-disabled:active, html .calc .ui-button.ui-state-disabled:hover {
    border: 1px solid red;
    background: red;
    font-weight: 400;
    color: red;
    border-radius: 50%;
    margin-top: -6px;
    outline: 0;
    cursor: pointer;
}

.calc .ui-widget.ui-widget-content {
    height: 1px;
    background: red;
    border: none;
    margin-top: 30px;
}

.calc .ui-slider-horizontal .ui-slider-range {
    height: 1px;
    background: red;
    border: none;
}

.calc__step_3 {
    color: #000;
}

.calc__width {
    font-size: 15px;
    font-family: Roboto-reg, sans-serif;
    background: #fff;
    width: 90px;
    border: 1px solid red;
    padding: 3px 5px;
    margin-top: 10px;
}

.calc__step_3 p {
    width: 100%
}

.calc__width-p label {
    display: block;
    margin-top: 30px;
}

.calc__width_radio {
    font-size: 15px;
    background: 0 0;
    border: none;
    width: 80%;
    padding-left: 20px;
}

.calc__width-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.calc__width-input + label:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 12px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid red;
}

.calc__width-input + label:after {
    content: '';
    position: absolute;
    top: 38px;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: red;
    opacity: 0;
    transition: all .5s ease;
}

.calc__width-input:checked + label:after {
    opacity: 1;
}

.calc-input-wrapper_plenka {
    background: url(../img/fasad-plenka.jpg) center center no-repeat;
    background-color: #000;
    background-size: cover;
}

.calc-input-wrapper_plastic {
    background: url(../img/fasad-plastik.jpg) center center no-repeat;
    background-color: #000;
    background-size: cover;
}

.calc-input-wrapper_emal {
    background: url(../img/fasad-emal.jpg) center center no-repeat;
    background-color: #000;
    background-size: cover;
}

.calc-input-wrapper_derevo {
    background: url(../img/fasad-derevo.gif) center center no-repeat;
    background-size: cover;
    background-color: #000;
    margin-top: 30px;
}

.calc-input-wrapper_dsp {
    background: url(../img/stoleshnica-dsp.jpg) center center no-repeat;
    background-color: #000;
    background-size: cover;
}

.calc-input-wrapper_mint-rock {
    background: url(../img/stoleshnica-iscusstvennuy-kamen.png) center center no-repeat;
    background-color: #000;
    background-size: cover;
}

.calc-input-wrapper_rock {
    background: url(../img/natur-kamen.jpg) center center no-repeat;
    background-color: #000;
    background-size: cover;
}

span.label-tow-line {
    margin-bottom: -5px;
}

.calc-input-wrapper_blum {
    background: url(../img/logo-blum.png) center center no-repeat;
    background-color: #000;
    background-size: 85%
}

.calc-input-wrapper_gtv {
    background: url(../img/GTV-logo.png) center center no-repeat;
    background-color: #000;
    background-size: 85%
}

.select-tehhik {
    width: 165px;
    margin: 0 15px;
}

.select-tehhik {
    position: relative;
    font-family: Roboto-medium, sans-serif;
    font-size: 14px;
}

.select-tehhik select {
    display: none;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 0;
    width: 23px;
    height: 9px;
    border: 6px solid transparent;
    background: url(../img/arrow-down.png) center center no-repeat;
    background-size: cover;
}

.select-selected.select-arrow-active:after {
    top: 14px;
    background: url(../img/arrow-up.png) center center no-repeat;
    background-size: cover;
}

.select-items div, .select-selected {
    color: #000;
    padding: 8px 0 9px 26px;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
}

.select-items {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    font-size: 14px;
    text-transform: lowercase;
    font-family: Roboto-reg, sans-serif;
}

.select-hide {
    display: none;
}

.same-as-selected, .select-items div:hover {
    background-color: rgba(0, 0, 0, .1);
}

.select-tehhik_vutyazhka {
    background: url(../img/icons8-vutyazhka.png) left 10px no-repeat;
    background-size: auto;
}

.select-tehhik_duhovka {
    background: url(../img/icons8-pech.png) left 10px no-repeat;
    background-size: auto;
}

.select-tehhik_stiralka {
    background: url(../img/icons8-wash.png) left 10px no-repeat;
    background-size: auto;
}

.select-tehhik_mikro {
    background: url(../img/icons8-micro.png) left 10px no-repeat;
    background-size: auto;
}

.select-tehhik_posudomoyka {
    background: url(../img/icons8-washglass.png) left 10px no-repeat;
    background-size: auto;
}

.select-tehhik_holodilnik {
    background: url(../img/icons8-frige.png) left 10px no-repeat;
    background-size: auto;
}

.calc-input-wrapper_moyka {
    background: url(../img/franke-moyka-free.png) center center no-repeat;
    background-color: #fff;
    background-size: contain;
}

.calc-input-wrapper_smesitel {
    background: url(../img/smesitel-free.png) center center no-repeat;
    background-color: #fff;
    background-size: contain;
}

.calc-input-wrapper_discont {
    background: url(../img/discount.png) center center no-repeat;
    background-color: #fff;
    background-size: auto;
}

.calc__step-caption span {
    display: block;
    font-family: Roboto-italic, sans-serif;
    font-size: 18px;
    text-align: center;
}

.calc__step-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 238px;
}

.calc__step-input-wrapper input.calc__name, .calc__step-input-wrapper input.calc__phone {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #000;
    outline: 0;
    padding: 4px;
    color: #000;
    width: 100%
}

.calc__step-input-wrapper input:last-child {
    margin-top: 30px;
    width: 100%
}

.calc__step_9 {
    padding: 120px 0;
}

.calc__step-input-wrapper input::-webkit-input-placeholder {
    color: #d1cfbc;
}

.calc__step-input-wrapper input::-moz-placeholder {
    color: #d1cfbc;
}

.calc__step-input-wrapper input:-ms-input-placeholder {
    color: #d1cfbc;
}

.calc__step-input-wrapper input:-moz-placeholder {
    color: #d1cfbc;
}

.calc__step-input-wrapper input.calc__phone {
    margin-top: 10px;
}

.calc__p-thanks {
    text-align: center;
    font-family: Roboto-italic, sans-serif;
    margin-top: 5px !important;
}

.calc__caption-thanks {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Roboto-medium, sans-serif;
    font-size: 18px;
}

.calc__step_gift {
    position: relative;
}

.calc__step_gift:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../img/free-good.png) center center no-repeat;
    width: 27px;
    height: 25px;
    background-size: auto;
    bottom: 25px;
    left: -2px;
}

.calc__step-wrapper {
    height: 535px;
    transition: all .5s ease;
}

.calc label:hover {
    cursor: pointer;
}

.calc__step_10, .calc__step_2, .calc__step_3, .calc__step_4, .calc__step_5, .calc__step_6, .calc__step_7, .calc__step_8, .calc__step_9 {
    display: none;
    transition: all .5s ease;
    top: 170px;
    z-index: 9999999999;
}

.calc__step_10 .calc__step-caption {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    transition: all .5s ease;
}

.relative {
    position: relative;
}

.calc__step_9 button {
    margin-top: 25px;
}

.radio-hover {
    border: 2px solid red;
    transition: all .3s ease;
}

.calc__width-input + label::after {
    border-radius: 0;
}

.calc__width-input + label::before {
    border-radius: 0;
}

.btn-red-next-9 {
    min-width: 100% !important;
}

.credit__caption {
    font-size: 15px;
    font-family: Roboto-bold, sans-serif;
    text-transform: uppercase;
}

.credit {
    background: url(../img/privat-bg.png) center top no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 80px;
}

.credit h2 {
    color: #fff;
}

.credit__link {
    color: #fff;
    text-decoration: underline;
    position: relative;
}

.credit__link:before {
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    width: 20px;
    top: 6px;
    height: 20px;
    background: url(../img/arrow-accordion-w.png) center center no-repeat;
}

.accordion-p {
    font-size: 15px;
    width: 430px;
    font-family: Roboto-reg, sans-serif;
    position: absolute;
    background: grey;
    left: 50%;
    margin-left: -215px;
    margin-top: 10px;
    padding: 10px;
    z-index: 99999;
    color: #fff;
    display: none;
}

.credit-more {
    cursor: pointer;
}

.credit-more::after {
    float: right;
    content: '';
    display: block;
    width: 20px;
    margin-top: 5px;
    height: 20px;
    background: url(../img/arrow-accordion-w.png) center center no-repeat;
    margin-left: 10px;
    transform: scale(1, 1);
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.credit-more-after:after {
    transform: scale(1, -1);
    background: url(../img/arrow-accordion-w.png) center center no-repeat;
}

.credit__img {
    margin-top: 10px;
}

.email {
    background: url(../img/bg-time-kitchen.png) no-repeat center top;
    background-size: cover;
}

.email h2 {
    color: #fff;
}

.count {
    color: #fff;
    font-size: 72px;
    font-family: Roboto-black, sans-serif;
    font-style: italic;
    display: -ms-flexbox;
    display: flex;
}

.count__text {
    font-size: 18px;
    font-family: Roboto-medium, sans-serif;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.count__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 32px;
}

.count__wrapper-num {
    display: -ms-flexbox;
    display: flex;
}

.count__num {
    background: red;
    padding: 0 20px 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.count__num:first-child {
    margin-right: 8px;
}

.email .form-btn {
    margin-top: 20px;
}

.email .header__form:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    width: 44px;
    top: 50%;
    height: 30px;
    background: url(../img/arrow-right-white.png) center center no-repeat;
    background-size: contain;
    margin-top: -20px;
}

#clockdiv > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 32px;
}

#clockdiv div > span {
    padding: 5px;
    background: red;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
}

.smalltext {
    font-size: 18px;
    font-family: Roboto-medium, sans-serif;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

#deadline-messadge {
    display: none;
    font-style: italic;
}

#deadline-messadge.visible {
    display: block;
}

#clockdiv.hidden {
    display: none;
}

.email input.form-btn {
    display: block;
    width: 100%
}

.footer {
    background: url(../img/footer-bg.png) no-repeat center center;
    padding: 50px 0;
}

.footer__arrow {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.footer__copyright {
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: Roboto-thin, sans-serif;
    margin-top: 40px;
}

.footer__visa {
    margin-top: 20px;
}

.footer__copyright span {
    display: block;
    text-align: center;
}

.footer .call-btn {
    margin-left: 0;
}

#call-btn:hover {
    text-decoration: none;
}

#burger-call-btn:hover {
    text-decoration: none;
}

#top-btn:hover {
    text-decoration: none;
}

#popup-form-call {
    position: absolute;
    z-index: 99999;
    width: 100%;
    margin: 0;
    background: #ced4da;
    height: 100%
}

.popup-form-call {
    width: 500px !important;
    height: 350px !important;
}

#popup-form-call .form__input {
    width: 100%
}

#popup-form-call .btn-red {
    margin-top: 20px;
}

.footer .call-btn {
    min-width: 170px;
}

.goods {
    background: url(../img/bg-red.png) no-repeat center top;
    background-size: cover;
    padding-bottom: 80px;
}

.goods h2 {
    color: #fff;
}

.goods h2:before {
    content: '';
    width: 22px;
    height: 26px;
    display: block;
    background: url(../img/figure-top-white.png) no-repeat;
    position: absolute;
    margin-left: -11px;
    margin-top: -7px;
}

.good__block {
    height: 320px;
    position: relative;
}

.good__block:before {
    content: '';
    width: 22px;
    height: 26px;
    display: block;
    background: url(../img/figure-top-white.png) no-repeat;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 99;
    transition: all .5s ease;
}

.good__block:after {
    content: '';
    width: 22px;
    height: 26px;
    display: block;
    background: url(../img/figure-white-down.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    transition: all .5s ease;
}

.good__block:hover:before {
    content: '';
    width: 22px;
    height: 26px;
    display: block;
    background: url(../img/figure-top-white.png) no-repeat;
    position: absolute;
    z-index: 99;
    left: 20px;
    top: 20px;
    transition: all .5s ease;
}

.good__block:hover:after {
    content: '';
    width: 22px;
    height: 26px;
    display: block;
    background: url(../img/figure-white-down.png) no-repeat;
    position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    transition: all .5s ease;
}

.good__link {
    position: relative;
    font-size: 18px;
    font-family: Roboto-bold, sans-serif;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
    letter-spacing: .05em;
    transition: all .5s ease;
}

.good__link:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    z-index: -1;
    transition: all .5s ease;
    left: 0;
}

.good__link:hover {
    color: #fff;
    font-size: 19px;
    text-decoration: underline;
    transition: all .5s ease;
}

.good__block_dveri {
    background: url(../img/dveri.jpg) center center no-repeat;
    background-size: cover;
}

.good__block_shkaf {
    background: url(../img/shkaf-kupe.jpg) center center no-repeat;
    background-size: cover;
}

.good__block_detskaya {
    background: url(../img/detskaya.png) center center no-repeat;
    background-size: cover;
}

.good__block_detskaya-s {
    background: url(../img/seriya-detskaya.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.good__block_shkaf-s {
    background: url(../img/seriya-shkaf.png) center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.good__block_kuhni-s {
    background: url(../img/seriya-kuh.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.good__block_stolu {
    background: url(../img/seriyka-stolu.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.good__block_polki {
    background: url(../img/seriyka-polki.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.good__block_prochee {
    background: url(../img/sanromebel.jpg) center center no-repeat;
    background-size: cover;
    margin-top: 30px;
}

.header__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 45px auto 82px;
    width: 360px;
    background: rgba(255, 255, 255, .75);
    padding: 37px 30px 30px;
    text-align: center;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-size: 15px;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-size: 15px;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-size: 15px;
}

.form__caption {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto-black, sans-serif;
    letter-spacing: .05em;
}

.form__input {
    height: 50px;
    width: 302px;
    margin-top: 20px;
    padding-left: 15px;
}

.form__caption + input {
    margin-top: 15px !important;
}

.form__input_email {
    margin-top: 0;
    margin-bottom: 20px;
    transition: all .5s ease;
}

.indicators {
    padding: 30px 0 80px 0;
    color: #000;
    background: #ebebeb;
}

.indicator__num {
    font-size: 72px;
    font-family: Roboto-black, sans-serif;
    line-height: 62px;
}

.indicator__text {
    font-size: 18px;
    font-family: Roboto-medium, sans-serif;
}

.indicator__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 95px;
    width: 225px;
}

.indicator__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.indicator__bar {
    width: 70%;
    background: url(../img/bar.png) no-repeat center center;
    background-size: cover;
    height: 53px;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0;
    width: 70%;
    padding-left: 35px;
}

.map {
    color: #000;
}

.upper {
    text-transform: uppercase;
}

.map__adress {
    font-family: Roboto-bold, sans-serif;
}

.map__adress, .map__text {
    text-align: center;
}

.map__text {
    margin-top: 10px;
    font-size: 14px;
    font-family: Roboto-reg, sans-serif;
    text-transform: uppercase;
    color: red;
}

.map__google {
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}

.map__google iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.price-kitchen {
    background: url(../img/bg-price.png) no-repeat center center;
    padding-bottom: 80px;
}

.price-kitchen h2 {
    color: #fff;
    margin-bottom: 20px;
}

.price-kitchen__h2-italic:before {
    display: none;
}

.price-kitchen .price-kitchen__h2-italic_light {
    color: #636363;
    font-style: italic;
    padding-right: 60px;
    width: 100%;
    text-align: right;
    margin-top: 0;
    display: block;
}

.price-kitchen .price-kitchen__h2-italic_black {
    color: #464646;
    font-style: italic;
    padding-left: 60px;
    width: 100%;
    text-align: left;
    margin-top: 0;
    display: block;
}

.price-kitchen__foto {
    width: 225px;
    height: 140px;
    position: relative;
}

.price-kitchen__foto-title {
    z-index: 999;
    color: #000;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 80%;
    left: 10%;
    font-family: Roboto-medium, sans-serif;
}

.price-kitchen__foto-title:before {
    content: '';
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: 0;
    width: 100%;
    filter: blur(2px);
    height: 100%;
    z-index: -1;
}

.price-kitchen__foto_fasad {
    background: url(../img/fasadu.png) no-repeat center center;
    background-size: cover;
}

.price-kitchen__foto_petli {
    background: url(../img/Dovodchiki_dlya_kuhonnyh_shkafov.png) no-repeat center center;
    background-size: cover;
}

.price-kitchen__foto_mehanizmu {
    background: url(../img/ventus-blum.png) no-repeat center center;
    background-size: cover;
}

.price-kitchen__foto_vitrazhi {
    background: url(../img/vitrazhi.png) no-repeat center center;
    background-size: cover;
}

.price-kitchen__foto_podsvetka {
    background: url(../img/led.jpg) no-repeat center center;
    background-size: cover;
}

.price-kitchen__foto_yaschiki {
    background: url(../img/yashchiki.png) no-repeat center center;
    background-size: cover;
}

.price-kitchen__caption {
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-family: Roboto-medium, sans-serif;
    font-style: italic;
    letter-spacing: .05em;
}

.price-kitchen__caption_right:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: red;
    left: -5px;
}

.price-kitchen__caption_left:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: red;
    right: -10px;
}

.tendenc {
    padding-bottom: 80px;
}

.tendenc__slider-block {
    color: #000;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
}

.tendenc__slider-block .slick-current {
    padding: 0 !important;
}

.tendence__p {
    width: 500px;
    display: none;
    text-align: center;
}

.slick-current .tendence__p {
    display: block !important;
    margin-top: 20px;
}

.tendenc__img {
    width: 100%;
    height: 100%
}

.tendenc-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tendenc-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.tendenc-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.tendenc-dots li button:focus, .tendenc-dots li button:hover {
    outline: 0;
}

.tendenc-dots li button:focus:before, .tendenc-dots li button:hover:before {
    opacity: 1;
}

.tendenc-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    background: url(../img/point-black.png) no-repeat center center;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 999;
    -webkit-text-stroke: 1px red;
    text-shadow: 1px 1px 0 red, -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red;
}

.tendenc-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

.tendenc .works-slider-left-arrow {
    position: absolute;
    left: 85px;
    z-index: 99;
    top: 85%;
    margin-top: -21px;
    cursor: pointer;
}

.tendenc .works-slider-right-arrow {
    position: absolute;
    right: 85px;
    z-index: 99;
    top: 85%;
    margin-top: -21px;
    cursor: pointer;
}

.indicators {
    padding: 30px 0 80px 0;
    color: #000;
    background: #ebebeb;
}

.indicator__num {
    font-size: 72px;
    font-family: Roboto-black, sans-serif;
    line-height: 62px;
}

.indicator__text {
    font-size: 18px;
    font-family: Roboto-medium, sans-serif;
}

.indicator__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 95px;
    width: 225px;
}

.indicator__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.indicator__bar {
    width: 70%;
    background: url(../img/bar.png) no-repeat center center;
    background-size: cover;
    height: 53px;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0;
    width: 70%;
    padding-left: 35px;
}

.why {
    color: #000;
    padding-bottom: 80px;
}

.why__num {
    /*background: url(../img/elipse-bg.png) center center no-repeat;*/
    font-size: 72px;
    font-family: Roboto-black, sans-serif;
    font-style: italic;
    background-size: cover;
    color: #fff;
    width: 95px;
    height: 95px;
    padding-left: 22px;
    line-height: 98px;
}

.why-mgt {
    margin-top: 45px;
    min-height: 230px;
}

.why__list {
    font-size: 15px;
    font-family: Roboto-medium, sans-serif;
    font-style: italic;
    padding: 0;
    width: 100%;
    padding-left: 90px;
}

.why__item {
    position: relative;
    margin-top: 5px;
}

.why__item:before {
    content: '';
    width: 4px;
    height: 4px;
    background: red;
    left: -8px;
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 50%
}

.why summary {
    border-bottom: 1px solid #000;
    font-size: 15px;
    font-family: Roboto-medium, sans-serif;
}

.why .credit-more {
    font-size: 15px;
    width: 100%;
    outline: 0;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-top: 5px;
    font-family: Roboto-medium, sans-serif;
}

.why .credit-more::after {
    float: right;
    content: '';
    display: block;
    width: 20px;
    margin-top: 5px;
    height: 20px;
    background: url(../img/arrow-black.png) center center no-repeat;
    margin-left: 10px;
    transform: scale(1, 1);
    transition: transform .25s ease-in-out;
    will-change: transform;
}

.why .credit-more-after:after {
    transform: scale(1, -1);
    background: url(../img/arrow-black.png) center center no-repeat;
}

.why h3 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: Roboto-bold, sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.why__num {
    position: relative;
    margin-top: 52px;
}

.why__num:before {
    content: '';
    position: absolute;
    display: block;
    width: 434px;
    height: 100%;
    background: url(../img/right-line.png) center center no-repeat;
    right: -414px;
    top: -40px;
    z-index: -1;
}

.why__num:after {
    content: '';
    position: absolute;
    display: block;
    width: 434px;
    height: 100%;
    background: url(../img/left-line.png) center center no-repeat;
    left: -414px;
    top: -40px;
    z-index: -1;
}

.why__img {
    margin-top: 25px;
}

.why-btn {
    position: relative;
    margin-top: 10px;
    width: 312px;
}

.why-btn:before {
    content: 'под';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: -80%;
    top: -52px;
    font-size: 92px;
    color: #fef4f3;
    font-family: Roboto-black, sans-serif;
    text-transform: lowercase;
}

.why-btn:after {
    content: 'ключ';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: -90%;
    top: -52px;
    font-size: 92px;
    color: #fef4f3;
    font-family: Roboto-black, sans-serif;
    text-transform: lowercase;
}

.partner {
    padding-bottom: 80px;
}

.partner__caption {
    font-size: 18px;
    font-family: Roboto-italic, sans-serif;
    color: #000;
    text-align: center;
}

.partner__img {
    width: 100%;
    margin-top: 30px;
    height: auto;
    max-height: 300px;
    min-height: 200px;
}

.partner__slider-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 40px auto 0;
}

.partner__slider {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
}

.partner__slider-img {
    width: 80%;
    height: auto;
    padding: 10px;
}

.partner-arrow-r {
    position: absolute;
    right: -38px;
    z-index: 99;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.partner-arrow-l {
    position: absolute;
    left: -38px;
    z-index: 99;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.partner .partner__slider .slick-current {
    filter: grayscale(0) !important;
}

.partner .partner__slider {
    filter: grayscale(100%);
}

.questions {
    padding-bottom: 80px;
    color: #000;
}

.qustion-img {
    width: 100%;
    height: auto;
}

.qustion-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.qustion-left-text {
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

.questions .btn-red {
    margin-top: 15px;
}

#accordion {
    font-family: Roboto-bold, sans-serif;
}

#accordion p {
    font-family: Roboto-reg, sans-serif;
    padding-left: 7px;
}

#accordion .ui-accordion-content-active {
    height: auto !important;
}

#accordion .ui-state-active {
    color: #000;
    font-size: 18px;
    font-family: Roboto-medium, sans-serif;
    border: none;
    outline: 0 !important;
    background: #e9ecef !important;
    border-radius: 0;
}

#accordion .ui-state-active:focus {
    color: #000;
    background: 0 0;
    font-size: 18px;
    font-family: Roboto-medium, sans-serif;
    border: none;
    outline: 0 !important;
}

#accordion .ui-widget-content {
    border: none;
    background: 0 0;
    color: #333;
}

#accordion .ui-state-default {
    border: none;
    background: 0 0;
    background: #e9ecef !important;
    border-radius: 0;
}

#accordion h3 {
    font-family: Roboto-medium, sans-serif;
}

#accordion .ui-button:active .ui-icon, #accordion .ui-state-active .ui-icon {
    background: url(../img/arrow-up.png) no-repeat center center;
    width: 15px;
    height: 12px;
    background-size: contain;
    margin-right: 13px;
}

#accordion .ui-icon, #accordion .ui-widget-content .ui-icon {
    background: url(../img/arrow-down.png) no-repeat center center;
    width: 15px;
    height: 12px;
    background-size: contain;
    margin-right: 13px;
}

#popup-form-bos {
    width: 100%;
    margin: 0;
    background: #ced4da;
    height: 100%
}

.popup-form-bos-wrapper {
    width: 500px !important;
    height: auto !important;
    min-height: 300px;
}

#popup-form-bos .form__input {
    width: 100%;
}

#popup-form-bos .btn-red {
    margin-top: 20px;
}

a#form-bos .btn-red {
    width: 100%;
}

a#form-bos:hover {
    text-decoration: none;
}

#popup-form-bos .select-tehhik {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
}

#popup-form-bos .select-selected:after {
    top: 34px;
}

#popup-form-bos .select-items {
    background: #ffd3d7;
}

#popup-form-bos .select-selected {
    margin-top: 20px;
    padding-left: 15px;
}

#popup-form-bos .select-selected::after {
    width: 25px;
    height: 29px;
    padding-left: 13px;
    position: static;
    background-size: 125%
}

#popup-form-bos .select-selected {
    padding: 0;
}

#popup-form-bos .select-tehhik {
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .about__wrapper_three:after {
        height: 415px;
    }
}

@media screen and (min-width: 960px) {
    .calc-input-wrapper {
        width: 24%
    }

    .calc-input-wrapper::before {
        width: 100%
    }

    .calc-input-wrapper:hover::before {
        width: 100%
    }
}

@media screen and (max-width: 1200px) {
    .call-btn {
        margin-left: -15px;
    }

    .phone-wrapper {
        padding-right: 25px;
    }

    .map__google img {
        height: 575px;
    }

    .about__wrapper_three::after {
        height: 100%
    }

    .about__wrapper_tow .about__img {
        height: 300px;
    }

    .galery-2 .about__wrapper_three {
        margin: -97px auto;
    }

    .about {
        padding-bottom: 170px;
    }
}

@media screen and (max-width: 992px) {
    .phone-wrapper {
        width: 250px;
        padding-left: 25px;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .why__num {
        background-size: contain;
        width: 100%;
        padding-left: 16px;
    }

    .why__num:before {
        right: -335px;
        background-size: 80%
    }

    .why__num:after {
        left: -335px;
        background-size: 80%
    }

    .why__list {
        padding-left: 30px;
        margin-top: 15px;
    }

    .why h3 {
        width: 108%;
        font-size: 16px;
    }

    .why-mgt {
        margin-top: 55px;
    }

    .accordion-p {
        left: 0;
        margin-left: 0;
        width: 100%
    }

    .phone-wrapper {
        width: 260px;
        margin-left: -62px;
    }

    .phone {
        font-size: 15px;
    }

    .btn-red {
        font-size: 13px;
    }

    .advant__img {
        width: 40px;
    }

    .advant__cart {
        /*margin-top: 15px;*/
        width: 71%;
        margin: 11px auto;
        height: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .galery-2 .about__wrapper_three {
        margin: -20px 0px 0px;
        width: 100%;
    }

    .about__wrapper_tow {
        margin-top: -235px;
        z-index: 999;
    }

    .why-btn {
        width: 280px;
    }

    .email .header__form:before {
        display: none;
    }

    .why-btn:before {
        left: -88%;
        top: -43px;
        font-size: 80px;
    }

    .why-btn:after {
        right: -90%;
        top: -41px;
        font-size: 80px;
    }

    .partner__img {
        max-height: 230px;
    }

    .good__block_detskaya {
        margin-top: 30px;
    }

    .progress {
        padding-left: 0;
    }

    .indicator__content {
        margin-left: 0;
    }

    .footer .phone-wrapper {
        margin-left: 0;
    }

    .tendenc .works-slider-right-arrow {
        right: 30px;
        top: 75%
    }

    .tendenc .works-slider-left-arrow {
        left: 30px;
        top: 75%
    }

    .calc .ui-widget.ui-widget-content {
        width: 90%;
        margin: 30px auto;
    }

    .calc__step_3 p {
        width: 90%;
        margin: 0 auto;
    }

    .calc__width_radio {
        padding-left: 0;
    }

    .calc__width-p label {
        margin-top: 0;
    }

    .calc__width-input + label::after {
        top: 8px;
    }

    .calc__width-input + label::before {
        top: 5px;
    }

    .about {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 784px) {
    .works-slider-right-arrow {
        right: -30px;
        width: 25px;
        height: 40px;
    }

    .works-slider-left-arrow {
        left: -30px;
        width: 25px;
        height: 40px;
    }

    .why-btn::after {
        right: -210px;
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .works__description {
        display: block !important;
    }

    .works__h4 {
        height: 28px;
    }
}

@media screen and (max-width: 768px) {
    .partner__img {
        width: auto;
    }

    .tendenc .works-slider-right-arrow {
        right: -10px;
        top: 40%
    }

    .tendenc .works-slider-left-arrow {
        left: -10px;
        top: 40%
    }

    .call-btn, .phone-wrapper {
        display: none !important;
    }

    .logo-mobile {
        display: block !important;
    }

    .logo {
        display: none;
    }

    .top-menu {
        width: 100%
    }

    .top-menu__item_mobile {
        display: block !important;
    }

    .call-btn-mob, .phone-wrapper-mob {
        display: block !important;
    }

    .phone-wrapper {
        margin-left: 5px;
        margin-top: 20px;
    }

    .call-btn {
        margin-left: 33px;
        margin-top: 10px;
        width: 175px;
    }

    .header .header__form {
        top: 260px;
    }

    .header .header__h1 {
        margin-top: 75px;
    }

    .works__description, .works__galery, .works__p {
        display: none;
    }

    .galery-big::after {
        left: 50%;
        top: 50%;
        margin-top: -15px;
        margin-left: -15px;
    }

    .galery-big:hover::after {
        left: 50%;
        top: 50%;
        margin-top: -15px;
        margin-left: -15px;
    }

    .works-btn-desc {
        display: block !important;
        color: #fff;
        font-size: 14px;
        background: #ff0205;
        width: 100%;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        opacity: .7;
        z-index: 999;
    }

    .works-btn-desc span {
        width: 100%;
        top: 10px;
        /*height: 20px;*/
        background: url(../img/arrow-accordion-w.png) center 25px no-repeat;
        height: 100%;
        display: block;
    }

    .works__slider-top {
        height: 500px;
    }

    h2 {
        font-size: 22px;
    }

    h2::before {
        margin-top: -2px;
    }

    .works__description {
        position: absolute;
        top: 40px;
        z-index: 9999999999;
        height: 300px;
        width: 100%
    }

    .works__h4 {
        height: 31px;
    }

    .calc-input-wrapper::before {
        width: 100%
    }

    .calc__buttons > div {
        width: 200px;
    }

    .calc-input-wrapper {
        margin: 5px;
    }

    .why__num::after, .why__num::before {
        display: none;
    }

    .why__num {
        margin-top: 0;
        width: 100px;
        padding-left: 20px;
    }

    .why h2 {
        padding-bottom: 0;
    }

    .why h3 {
        margin-top: 40px;
    }

    .why details summary {
        margin-top: 8px;
    }

    .why__img {
        margin-top: 8px;
    }

    .why__list {
        width: 50%;
        padding-left: 0;
    }

    .why-btn::before {
        left: -38%;
        top: 0;
        z-index: -1;
    }

    .why-btn::after {
        top: 0;
        right: -50px;
        z-index: -1;
    }

    .partner__slider-img {
        width: 50%
    }

    .partner__img {
        margin-top: 10px;
    }

    .partner__caption {
        margin-top: 40px;
    }

    .partner h2 {
        padding-bottom: 0;
    }

    .good__block {
        margin-top: 30px;
    }

    .price-kitchen {
        background: url(../img/bg-white-mobile.png) no-repeat center top;
        background-size: cover;
        padding-bottom: 170px;
    }

    .price-kitchen__caption_left::before {
        display: none;
    }

    .price-kitchen__foto:after {
        content: '';
        display: block;
        position: absolute;
        width: 32px;
        height: 200px;
        right: -30px;
        background: url(../img/verti-line-kitchen.png) no-repeat center center;
        /*background-size: auto auto;*/
        background-size: contain;
        left: 50%;
        margin-left: -17px;
        top: 120px;
    }

    .price-kitchen__caption_right::before {
        display: none;
    }

    .price-kitchen__caption {
        padding-left: 15px;
    }

    .price-kitchen__caption_left {
        padding-right: 15px;
    }

    .price-kitchen__caption_left:first-child::before {
        height: 120px;
        top: -10px;
    }

    .price-kitchen__foto_mehanizmu, .price-kitchen__foto_podsvetka, .price-kitchen__foto_vitrazhi, .price-kitchen__foto_yaschiki {
        margin-top: 100px;
    }

    .price-kitchen__foto_petli {
        margin-top: 40px;
    }

    h2 {
        margin: 77px auto 27px;
        line-height: 30px;
    }

    .indicator__num {
        font-size: 52px;
        line-height: 42px;
    }

    .indicator__content {
        width: 200px;
    }

    .qustion-left {
        position: static;
        margin-top: 30px;
    }

    .footer .call-btn, .footer .phone-wrapper {
        display: block !important;
    }

    .footer .logo-title {
        display: none;
    }

    .footer__arrow {
        top: -100px;
    }

    .footer .call-btn, .footer .logo-mobile, .footer__copyright {
        margin-top: 20px;
    }

    .footer .phone-wrapper {
        padding-left: 0;
    }

    .questions {
        padding-bottom: 20px;
    }

    .calc__step-wrapper {
        min-height: 650px;
    }

    details summary {
        margin-top: 10px;
    }

    .why-mgt {
        margin-top: 75px;
    }

    .why__list:last-child {
        margin-bottom: 30px;
    }

    #thx {
        margin-left: -250px;
        width: 500px;
    }

    .about-slider .works-slider-left-arrow, .about-slider .works-slider-right-arrow {
        top: 55%;
        width: 25px !important;
        height: 40px;
        display: block !important;
    }
}

@media screen and (max-width: 576px) {
    .why__list {
        width: 60%
    }

    .menu-wrapper {
        margin-left: 0;
        margin-top: -5px;
    }

    .advant__cart {
        min-height: 115px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        /*-ms-flex-line-pack: center;*/
        align-content: center;
        text-align: center;
        margin: 0 auto;
    }

    .about__wrapper_tow {
        margin-top: 0;
    }

    .about__wrapper-text {
        font-size: 15px;
    }

    .about__wrapper_three::before {
        display: none;
    }

    .about-slider .about__wrapper {
        width: 100%;
        height: 350px;
        margin: 0;
        padding: 0;
    }

    .about-slider a {
        height: 350px;
    }

    .about-slider .about__wrapper img, .about-slider .about__wrapper::before {
        height: 100%
    }

    .about-slider .works-slider-left-arrow, .about-slider .works-slider-right-arrow {
        width: 15px;
        top: 55%;
        display: block !important;
    }

    .about__wrapper_tow::before {
        height: 100%
    }

    .about__wrapper-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calc-input-wrapper {
        margin: 5px;
    }

    .calc__step-wrapper {
        height: 100%
    }

    .calc__buttons {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 310px;
    }

    .calc__buttons > div {
        width: 100%
    }

    .calc__buttons .btn-red {
        width: 100%;
        margin-top: 20px;
    }

    .slider-desing-caption::before {
        width: 50px;
        height: 1px;
        left: -70px;
    }

    .slider-desing-caption::after {
        content: '';
        width: 50px;
        height: 1px;
        right: -70px;
    }

    .slider-desing-text {
        width: 100%
    }

    #clockdiv > div {
        margin-right: 12px;
    }

    .count {
        font-size: 52px;
    }

    .about__small-text {
        font-size: 14px;
    }

    .works-slider-left-arrow {
        left: 5px;
    }

    .works-slider-right-arrow {
        right: 5px;
    }

    .why h3 {
        width: 100%
    }

    .indicator__block, .progress {
        width: 100%
    }

    .price-kitchen__caption_left {
        font-size: 12px;
        padding-right: 10px;
    }

    .price-kitchen__caption_right {
        font-size: 12px;
        padding-left: 15px;
    }

    .about-slider {
        display: block !important;
    }

    .works__slider-b {
        margin-top: 5px;
    }

    .works__slider-b-rew-wrapper {
        margin-top: 0;
    }

    .works__slider-b-img {
        display: none !important;
    }

    .why-btn::before {
        font-size: 60px;
        left: -15px;
        top: 20px;
        width: 50%
    }

    .why-btn::after {
        top: 20px;
        font-size: 60px;
        width: 50%;
        right: 0;
    }

    #thx {
        margin-left: -145px;
        width: 290px;
    }

    .popup-form-call .header__form {
        padding: 10px;
    }

    .tendence__p {
        width: 100%
    }
}

@media screen and (max-width: 470px) {
    .header .header__h1 {
        font-size: 30px;
    }

    .header__offer {
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
    }

    .partner-arrow-r {
        right: 0;
    }

    .partner-arrow-l {
        left: 0;
    }

    .why-btn {
        width: 100%
    }

    .form__caption {
        font-size: 16px;
    }

    .bestworks .btn-red, .works .btn-red {
        width: 100%
    }

    .header__form {
        padding: 37px 10px 10px;
    }

    .why h2 {
        margin: 77px auto 0;
    }

    .tendenc .works-slider-right-arrow {
        right: -10px;
        top: 30%
    }

    .tendenc .works-slider-left-arrow {
        left: -10px;
        top: 30%
    }

    .footer .call-btn, .header .call-btn-mob {
        min-width: 210px !important;
    }
}

@media screen and (max-width: 380px) {
    .calc-input-wrapper {
        width: 100%
    }

    .calc-input-wrapper {
        margin: 5px 0;
    }

    .calc__buttons {
        width: 100%
    }

    .btn-red .btn-red-next-1 {
        margin-top: 0;
    }

    .calc__buttons {
        margin-top: 20px;
    }

    .calc-input-wrapper_uglovaya {
        background-color: #000;
        background-size: auto;
    }

    .calc-input-wrapper_pramaya {
        background: url(../img/pryamaya.png) 12px 12px no-repeat;
        background-color: #000;
        background-size: auto;
    }

    .calc-input-wrapper_p-obraznaya {
        background: url(../img/p-obraznaya.png) 12px 12px no-repeat;
        background-color: #000;
        background-size: auto;
    }

    .calc-input-wrapper_sostrovom {
        background: url(../img/s-ostrovom.png) 12px 12px no-repeat;
        background-color: #000;
    }

    .calc-input-wrapper_gtv {
        background: url(../img/GTV-logo.png) 12px center no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-color: #000;
        background-size: auto;
    }

    .calc-input-wrapper_blum {
        background: url(../img/logo-blum.png) 12px 12px no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-color: #000;
        background-size: auto;
    }

    .select-tehhik {
        width: 100%
    }

    .why-btn::after {
        width: 50%;
        top: 20px;
        right: 20px;
    }

    .why-btn::before {
        width: 50%;
        left: -10px;
        top: 20px;
    }

    .header .header__form {
        left: 0;
        margin-left: 0 !important;
        width: 100%
    }

    .email .header__form {
        left: 0;
        margin-left: 0 !important;
        width: 100%
    }

    .form__input {
        width: 100%
    }

    .why__item {
        text-align: left;
    }

    .why__list {
        width: 70%
    }

    .form__input {
        margin: 10px auto;
    }

    #popup-form-call .btn-red {
        margin-top: 10px;
    }

    #popup-form-bos .btn-red {
        margin-top: 10px;
    }

    h2 {
        font-size: 18px;
    }

    .price-kitchen__caption_left {
        text-align: right;
    }
}

@media screen and (max-width: 360px) {
    .btn-opas {
        width: 100% !important;
    }

    .works .btn-review {
        width: 100%
    }

    #review-btn {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 340px) {
    h2 {
        font-size: 20px;
    }
}

body {
    color: #fff;
    font-size: 18px;
}

body, html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

select {
    background: 0 0;
    border: none;
}

label {
    margin: 0;
    padding: 0;
}

a, a:active, a:focus, a:hover, a:visited {
    outline: 0 none !important;
}

a:hover {
    color: red;
}

button:focus {
    outline: 0;
}

button {
    outline: 0;
    text-align: center !important;
}

input {
    border: none;
    outline: 0;
}

input[button], input[submit] {
    outline: 0;
}

input[button]:focus, input[submit]:focus {
    outline: 0;
}

h3 {
    font-size: 18px;
    font-family: Roboto-bold, sans-serif;
}

ul {
    list-style-type: none;
    margin: 0;
}

div, img, span {
    outline: 0;
}

.form__input_email {
    display: none;
}

.dis-block {
    display: block !important;
    transition: all .5s ease;
}

.dis-none {
    display: none !important;
    transition: all .5s ease;
}

.btn-red {
    font-size: 14px;
    color: #fff;
    background: red;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .1em;
    border: none;
    height: 49px;
    font-family: Roboto-bold, sans-serif;
    transition: all .5s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-red:hover {
    background: #de0312;
}

.btn-opas {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    cursor: pointer;
    /*letter-spacing: .7px;*/
    background: 0 0;
    font-family: Roboto-bold, sans-serif;
    width: 305px;
    margin: 0 auto;
    letter-spacing: .1em;
    height: 49px;
    transition: all .5s ease;
    display: block;
}

.btn-opas:hover {
    transition: .4s;
    opacity: .9;
    background: red;
    border: 1px solid red;
}

.text-red-italic {
    color: red;
    font-family: Roboto-italic, sans-serif;
    font-weight: 900;
}

h2 {
    font-size: 30px;
    font-family: Roboto-bold, sans-serif;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .07em;
    text-align: center;
    margin: 77px auto 47px;
    display: inline;
    line-height: 45px;
}

h2:before {
    content: '';
    width: 22px;
    height: 26px;
    display: block;
    background: url(../img/figure-p.png) no-repeat;
    position: absolute;
    margin-left: -11px;
    margin-top: -7px;
}

button.slick-next, button.slick-prev {
    display: none !important;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, .91);
    overflow: hidden;
    display: none;
    z-index: 99999999;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 99999999;
}

#overlay, #overlay-bos, #overlay-reviewes, #overlay-subscribe {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 99999999;
}

#thx {
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    padding: 70px 30px;
    color: red;
    width: 600px;
    margin-top: -120px;
    top: 50%
}

.error {
    color: red;
    font-size: 14px;
    width: 100%;
    display: block;
}

#p_prldr {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fb3939;
    z-index: 99999999999;
}

.contpre small {
    font-size: 25px;
}

.contpre {
    width: 250px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 48%;
    margin-left: -125px;
    margin-top: -75px;
    color: #fff;
    font-size: 40px;
    letter-spacing: -2px;
    text-align: center;
    line-height: 35px;
}

#p_prldr .svg_anm {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(../img/oval.svg) center center no-repeat;
    background-size: 41px;
    margin: -16px 0 0 -16px;
}

.footer .logo-title {
    font-size: 11px;
}

.works__galery {
    justify-content: flex-start;
    overflow: hidden;
    margin: 5px 0px;
}

.works__galery a {
    margin-bottom: 7px;
}

.works__description-wrapper {
    padding: 10px 0 10px 10px;
}

.works__description {
    background: #000;
}

.bestworks .works__description .btn-red, .works .works__description .btn-red {
    position: absolute !important;
    bottom: 0px !important;
}

.slider-desing-img_taras {
    background-size: 125%;
}

.slider-desing-img_ulya {
    background: url(../img/desing_sanro.png) center center no-repeat;
    background-size: 102%;
}

.good__block_detskaya {
    background: url(../img/franke-tachnics.png) center center no-repeat;
    background-size: cover;
}

.vustavka_logo {
    background: #ffffff url(../img/logos/logo-sanro-new.png) center center no-repeat;
    background-size: 74% !important;
}

.works__slider-b-block a {
    color: red !important;
}

.good__link:before {
    background: rgba(0, 0, 0, 0.43);
}

.good__block:before {
    z-index: 9999;
}

.logo-wrapper {
    width: 110px;
}

.logo {
    width: 100%;
}

.logo-title {
    font-size: 8px;
    /*margin-left: 0px;*/
}

.footer {
    padding: 30px 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.works__img-58 {
    background: url(../img/58/1-1.png) no-repeat center center;
    background-size: cover
}

.works__img-59,
.works__img-50 {
    background: url(../img/59/1.jpg) no-repeat center center;
    background-size: cover
}

.works__slider-b-img-people_59 {
    background: url(../img/59/1-1.jpg) no-repeat center center;
    background-size: cover;
}

.works__slider-b-img-people_60 {
    background: url(../img/60/1-1.jpg) no-repeat center center;
    background-size: cover;
}

.works__img-60 {
    background: url("../img/60/img_0983 [1600x1200].jpg") no-repeat center center;
    background-size: cover;
}

.btn-red-green-site:hover {
    color: #ffffff !important;
}

#map-canvas {
    width: auto;
    height: 100%;
    margin-bottom: 20px;
}

.map-google {
    width: 100%;
    height: 500px;
    padding-bottom: 0px;
}

.link-nav {
    height: 20px;
}

label.toggle {
    position: relative;
}

.why__num {
    background: #f00;
    border-radius: 50%;
    border: 1px solid #717171;;
    min-width: 95px;
    box-shadow: 0 7px 15px #bbbaba;
}

/*stars*/
.starrating > input {
    display: none;
}

/* Remove radio buttons */

.starrating > label:before {
    content: ""; /* Star */
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.starrating > label {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: #222222;
    background: url("/img/icons/no-star.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.starrating > label.activ-star {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    color: #222222;
    background: url("/img/icons/star.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.starrating > label.noactiv-star {
    background: url("/img/icons/no-star.png");
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
}

.starrating > label:hover {
    cursor: pointer;
}

.starrating > input:checked ~ label {
    background: url("/img/icons/star.png") center center;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Set yellow color when star checked */

.starrating > input:hover ~ label {
    background: url("/img/icons/star.png") center center;
    width: 20px;
    height: 20px;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Set yellow color when star hover */
/*stars*/

/*rediz css*/
.work__block_left a {
    /* display: none; */
}

.work__block_left a:first-child {
    display: block;
}

.galery-wrapper-img:after, .works__galery-img {
    width: 100%;
    height: auto;
}

.galery-wrapper-img:after {
    height: 100%;
}

.galery-wrapper-img {
    max-height: 380px;
}

.works__description, .work__block_right {
    width: 100%;
    height: 100%;
}

.works-btn-desc {
    display: block;
}

.works__description {
    position: static;
}

.works__p {
    position: static;
    color: #ffffff;
    width: 100%;
    padding: 10px;
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto-bold, sans-serif;
}

.works__h4 {
    background: #fff;
}

.fancybox-content {
    padding: 0px !important;
}

form.js-form {
    padding: 37px 37px 10px;
}

.popup-form-call {
    height: 450px;
}

button.btn-red.btn-red_bos {
    width: 100%;
}

.bestworks .galery-wrapper-img {
    max-height: 100%;
}

.works__slider-top {
    height: auto;
}

.bestworks__slider {
    height: 1000px;
}

.fancybox-slide--html .fancybox-close-small {
    color: red !important;
    z-index: 999999;
}

.show-next:hover .show-next-block {
    display: block !important;
}

.advant__cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.advant__cart .advant__text {
    text-align: center;
}

.advant__img {
    margin-right: 0px;
    width: auto;
    height: 50px;
}

.advant__cart h3 {
    margin-top: 20px;
}

.advant__cart .advant__text {
    min-height: 54px;
}

.work__block_left a:first-child {
    max-height: 800px;
    overflow: hidden;
}

.works__slider-top .work__block_left .row .galery-wrapper-img {
    max-height: 200px;
}

.slick-dots li button:before {
    content: '';
    background: red;
}

ul.slick-dots {
    bottom: -45px;
}

.works__slider-b-img-people_61 {
    background: url(../img/61/1-1.jpg) no-repeat center center;
    background-size: cover;
}

.works__slider-b-text {
    max-height: 200px;
    overflow: hidden;
}

.works__slider-b-text:hover {
    overflow: visible;
    max-height: max-content;
    transition: 0.5s ease;
}

.calc__step-wrapper {
    height: auto;
    min-height: 550px;
    padding: 20px 40px 40px;
}
.work__block_left a[href='calck.php'] {
display: block !important;
}
.work__block_left a {
    display: none;
}

.calc__step-wrapper {
    background: #fff;
}

.calc-radio-style + label:after {
    content: '✓';
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .2s;
    color: red;
    font-size: 74px;
    text-align: center;
    width: 100%;
    height: 100%;
    font-weight: 900;
    left: 0px;
    border-radius: 0px;
    background: #00000073;
    border: 6px solid red;
}

.calc-input-wrapper_hpl {
    margin-top: 30px;
    background: url(../img/hpl-stoleshnica.jpg) center center no-repeat;
    background-color: #000;
    background-size: cover;
}

.calc-input-wrapper:hover::before {
    width: 100%;
    background: #000;
    opacity: 0.6;
}

.calc-radio-style + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: transparent;
}

.calc-radio-style + label:hover {
    cursor: pointer;
}

.top-menu__link {
    padding: 10px 20px;
    text-transform: uppercase;
}

.why__num:after,
.why__num:before {
    display: none;
}

.why__num:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    border-radius: 50%;
    border: 2px solid red;
    width: calc(20px + 100%);
    height: calc(20px + 100%);
    left: -10px;
    background: none;
}

.why__num {
    box-shadow: none;
}

.subscribe__form {
    padding: 35px;
}

.subscribe__form label {
    color: #000;
    display: block;
    text-align: left;
}

.subscribe__form .form__input {
    width: 100%;
    margin-top: 5px;
}

.email .header__form:before {
    left: 50%;
    top: 0px;
    margin-left: -35px;
    transform: rotate(90deg);
    width: 70px;
    height: 40px;
    background-size: cover;
}

.bestworks .works__description .btn-red, .works .works__description .btn-red {
    position: static;
}

.work__block_left {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.work__block_left a[data-type="ajax"],.work__block_left a button.btn-red.calc-btn {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.bestworks .btn-red, .works .btn-red {
    width: 100%;
}

.btn-red {
    min-height: 49px;
    display: flex;
}

.popup-form-call {
    height: auto !important;
    min-height: 300px;
}

#popup-form-review, form.js-form {
    padding: 37px 20px 20px;
}

form .form__input {
    min-height: 50px;
}
.button-calc button.why-btn:before,
.button-calc button.why-btn:after{
    display: none;
}
.button-calc {
    background-size: cover;
}
.top-menu {
    min-width: 300px;
    width: max-content;
}
.galery-wrapper-img:after {
    display: none;
}
.slick-dots {
    padding-block: 20px;
}
.bestworks__slider {
    height: auto;
    min-height: 400px;
}
.calc-input-wrapper_blum {
    background: url(../img/logo-blum.png) center center no-repeat;
    background-color: #000;
    background-size: 100%;
}
.header a[data-type='ajax']{
    text-align: center;
}
.logo-title {
    display: none;
}
/*rediz css*/

/*переключатель формы*/
.toggle {
    position: relative;
    display: block;
    width: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 36px;
    height: 9px;
    display: block;
    background: #9A9999;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.toggle span {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 11px;
    height: 11px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all 0.2s ease;
    cursor: pointer;
}

.toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -13px;
    width: 36px;
    height: 36px;
    background: #de06068a;
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}

#cbx:checked + .toggle:before {
    background: #727077;
}

#cbx:checked + .toggle span {
    background: red;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25);
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

#cbx:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all 0.4s ease;
}

.center {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
}

.subscrube-top {
    display: flex;
    justify-content: center;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 5px 0px 15px;
}

/*end переключатель формы*/
.header {
    background: url(/img/bg-header.jpg) no-repeat center top;
    padding-top: 19px;
    letter-spacing: 0.07em;
    background-size: cover;
    transition: all 3s ease;
    transition: 3s;
    position: relative;
}

.form__input_email {
    margin-top: 5px !important;
}

.form__input {
    margin: 10px auto;
}

.logo-title {
    font-size: 10px;
    color: #fff;
    margin-left: 0px;
    margin-top: 3px;
}

.call-btn {
    height: 35px !important;
    min-width: 170px;
}

.call-btn:hover {
    transition: 0.4s;
    opacity: 0.9;
}

.menu-title {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 19px;
    cursor: pointer;
}

.menu-wrapper:hover .menu-title {
    color: #f00;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Roboto', sans-serif;
}

.phone-wrapper img {
    margin-right: 5px;
}

.header__h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 0;
}

.header__offer {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.header-btn-opas {
    margin-top: 22px !important;
}

.header-arrow {
    padding-bottom: 20px;
    cursor: pointer;
}

.header .header__h1 {
    text-align: center;
    font-family: Roboto-black, sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 0;
}

.header .header__form {
    z-index: 99;
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -180px !important;
    transition: 1s ease all;
}

.header .header-arrow {
    position: relative;
    margin-top: 482px;
    padding-bottom: 20px;
}

/*// burger menu*/
.top-menu {
    background: #a41709;
    /*width: 300px;*/
    height: auto;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 0px;
    display: none;
}

.top-menu__list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 20px 0px;
    height: auto;
}

.top-menu__item {
    width: 100%;
}
.calc__width_radio{
    cursor: pointer;
}
.top-menu__link {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    min-height: 32px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    transition: 1s ease all;
}
.ui-slider-horizontal .ui-slider-handle {
    cursor: pointer !important;
}
.top-menu__link:hover {
    color: #f00;
    background: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.logo-mobile, .top-menu__item_mobile {
    display: none;
}

.phone a {
    color: #fff;
}

a#popup-form-call {
    display: block;
    width: 170px;
    margin-left: 17px;
}

.header .call-btn {
    min-width: 170px;
}

.header .form-btn {
    width: 100%;
}

.top-line {
    /*display: none;*/
}

.top-line h4 {
    background: red;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    padding: 7px;
    margin: 0;
}
.qustion-left {
    position: static !important;
}
#popup-form-bos .select-tehhik {
    margin: 0;
    padding: 10px 11px;
    font-size: 16px;
}
#calc_select{
    cursor: pointer;
    border-bottom: 1px solid;
    min-height: 50px;
}
.input-group{
    position: relative;
}

.input-group div{
    position: absolute;
    left: 0px;
    font-size: 18px;
    color: #000;
    top: 14px;
}

.phone-wrapper-input{
    position: relative;
}
.calc__step-input-wrapper .phone-wrapper-input:before{
    top: 22px;
}
.phone-wrapper-input:before{
    content: '+38';
    display: block;
    position: absolute;
    left: 10px;
    top: 12px;
    color: #000000;
}
form textarea{
    padding: 15px;
    min-height: 120px;
    margin-top: 10px;
}
form input.form__input{
    width: 100%;
}
.phone-wrapper-input input{
    padding-left: 50px !important;
    min-height: 50px;
    font-size: 19px;
}

#popupCall .phone-wrapper-input,
#popup-form-bos .phone-wrapper-input,
#popup-form-call .phone-wrapper-input,
#popup-form-review .phone-wrapper-input{
    min-height: 50px;

}
#popupCall .phone-wrapper-input span,
#popup-form-bos .phone-wrapper-input span,
#popup-form-call .phone-wrapper-input span,
#popup-form-review .phone-wrapper-input span {
    border-bottom: none;
    margin-top: 0;
}
#popupCall .phone-wrapper-input input,
#popup-form-bos .phone-wrapper-input input,
#popup-form-call .phone-wrapper-input input,
#popup-form-review .phone-wrapper-input input{
    border-bottom: none;
    width: 100%;
}

@media screen and (max-width: 996px) {
    .slider-desing-text {
        max-width: 100%;
    }
    .bestworks__slider {
        height: 770px;
    }
    .advant__cart {
        width: 100%;
        margin: 0px auto;
        height: auto;
    }
    .calc__step_3 p {
        margin-bottom: 12px;
    }
}

    @media screen and (max-width: 767px) {
        .works__description, .works__galery, .works__p {
             display: block;
        }
        .bestworks__slider {
            height: 600px;
        }
        .bestworks__slider ul.slick-dots {
            bottom: 0;
        }

    .bestworks .works__description .btn-red, .works .works__description .btn-red {
        position: static !important;
    }

    .logo-wrapper {
        width: 100px;
    }

    .logo {
        display: block;
    }

    .logo-title {
        display: none;
    }
        .bestworks .works__slider-top .work__block_left .row .galery-wrapper-img {
            max-height: 130px;
            overflow: hidden;
        }
        .works__description, .work__block_right {
            border-top: 5px dashed red;
        }
}

@media screen and (max-width: 576px) {
    .partner a.galery{
        width: 100%;
        display: block;
    }
    .partner a.galery img{
        width: 100%;
        max-height: initial;
    }
    .header__form.subscribe__form{
        display: block;
    }
    .phone-wrapper {
        width: auto;
        padding: 0px;
    }

    .footer .logo-wrapper {
        margin: 0px auto;
        margin-top: 20px;
    }

    .logo-wrapper {
        width: 85px;
    }

    .footer__arrow {
        top: -114px;
        width: 32px;
    }

    .header {
        padding-bottom: 30px;
    }

    .header .header__h1 {
        margin-top: 35px;
    }

    .header .header__form {
        display: none;
    }

    .row-offer {
        position: absolute;
        top: 50%;
        min-height: 200px;
        margin-top: -100px;
        width: 100%;
    }

    .header {
        min-height: 350px;
        height: 100vh;
    }

    h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .progress {
        height: 2rem;
    }
    .popup-form-bos-wrapper, .popup-form-call {
        width: auto !important;
        min-width: 300px !important;
    }
    .form__caption {
        padding-right: 20px;
    }
    .calc-input-wrapper {
        width: 100%;
        min-width: 250px;
    }
}

@media screen and (max-width: 450px) {
    .bestworks__slider {
        height: 530px;
    }

}
@media screen and (max-width: 420px) {
    .bestworks__slider {
        height: auto;
    }
    .btn-red {
        height: auto;
        padding: 5px;
        text-align: center;
    }
    .calc__step {
        min-width: 25px;
    }

}