@font-face {
    font-family: "PFBeauSansPro";
    src:url("../fonts/pfbeausanspro-reg.woff") format("woff"), url("../fonts/pfbeausanspro-reg.ttf") format("truetype");
    font-display: block;
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PFBeauSansPro";
    src:url("../fonts/pfbeausanspro-bold.woff") format("woff"), url("../fonts/pfbeausanspro-bold.ttf") format("truetype");
    font-display: block;
    font-style: normal;
    font-weight: bold;
}

*, ::after, ::before {
    box-sizing: border-box;
}
:focus {
    outline: none;
}
body {
    min-width: 320px;
    margin: 0;
    font-family: "PFBeauSansPro";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
}
.object-fit-cover {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
}
.no-scroll {
    position: fixed !important;
    left: 0;
    right: 0;
}
.page-block {
    position: relative;
}
.page-block:before {
    position: absolute;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

strong {
    font-weight: bold;
}

a { text-decoration: underline; color: #313131; }
a, button {
    outline: none;
}
.main-text-a { cursor: pointer; text-decoration: underline; color: #787878; font-weight: bold; transition: .5s; }
.main-text-a:hover { color: #B22432; text-decoration: none; }
a:hover { color: #787878; }

.logo-1 {
	width: 254px;
	height: auto;
	margin-top: -10px;
	margin-bottom: -10px;
	max-width: 100%;
}

/*главый контейнер*/
.container-fluid {
    position: relative;
    margin: 0;
    padding: 0 80px;
}

/*изображение на главном модуле*/
.main-img {
    position: absolute;
    width: 1390px;
    height: 700px;
    left: 530px;
    top: 120px;
    background: url("../img/main1920.jpg") no-repeat;
    background-size: auto 100%;
    overflow-x: hidden;
    border-radius: 20px 0px 0px 20px;
    background-size: contain;
}
.dark-main-img  {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: 0;
    border-radius: 20px 0px 0px 20px;
    transition: .5s linear;
}
.light-main-img {
    position: absolute;
    z-index: 1;
    width: 695px;
    height: 700px;
    left: 530px;
    top: 120px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99.65%);
}
/*Название главного модуля*/
.main-title {
    position: absolute;
    z-index: 2;
    width: 760px;
    height: 172px;
    left: 80px;
    top: 118px;
    font-weight: bold;
    font-size: 72px;
    line-height: 86px;
}
/*кнопка на главном модуле*/
.main-btn {
    position: absolute;
    cursor: pointer;
    width: 410px;
    height: 80px;
    left: 80px;
    top: 490px;
    padding-top: 31px;
    background: #B22432;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    transition: .5s linear;
}
.main-btn:hover { background: #D21F39; }
/*текс на главном модуле*/
.main-text {
    position: absolute;
    width: 410px;
    height: 72px;
    left: 80px;
    top: 630px;
}
/*плюсики*/
.circle-plus {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border: 2px solid #FDB73B;
    border-radius: 50%;
    transition: .5s linear;
}
.horizontal-line {
    position: absolute;
    width: 24px;
    height: 4px;
    background: #B22432;
    border-radius: 5px;
    margin: 26px 16px;
    transition-property: background;
    transition-duration: 1s;
    transition: .5s linear;
}
.vertical-line {
    width: 4px;
    height: 24px;
    background: #B22432;
    border-radius: 5px;
    margin: 16px 26px;
    transition: .5s linear;
}
.circle-plus-1, .wrapper-circle-plus-1 {
    position: absolute;
    z-index: 3;
    left: 261px;
    top: 390px;
}
.circle-plus-2, .wrapper-circle-plus-2 {
    position: absolute;
    z-index: 3;
    left: 486px;
    top: 226px;
}
.circle-plus-3, .wrapper-circle-plus-3 {
    position: absolute;
    z-index: 3;
    left: 782px;
    top: 561px;
}
.circle-plus-4, .wrapper-circle-plus-4 {
    position: absolute;
    z-index: 3;
    left: 1041px;
    top: 133px;
}
.circle-plus-5, .wrapper-circle-plus-5 {
    position: absolute;
    z-index: 3;
    right: 229px;
    top: 480px;
}
.wrapper-circle-plus {
    z-index: 5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 2px solid #FDB73B;
    transition: transform 1s;
}
.wrapper-circle-plus:hover ~ .dark-main-img {
    opacity: .2;
}
.wrapper-circle-plus:hover {
    transform: scale(1.3);
}
.wrapper-circle-plus:hover + .circle-plus {
    background: #FDB73B;
}
.wrapper-circle-plus:hover + .circle-plus .horizontal-line {
    background: #fff;
}
.wrapper-circle-plus:hover + .circle-plus .vertical-line {
    background: #fff;
}
/*подсказка на плюсиках*/
.main-prompt {
    z-index: 5;
    position: absolute;
    width: 240px;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}
.main-prompt-active {
    opacity: 1;
    visibility: visible;
}
/*overlay_popup*/
.overlay_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100002;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .2;
}
.overlay_popup_like_design {
    display: none;
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .2;
}
.popup {
    /*popups-design-main*/
    position: fixed;
    z-index: 100003;
    overflow: auto;
    overflow-x: hidden;
    width: 48.96%;
    height: 100%;
    top: 0;
    right: 0;
    background: #fff;
    padding-left: 40px;
    background-clip: content-box;
    box-sizing: content-box;
}
.popup-i-love,
.popup-test {
    z-index: 100001;
}
.popup-close {
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-right: 0;
    margin-left: auto;
    background: url("../img/close-popup.png") no-repeat;
}
.popup-close:hover {
    background: url("../img/close-popup-hover.png") no-repeat;
}
.close-like-design {
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    background: url("../img/close-popup.png") no-repeat;
}
.close-like-design:hover {
    background: url("../img/close-popup-hover.png") no-repeat;
}
/* slide left/right */
.menu-popup { transform:translateX(100%); transition: .5s; }
.active-menu-popup { transform:translateX(0); transition: .5s; }

.popup { transform:translateX(100%); transition: transform .5s; }
.active-popup { transform:translateX(0); }
.popup-title {
    position: relative;
    z-index: 11;
    margin-top: 40px;
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
}
.popup-text {
    margin-top: 40px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.14px;
}
.form-popup {
    position: relative;
    margin-top: 60px;
}
.form-popup::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: -120px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
.form-popup::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: calc(50% - 35px);
    top: calc(50% - 35px + 60px);
    width: 70px;
    height: 70px;
    border: 3px solid #c4c4c4;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    animation: rotate 1.2s linear infinite;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
}
#form-test.form-popup::after {
    top: calc(50% - 35px);
}
.form-popup-loader::before,
.form-popup-loader::after {
    opacity: 1;
    visibility: visible;
}
.form-popup__verify {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.input-popup + .form-popup__verify {
    display: block;
}
.form-popup__code {
    flex-shrink: 0;
}
.form-popup__info {
    flex-shrink: 1;
    padding-left: 28px;
    font-size: 14px;
}
.input-popup + .form-popup__verify .form-popup__info {
    width: 47.55%;
    padding-left: 0;
    margin-top: 15px;
}
.form-popup__bad {
    font-size: 15px;
    color: red;
}
.input-popup {
    display: inline-block;
    position: relative;
    width: 47.6%;
}
.input-popup-field {
    padding: 0 60px 0 60px;
    width: 100%;
    height: 80px;
    border: 1px solid #B7B7B7;
    box-sizing: border-box;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    -webkit-appearance: none;
    appearance: none;
    outline:none;
    transition: .5s border-color;
}
.input-popup-field::-ms-clear {
    display: none;
} 
.input-popup-field::-ms-reveal {
    display: none;
}
.input-popup-field:hover {
    border: 1px solid #000;
}
.input-popup-field:focus {
    border: 1px solid #000;
}
.input-popup-field[type="number"] {
    -moz-appearance:textfield;
}
.input-popup-field::-webkit-outer-spin-button,
.input-popup-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.input-popup-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 60px 0 60px;
    width: 100%;
    height: 80px;
    font-weight: bold;
    font-size: 16px;
    line-height: 80px;
    color: #787878;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 40px;
    cursor: text;
    transition: .2s;
    pointer-events: none;
    touch-action: none;
}

.input-popup-active .input-popup-placeholder {
    top: -20px;
    font-size: 12px;
}

.popup-free-design__name {
    margin-right: 20px;
}
.popup-free-design__email {
    margin-right: 20px;
    margin-top: 30px;
}
.popup-label-checkbox {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    width: 47%;
    height: 80px;
}

.answer_image .popup-label-checkbox {
    height: auto;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    width: 100%;
    transition: .5s border-color;
}

.w-100 {
    width: 100% !important;
}

.image_for_answer img {
    width: 100%;
    height: auto;
}

.form-input {
    display: block;
    position: relative;
    margin-top: 30px;
}

.answer_radio .questions-label {
    width: 100%;
}

.text-checkbox {
    margin-left: 20px;
    font-size: 16px;
    line-height: 19px;
}

.answer_image .text-checkbox {
    margin-left: 0;
    padding: 10px 5px;
    display: block;
}

.answer_image .desc-checkbox {
    font-size: 12px;
    font-weight: 300;
    display: block;
    padding: 0 7px 10px;
    line-height: normal;
}

.answer_image label {
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.text-checkbox a { font-weight: 300; color: #000; }

.checkbox-popup {
    display: none;
}
.fake-checkbox {
    flex-shrink: 0;
    transition: .5s border-color;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #B7B7B7;
    border-radius: 40px;
    position: relative;
}
.fake-checkbox::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 40px;
    background: #FDB73B;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: .3s;
}

.image.fake-checkbox::before {
    display: block;
    background-size: 100% 100%;
    content: "";
    color: white;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    margin: 0.5%;
    z-index: 1;
    text-align: center;
    transition-duration: 300ms;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzQ2LjM4NCkiPjxwYXRoIGQ9Ik0zMiAzNDYuMzg0YTMyIDMyIDAgMCAwLTMyIDMyIDMyIDMyIDAgMCAwIDMyIDMyIDMyIDMyIDAgMCAwIDMyLTMyIDMyIDMyIDAgMCAwLTMyLTMyem0yMS4yNTYgMTAuMzI3bC0yNC40NiA0MC44OTNMOS41IDM3NS4yMTNsMTcuNjkzIDkuNjA1IDI2LjA2LTI4LjEwN3oiIGZpbGw9IiNjODAwMDAiIGZpbGwtb3BhY2l0eT0iLjc4NCIvPjxwYXRoIGQ9Ik05LjUwMiAzNzUuMjEzbDE5LjI5NCAyMi4zOSAyNC40Ni00MC44OTMtMjYuMDYgMjguMTA3eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    width: 50px;
    height: 50px;
    top: -10.5%;
    left: -10.5%;
    transform: scale(0);
}

.checkbox-popup:checked + .fake-checkbox::before {
    opacity: 1;
}

.checkbox-popup:checked + .image.fake-checkbox::before {
    transform: scale(1);
}

.fake-checkbox:hover {
    border: 1px solid #000;
}
.popup-label-checkbox:hover .fake-checkbox {
    border: 1px solid #000;
}

.answer_image .popup-label-checkbox .fake-checkbox {
    border: none;
}

.answer_image .popup-label-checkbox:hover .fake-checkbox {
    border: none;
}

.fake-checkbox.image {
    width: 100%;
    border-radius: 4px 4px 0 0 ;
    background-size: contain;
    padding-bottom: 100%;
}

.question_block.quest_image {
    max-width: 180px;
}

.btn-popup-free-design {
    position: relative;
    cursor: pointer;
    width: 47.6%;
    height: 80px;
    padding-top: 31px;
    background: #B22432;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}
.btn-popup-free-design:hover { background: #D21F39; }
/*popup-record-salon*/
.popup-record-salon {
    display: block;
}
.popup-record-salon .input-popup {
    width: 47.55%;
}
.popup-record-salon__name {
    margin-right: 20px;
}
/*popup-plus*/
.popup-plus {
    display: block;
    position: fixed;
}
.popup-plus .btn-popup-free-design {
    width: 271px;
    /* margin-bottom: 20px; */
}
.popup-title-plus {
    margin-bottom: -65px;
}
.popup-plus-img {
    position: relative;
    margin-top: 40px;
    margin-left: -120px;
    margin-right: -80px;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
}
.popup-plus-img img {
    display: block;
    width: 100%;
}
.popup-plus-img-light {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 230px;
    left: 0;
    top: 0;
    border-radius: 20px 0px 0px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99.65%);
}
.section-1 {
    position: relative;
    background: #000;
}

.region-mobile { display: none; }
.h2-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 72px;
    padding-left: 0;
}


#compact-down .col-md-3:nth-child(3) .wrapper-card-img { max-height: 380px; }
.popup-plus-img + .popup-title { font-size: 36px; }
.popup-plus-img + .popup-title + .popup-text { margin-top: 12px; }
.popup-plus-img + .popup-title + .popup-text + .form-popup { margin-top: 40px; }

.btn { 
	display: block;
	text-decoration: none;
	cursor: pointer;
    width: 410px;
    height: 80px;
    padding: 31px 0;
    background: #B22432;
    border-radius: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff;
    transition: .5s linear;
}

a.btn:hover {
	color: #fff;
    background: #D21F39;
}

.m-top-80 {
    margin-top: 80px;
}

.kitchen-test .h2-title { margin-bottom: 60px; }
.kitchen-test .img-test { width: 100%; }
.js-open-popup-test {
    text-decoration: none;
}
.test-btn { width: 100%; margin-top: 58px; }

.popup-test { position: fixed; width: 100% !important; margin-top: 0; }
.popup-test.container-fluid {
    overflow: hidden;
}
.test-title { font-weight: bold; font-size: 36px; line-height: 43px; padding-top: 10px; }
.test-about-kitchen {
    font-size: 24px;
    line-height: 29px;
}
.popup-label-checkbox:hover { cursor: pointer; }
.answer_image .popup-label-checkbox:hover {
    border-color: #FDB73B;
}
.popup-test .popup-title { margin-top: 50px; }
.question-step {
    margin-top: 15px;
}
.popup-test .btn-popup-test {
    width: 100%;
    min-width: 230px;
    margin-top: 38px;
    background: #FFFFFF;
    border: 1px dashed #505050;
    box-sizing: border-box;
    border-radius: 40px;
    height: 80px;

    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding-top: 31px;
    transition: .5s linear;
}
.btn-popup-test:hover {
    color: #fff;
    background: #D21F39;
    border: none;
}
.popup-test .popup-label-checkbox:hover .text-checkbox { color: #B22432; }
.popup-test .popup-label-checkbox:hover .fake-checkbox.radio { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADvSURBVHgBpVOxDYNADPSbAtFlBDYII4SSCtgkGwAbJJMAoqBMRmCDMEI6RAPxoRAhFEX/n2uwH/v+bN0r2qFpmpPjOLFSKpHUx9k8z53knYRFFEX9tl6tQVmWB8/zMik+0w8I0WUYhiJN0+eHAM2u697kZ0AagKJxHEOQMA5ws27zW0WAniVu29aX74PsEEJBRpaYpilhmUdb+h7MHLPJ7F/gM/0JEPRkCZgLO6jJEvADdlCRPQoWb9+F6UqGQA/exbJEsWUOOQbNsHKOeCGAp+FtHSWoWd8BcrUvgLWlKJfwuPFIL66rxTgVRt7WvwDunHA3GytNqQAAAABJRU5ErkJggg==') center no-repeat; }
.popup-test  .checkbox-popup:checked + .fake-checkbox + .text-checkbox { color: #B22432; }

.head_popup {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.test-img img {
    width: 100%;
    height: auto;
    position: relative;
    top: -9px;
    max-width: 370px;
    border-radius: 20px;
}

.quiz_image_description {
    width: 100%;
    max-width: 370px;
}

.main-header { font-size: 14px; line-height: 17px; padding: 30px 0 25px; }
.menu-item { text-decoration: none; color: #000; text-transform: uppercase; margin: 0 3.3% 0 0; font-weight: bold; }
.ph-number { font-weight: bold; font-size: 30px; line-height: 36px; text-decoration: none !important; }
.header-but { display: none; }
.region { padding: 6px 0 19px; }
.region span { font-weight: bold; }
.call-di { padding: 6px 0; }
.ph-number { padding: 0 11px 0 14px;}
.call-free { font-size: 12px; line-height: 14px; max-width: 74px; color: #787878; word-break: normal; }
.dn { display: none !important; }
.footer.container-fluid { font-size: 14px; line-height: 17px;  padding-top: 73px; padding-bottom: 80px; }
.factory { font-size: 16px; line-height: 19px; padding: 38px 0 0; }
.footer .logo { position: relative; top: 6px; }
.footer a {color: #787878; font-weight: normal; text-decoration: underline; }
.footer a {color: #787878; font-weight: normal; text-decoration: underline; }
.base-service.container-fluid { margin: 88px 0 58px; padding-top: 88px; padding-bottom: 142px; }
.base-service::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 88px);
    background: #F0F0F0;
}

.wrapper-card-items { transition:  all .5s, z-index 0s; }
.wrapper-card-items:hover { z-index: 2; transform: translateY(-20px); }
.wrapper-card-items:hover .card-title { color: #D21F39; }
.footer .col-sm-3:first-child { padding-left: 0; }

.base-service .wrapper-card-items:hover .card-item .wrapper-card-text .card-title{
    color: #D21F39;
}

.bs-items.wrapper-card-items .card-item  {
    position: relative;
    z-index: 1;
    padding: 60px 30px 0;
    cursor: default;
    background-clip: content-box;
    transition: .5s;
}
.bs-items.wrapper-card-items .card-item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: white;
    border-radius: 20px;
}
.bs-items.wrapper-card-items .card-item:hover {
    background: none;
}
.base-service .title-free-steps {
    margin-top: -40px;
}
.card-item.popup-i-btn-1:hover {
    color: black;
}

/*.wrapper-flamp { max-height: 600px; }*/
.reviews { margin: 140px 0 60px; }
.reviews-flamp img { width: 100%; }
.sc-title { font-size: 36px; line-height: 43px;     padding: 0 0 59px; }
.sc-vk:before { transition: .5s; border-radius: 50%; content: ""; padding: 10px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAMCAYAAACNzvbFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAF5SURBVHgBlZNLUsJAEIa7Ow+LHUfIEWSnRqvCxiqyghPIDeQGyAnAEwgnADeEnViKuuQIuYHs5JGZdkJIGCBC+VclVZNMf/PNC8XI/QaGIiQJaW6VsDaexY3l8LJhILVBC7Osmf7nIG1Hw5sqosj6sIQWIcNUq3HE2cJLG9birAsIMx0qGYt6OwGikz5MFJKQ/Kp3IqT7rEAZs5TP8Eei4KqewLJ0rcr7mMyl3dFtGMBbBdcenAgHFw4CNLfKMFuCaCViykYKftQLDOb2SSgbfd1SqLUsVL7CNTR+HdginPPIzQUbpNY9cJ/iPpkk8sD2J52t9CbJLsq+DiDgB2as6oB8690TgfrPKHC76sMd/D+hWs/yzvTTGHOrocYNj1WrQcfM0Nv77NhgvPyozTuAxptGIMvHwJHknulP6sxU2zvDazD3vSIdmKgp0Nwu5djsxPTfBoK4vA+GwqpJeQWxcWyjLsYGvjFXAFQ3Ju1n335M12BtZhKg/gv2OKsblgqqjAAAAABJRU5ErkJggg==') center no-repeat; }
.sc-inst:before { transition: .5s; border-radius: 50%; content: ""; padding: 10px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGNSURBVHgBpVNNTsJQEJ55r1R3cgP1BrgzxUS2ZaOcwHgDPAFwArmB9Qa40CauagLGnfUE9gjdGQvvjW9aSmopkuIkzUzm5+s3b2YweXZa1gLvCKEFu0mkNPVQ+c4nAB7BPwQRQlEXRBHcSHeG/AlQx+wjgpaAmoKI4cp236Lcrg9Eqlnlt/4qIoCANL2kAALPEaAjBF7NH510MMY+3AqkAUcNdzos+ub+2VAQDISAy3J+sTWPAIOcSRmEhX2GVZqz1N4akJnCNWmdtqFJP8BGpnTP2uzOB9dUMeLfNGGLaKI0x7zPQdH/C4iAItYWiotNQHksH0IlUON7zzOsYvNGHfKdQRmEfRxjey50UIyZE2kTG7yprJOndl8i3C7jkaE5SRMZfHmPxYnm9Wvjt7uz8cJ3YlM4SM8HoZ+1naLFSsPI7k7H5brKPbLcV4/800CB6JDOWJjDCuWXPZG9IK6qWbWmdHKiElmZtEmkrZpS2O8ZI4LQUG6xQ+5DTZG5EQllkVmqbOw7iSGiJPV+ALRtmwYq61kHAAAAAElFTkSuQmCC') center no-repeat; }
.sc-fb:before { transition: .5s; border-radius: 50%; content: ""; padding: 10px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACySURBVHgB7ZGxEcIwDEWlXMIcXgNckBoaRoAJYBOOCViBznRQ0dCYDcIEUHPgj3MHPjkkuUDN7770/C1bTDXCtj8HkgmIclEt+BPUSwda1IVE8N0Mpky8pgal8UkeRh5kHWPVAJOCvAm3WW90tG+fUIsyyi7St8JV8cNo8SDkvqRCk7EB+PrqFSWMLqke2nceAw6ntIwXU6kKEnr+p2y0FGf0Tq44cVA8PpyDpy/0h3+Gn7nLO2OUwvJiAAAAAElFTkSuQmCC') center no-repeat; }
.sc-telegram:before { transition: .5s; border-radius: 50%; content: ""; padding: 10px; background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAABuUlEQVQ4jc2Sv2/McRjHX8/zvQtJUST9A7p0ETRdVO+CXBruqMnAIEIqJIQbzJIGi7kb/gISS1GdDHoXBncdkBgIi8Qg7WA5uXvelvvRXr7KmTzTk8/zPK/n/Xnngf8t7F+GNIe3JqdOenBR5p+S0nI5MxDgSX5XuGbDuGJiVAag9wB/BdLz3J4Q1wKdBYaAn52aYZuDNIc3J/OFJKIc4gQ9G+qAA/sBhGqpID07sCM8eyGkskujsq6NApsHbQEudx6D2AjS0/xYOFcDzSIN9fG/y+28BePA7fWFTDZWaEuktZi7H64PoOttD3oK4aWrOY5iBHSrb8FXm379rQvC2J5iU4DuJFuzhZZl9pnsHn3nYli9kztAUqycccUEprvAZ4y1II4mpepNGo0Jg4ek+UnUe9D+ojAt5pbsx9oM23YPh8U7YCRFMYJTmVLlce9r6+UakvGiObzzcLjO/Q4CkNCqdfLUO3LXAmGXgCPtp0hZukrx1ZfuTBrIjlXfAodAe0E1l8YMHm3ogRUztCmo3fnAYMEzjYIdr360YuU06AbQBBC86QMPFlo6OBUtn/aweZtZXh10/o/xC2B3pGCZNywrAAAAAElFTkSuQmCC') center no-repeat; }
.reviews-soc a { display: inline-block;
    padding:  30px 32px;
    border: 1px dashed #505050;
    margin: 0 10px 20px 0;
    border-radius: 50%;
    transition: .5s;
}
.reviews-soc a:last-child { margin-right: 0 !important; }
.reviews-soc a:hover { background-color: #D21F39; border: none; border: 1px solid #D21F39; }
.reviews-soc .sc-vk:hover:before { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAMCAYAAACNzvbFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADWSURBVHgBjVILEYMwDC0oQAISkIAEJOBgc7BNATcFqwNuCtgUTELnoHOQpSzcSkha3l2uJfR9+jEA4OEPh1UZAs6PsEVnIoRv4i3Vh+akkYIBM4WZtBZ17H9bYv9p1jgsk6IoPjjcjQIyqKOWRc5DS9NGRCslxbFmKYPGbFBSmisLMZg8RpbyglrveBtS2kFJesa6sd4o2sLvFjlOWC/Io1P3I6TaCwd0npJoBdsnwjEp5i4lXGeE++i4vCBcpRLblCita0C54NQZNyTuiBAEWmGNi0T9F7XIVrYLcA2iAAAAAElFTkSuQmCC') center no-repeat; }
.reviews-soc .sc-inst:hover:before { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD3SURBVHgBpVPREYIwDE09/2UDGQEn0A0cQUZgA9lAN3AFN0AmgA1gA9igJpp4IVoUfHfvyKUvjzRtwXufICs/Hw15OAoAIIb/UIOfjkyqMY4luYDpqCVwzrUSzzGKPiWXMI4bsuR4i9whDzRczq1fypFZ5NaVciGxNrogC46LUItawzVDI/PHbMQoZc1Z78gOO4LvEM1KJ61Ry989hCFr5SBrthYhO04drQPl1EzjQb024oVMiRvkianfY/7WiDXixZRNLDp7ELLgxASvuzOCGJ4XUC4fPY0rynpr9KhX3WyQPUwDnWAlRpX661y01FoSmMevoENI7khrDRV3EGC+AAAAAElFTkSuQmCC') center no-repeat; }
.reviews-soc .sc-fb:hover:before { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB8SURBVHgB7ZBRDYAwDEQLmQ+QgAOs4AApgAKkDAlDAXMADkpJ+OjKtqR87yVN1tyluxxABEQcaSyGHDHjhAmkccAMRhzuxe5oFkhkteJYx/Ua8pwac4Chr1a2t0KfSb/et68+laTZNDH2pzqficE1FyiR6hquq9oo5t/mGyoXi18+L2TVAAAAAElFTkSuQmCC') center no-repeat; }
.reviews-soc .sc-telegram:hover:before { background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAABHElEQVQ4jd3SvyuFURzH8e9zkw0ZbhabspCyGCwKZVHKf2BXShYlC4MyMYn/gI3NQNn9SFmZLBLLXST3ZTk3T4/nXr82n+XpPOf7fX8/n3NOxL8QKpjBEbZ+A+jGEm596OYngAHsoJaaX3Kgg+/Yn0z267nGC1zl1svNAJ1YKNiXYFvJWV5TRUB/Kqz5rEdMY6VkrycP2SspaOgMvZgrRIT7BqOSvh0lKesRsR4R4xExFBG7EZEVai7LzmYYG7jDMybS/5EmcWGt1W1lOEY7qnhoEXu20ddWBGVZBqcRMZYiVZtOjbhosReBQWzjOk1+K3HzhOKZlcIaj+4cfdgvgE6+hCTQPA7RldYZFvGaQJvfArUYMIpVdP8J1Ezvdg3kJul7PzwAAAAASUVORK5CYII=') center no-repeat; }
.wrapper-offers #compact-down {
    top: -83px;
    position: relative;
}

.reviews-soc-center {
    float: none !important;
    margin: 0 auto;
}

.kitchen-test {
    padding-top: 71px;
    margin-top: 72px;
}
.bsi-2 .card-title, .bsi-3 .card-title { display: block; margin-top: -5px; font-size: 29px; line-height: 36px; }
.blog { margin-top: 20px; padding-top: 80px; }
.base-service .wrapper-card-text {
    padding-left: 0;
}
.base-service .card-text {
    margin-top: 40px;
}
.bs-sub-title { margin-top: 60px; }
.kitchen-test .wrapper-card-items:hover { cursor: default; transform: none; }
.footer .header-phone { margin-bottom: 31px; }
.footer .header-phone + div, .footer .header-phone + div + div { margin-bottom: 10px; }
.copy { padding-top: 17px; }
.copy a { text-transform: uppercase; }
.popup-test .row  { padding: 43px 0 10px; }
.popup-test .popup-text {
    margin-bottom: 40px !important;
}
.popup-test .input-popup {
    margin-bottom: 0 !important;
}
.test-progress-line.row {
    padding: 0;
    margin: 100px -47px 60px;
}
.test-progress-line .tpl {
    height: 4px;
    border-radius: 5px;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}
.tpl span {
    background: #B7B7B7;
    border-radius: 5px; display: block;
    height: 4px;
}

.tpl span.active { background-color: #FDB73B; }

/*updeted first-modul main*/
#updeted-main-modul { margin-right: 0; padding-right: 0; overflow: hidden; }
.updeted-main-title { z-index: 2; margin-top: 118px; font-weight: bold; font-size: 72px; line-height: 86px; padding: 0; white-space: pre; }

.updeted-btn-main {
    flex-basis: auto;
    transition: .5s;
    cursor: pointer;
    background: #B22432;
    border-radius: 40px;
    text-align: center;
    max-width: 94%;
    margin-top: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    height: 80px;
    line-height: 80px;
    display: block;
    text-decoration: none;
}

.updeted-btn-main:hover { background: #D21F39; color: #fff; }
.updeted-main-text { margin-top: 60px;     padding-left: 0; }
.updeted-main-img { flex-basis: auto !important; padding: 0; background: url('../img/main1920.jpg') center no-repeat; border-radius: 20px 0 0 20px; height: 700px; background-size: cover !important;}
.updeted-main-img::before { position: absolute; left: 0; content: ""; z-index: 1; background: linear-gradient(90deg, rgba(255,255,255, .5) 0%, rgba(244,244,244,0) 50%); height: 100%;}
.updeted-plus { cursor: pointer; z-index: 5; position: absolute; width: 60px; height: 60px; border-radius: 50%; background: #FFFFFF; box-sizing: border-box; border: 1px solid #FDB73B; }
.updeted-plus-in { width: 100%; height: 100%; }
.updeted-horizontal-line {transition: .5s; border-radius: 2px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 24px; height: 4px; background: #B22432; }
.updeted-vertical-line { transition: .5s; border-radius: 2px; z-index: 2; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 4px; height: 24px; background: #B22432; }
.updeted-plus-wrapper { z-index: 9; transition: .5s; width: 100%; height: 100%; border-radius: 50%; border: 2px solid #FDB73B;  box-sizing: border-box; }
.updeted-plus:hover { background: #FDB73B; }
.updeted-plus:hover .updeted-plus-wrapper { transform: scale(1.3); }
.updeted-plus:hover .updeted-vertical-line, .updeted-plus:hover .updeted-horizontal-line { background: #fff; }
.updeted-plus:hover { background: #FDB73B; }
.updeted-dark-img { left: 0; top: 0; position: absolute; visibility: hidden; opacity: 0; z-index: 2; width: 100%; height: 100%; border-radius: 20px 0 0 20px;  background: rgba(0, 0, 0, 0.2 ); transition: .5s }
.updeted-dark-img-active {
    opacity: 1;
    visibility: visible;
}
/*.updeted-light-img { height: 100%; width: 100%; background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(244,244,244,0) 50%); }*/

#plus-1 {
    left: 44.82%;
    bottom: 73%;
}
#plus-2 {
    left: 83%;
    top: 226px;
}
#plus-3 {
    left: 34.2%;
    bottom: 26%;
}
#plus-4 {
    left: 61%;
    top: 34%;
}
#plus-5 {
    right: 69.4%;
    top: 24%;
}

.show-more-offers { display: none; font-size: 0; }

#popup-offer-2 .popup-free-design__email { margin-right: 20px; margin-top: 30px; }

#popup-free-design .text-checkbox { width: auto; }

.data-transfer {
    font-size: 16px;
    line-height: 1.4;
    color: #373736;
}
.data-transfer .container-fluid {
    padding-bottom: 50px;
}
.data-transfer .popup-title {
    margin-bottom: 30px;
}
.data-transfer img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1750px) {
    #plus-4 { left: 61%; }
    #plus-5 {
        right: 69.4%;
        top: 24%;
    }

}
@media screen and (max-width: 1510px) {
    .ph-number {
        font-size: 24px;
        line-height: 29px;
    }
    .menu-item { margin: 0 4.5% 0 0; }
    .region { padding: 6px 0 15px;}
    #plus-4 { left: 61%; }
    #plus-5 {
        right: 69.4%;
        top: 24%;
    }
}

@media screen and (max-width: 1280px) {
    .ph-number {
        font-size: 24px;
        line-height: 29px;
    }
    .menu-item { margin: 0 3% 0 0; font-size: 12px; line-height: 14px; }
    .region {
        padding: 6px 0 13px;
    }
    .call-free {     max-width: 110px;
        margin-left: 15px; font-size: 10px;
        line-height: 12px;
    }
}



@media screen and (max-width: 1089px) {
    .header-but { display: block; position: absolute; top: 23px; right: 25px; width: 24px; height: 18px; }
    .header-but { background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAnSURBVHgB7dMBDQAABEVBXxYJRFeQFDazdx1OFdm2yA04TzwAHjwYIu0GH15trPMAAAAASUVORK5CYII=') no-repeat; }
    .header-but.close { right: 40px; height: 24px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACSSURBVHgBxZbbCYAwDEWDk7j/jyM4giM4yjWF6ofSNE8s5Kdwz+kj0BKAg+vkWilpNBbXzrVRhyNL0uEP8zMRkQxZGZIpIyJRZz0Sc8YScO9aE0T03iRAGC6B0uCCJA8+kJjgC/09So+o9JJL21QDcEssQbPEsyp1JnKu0ywQ7wxUvmaiJAs+ktyCFPhL0r5D+wWLUvUXm9XzTQAAAABJRU5ErkJggg==') no-repeat; }

    .main-header { padding: 20px 0; }
    .header-nav.mhn, .call-di { display: none; }
    .main-header, .call-free { font-size: 10px; line-height: 12px; }
    .call-free { max-width: 55px; padding: 3px 0 0 0px; }

    .main-header .col-sm-6 { -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .main-header .col-sm-6 + .col-sm-3 {-webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .logo-1 { 
		width: 200px; 
		height: auto; 
		margin-top: 0;
		margin-bottom: 0; 
	}
    .main-header.menu-popup {
        background: #B22432; color: #fff;
        position: fixed;
        width: 100%;
        min-width: 320px;
        min-height: 100vh;
        z-index: 999999;
        top: 0;
        left: 0px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .ph-number {
        font-size: 18px;
        line-height: 22px; padding: 5px 0 0 15px;
    }
    .main-header .row .col-sm-3:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .region { padding: 11px 0 13px; width: 105px; }

    .main-header.menu-popup .header-nav {
        position: absolute;
        top: 91px;
        left: 0;
        min-width: 291px;
        left: -100%;
        min-width: 291px;
        padding-left: 20px;
        box-sizing: content-box;
    }
    .main-header.menu-popup .region { position: relative;   float: right; }
    .main-header.menu-popup .ph-number{ padding-left: 20px; color: #fff; }
    .menu-item { font-size: 30px; line-height: 36px; display: block; color: #fff; text-transform: capitalize; padding-bottom: 20px; }
    .menu-item:hover { color: #fff; }
}

@media screen and (max-width: 679px) {
    body {
        word-break: break-word;
    }
    .main-header .row .col-sm-3:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .main-header .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .main-header:not(.menu-popup) .col-sm-3 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .main-header:not(.menu-popup) .header-phone {
        display: flex;
        justify-content: center;
        width: auto;
    }
    .main-header.menu-popup { padding-left: 20px; }
    .main-header.menu-popup .header-nav {
        /* left: -101px; */
    }
    .main-header.menu-popup .col-sm-6 + .col-sm-3 { display: block; flex: none; position: absolute; top: 382px; left: 3px; font-size: 14px; line-height: 17px; min-width: 286px; }
    .main-header.menu-popup .call-di { display: block; }
    .main-header.menu-popup .ph-number { font-size: 24px; line-height: 29px; padding: 0 0 0 16px; }

    .form-popup__verify {
        display: block;
        margin-top: 0;
    }
    .form-popup__info {
        width: 100% !important;
        padding-left: 0;
        margin-top: 15px;
    }
}


.i-love-a .main-text-a {
    text-transform: lowercase;
}

.js-popup-design {
    cursor: pointer !important;
}
.cities {
    position: absolute;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 160px;
    border: 1px solid #e8e8e8;
    z-index: 999;
    top: 0;
    display: none;
}

.cities a:hover {
    background: #e2e2e2;
}
.cities a {
    padding: 10px;
    text-decoration: none;
    color: #000;
}

.cities.flex {
    display: flex;
}

.city-selector {
    cursor: pointer;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}
.loader img {
    width: 50px;
}
.wrapper-popup-i-text span.text, .wrapper-popup-i-text .title {
    white-space: nowrap;
}

.wrapper-i-love .col-md-3 {
    color: #333;
}
a.js-open-popup-experts {
    color: #000 !important;
    text-decoration: none;
}

.search-popup-header {
    display: none;
}
.q_sl {
    opacity: 0;
    position: relative;
    left: 50%;
    top: 0;
    transition: all .5s ease 0s;
    z-index: 1;
    visibility: hidden;
    display: none;
}
.questions-slider .q_sl.active {
    display: block;
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    visibility: visible;
}

.q_sl.preactive {
    display: block;
}

.row.quest-buttons {
    padding-top: 0 !important;
    padding-bottom: 0 !important;;
}

.p_city-buttons > div {
    width: 45%;
    margin: 0;
    padding: 19px;
    height: 50px;
    margin-top: 10px;
    font-size: 15px;
}

.p_city-buttons {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}

.p_city-close {
    position: absolute;
    top: -20px;
    right: -25px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.p_city-btn {
    background: #D21F39;
    max-width: 94%;
    color: #fff;
    box-sizing: border-box;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
    transition: .5s linear;
    padding-top: 17px !important;
}

.p_city__title {
    margin-bottom: 10px;
}

span.p_curCity {
    font-weight: bold;
}

.p_city_background {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.p_city-list a:hover {
    background: #efefef;
}

.p_city-list a {
    color: #000;
    text-decoration: none;
    width: 190px;
    padding: 5px 0 3px;
    font-size: 17px;
    transition: .3s all;
    text-align: center;
}
.p_city-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #efefef;
}

span.city-selector:after {
    content: '▼';
    padding-left: 4px;
}

.quiz {
    position: fixed;
    bottom: 20%;
    right: -166px;
    width: 240px;
    color: #fff;
    border-radius: 5px 0 0 5px;
    z-index: 100000;
    transition: right 0.3s ease 0s;
}

.single .quiz {
    display: none;
}

.quiz a {
    position: relative;
    color: #fff;
    display: block;
    right: 0;
    border-top: 1px solid #e2e7e9;
    background-color: #fe2530;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}

.quiz a.quiz-first {
    border-radius: 5px 0 0 0;
}

.quiz a.quiz-last {
    border-radius: 0 0 0 5px;
}

.quiz a:hover {
    background-color: #f0f3f4;
    color: #fe2530;
    right: 166px;
    border-radius: 5px 0 0 5px;
}

.quiz_arrow span {
    display: block;
    transition: transform 0.3s ease 0s;
}

.quiz.quiz_all_active .quiz_arrow span {
    transform: rotate(180deg);
}

.quiz.quiz_all_active a {
    right: 166px;
}

.quiz a:first-child {
    border-top: none;
}

.quiz .icon {
    width: 74px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.quiz .icon i {
    font-size: 37px;
    padding: 15px;
}

.quiz .title {
    font-size: 14px;
    font-weight: normal;
    width: 166px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.quiz_arrow {
    color: #373737;
    font-size: 17px;
    position: absolute;
    top: 100%;
    width: 61px;
    text-align: center;
    right: 166px;
    background: #e1e1e1;
    line-height: 31px;
    border-radius: 0 0 0 5px;
    cursor: pointer;
}

.quiz_arrow_title {
    display: none !important;
}

.aligncenter {
    margin: 15px auto;
    display: block;
}


.home-about {
    margin-top: 94px;
}
.home-about-title {
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
}
.home-about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 66px;
}
.home-about-pic {
    position: relative;
    width: 43%;
    min-width: 765px;
}
.home-about-img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.home-about-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    top: calc(100% - 84px);
    left: 22px;
    right: 22px;
}
.home-about-unit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(50% - 6px);
    padding: 35px 15px 30px;
    font-size: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-left: 10px;
    text-decoration: none;
}
.home-about-unit:first-child {
    margin-left: 0;
}
.home-about-unit::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 2px dashed #DFD0C0;
    border-radius: 16px;
}
.home-about-unit.popup-i-btn-1 {
    border: none;
    cursor: pointer;
}
.home-about-unit.popup-i-btn-1:hover .home-about-subtitle {
    color: #fff;
}
.home-about-subtitle {
    max-width: 260px;
    margin: auto;
    color: #787878;
    text-transform: uppercase;
}
.home-about-year {
    margin-top: 5px;
    font-weight: bold;
    font-size: 2.4em;
    line-height: 1;
    color: #B22432;
}
.home-about-unit:last-child .home-about-year {
    color: #FDB73B;
}
.home-about-text {
    display: flex;
    width: 57%;
    max-width: calc(100% - 765px);
    padding-left: 50px;
    margin-top: 54px;
}
.home-about-term {
    flex-shrink: 0;
    margin-right: 70px;
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    color: #FDB73B;
    text-align: right;
}
.home-about-number {
    margin: -0.2em 0 -0.09em;
    font-size: 260px;
}
.home-about-days {
    margin-right: 18px;
}

.btnlk {
    max-width: 395px;
    height: 80px;
    margin-top: 46px;
    font-weight: bold;
    font-size: 16px;
    line-height: 80px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    transition: .5s;
    cursor: pointer;
    padding: 0 15px;
    min-width: 200px;
    display: block;
}

.btnlk-form {
    color: #fff;
    font-weight: 700;
    background: #b22432;
}

.btnlk-form:hover {
    background: #d21f39;
}

.btnlk-light {
    border: 1px dashed #505050;
}
.btnlk-light:not(.disable):hover {
    color: #fff;
    background: #d21f39;
    border-color: #d21f39;
}

.btnlk.disable {
    opacity: 0.5;
}

.btnlk .btnlk-text {
    min-width: 200px;
}

.btnlk span.icon svg {
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

.icon svg {
    fill: currentColor;
    stroke-width: 0;
    stroke: currentColor;
    pointer-events: none;
}

.btnlk-circle {
    width: 80px;
    min-width: unset;
}

.btn-prev-question {
    margin-right: 20px;
}

.btnlk.disable {
    cursor: not-allowed;
}

.requisites {
	font-size: 12px;
	margin-top: 15px;
}

@media screen and (max-width: 1919px) {
    .home-about-title {
        font-size: 60px;
    }
    .home-about-pic {
        width: 44%;
        min-width: auto;
    }
    .home-about-unit {
        padding: 22px 15px;
        font-size: 17px;
    }
    .home-about-subtitle {
        max-width: 230px;
    }
    .home-about-text {
        width: 56%;
        max-width: none;
    }
}

@media screen and (min-width: 1599px) {
    .slick-list.draggable {
        height: 450px;
    }

    iframe#camframe {
        height: 450px;
    }
}

@media screen and (max-width: 1599px) {
    .wrapper-main {
        height: 600px;
    }
    /*главый контейнер*/
    .container-fluid {
        padding: 0 40px;
    }
    /*изображение на главном модуле*/
    .main-img {
        position: absolute;
        width: 1030px;
        height: 600px;
        left: 380px;
        top: 0;
        background: url("../img/main1410.jpg") no-repeat;
    }
    .light-main-img {
        position: absolute;
        z-index: 1;
        width: 510px;
        height: 600px;
        left: 380px;
        top: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99.65%);
    }
    /*Название главного модуля*/
    .main-title {
        width: 633px;
        height: 144px;
        left: 40px;
        top: 105px;
        font-size: 60px;
        line-height: 72px;
    }
    /*кнопка на главном модуле*/
    .main-btn {
        width: 310px;
        height: 80px;
        left: 40px;
        top: 309px;
        font-size: 14px;
        line-height: 17px;
    }
    /*текс на главном модуле*/
    .main-text {
        width: 310px;
        height: 66px;
        left: 40px;
        top: 429px;
        font-size: 18px;
        line-height: 22px;
    }
    /*Плюсики*/
    .circle-plus-1, .wrapper-circle-plus-1 {
        left: 161px;
        top: 330px;
    }
    .circle-plus-2, .wrapper-circle-plus-2 {
        left: 326px;
        top: 196px;
    }
    .circle-plus-3, .wrapper-circle-plus-3 {
        left: 581px;
        top: 470px;
    }
    .circle-plus-4, .wrapper-circle-plus-4 {
        left: 801px;
        top: 93px;
    }
    .circle-plus-5, .wrapper-circle-plus-5 {
        right: 116px;
        top: 457px;
    }
    /*подсказка на плюсиках*/
    .main-prompt {
        width: 200px;
    }
    /*popups-design-main*/
    .popup {
        width: 48.94%;
    }
    .popup-plus-img {
        margin-left: -80px;
    }
    .popup-title-free-design {
        font-size: 36px;
        line-height: 43px;
    }
    .popup-text-free-design {
        font-size: 18px;
        line-height: 22px;
    }
    .input-popup {
        width: 47.2%;
    }
    .input-popup-field {
        padding: 0 45px;
        /*font-size: 14px;*/
        line-height: 17px;
    }
    .input-popup-placeholder {
        padding: 0 45px;
        font-size: 14px;
    }
    .answer_radio .text-checkbox {
        width: 510px;
        margin-left: 20px;
        font-size: 14px;
        line-height: 17px;
    }
    .btn-popup-free-design {
        width: 47.2%;
        font-size: 14px;
        line-height: 17px;
    }
    .popup-title-record-salon {
        font-size: 36px;
        line-height: 43px;
    }
    .popup-text-record-salon {
        font-size: 18px;
        line-height: 22px;
    }
    /*popup-plus*/
    .popup-plus .btn-popup-free-design {
        width: 252px;
    }
    .popup-title-plus {
        margin-bottom: -60px;
        font-size: 36px;
        line-height: 43px;
    }
    .popup-text-plus {
        font-size: 18px;
        line-height: 22px;
    }
    .h2-title {
        font-size: 52px;
        line-height: 62px;
    }

    /*updeted main*/
    #updeted-main-modul { margin-right: 0; padding-right: 0; padding-left: 40px; }
    .updeted-main-title { font-size: 60px; line-height: 72px; margin-top: 105px; }

    .updeted-main-img {
        background: url(../img/main1410.jpg) center no-repeat;
        height: 600px;
    }
    #plus-1 {
        left: 44.82%;
        bottom: 75%;
    }
    #plus-2 {
        left: 83%;
        top: 25%;
    }
    #plus-3 {
        left: 31.2%;
        bottom: 28%;
    }
    #plus-4 {
        right: auto;
        top: 36.4%;
        left: 61%;
    }
    #plus-5 {
        right: 69.4%;
        top: 24%;
    }

    .updeted-btn-main {
        max-width: 98%;
        margin-top: 61px;
        font-size: 14px;
    }
    .updeted-main-text {
        font-size: 18px;
        line-height: 22px;
        margin-top: 40px;
    }
    .kitchen-test {
        padding-top: 60px;
        margin-top: 60px;
    }
    .kitchen-test .wrapper-card-items p {
        font-size: 18px;
        line-height: 22px; padding-bottom: 4px;
    }
    .kitchen-test .h2-title {
        margin-bottom: 40px;
    }
    .free-steps
    .test-btn {margin-top: 39px; }

    .base-service.container-fluid {
        padding-bottom: 126px;
        margin-bottom: 114px;
    }
    .bs-items.wrapper-card-items .card-item {
        padding: 40px 25px 0;
    }
    .bs-items.wrapper-card-items .card-item:before {
        height: 180px;
    }
    .base-service .title-free-steps {
        margin-top: -68px;
    }
    .bs-sub-title {
        margin-top: 46px;
    }
    .base-service .card-text {
        margin-top: 16px;
    }
    .bs-svg { width: 100px; height: 100px; }
    .bsi-2 .card-title, .bsi-3 .card-title { margin-top: 20px; font-size: 24px; line-height: 29px; }
    .no-gutters-mobile {
        margin-right: 0;
        margin-left: 0;
    }

    .h2-title.sc-title { font-size: 30px; line-height: 36px; }
    .reviews {
        margin: 120px 0 40px;
    }
    .footer.container-fluid {
        padding-top: 55px;
        padding-bottom: 46px;
    }
    .factory {
        font-size: 14px;
        line-height: 17px;
        padding: 26px 0 0;
        letter-spacing: -0.01em;
    }

    .footer .col-sm-3 + .col-sm-6 + .col-sm-3 { padding-left: 34px; }
    .footer .header-phone {
        margin-bottom: 28px;
    }
    .footer .header-phone + div, .footer .header-phone + div + div {
        margin-bottom: 8px;
    }

    .main-header .call-free {
        font-size: 10px;
        line-height: 12px;
    }
    .reviews-soc a { padding: 17px 19px; }
    .wrapper-flamp { max-height: 680px; }


    .home-about-content {
        margin-top: 45px;
    }
    .home-about-box {
        left: 12px;
        right: 12px;
    }
    .home-about-text {
        padding-left: 30px;
        margin-top: 3%;
        font-size: 18px;
    }
    .home-about-number {
        font-size: 220px;
    }
    .home-about-term {
        margin-right: 40px;
        font-size: 52px;
    }
}

@media screen and (min-width: 1487px) and (max-width: 1599px) {
    .wrapper-offers #compact-down {
        top: -41px;
    }
}


@media screen and (max-width: 1409px) {
    /*главый контейнер*/
    .container-fluid {
        padding: 0 40px;
    }
    /*изображение на главном модуле*/
    .main-img {
        position: absolute;
        width: 790px;
        height: 600px;
        left: 300px;
        top: 120px;
        background: url("../img/main1090.jpg") no-repeat;
    }
    .light-main-img {
        width: 395px;
        height: 600px;
        left: 300px;
        top: 120px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99.65%);
    }
    /*Название главного модуля*/
    .main-title {
        width: 490px;
        height: 288px;
        left: 40px;
        top: 22px;
        font-size: 60px;
        line-height: 72px;
    }
    /*кнопка на главном модуле*/
    .main-btn {
        width: 230px;
        height: 80px;
        left: 40px;
        top: 490px;
        font-size: 14px;
        line-height: 17px;
    }
    /*текс на главном модуле*/
    .main-text {
        width: 230px;
        height: 88px;
        left: 40px;
        top: 610px;
        font-size: 18px;
        line-height: 22px;
    }
    /*Плюсики*/
    .circle-plus-1, .wrapper-circle-plus-1 {
        left: 81px;
        top: 330px;
    }
    .circle-plus-2, .wrapper-circle-plus-2 {
        left: 206px;
        top: 196px;
    }
    .circle-plus-3, .wrapper-circle-plus-3 {
        left: 477px;
        top: 468px;
    }
    .circle-plus-4, .wrapper-circle-plus-4 {
        left: 681px;
        top: 163px;
    }
    .circle-plus-5, .wrapper-circle-plus-5 {
        right: 40px;
        top: 391px;
    }
    /*popups-design-main*/
    .popup {
        width: 54.13%;
    }
    .input-popup {
        width: 47%;
    }
    .btn-popup-free-design {
        width: 47%;
    }

    /*popup-record-salon*/
    .popup-record-salon .input-popup {
        width: 47.15%;
    }
    .btn-popup-record-salon {
        width: 47.15%;
    }
    /*popup-plus*/
    .popup-plus .btn-popup-free-design {
        width: 233px;
        margin-bottom: 100px;
    }
    .popup-text-plus {
        font-size: 16px;
        line-height: 19px;
    }
    #updeted-main-modul { margin-right: 0; padding-right: 0; }
    .updeted-main-title div { white-space: normal; }
    .updeted-main-title div span { white-space: pre; }

    .updeted-main-title {
        margin-top: 21px;
    }
    #plus-1 {
        left: 44.82%;
        bottom: 71%;
    }
    #plus-2 {
        left: 83%;
        top: 25%;
    }
    #plus-3 {
        left: 31.2%;
        bottom: 32%;
    }
    #plus-4 {
        top: 32%;
        left: 61%;
    }
    #plus-5 {
        right: 69.4%;
        top: 24%;
    }

    .updeted-main-text {  padding-right: 0;}

    .kitchen-test {
        padding-top: 58px;
        margin-top: 58px;
    }
    .test-btn {
        margin-top: 38px;
    }

    .base-service .title-free-steps {
        font-size: 52px;
        line-height: 62px;
    }
    .bs-sub-title {
        font-size: 18px;
        line-height: 22px;
    }


    .h2-title.sc-title {padding: 0 0 38px;}
    .reviews {
        margin-bottom: 0;
    }

    .base-service.container-fluid {
        padding-top: 80px;
        padding-bottom: 122px;
        margin-top: 80px;
    }
    .base-service::before {
        height: calc(100% - 80px);
    }


    .home-about-unit::before {
        top: 8px;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }
    .home-about-number {
        font-size: 160px;
    }
    .home-about-term {
        font-size: 36px;
    }
    .home-about-text .btnlk {
        margin-top: 32px;
    }
}

@media screen and (max-width: 1089px) {
    .sc-title {font-size: 24px; line-height: 29px;}
    .bs-sub-title { font-size: 16px; line-height: 19px; }
    .blog { margin-top: 80px; }
    .bs-svg { width: 100px; height: 100px; }
    .bsi-2 .card-title, .bsi-3 .card-title { font-size: 20px; line-height: 24px; }
    .base-service .title-free-steps { margin-left: 1px; }
    .bs-sub-title { margin-left: 1px; }
    .no-gutters-mobile {
        margin-right: 0;
        margin-left: 0;
    }
    .no-gutters-mobile > .col, .no-gutters-mobile > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }


    .no-gutters-mobile .col-lg-6, .no-gutters-mobile .col-lg-6,
    .no-gutters-mobile .col-sm-6, .no-gutters-mobile .col-lg-3 {
        padding-right: 0; padding-left: 0;
    }
    .bsi-2 { padding-right: 20px !important; }
    .bsi-3 { padding-left: 20px !important; }

    /*updeted main*/
    #updeted-main-modul { margin-right: 0; padding-right: 0; }

    .popup-plus-img {
        margin-left: -20px;
        margin-right: -40px;
        border-radius: 20px 0px 0px 20px;
    }

    .updeted-main-title div { white-space: pre; }
    .updeted-main-title div span { white-space: pre; }
    .updeted-main-title { font-size: 40px; line-height: 48px; }
}

@media screen and (min-width: 1090px) {
    .reviews { overflow: hidden; }
    .reviews .col-lg-9 { float: left; }
    .reviews .col-lg-3 { float: right; }
    .main-header.menu-popup { display: none;}
}


@media screen and (max-width: 1089px) {
    .popup-record-salon .input-popup {
        width: 90%;
    }
    .btn-popup-record-salon {
        width: 90%;
        margin-bottom: 20px;
    }
    .wrapper-main {
        height: 490px;
    }
    /*главый контейнер*/
    .container-fluid {
        padding: 0 40px;
    }
    /*изображение на главном модуле*/
    .main-img {
        position: absolute;
        width: 320px;
        height: 420px;
        left: 360px;
        top: 70px;
        background: url("../img/main680.jpg") no-repeat;
    }
    .light-main-img {
        width: 160px;
        height: 420px;
        left: 360px;
        top: 70px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 99.65%);
    }
    /*Название главного модуля*/
    .main-title {
        width: 480px;
        height: 96px;
        left: 40px;
        top: 8px;
        font-size: 40px;
        line-height: 48px;
    }
    /*кнопка на главном модуле*/
    .main-btn {
        width: 280px;
        height: 80px;
        left: 40px;
        top: 264px;
        font-size: 12px;
        line-height: 14px;
    }
    /*текс на главном модуле*/
    .main-text {
        width: 280px;
        height: 57px;
        left: 40px;
        top: 374px;
        font-size: 16px;
        line-height: 19px;
    }
    /*Плюсики*/
    .wrapper-circle-plus { display: none; }
    .circle-plus {
        width: 40px;
        height: 40px;
    }
    .horizontal-line {
        width: 16px;
        height: 3px;
        margin: 16.5px 10px;
    }
    .vertical-line {
        width: 3px;
        height: 16px;
        margin: 10.2px 16.4px;
    }
    .circle-plus-1 {
        left: 40px;
        top: 208px;
    }
    .circle-plus-2 {
        left: 96px;
        top: 113px;
    }
    .circle-plus-3 {
        left: 197px;
        top: 288px;
    }
    .circle-plus-4 {
        left: 240px;
        top: 123px;
    }
    .circle-plus-5 {
        right: 40px;
        top: 218px;
    }
    /*popups-design-main*/
    .popup {
        width: 100%;
    }
    /*popup-record-salon*/
    .popup-record-salon .input-popup {
        width: 47.15%;
    }
    .input-popup-field {
        padding: 0 32px;
    }
    .input-popup-placeholder {
        padding: 0 32px;
    }
    .btn-popup-record-salon {
        width: 47.15%;
    }
    .h2-title {
        font-size: 36px;
        line-height: 43px;
    }
    .test-title {font-size: 24px;line-height: 29px;}
    .test-about-kitchen { font-size: 16px; line-height: 19px; }
    .kt-img-row .col-sm-6:first-child { display: none; }
    .kt-img-row .col-sm-6:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .kt-btn-row .col-sm-6:last-child { display: none; }
    .kt-btn-row .col-sm-6:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sc-title {font-size: 24px; line-height: 29px;}
    .base-service.container-fluid { margin-top: 51px; padding-top: 51px; padding-bottom: 80px;  margin-bottom: 0; }
    .base-service::before {
        height: calc(100% - 51px);
    }
    .bs-sub-title { font-size: 16px; line-height: 19px; }
    .blog { margin-top: 0; padding-top: 80px !important; }
    .bs-svg { width: 100px; height: 100px; }
    .bsi-2 .card-title, .bsi-3 .card-title { margin-top: 23px; font-size: 20px; line-height: 22px; }
    .no-gutters-mobile {
        margin-right: 0;
        margin-left: 0;
    }
    .no-gutters-mobile > .col, .no-gutters-mobile > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }


    .no-gutters-mobile .col-lg-6, .no-gutters-mobile .col-lg-6,
    .no-gutters-mobile .col-sm-6, .no-gutters-mobile .col-lg-3 {
        padding-right: 0; padding-left: 0;
    }
    .bsi-2 { padding-right: 20px !important; }
    .bsi-3 { padding-left: 20px !important; }
    .updeted-main-title {
        margin-top: 57px;
        padding-right: 20px;
    }
    .updeted-btn-main {
        max-width: 94%;
        margin-top: 42px;
        font-size: 12px;
    }
    .updeted-main-img {
        background: url(../img/main1090.jpg) center no-repeat;
        height: 420px;
    }
    .updeted-plus { transform: scale(0.7, 0.7); }
    #plus-1 {
        left: 40.82%;
        bottom: 68%;
    }
    #plus-2 {
        left: 83%;
        top: 12%;
    }
    #plus-3 {
        left: 23.2%;
        bottom: 31%;
    }
    #plus-4 {
        top: 31.2%;
        left: 61%;
    }
    #plus-5 {
        right: 69.4%;
        top: 24%;
    }
    .updeted-main-text {
        font-size: 16px;
        line-height: 19px;
        margin-top: 30px;
    }

    .main-prompt { display: none !important;}


    .wrapper-offers .wrapper-card-items {
        min-height: 331px;
    }

    .wrapper-offers #compact-down {top: 0; }
    .bsi-2 { padding-right: 0 !important; }
    .bsi-3 { padding-left: 0 !important; }
    .bs-items.wrapper-card-items.bsi-2 { padding-right: 20px !important; }
    .bs-items.wrapper-card-items.bsi-3 { padding-left: 20px !important; }

    .updeted-main-title div { white-space: nowrap; }
    .updeted-main-title div span { white-space: pre; }
    .logo-2 { margin-left: 20px; }
    .menu-popup .logo-2 { margin-left: 0; }
    .main-header.menu-popup .region-mobile {
        position: absolute;
        top: 20px;
        left: 145px;
    }
    .main-header.menu-popup .call-free {
        color: #fff;
    }
    .free-steps .row.col-12.title-free-steps, .free-steps .row.col-12.text-free-steps {
        padding: 0 30px !important;
    }

    .header-phone { width: 280px; }
    .updeted-main-text  { margin-bottom: 40px; padding-right: 20px; }

    .header-but { right: 40px; cursor: pointer; }

    .kitchen-test {
        padding-top: 42px;
        margin-top: 42px;
    }
    .kitchen-test .wrapper-cards {
        margin-top: 0;
    }
    .kitchen-test .text-sm-right { min-height: 190px; }
    .test-btn {
        margin-top: 16px;
    }

    .footer .logo-1 {
        width: 170px;
        height: auto;
    }
    .footer.container-fluid { padding: 74px 20px 80px; }
    .factory {
        font-size: 12px;
        line-height: 14px;
        padding: 26px 0 0;
        letter-spacing: -0.01em;
    }

    .footer .call-di { display: block; }
    .footer .header-phone {margin-left: 0px;}
    .footer .ph-number {
        font-size: 24px;
        line-height: 29px;
        padding: 0px 0 0 14px;
    }
    .footer .call-free {
        padding: 0px 0 0 0px;
    }
    .h2-title.sc-title {
        font-size: 24px;
        line-height: 29px;
    }
    .reviews { margin-top: 80px; }
    .reviews.container-fluid { padding: 0 20px; }
    .reviews-soc { margin-top: 74px; }
    .reviews .h2-title.sc-title  { width: 230px; }
    .reviews #compact-down  { display: none; }

    .base-service .title-free-steps  { margin-top: -26px; font-size: 36px; line-height: 43px; }
    .bs-sub-title {
        margin-top: 32px;
    }
    .wrapper-offers .wrapper-card-img { bottom: 0; position: relative; }
    .container-fluid#offers { padding: 80px 40px 0; }
    .reviews .h2-title.sc-title {
        width: auto;
    }
    .wrapper-flamp { max-height: none; }
    .popup-about-production-close { background-image: none !important; }
    .popup-close  {
        width: 24px;
        height: 24px;
        background: none;
        margin-top: 23px;

    }
    .popup-close:hover { background: none; }
    .popup-close:hover:before , .popup-close:hover:after {
        background-color: #B22432;
    }
    .popup-close:before,  .popup-close:after {
        position: absolute; left: 12px; content: ' ';
        height: 33px; width: 2px; background-color: #FDB73B; top: -3px;
    }
    .popup-close:before {
        transform: rotate(45deg);
    }
    .popup-close:after {
        transform: rotate(-45deg);
    }


    .home-about {
        margin-top: 80px;
    }
    .home-about-content {
        display: block;
    }
    .home-about-pic {
        width: auto;
    }
    .home-about-box {
        position: static;
        margin: -80px 12px 0;
    }
    .home-about-text {
        width: auto;
        padding-left: 0;
        margin-top: 60px;
        font-size: 16px;
    }
    .home-about-btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 848px) {
    #plus-3 {
        left: 20.2%;
        bottom: 31%;
    }
}

/*перевход на попап в столбик 528px*/
@media screen and (max-width: 528px) {
    .popup-record-salon .input-popup {
        width: 90%;
    }
    .btn-popup-record-salon {
        width: 90%;
    }
}


@media screen and (max-width: 679px) {
    /*главый контейнер*/
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*изображение на главном модуле*/
    .main-img {
        position: absolute;
        width: 285px;
        height: 300px;
        left: 20px;
        top: 499px;
        background: url("../img/main320.jpg") no-repeat;
    }
    .light-main-img {
        display: none;
    }
    /*Название главного модуля*/
    .main-title {
        width: 280px;
        height: 192px;
        left: 20px;
        top: 40px;
        font-size: 40px;
        line-height: 48px;
    }
    .main-header {
        padding: 10px 0 20px;
    }
    .region-mobile {
        top: 10px;
    }
    .wrapper-main {
        height: 799px;
    }
    .header-but {
        top: 16px;
    }
    #updeted-main-modul {
        padding-left: 35px;

    }

    #updeted-main-modul > .row {
        margin-right: 0;
    }
    .updeted-main-title {
        margin-top: 40px;
    }
    .updeted-main-text {
        margin-bottom: 0;
    }
    /*кнопка на главном модуле*/
    .main-btn {
        width: 280px;
        height: 80px;
        left: 20px;
        top: 272px;
        font-size: 12px;
        line-height: 14px;
    }
    /*текс на главном модуле*/
    .main-text {
        width: 280px;
        height: 57px;
        left: 20px;
        top: 382px;
        font-size: 16px;
        line-height: 19px;
    }
    #plus-3 {
        left: 29.2%;
        bottom: 31%;
    }
    /*Плюсики*/
    .circle-plus-1 {
        left: 25px;
        top: 138px;
    }
    .circle-plus-2 {
        left: 76px;
        top: 83px;
    }
    .circle-plus-3 {
        left: 167px;
        top: 198px;
    }
    .circle-plus-4 {
        left: 240px;
        top: 79px;
    }
    .circle-plus-5 {
        right: 20px;
        top: 171px;
    }
    /*popups-design-main*/
    .popup-title-free-design {
        font-size: 36px;
        line-height: 43px;
    }
    .popup-text-free-design {
        font-size: 16px;
        line-height: 19px;
    }
    .form-popup {
        margin-top: 30px;
    }
    .input-popup {
        width: 100% !important;
        margin: 30px 0 0;
    }

    #popup-form-articles .input-popup:nth-child(4) {
        margin-top: 0;
    }
    #popup-get-designer-advice .input-popup:nth-child(4) {
        margin-top: 30px;
    }
    .input-popup-field {
        /*font-size: 14px;*/
        line-height: 17px;
    }
    .popup-free-design__name {
        margin-top: 0;
    }
    .popup-label-checkbox {
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    .fake-checkbox {
        width: 30px;
        height: 30px;
    }
    .fake-checkbox::before {
        width: 14px;
        height: 14px;
    }
    .btn-popup-free-design {
        width: 100%;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 60px;
    }
    .popup-plus .btn-popup-free-design {
        margin-bottom: 60px;
    }
    /*popup-plus*/
    .popup-text-plus {
        font-size: 16px;
        line-height: 19px;
        width: 95%;
    }

    .popup-plus-img {
        margin-left: -10px;
        margin-right: -20px;
    }

    .popup-test .btn-popup-test {
        margin-bottom: 0;
    }

    #updeted-main-modul .row {
        flex-direction: column-reverse;
    }

    .container-fluid#offers { padding: 0 40px; }
    .col-12.col-sm-6.col-md-3.updeted-main-left-block {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .header-but.close { right: 20px; }
    .wrapper-20 {height: 400px; }
    .container-fluid#offers {
        padding: 80px 20px 0;
    }
    #offers .wrapper-card-img {
        position: static;
        padding-right: 0;
    }
    .show-more-offers { display: block; }
    .header-but { right: 20px; }
    .free-steps .row.col-12 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .free-steps .row.col-12.text-free-steps {
        padding: 0 20px !important;
    }

    .free-steps { padding-bottom: 40px; }
    .menu-popup.main-header .col-sm-6 { position: absolute; top: 12px; left: 0; }
    .main-header.menu-popup .header-nav { left: 0; }
    .main-header.menu-popup .region-mobile {
        top: 10px;
    }
    .wrapper-offers #compact-down { top: 0; }
    .dn-320 { display: none; }
    .base-service.container-fluid {
        padding-top: 72px;
        margin-top: 72px;
    }
    .base-service::before {
        height: calc(100% - 72px);
    }
    .base-service .title-free-steps { max-width: 280px; margin-top: -65px; }
    .updeted-main-title div { white-space: normal; }

    .popup-close  {
        margin-top: 13px;

    }
    .popup-test { font-size: 16px; line-height: 19px; }
    .popup-test.popup .container-fluid { margin: 0; }
    .popup-test .row {
        padding: 56px 0;
    }
    .test-about-kitchen {
        margin-top: 30px;
    }
    .popup-test .row {
        padding: 56px 0 0px;
    }
    .popup-test .row:last-child { padding-top: 48px; }
    .popup-test .popup-title {
        font-size: 36px;
        line-height: 43px;
        margin-top: 55px;
    }
    .question-step +.row { padding: 10px 0 0px; }
    .fake-checkbox {
        width: 40px;
        height: 40px;
    }
    .popup-test .btn-popup-test {
        width: 83%;
        margin-top: 40px; font-size: 12px;
        line-height: 14px;
    }
    .wrapper-card-items {
        min-width: 100% !important;
    }
    .reviews.container-fluid {
        padding: 0 10px;
    }

    .test-progress-line {
        width: auto;
        margin: 60px -10px;
    }

    .kitchen-test .h2-title {
        margin-bottom: 30px;
    }

    .bsi-1 .card-title {
        display: block;
        margin-top: 23px;
        font-size: 20px;
        line-height: 22px;
    }
    .footer .header-phone {
        margin-top: 32px;
    }

    /*.quiz {
    transform: rotate( 90deg);
    bottom: -182px;
    right: 10%;
    }*/
    .quiz {
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .quiz_list {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        max-height: calc(100vh - 51px);
        transform: translate3d(0, 100vh, 0);
        transition: transform .2s;
        border-radius: 5px;
        overflow: auto;
    }
    .quiz_all_active .quiz_list {
        transform: translate3d(0, 0, 0);
    }
    .quiz.quiz_all_active a {
        right: 0;
    }
    .quiz a:hover {
        right: 0;
    }
    .quiz .title {
        width: calc(100% - 88px);
    }
    .quiz_arrow {
        display: block;
        position: relative;
        right: 0;
        width: auto;
        min-height: 51px;
        padding: 10px 22px;
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        color: white;
        background: #fe2530;
        border-radius: 5px 5px 0 0;
    }
    .quiz_arrow span:first-child {
        display: none;
    }
    .quiz_arrow_title {
        display: block !important;
        transform: none !important;
    }


    .home-about {
        margin-top: 45px;
    }
    .home-about-title {
        display: none;
    }
    .home-about-content {
        margin-top: 0;
    }
    .home-about-pic {
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        overflow: hidden;
    }
    .home-about-img {
        border-radius: 0;
    }
    .home-about-box {
        margin: 0;
    }
    .home-about-unit {
        width: 50%;
        padding: 22px 7px;
        font-size: 14px;
        box-shadow: none;
    }
    .home-about-unit:first-child {
        padding-left: 14px;
    }
    .home-about-unit:last-child {
        padding-right: 14px;
    }
    .home-about-unit::before {
        display: none;
    }
    .home-about-subtitle {
        max-width: 126px;
    }
    .home-about-text {
        display: block;
    }
    .home-about-term {
        width: 204px;
        margin: 0 auto 25px;
        white-space: nowrap;
        transform: translateX(-10px);
    }
    .home-about-btn {
        max-width: none;
    }
}

@media screen and (max-width: 548px) {
    #plus-3 {
        left: 23.2%;
        bottom: 31%;
    }
}

@media screen and (max-width: 464px) {
    .home-about-unit {
        font-size: 12px;
        line-height: 1.4em;
    }
    .home-about-year {
        font-size: 1.7em;
    }

    #plus-3 {
        left: 20.2%;
        bottom: 31%;
    }
}

@media screen and (max-width: 386px) {
    #plus-3 {
        left: 14.2%;
        bottom: 31%;
    }
}

@media screen and (max-width: 345px) {
    .btnlk-form {
        padding: 0 10px;
        min-width: 180px;
    }
}

.br-full-screen.popup {transform: none; padding-left: 0;}

.request-code {
    margin-top: 5px;
    font-size: 13px;
    color: #ccc;
    pointer-events: none;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: color .15s, border-color .15s;
}
.request-code_active {
    pointer-events: auto;
    cursor: pointer;
    color: #000;
    border-color: #d21f39;
}
.request-code_active:hover {
    color: #d21f39;
    border-color: transparent;
}
.request-code_active .request-code__counter {
    display: none;
}
