/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 12px/18px "Circe", Arial, sans-serif;
    height: 100%;
    background-color: #2f2527;
    line-height: 1;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}

.header {
    height: 175px;
    background-image: url('../img/header-bg.jpg');
}

.breadcrumb {
    display: flex;
    align-items: center;
    list-style-type: none;
    color: #8e766d;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 50px;
}

.breadcrumb a {
    color: #8e766d;
    text-decoration: none;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
}

.breadcrumb li img {
    display: inline-block;
    margin: 0px 15px;
}

.page-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 80px;
    margin-bottom: 65px;
}

.inner-content {
    padding: 40px 0px;
}

.footer {
    height: 100px;
}
*/
body.constructor-bg {
    background-color: #2b2226;
}
body.constructor-bg .page-title {
    color: #ffffff;
}
.constructor-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.constructor-left {
    width: 400px;
}

.constructor-book-front {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    background-image: url('../img/prem_def_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.constructor-book-front img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}
.constructor-book-front-tisnenie {
    position: absolute;
    z-index: 3;
    top: 0%;
    right: 0%;
    width: 95%;
    height: 100%;
    /*background-size: contain;*/
    background-size: 150px;
    background-position: center;
    background-repeat: no-repeat;
    /* position: absolute;
     z-index: 3;
     top: 50%;
     right: 50%;
     width: 150px;
     height: 150px;
     background-size: contain;
     background-position: center;
     transform: translate(50%, -50%);
     background-repeat: no-repeat;*/
}

.constructor-book-foot {
    margin-bottom: 30px;
    background-image: url('../img/prem_def_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.constructor-book-foot img {
    display: block;
    width: 100%;
}

.constructor-book-price-block {
    margin: 0 auto 20px;
    width: 320px;
    border: #4e3627 2px solid;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-direction: column;
}

.constructor-book-price-block label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #c9a497;
    margin-bottom: 15px;
}

.constructor-book-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 300;
    color: #c9a497;
}

.constructor-book-price span {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-right: 10px;
}

.constructor-book-hint {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.constructor-book-hint a {
    color: #c48770;
    text-decoration: none;
    display: inline-block;
    border-bottom: #c48770 1px solid;
}

.constructor-book-hint a:hover {
    border-bottom-color: transparent;
}

.constructor-right {
    width: 745px;
    position: relative;
}

.constructor-row-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 20px 40px 55px;
}

.constructor-row-total label {
    display: block;
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
}

.constructor-row-total p {
    font-weight: 300;
    font-size: 24px;
    color: #af8b7e;
    margin: 0 0 35px;
}

.constructor-row-total-btns {
    display: flex;
    align-items: center;
}

.constructor-row-total-btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: #a78376 2px solid;
    color: #a78376;
    cursor: pointer;
    background-color: transparent;
    font-family: inherit;
    font-size: 20px;
    padding: 15px 40px;
    border-radius: 30px;
    margin-right: 40px;
}

.constructor-row-total-btns button:hover {
    border-color: #c9a497;
    color: #c9a497;
}

.constructor-row-total-btns a {
    text-decoration: none;
    display: inline-block;
    color: #a78376;
    font-size: 20px;
    border-bottom: #6b4638 1px solid;
}

.constructor-row-total-btns a:hover {
    border-color: transparent;
    color: #c9a497;
}

.constructor-row-total-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 300;
    color: #c9a497;
}

.constructor-row-total-price span {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-right: 10px;
}

.contsructor-step {
    border: #4e3627 1px solid;
    border-radius: 5px;
    padding: 50px 60px 40px;
    position: relative;
    margin-top: 40px;
}

.contsructor-step-label {
    position: absolute;
    top: 0;
    left: 35px;
    border: #2b2226 15px solid;
    transform: translateY(-50%);
    color: #000;
    font-size: 20px;
}

.contsructor-step-label span {
    border-radius: 5px;
    padding: 5px 15px;
    background-image: linear-gradient(to bottom, #eeaf88, #c58c6f, #9c6b56, #754d3e, #4f3027);
    line-height: 1;
}

.contsructor-step-content {

}

.contsructor-step-content h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: 1.2;
}
.help-btn {
    /*position: absolute;*/
    display: inline-flex;
    font-size: 19px;
    color: #000;
    background: #704b3b;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 25px;
    font-weight: 600;
    cursor: pointer;
    /*top: 35%;*/
    margin-left: 15px;
}
.help-btn:hover {
    background: #c48770;
}

.contsructor-flex-row {
    display: flex;
}

.contsructor-step-counter {
    display: flex;
    align-items: center;
}

.contsructor-step-counter input {
    font-family: inherit;
    color: #FFFFFF;
    font-size: 22px;
    background-color: transparent;
    border: #3e3e3e 1px solid;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: right;
    max-width: 70px;
    margin: 0px 15px;
}

.contsructor-btn-dec, .contsructor-btn-inc {
    display: inline-flex;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 40px;
    font-family: inherit;
    background: -webkit-linear-gradient(#fbcba3, #a97f66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.checkbox-row {
    margin-bottom: 15px;
}

.checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

.checkbox + label {
    cursor: pointer;
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.checkbox:not(checked) + label {
    position: relative; /* будем позиционировать псевдочекбокс относительно label */
    padding: 0 0 0 35px; /* оставляем слева от label место под псевдочекбокс */
    display: inline-flex;
    align-items: center;
    height: 22px;
    font-size: 20px;
    font-weight: 300;
    color: #c9a497;
}

/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #3e3e3e;
    border-radius: 3px;
}

/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: -3px;
    left: 2px;
    width: 15px;
    height: 15px;
    transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */
}

/* Меняем фон чекбокса, когда он включен. */
.checkbox:checked + label:before {

}

/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox:checked + label:after {
    content: '';
    display: block;
    width: 20px;
    height: 19px;
    background-image: url("../img/check_icon.png");

}

.contsructor-step-price {
    min-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contsructor-step-price label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #c9a497;
    margin-bottom: 10px;
}

.contsructor-step-price .step-price {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    font-size: 50px;
    font-weight: 300;
    color: #c9a497;
}

.contsructor-step-price .step-price span {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-right: 10px;
}

.contsructor-flex-hint {
    display: flex;
    align-items: center;
}

.step-counter-hint {
    color: #8e695c;
    font-size: 17px;
    font-weight: 300;
}

.contsructor-flex-hint .step-counter-hint {
    margin-left: 30px;
}

.constructor-selector {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.constructor-selector-preview {
    width: 160px;
    height: 160px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #5b392e;
    position: relative;
}

.constructor-selector-preview:before {
    content: 'Выбрать из каталога';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    color: #7c5443;
    font-size: 23px;
    font-weight: 300;
    z-index: 0;
}

.constructor-selector-preview.active {
    background-color: #fff;
}

.constructor-selector-preview.active:before {
    content: '';
}

.constructor-selector-preview img {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    cursor: zoom-in;
    width: 100%;
}

.constructor-selector-articul {
    text-align: center;
    color: #8e695c;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 10px;
}

.constructor-selector-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.constructor-selector-button a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 20px;
    border: #c9a497 2px solid;
    min-width: 150px;
    padding: 0px 30px;
    height: 40px;
    color: #c9a497;
    font-size: 16x;
    font-family: inherit;
    cursor: pointer;
}

.constructor-selector-button a span {
    display: block;
    width: 16px;
    height: 16px;
    background: url('../img/search-icon.png');
    margin-right: 10px;
}

.constructor-selector-button a:hover {
    border: #a78376 2px solid;
    color: #a78376;
}

.constructor-selector-button a:hover span {
    background: url('../img/search-icon-hover.png');
}

.contsructor-flex-col p {
    color: #c9a497;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}

.cloud_link {
    background-color: transparent;
    color: #8e695c;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    outline: none;
    border: #4e3627 1px solid;
    padding: 10px 25px;
    line-height: 1;
    border-radius: 5px;
}

.cloud_link::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e695c;
    opacity: 1; /* Firefox */
}

.cloud_link:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8e695c;
}

.cloud_link::-ms-input-placeholder { /* Microsoft Edge */
    color: #8e695c;
}

#cal-prem-1 {

}

#cal-prem-1 .contsructor-flex-row:nth-child(1) .contsructor-flex-col:nth-child(1) {
    min-width: 275px;
    margin-bottom: 35px;
}

#cal-prem-1 .contsructor-flex-row:nth-child(2) {
    justify-content: space-between;
}

#cal-prem-1 .contsructor-flex-row:nth-child(2) .contsructor-flex-col:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


#cal-prem-2 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-2 .contsructor-flex-row .contsructor-flex-col:nth-child(1) {
    min-width: 270px;
}

#cal-prem-2 .contsructor-flex-row .contsructor-flex-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#cal-prem-2-img {
    border-radius: 5px;
    cursor: zoom-in;
}

#cal-prem-3 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-3 .contsructor-flex-row .contsructor-flex-col:nth-child(1) {
    min-width: 270px;
}

#cal-prem-3 .contsructor-flex-row .contsructor-flex-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#cal-prem-3-img {
    border-radius: 5px;
}

#cal-prem-4 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-4 .contsructor-flex-row .contsructor-flex-col:nth-child(1) {
    min-width: 270px;
}

#cal-prem-4 .contsructor-flex-row .contsructor-flex-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#cal-prem-4-img {
    border-radius: 5px;
}

#cal-prem-5 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-5 .contsructor-flex-row .contsructor-flex-col:nth-child(1) {
    min-width: 270px;
}

#cal-prem-5 .contsructor-flex-row .contsructor-flex-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#cal-prem-5-img {
    border-radius: 5px;
}

#cal-prem-6 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-6 .contsructor-flex-row .contsructor-flex-col:nth-child(1) {
    min-width: 270px;
}

#cal-prem-6 .contsructor-flex-row .contsructor-flex-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#cal-prem-6-img {
    border-radius: 5px;
}

#cal-prem-6 .constructor-selector-preview:before {
    content: 'Загрузить макет';
}


#cal-prem-7 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-7 .contsructor-flex-row .contsructor-flex-col:nth-child(1) {
    min-width: 270px;
}

#cal-prem-7 .contsructor-flex-row .contsructor-flex-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#cal-prem-7-img {
    border-radius: 5px;
}

#cal-prem-77 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-8 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-8 .contsructor-flex-row .contsructor-flex-col:nth-child(1) {
    min-width: 270px;
}

#cal-prem-8 .contsructor-flex-row .contsructor-flex-col:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#cal-prem-8-img {
    border-radius: 5px;
}

#cal-prem-9 .contsructor-flex-row {
    justify-content: space-between;
}

#cal-prem-9 .constructor-selector-button button {
    height: 45px;
    border-radius: 23px;
}


.fancybox-bg {
    background: #1e1615;
}

.constructor-modal {
    /*display: none;*/
    border-radius: 10px;
    background-color: #211916;
    border: #4e3627 2px solid;
    /*width: 100%;*/
}

.constructor-image-preview {
    max-width: 1000px;
}

.constructor-image-preview img {
    display: block;
    /*width: 100%;*/
    border-radius: 10px;
    max-height: 600px;
}

.modal-close {
    font-family: "Circe" !important;
    color: #af8b7e !important;
    font-size: 20px;
    font-weight: 300;
    display: inline-flex;
}

.modal-close span {
    font-size: 48px;
    line-height: 28px;
}

.modal-title {
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.constructor-modal-selector {
    max-width: 1120px;
    display: inline-block;
}

.modal-selector-wrap {
    display: flex;
    align-items: center;
}

.modal-selector-preview {
    width: 420px;
    min-width: 420px;
    height: 420px;
    margin-right: 30px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
}

.modal-selector-thumbs {
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow-y: scroll;
    /*firefox*/
    scrollbar-color: #724b3d #382821;     /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: 10px;  /* толщина */
}

.modal-selector-thumbs::-webkit-scrollbar {
    width: 10px; /* ширина для вертикального скролла */
    background-color: #382821;
}

.modal-selector-thumbs::-webkit-scrollbar-thumb {
    background-color: #724b3d;
    /*box-shadow: inset 1px 1px 10px #f3faf7;*/
}

.modal-selector-thumb {
    margin: 0 15px 15px 0px;
    text-align: center;
    cursor: pointer;
    position: relative;
    max-width: 100px;
}

.modal-selector-thumb.active:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    background-image: url('../img/active-thumb.png');
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
}

.modal-selector-thumb img {
    display: block;
    width: 100%;
    border-radius: 2px;
}

.modal-selector-thumb span {
    display: inline-block;
    color: #c9a497;
    font-size: 11px;
    margin-top: 5px;
}

.modal-selector-items button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 20px;
    border: #c9a497 2px solid;
    min-width: 150px;
    padding: 0px 30px;
    height: 40px;
    color: #c9a497;
    font-size: 18px;
    font-family: inherit;
    cursor: pointer;
    margin-top: 10px;
}

.modal-selector-items button:hover {
    border: #a78376 2px solid;
    color: #a78376;
}


.constructor-order-block {
    border: #4e3627 1px solid;
    padding: 50px 60px 40px;
    position: relative;
    border-radius: 5px;
}

.constructor-order-block h3 {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 25px;
}

.constructor-order-block-list {
    list-style-type: none;
    margin-bottom: 35px;
}

.constructor-order-block-list li {
    font-size: 24px;
    color: #c9a497;
    font-weight: 300;
    margin-bottom: 20px;
}

.constructor-order-block-list li span {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.constructor-order-edit-btn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 30px;
    border: #c9a497 2px solid;
    min-width: 150px;
    padding: 10px 30px;
    height: 60px;
    color: #c9a497;
    font-size: 20px;
    font-family: inherit;
    cursor: pointer;
}

.constructor-order-edit-btn:hover {
    border: #a78376 2px solid;
    color: #a78376;
}

.constructor-order-back {
    text-decoration: none;
    color: #c9a497;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -180px;
}

.constructor-order-back:hover {
    color: #a78376;
}

.constructor-images-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    /*justify-content: center;*/
    padding-top: 5px;;
}

.constructor-images-list a {
    display: block;
    margin: 10px 10px 5px 0px;
    position: relative;
}

.constructor-images-list a img {
    width: 100%;
    display: block;
}

.constructor-images-list a:before {
    content: '\00d7';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(70, 42, 33, .9);
    color: #da9f7d;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 300;
    transition: all .3s ease;
}

.constructor-images-list a:hover:before {
    display: flex;
}

#uploadForm, #uploadOneForm, #uploadFormT {
    display: none;
}

.contsructor-flex-col textarea {
    background: transparent;
    border: #4e3627 1px solid;
    border-radius: 5px;
    resize: none;
    padding: 25px;
    width: 390px;
    height: 115px;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    color: #8e695c;
    font-weight: 300;
    margin-bottom: 30px;
}

.contsructor-flex-col textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e695c;
    opacity: 1; /* Firefox */
}

.contsructor-flex-col textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8e695c;
}

.contsructor-flex-col textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #8e695c;
}


.constructor-order-hint {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.constructor-order-hint a {
    color: #c48770;
    text-decoration: none;
    display: inline-block;
    border-bottom: #c48770 1px solid;
}

.constructor-order-hint a:hover {
    border-bottom-color: transparent;
}

.constructor-order-total-price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 300;
    color: #c9a497;
}

.constructor-order-total-price span {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-right: 10px;
}


.constructor-order-forms {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-order-form {
    border: #4e3627 1px solid;
    padding: 50px 40px 50px;
    position: relative;
    border-radius: 5px;
    max-width: 395px;
}

.main-order-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-order-form form h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.main-order-form form h3 {
    color: #c9a497;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}

.main-order-form form input {
    width: 100%;
    background-color: transparent;
    color: #8e695c;
    font-size: 20px;
    font-weight: 300;
    font-family: inherit;
    outline: none;
    border: #4e3627 1px solid;
    padding: 10px 25px;
    line-height: 1;
    border-radius: 5px;
    margin-bottom: 15px;
}

.main-order-form form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e695c;
    opacity: 1; /* Firefox */
}

.main-order-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8e695c;
}

.main-order-form form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #8e695c;
}

.main-order-form form button {
    margin-top: 10px;
    margin-bottom: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 30px;
    border: #c9a497 2px solid;
    min-width: 150px;
    padding: 10px 30px;
    height: 60px;
    color: #c9a497;
    font-size: 20px;
    font-family: inherit;
    cursor: pointer;
}

.main-order-form form button:hover {
    border: #a78376 2px solid;
    color: #a78376;
}

.main-order-form form p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}

.main-order-form form p a {
    color: #c48770;
    text-decoration: none;
    display: inline-block;
    border-bottom: #c48770 1px solid;
}

.main-order-form form p a:hover {
    border-bottom-color: transparent;
}


.sms-form {
    padding: 50px 30px 50px;
    position: relative;
    border-radius: 5px;
    max-width: 395px;
}

.sms-form h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.sms-form h3 {
    color: #c9a497;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}

.sms-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sms-form form input {
    width: 100%;
    background-color: transparent;
    color: #8e695c;
    font-size: 20px;
    font-weight: 300;
    font-family: inherit;
    outline: none;
    border: #4e3627 1px solid;
    padding: 10px 25px;
    line-height: 1;
    border-radius: 5px;
    margin-bottom: 15px;
    max-width: 300px;
}

.sms-form form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8e695c;
    opacity: 1; /* Firefox */
}

.sms-form form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8e695c;
}

.sms-form form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #8e695c;
}

.sms-form form button {
    margin-top: 25px;
    margin-bottom: 0px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 30px;
    border: #c9a497 2px solid;
    min-width: 195px;
    padding: 10px 30px;
    height: 60px;
    color: #c9a497;
    font-size: 20px;
    font-family: inherit;
    cursor: pointer;
}

.sms-form form button:hover {
    border: #a78376 2px solid;
    color: #a78376;
}

.sms-form form p {
    color: #8e695c;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: center;
}

.constructor-prem-tisnenie {
    display: flex;
}

#prem_tisnenie_list {
    display: none;
}

#cal-prem-4 .step-counter-hint {
    font-size: 15px;
    margin-top: 30px;
}

.tippy-box[data-theme~='tomato'] {
    background-color: #faeee4;
    color: #3e251d;
    padding: 20px;
    font-size: 17px;
}
.tippy-box[data-theme~='tomato'] p {
    margin-bottom: 15px;
}
.tippy-box[data-theme~='tomato'] p:last-child {
    margin-bottom: 0px;
}

.order-modal {
    border-radius: 10px;
    background-color: #211916;
    border: #4e3627 2px solid;
    max-width: 500px;
}

.order-modal h2 {
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    margin: 20px 0 20px;
    text-align: center;
}

.order-modal p {
    font-weight: 300;
    font-size: 22px;
    color: #c9a497;
    text-align: center;
}

.sticky {
    top: 2em;
    position: sticky;
}

@media (max-width: 600px) {
    .inner-content {
        padding: 40px 15px;
    }

    .constructor-wrap {
        flex-direction: column;
    }

    .constructor-left {
        width: 100%;
    }

    .constructor-right {
        width: 100%;
    }

    .contsructor-flex-row {
        flex-direction: column;
    }

    .contsructor-step, .constructor-order-block {
        padding: 40px 20px;
    }

    .constructor-selector {
        align-items: flex-start;
    }

    .contsructor-step-price {
        align-items: flex-start;
        padding-top: 20px;
    }

    .constructor-modal-selector {
        padding: 20px;
    }

    .modal-selector-wrap {
        flex-direction: column;
    }

    .modal-selector-preview {
        width: 280px;
        height: 280px;
        margin: 0 0 20px;
        min-width: 280px;
    }

    .modal-selector-items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .modal-selector-thumb {
        width: 90px;
    }

    .constructor-row-total {
        flex-direction: column;
        padding: 20px;
    }

    .constructor-order-forms {
        flex-direction: column;
    }

    .constructor-row-total label {
        font-size: 36px;
    }

    .constructor-order-total-price {
        margin-top: 15px;
    }

    .main-order-form {
        padding: 40px 20px;
    }

    .page-title {
        font-size: 46px;
        margin-bottom: 25px;
    }

    .constructor-order-back {
        display: none;
    }

    .constructor-order-edit-btn {
        width: 100%;
        height: 50px;
    }

    .constructor-order-block-list li span {
        font-size: 18px;
    }

    .constructor-order-block-list li {
        font-size: 18px;
    }

    .main-order-form form button {
        width: 100%;
        height: 50px;
    }

}