@charset "utf-8";
@import "../node_modules/slick-carousel/slick/slick.css";
@import "../node_modules/magnific-popup/dist/magnific-popup.css";
@import "bootstrap.min.css";
@import "fonts.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* @import "slick-theme.css"; */

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none !important;
}

body {
    font-family: 'MarkSimonson', sans-serif !important;
    background: white !important;
}

.main-slider-cats {
    max-width: 300px;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.f1>* {
    flex: 1;
}

.fdr {
    display: flex;
    flex-direction: row;
}

.fdr.wrap {
    flex-wrap: wrap;
}

.col-2 {
    flex: 2;
}

.col-1 {
    flex: 1;
}

.aic {
    display: flex;
    align-items: center;
}

.jcc {
    display: flex;
    justify-content: center;
}

.fdc {
    display: flex;
    flex-direction: column;
}

.jcsb {
    display: flex;
    justify-content: space-between;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    transition: .2s;
}

.mainTitle .h1,
.mainTitle h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    color: #af7b37;
}

a:focus,
a:hover {
    /*opacity: .8;*/
    color: inherit;
    text-decoration: none;
}

p,
ul,
a,
li {
    margin: 0;
}

a.decor {
    text-decoration: underline;
}

gld {
    color: #DCC662;
}

.btn-golden {
    /*background: linear-gradient(to bottom right, #efef91, #8a5e3b);*/
    background: #BDAE94;
    font-size: 18px;
    color: #000 !important;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
    cursor: pointer;
    transition: .2s;
    user-select: none;
}

.btn-golden:hover {
    transform: scale(1.03);
}

.btn-golden:active {
    transform: scale(0.97);
    box-shadow: 0 6px 14px 2px #9d7a4b;
}

.wrapper {
    min-height: 100vh;
}

header {}

.hdr {
    background: #F7F7ED;
    color: #372828;
    font-size: 18px;
    font-weight: 600;
}

.hdr-cont {
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}

.hdr-cont-menu {
    flex: 2;
    gap: 20px;
}

.hdr-cont-logo {
    /* flex: auto; */
    margin-bottom: -24px;
    margin-top: -6px;
    display: flex;
    justify-content: center;
    order: -1;
}

.hdr-cont-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdr-cont-logo a:hover {
    opacity: 1;
}

.hdr-cont-carcont {
    justify-content: center;
    align-items: center;
}

.hdr-cont-menu>li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

li.parent:hover>ul {
    display: block;
}

.hdr-cont-menu>li.current>a {
    font-family: 'ProximaNovaCondEB';
    border-radius: 30px;
    margin: 0;
    margin-left: 5px;
}

.hdr-cont-menu>li:first-child::before {
    content: url(../images/icons/ico_menu.png);
    width: 35px;
    height: 25px;
    /*background: linear-gradient(180deg, rgba(218, 207, 118, 1) 0%, rgba(142, 93, 24, 1) 100%);*/
    background: #BDAE94;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.hdr-cont-menu>li>a {
    /*    font-family: 'ProximaNovaCondER';*/
    font-size: 15px;
    position: relative;
}

.hdr-cont-menu>li:last-child>a:before {
    display: none;
}

.contacts-icon img {
    max-width: 100%;
}

.contacts-icon:hover {}

.menu-body-inner {
    position: relative;
    z-index: 5;
}

.contacts-icon {
    background: #BDAE94;
    border-radius: 12px 12px 13px 12px;
    width: 40px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hdr-cont-menu>li>a:before {
    content: '';
    height: 22px;
    width: 1px;
    background: #CAB6A7;
    position: absolute;
    right: -10px;
}

.menu-phones a {
    font-size: 18px;
}

.hdr-cont-menu>li>ul {
    position: absolute;
    top: 98%;
    background: #372828;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 12px 6px;
    left: -16px;
    z-index: 2001;
    display: none;
    white-space: nowrap;
}

.hdr-cont-menu>li>ul>li {
    line-height: 16px;
    margin: 5px 0;
    border-bottom: 1px dotted #fff;
    padding: 8px 0;
}

.hdr-cont-menu>li>ul>li:hover {
    border-bottom: 1px dotted red;
}

.hdr-cont-menu>li>ul>li.current>a {
    background: linear-gradient(to bottom right, #eeed90, #8b5f3c);
    border-radius: 20px;
    display: block;
    width: 100%;
    padding: 4px 10px;
    text-align: center;
}

.hdr-cont-menu>li>ul>li>a {
    color: #fff;
}

.hdr .cart {
    margin-right: 2vw;
    align-items: center;
}

.hdr .cart-text {
    text-align: right;
    font-weight: 500;
    line-height: 18px;
}

.hdr .cart-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #eeed90, #8b5f3c);
    padding: 1px 24px;
    font-size: 23px;
    border-radius: 20px;
    margin-left: 16px;
}

.hdr .contacts-icon {
    background: linear-gradient(to bottom right, #eeed90, #8b5f3c);
    display: flex;
    align-items: center;
    font-size: 23px;
    border-radius: 32px;
    margin-right: 16px;
    padding: 12px;
    margin: 4px 16px 4px 0px;
    cursor: pointer;
}

.hdr-place {
    margin: 0 5px;
}

.hdr-place a {
    margin-left: 6px;
    border-bottom: 1px solid lightgray;
}

.main-slider {
    height: calc(100vh - 131px);
    padding-top: 30px;
    background: #fff;
}

.main-slider .container-fluid {
    margin: 0;
    padding: 0;
}

.main-slider .slider .container {
    height: 100%;
}

.main-slider-wrapper {
    /*    height: calc(100% - 100px);*/
    height: 100%;
    display: flex;
    align-items: center;
}

.main-slider-block {
    width: 100%;
    justify-content: center;
    height: 100%;
    max-height: 640px;
}

.main-slider-item-info {
    /* width: 220px; */
    margin-right: 20px;
    display: flex;
    flex: 1;
    min-width: 200px;
}

.main-slider-item-info h3,
.main-slider-item-info p.h3 {
    font-size: 22px;
    text-transform: uppercase;
}

.main-slider-item-info p.h3 span {
    font-weight: 700;
    font-size: 30px;
}

.main-slider-item-info h2,
.main-slider-item-info p.h2 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 29px;
    text-transform: uppercase;
}

.main-slider-item-image {
    display: flex;
    flex: 4;
}

.main-slider-item-info .btn-golden {
    width: 80%;
}

.main-slider-secondary {
    display: flex;
    justify-content: center;
}

.main-slider-buts {
    margin: 10px 0;
    justify-content: center;
    gap: 20px;
}

.main-slider-cats {
    background: #BDAE94;
    padding: 6px;
    border-radius: 40px;
    flex: 11;
    margin: 10px 0;
    margin-left: 20px;
}

.cat-item {
    flex: 1;
    font-size: 18px;
    line-height: 16px;
    padding: 6px 10px;
    ;
}

.cat-item>a {
    flex: 1;
    justify-content: center;
    align-items: center;
}

.cat-item>a>p {
    margin-left: 8px;
    padding-left: 10px;
    position: relative;
}

.cat-item>a>p::before {
    content: '';
    display: block;
    height: 10px;
    width: 2px;
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider-buts-arrows {
    height: 60px;
    border: 2px solid black;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.main-slider-buts-arrows .separator {
    width: 2px;
    height: 28px;
    background: black;
}

.main-slider-buts-arrows .l-arr {
    transform: rotate(180deg);
    cursor: pointer;
    padding: 14px 28px;
}

.main-slider-buts-arrows .r-arr {
    cursor: pointer;
    padding: 14px 28px;
}

.main-slider .slick-dots,
.main-slider .slick-prev,
.main-slider .slick-next {
    display: none !important;
}

.slick-next {
    right: 0;
}

.main-slider-buts-dots {
    flex: 1;
    justify-content: center;
    display: flex;
    margin: 10px 0;
}

.dots-cloned {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.dots-cloned li {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid black;
    transition: .2s;
}

.dots-cloned li.active {
    background: #BDAE94;
    border: 2px solid #BDAE94;
}

.main-slider-item:focus {
    outline: none;
}

.main-block-callback {
    /*    background: url(../images/bg/callback_bg.png) no-repeat center bottom;*/
    background: url(../images/krovatka.png) no-repeat calc(50% + 450px) center/600px, #f4f1ea;
    padding: 157px 0;
    padding-top: 138px;
    padding-bottom: 97px;
    position: relative;
}

.main-block-callback .container {
    padding-top: 66px;
    padding-bottom: 66px;
}

.main-block-callback h2 {
    font-size: 55px;
    line-height: 52px;
    color: #BDAE94;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.main-block-callback h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.main-block-callback p {
    font-size: 18px;
    line-height: 21px;
}

.main-block-callback form>.fdr:first-child {
    justify-content: space-between;
    margin: 20px 0;
}

.main-block-callback form>.fdr {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.main-block-callback form>.fdr:last-child>* {
    width: 48%;
}

.main-block-callback form input[type="text"] {
    width: 48%;
    padding: 12px;
    border-radius: 30px;
    border: 2px solid #BDAE94;
    background: transparent;
}

.main-block-callback form input[type="tel"] {
    width: 48%;
    padding: 12px;
    border-radius: 30px;
    border: 2px solid #BDAE94;
    background: transparent;
}

.main-block-callback form label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.main-block-callback .cb_button {
    background: #BDAE94;
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 12px;
    border-radius: 30px;
    cursor: pointer;
    transition: .2s;
    /*box-shadow: 0 5px 13px 0px #8b603c;*/
    border: none;
    text-transform: uppercase;
}

.main-block-callback .cb_button:hover {
    color: #000;
    opacity: 1 !important;
    transform: scale(1.03);
}

.main-block-callback .cb_button:active {
    transform: scale(0.97);
}

footer {
    background: #BDAE94;
    color: white;
    padding-top: 60px;
    padding-bottom: 14px;
}

.ftr-contacts {
    justify-content: flex-end;
    text-align: right;
}

.ftr-copyright {
    color: #372828;
    display: flex;
    font-size: 13px;
}

.ftr .separator {
    display: inline-block;
    width: 2px;
    height: 14px;
    background: #736357;
    margin: 0 12px;
}

.ftr-place {
    text-align: right;
}

.breadcrumb {
    background: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.breadcrumb li a {
    border-bottom: 1px dotted black;
}

.breadcrumb .divider {
    display: none;
}

.breadcrumb li.active span {
    color: #af7b37;
}

.breadcrumb li::before {
    padding: 0 2px 0 8px !important;
    color: black !important;
    content: "/\00a0";
}

.breadcrumb li:first-child::before {
    display: none;
}

.breadcrumb li:nth-child(2)::before {
    display: none;
}

#mxcpr {
    display: none;
}

.jshop_list_category>.fdr {
    justify-content: center;
}

.main-cat-item {
    min-width: 220px;
    width: calc((100% / 3) - 2%);
    display: flex;
    justify-content: center;
    margin: 1%;
}

.main-cat-item>.fdc {
    width: 100%;
}

.main-cat-item .image {
    width: 100%;
    display: flex;
    justify-content: center;
    max-height: 260px;
    height: 29vh;
}

.main-cat-item .image a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 300px;
}

.main-cat-item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-cat-item>.fdc>.fdr {
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.category_count {
    width: 56px;
    height: 56px;
    background: #AF7B37;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-style: italic;
    font-size: 30px;
    border-radius: 30px;
    min-width: 56px;
    display: none;
}

.category_name {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.category_name::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #af7b37;
    margin: 0 10px;
}

.jc_h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 27px;
    margin: 30px 0 22px;
}

.jc_p p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 21px;
}

.jc_h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 22px;
}


/*.ic_af::after {
    content: url('../images/icons/ico_cat.png');
    display: block;
    margin-top: 16px;
}*/

.j_padder {
    margin: 20px 0 50px;
}

.category-item {
    width: calc((100% / 3) - 2%);
    min-width: 290px;
    margin: 1%;
    padding: 18px;
    border: 1px solid #E4DED3;
    border-radius: 36px;
    background: white;
}

.list_product>.fdr {
    flex-wrap: wrap;
}

.category-item .btn-golden {
    border: none;
    width: 100%;
    text-transform: uppercase;
    transition: .2s;
    display: block;
}

.category-item .btn-golden:hover {
    opacity: .7;
}

.category-item .btn-golden:active {
    opacity: .8;
}

.category-item .image a {
    width: 100%;
    display: block;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24vh;
    margin-bottom: 10px;
}

.category-item .image .image_block {
    position: relative;
}

.category-item .image .product_label {
    position: absolute;
    left: 0;
    top: 0;
}

.category-item .image a img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.category-item .name {
    color: #AF7B37;
    font-size: 20px;
    margin-bottom: 10px;
}

.category-item .extra_fields {
    margin-bottom: 10px;
}

.category-item .extra_fields>.fdc {
    flex: 1;
    border-left: 2px solid #AF7B37;
    padding-left: 18px;
}

.category-item .extra_fields>.fdc:first-child {
    border-left: none;
    padding-left: 0;
}

.category-item .description {
    margin-bottom: 10px;
    overflow: hidden;
    min-height: 24px;
}
.jshop_prod_description strong{
    font-weight: 600;
}
.category-item .jshop_price {
    color: #AF7B37;
    margin-bottom: 10px;
}

.category-item .jshop_price span:first-child {
    font-size: 20px;
}

.category-item .jshop_price span:last-child {
    font-size: 31px;
    margin-left: 8px;
    line-height: 37px;
}

.item-card .item-card-body {
    width: 58%;
}

.item-card .item-card-side-info {
    width: 40%;
    margin: 0 0 0 2%
}

.item-card-slider {
    width: 100%;
}

.item-card-slider-nav {
    width: 100%;
    margin-top: 20px;
    padding: 20px 40px;
    border-radius: 36px;
    border: 1px solid #E4DED3;
}

.item-card-slider-nav-item {
    padding: 8px 4px;
    transition: .2s;
    border: 3px solid white;
    border-right: 1px solid #E4DED3;
}

.item-card-slider-nav-item:last-child {
    border: none;
}

.item-card-slider-nav-item:focus {
    outline: none;
}

.item-card-slider img {
    margin: 0 auto;
}

.item-card-slider-nav img {
    margin: 0 auto;
    max-height: 86px;
}
.image_middle .prod-gallery{
    position: relative;
}
.image_middle .prod-gallery .slick-arrow{
    position: absolute;
    top: 50%;
    content: '';
    font-size: 0;
    border:2px solid #000;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
    background-color: #fff;
    background-image: url(/templates/template/images/icons/ico_arrow.png) ;
    z-index: 2;
    border-radius: 5px;
}
.image_middle .prod-gallery .slick-prev{ 
  transform: translateY(-50%) rotate(180deg);
  left: 5px;
}
.image_middle .prod-gallery .slick-next{
     transform: translateY(-50%);
     right: 5px;
}

.jshop_img_description .item-card-slider-nav .slick-arrow{
    position: absolute;
    top: 50%;
    content: '';
    font-size: 0;
    border:2px solid #000;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    background-color: #fff;
    background-image: url(/templates/template/images/icons/ico_arrow.png) ;
    z-index: 2;
    border-radius: 5px;
}
.jshop_img_description .item-card-slider-nav .slick-prev{ 
  transform: translateY(-50%) rotate(180deg);
  left: 5px;
}
.jshop_img_description .item-card-slider-nav .slick-next{
     transform: translateY(-50%);
     right: 5px;
}
.more_colors {}

.more_colors .group {
    display: flex;
    position: relative;
    align-items: center;
    margin: 4px 0;
}

.more_colors .group:hover .ef_el_link_activator::before {
    background: #af7b376b;
}

.more_colors .group:hover .ef_el_link_activator.active::before {
    background: #af7b37;
}

.more_colors .ef_el_val {
    order: 3;
}

.more_colors .ef_el_hex {
    order: 1;
    width: 46px;
    height: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.more_colors .ef_el_hex_inner {
    display: block;
    width: 100%;
    height: 100%;
}

.more_colors .ef_el_link_activator {
    order: 2;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #af7b37;
    margin: 0 10px;
    border-radius: 20px;
}

.ef_el_link_activator::before {
    content: '';
    width: 10px;
    height: 10px;
    background: transparent;
    display: block;
    border-radius: 20px;
    margin: 2px;
    transition: .2s;
}

.more_colors .ef_el_link_activator.active::before {
    background: #af7b37;
}

.more_colors .ef_el_link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.more_colors .ef_el_link_inner {
    display: block;
    width: 100%;
    height: 100%;
}

.item-card-side-info .main_extra_fields {
    display: flex;
    margin: 36px 0 30px;
    gap: 55px;
}

.item-card-side-info .main_extra_fields .extra_fields_el {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #372828;
    font-family: "ProximaNova";
}
.extra_fields_name{
    font-weight: 600;
}
.extra_fields_value{
font-weight: 300;
}
.item-card .item-card-side-info{
    align-items: flex-start;
}
.btn-golden-border{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 50px;
    border-radius: 40px;
border: 1px solid #BDAE94;
color: #372828;
font-family: "Proxima Nova";
font-size: 17px;
background: none;
font-weight: 600;
transition:all 0.4s;
}
.btn-golden-border:hover{
    background: #BDAE94;
    transform: scale(1.03);
}
.wrapAtributes .wrapAtribute {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin: 15px 0;
}
.item-card-side-info .btnsWrap{
    display: flex;
    gap: 7px;
    margin-top: 30px;
}

.wrapAtributes .input_type_radio {
    position: relative;
    display: block;
}

.wrapAtributes .input_type_radio input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.wrapAtributes .input_type_radio label {
    display: block;
    font-weight: normal;
    margin: 0;
}

.wrapAtributes .input_type_radio .radio_attr_label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #af7b37;
    height: 50px;
    font-size: 14px;
    padding:0 25px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 25px;
    overflow: hidden;
    line-height: 1;
}

.wrapAtributes .input_type_radio input:checked + label .radio_attr_label,
.wrapAtributes .input_type_radio input:checked + .radio_attr_label {
    background: #BDAE94;
    color: #000;
    border-color: transparent;
}


/*.item-card-slider .slick-slide{
    display: none !important;
}*/

.item-card-slider .slick-slide {
    display: block !important;
}

.loadBlock .item-card-body {
    opacity: 0;
}

.productfull {
    padding-bottom: 20px;
    position: relative;
}

.productfull .shadowBlock {
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .1);
    content: '';
    z-index: 5000;
}


/*.productfull.loadBlock .shadowBlock{
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.productfull .loader {
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.item-card-side-info .main_extra_fields .extra_fields_el:last-child {
    border-right: 0;
    margin-right: 0;
}

.secondary_extra_fields .extra_fields_el {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: none;
    border-left: 2px solid #af7b37;
    margin: 6px 16px;
}

.secondary_extra_fields .extra_fields_el span {
    color: gray;
    padding: 4px 14px;
    display: flex;
    flex: 1;
}

.secondary_extra_fields .extra_fields_el span:last-child {
    flex: 2;
    color: black;
}

.item-card-side-info .jshop_prod_short_description {
    margin: 16px 0;
    display: none;
}

.item-card-slider-nav .slick-track {
    display: flex;
    align-items: center;
}

.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.item-card-slider-nav-no-slick {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    padding: 4% 8%;
    border-radius: 36px;
    border: 1px solid #E4DED3;
}

.item-card-slider-nav-no-slick .item-card-slider-nav-item {
    padding: 8px 4px;
    transition: .2s;
    border: 3px solid white;
    border-right: 1px solid #E4DED3;
    flex: 1;
    justify-content: center;
    display: flex;
    cursor: pointer;
    transition: .2s;
    max-height: 108px;
}

.item-card-slider-nav-no-slick .item-card-slider-nav-item:last-child {
    border-right: 0;
}

.item-card-slider-nav-no-slick .item-card-slider-nav-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-card-slider-nav-no-slick .item-card-slider-nav-item:hover {
    background: #e4ded350;
}

.item-card-slider-nav-no-slick .item-card-slider-nav-item.active {
    border: 3px solid #e4ded3;
}

.image_middle .slick-slide img {
    max-height: 440px;
}

.jshop_prod_description {
    color: #372828;
     font-family: "ProximaNova";
 font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;

}
.jshop_prod_description .list{
    gap: 14px;
    margin-bottom: 30px;
}
.jshop_prod_description .title {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin: 12px 0 6px;
    color: black;
}

.list {
    display: flex;
    flex-direction: column;
    margin: 8px 0;
    color: black;
}

.list>* {
    display: flex;
}

.list>*::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    background: #BDAF94;
    border-radius: 20px;
    margin-right: 6px;
    margin-top: 8px;
    min-width: 6px;
}

.btn-golden.back {
    border: none;
    line-height: 16px;
    padding: 12px 24px;
    display: block;
}

.ftr-prime-menu>.fdc {
    padding: 0 4px;
}

.fdr gld {
    color: #372828;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: bold
}

.jshop.list_product .fdr {
    justify-content: center;
}

.jshop_list_category>.fdr,
.list_category>.fdr {
    flex-wrap: wrap;
}

.desktop-menu {
    flex: 2;
}

.menu-phones {
    display: none;
}

.burger {
    display: none;
}

.menu-bg {
    display: none;
}

.menu-body-top {
    display: none;
}

.mfp-content .callback-modal {
    background: #f4f1ea;
    max-width: 720px;
    border-radius: 0;
    padding: 0;
}

.mfp-content .main-block-callback {
    background: none;
    margin: 0;
    padding: 0;
}

.mfp-content .callback-modal .cb-bg {
    background: url(../images/bg/callback_bg.png) no-repeat center bottom;
    position: absolute;
    width: 100%;
    height: 600px;
    top: -128px;
    z-index: -1;
}

.mfp-content .callback-modal .callback-outer {
    height: 400px;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
}

.mfp-content .callback-modal__headline {
    text-align: left;
    margin-bottom: 16px;
}

.mfp-content form>.fdr {
    margin-bottom: 16px;
}

.pagination {
    width: 100%;
}

.pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination ul li {
    margin: 0 12px;
    min-width: 14px;
}

.pagination ul li span {
    color: gray;
}

.pagination_result_counter {
    text-align: center;
}

input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

input[type="checkbox"]+label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    font-size: 10pt;
    font-weight: 400;
}

input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid black;
    margin: 10px;
    transition: .2s;
}

input[type="checkbox"]+label:after {
    content: '✓';
    position: absolute;
    top: 12px;
    left: 13px;
    transition: .2s cubic-bezier(0, -1.5, 0, 3);
    font-size: 20pt;
    opacity: 0;
    color: #af7b37;
}

input[type="checkbox"]:checked+label:after {
    top: 4px;
    opacity: 1;
}

.product-image-description {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    color: gray;
    margin-top: 10px;
    font-style: italic;
}

#select-city {
    background: none;
    border: none;
    margin-left: 6px;
}

.about {
    background: #fff;
    padding: 25px 35px;
    margin: 15px 0 25px;
    border-radius: 36px;
    text-align: center;
}


/* Portfolio */

.portfolio {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.portfolio-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #BDAE94;
    padding: 20px;
}

.portfolio-title,
.portfolio-dolchnost,
.portfolio-telephon {
    font-weight: 800;
}

.portfolio-bot {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.portfolio-telephon {
    font-weight: 700;
}

.portfolio-img img {
    border-radius: 25px;
    overflow: hidden;
}

.portfolio-img {
    display: flex;
    justify-content: center;
}

.botContainerBlock {
    background: #372828;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.wrapGeo {
    display: none;
    align-items: center;
}

.wrapGeo {
    /* display: flex; */
    align-items: center;
    font-size: 14px;
    /*    font-family: 'ProximaNovaCondER';*/
    font-weight: 400;
    flex: 1;
}

.wrapcontacts {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.wrapBotCont {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
}

.wrapcontacts a {
    font-weight: 600;
    font-size: 15px;
}

.derev {
    color: #AF7B37;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 10px;
}

.hdr-cont-logo img {
    width: 220px;
    margin-left: -50px;
}

.wrapSlider {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 0 20px;
    margin-bottom: 10px;
}

.sliderBannerBlock {
    margin-top: 50px;
    margin-bottom: 50px;
}

.wrapSlider .txtBlock {
    color: #372828;
    text-align: center;
    font-family: "MarkSimonson";
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 70px;
}

.slickArrows {
    height: 60px;
    border: 2px solid black;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 162px;
}

.slickArrows .slick-next {
    background: url(/templates/template/images/icons/ico_arrow.png) no-repeat center center;
    cursor: pointer;
    width: 80px;
    height: 100%;
    position: static;
    transform: none;
}

.wrapArrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: -50px;
    z-index: 100;
    position: relative;
}

.fdr a,
.ftr-place,
.ftr-contacts {
    color: #372828;
}

.slickArrows .slick-prev {
    background: url(/templates/template/images/icons/ico_arrow.png) no-repeat center center;
    cursor: pointer;
    width: 80px;
    height: 100%;
    position: static;
    transform: none;
    transform: rotate(180deg);
}

.slickArrows .slick-arrow {
    border: 0;
    font-size: 0;
}

.slick-dots button {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid black;
    transition: .2s;
    font-size: 0;
}

.slickDots .slick-dots {
    display: flex !important;
    gap: 10px;
}

.slickDots {
    display: flex;
}

.slick-dots .slick-active button {
    background: #BDAE94;
    border: 2px solid #BDAE94;
}

@media (max-width: 1700px) {
    .main-block-callback {
        padding-top: 70px;
        background-position: calc(50% + 400px) center;
    }
}

@media (max-width: 990px) {
    .portfolio-img img {
        width: 220px;
    }
}

@media (max-width: 767px) {
    .main-cat-item {
        width: calc((100% / 2) - 2%);
    }
    .portfolio {
        flex-direction: column;
    }
}

@media (min-width: 1300px) {
    header .container {
        width: 1290px;
        padding: 0 20px;
    }
}

@media (max-width: 1299px) {
    .botContainerBlock {
        font-size: 12px;
    }
    .wrapGeo {
        font-size: inherit;
    }
    .hdr-cont-menu>li>a {
        font-size: 14px;
    }
    .derev {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .hdr .contacts {
        font-size: 15px;
        font-weight: 400;
    }
    .hdr-cont-menu>li>a {
        font-size: 12px;
    }
    .derev {
        font-size: 11px;
    }
}

@media (max-width: 990px) {
    .hdr-cont {
        flex-direction: column;
    }
    .hdr-cont-logo {
        margin: 4px 0;
    }
    .hdr-place {
        justify-content: center;
        align-items: center;
    }
    .item-card .item-card-side-info {
        width: 90%;
        margin: 20px 5%;
    }
    .item-card .item-card-body {
        width: 100%;
    }
    .item-card {
        flex-direction: column;
    }
    .main-slider-item-info {
        justify-content: center;
        margin-right: 0;
    }
    .main-slider-secondary {
        flex-direction: column;
    }
    .main-slider .slick-dotted.slick-slider {
        height: auto;
    }
    .main-slider-wrapper {
        height: auto;
    }
    .main-slider {
        height: auto;
    }
}

.desktop-menu .derev {
    display: none;
}

.hdr-cont .contacts-icon {
    display: none;
}

@media (max-width: 990px) {
    .hdr-cont .contacts-icon {
        display: flex;
    }
    .desktop-menu .derev {
        padding: 10px 20px;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        line-height: 1;
    }
    .hdr-cont-carcont {
        display: none;
    }
    .burger::before {
        width: 35px;
        height: 25px;
        background: linear-gradient(180deg, rgba(218, 207, 118, 1) 0%, rgba(142, 93, 24, 1) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
    }
    .main-slider-cats {
        flex-direction: column;
        flex: auto;
    }
    .cat-item {
        flex: auto;
    }
    .main-slider-buts {
        flex-wrap: wrap;
    }
    .ftr-top {
        flex-direction: column;
    }
    .ftr-top .fdr {
        flex-direction: column;
    }
    .ftr-top .fdr,
    .ftr-top .fdc {
        text-align: center;
        align-items: center;
        margin: 5px 0;
    }
    .ftr-bottom {
        flex-direction: column-reverse;
    }
    .ftr-bottom .ftr-place,
    .ftr-bottom .ftr-copyright {
        text-align: center;
    }
    .ftr-logo {
        margin: 10px 0;
    }
    .cb-hidden {
        display: none;
    }
    .main-block-callback {
        background: #f4f1ea;
        padding: 0;
        margin-top: 30px;
    }
    .desktop-menu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 20000;
        right: 0;
        bottom: 0;
        display: none;
    }
    .desktop-menu.active .menu-body {
        left: 0;
    }
    .menu-bg {
        position: absolute;
        background: #00000080;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .menu-body {
        background: #372828;
        height: 100%;
        width: 100%;
        max-width: 260px;
        box-shadow: 8px 0px 40px -8px black;
        position: relative;
        left: -100%;
        display: flex;
        flex-direction: column;
        transition: .3s;
    }
    .menu-body-inner {
        flex: 1;
        margin: 10px 0;
        overflow: scroll;
    }
    .hdr-cont-menu {
        flex: 2;
        flex-direction: row;
        align-items: start;
        margin-bottom: 6px;
        flex-wrap: wrap;
    }
    .sloganText {
        font-size: 12px;
    }
    .hdr-cont-menu>li {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: start;
        padding: 0;
        position: relative;
        flex-direction: column;
    }
    .hdr-cont-menu li>a {
        display: block;
        width: 100%;
    }
    .hdr-cont-menu>li>a:before {
        display: none;
    }
    .hdr-cont-menu>li::before {
        content: '';
        display: none !important;
    }
    .hdr-cont-menu>li>ul {
        position: relative;
        display: block;
        background: transparent;
        top: 0;
        border-radius: 0;
        padding: 0px 12px;
        left: 0;
        z-index: 2001;
        border-left: 1px solid;
        margin-left: 5px;
    }
    .menu-phones {
        display: flex;
        padding: 0 24px 60px;
        font-weight: 400;
    }
    .burger {
        display: flex;
    }
    .menu-bg {
        display: block;
    }
    .menu-body-top {
        padding: 14px 24px;
        border-bottom: 1px solid white;
        display: flex;
    }
    .menu-close {
        width: 25px;
        height: 25px;
        position: relative;
    }
    .menu-close::before {
        content: '';
        position: absolute;
        display: block;
        width: 31px;
        height: 2px;
        background: white;
        left: -3px;
        top: calc(50% - 1px);
        transform: rotate(-45deg);
    }
    .menu-close::after {
        content: '';
        position: absolute;
        display: block;
        width: 31px;
        height: 2px;
        background: white;
        top: calc(50% - 1px);
        transform: rotate(45deg);
        left: -3px;
    }
    .hdr-cont {
        flex-direction: row;
    }
    .burger {
        flex: 1;
        align-items: center;
    }
    .burger::before {
        content: url(../images/icons/ico_menu.png);
        height: 20px;
        margin-right: 8px;
    }
    .hdr-cont-logo img {
        margin-left: 0;
    }
    .hdr-cont-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        min-width: 100px;
        max-width: 160px;
    }
    .hdr-cont-carcont {
        flex: 1;
    }
    .hdr-cont-carcont .fdc {
        display: none;
    }
    .hdr .contacts-icon {
        margin: 0;
    }
    .main-block-callback form input[type="text"],
    .main-block-callback form input[type="tel"] {
        background: #dbcfb8;
    }
    .hdr-cont a.derev {
        display: none;
    }
}

@media (max-width: 600px) {
    .wrapAtributes .wrapAtribute {
        grid-template-columns: repeat(2, 1fr);
    }
    .wrapGeo {
        display: none;
    }
    .wrapSlider {
        flex-direction: column-reverse;
        gap: 40px;
        margin-bottom: 50px;
    }
    .sliderBannerBlock {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .wrapSlider .txtBlock {
        padding-top: 0;
    }
}

@media (max-width: 495px) {
    .wrapArrows {
        margin-top: 0
    }
    .container-fluid {
        padding: 0;
    }
    .main-slider-block {
        flex-direction: column-reverse;
    }
    .main-slider-item-info {
        align-items: center;
    }
    .main-slider-item-info h3 {
        text-align: center;
    }
    .main-block-callback form input[type="text"],
    .main-block-callback form input[type="tel"] {
        background: #dbcfb8;
        margin: 10px 0 0;
        width: 100%;
    }
    .mfp-content .callback-modal {
        background: transparent;
        max-width: 990px;
        border-radius: 0;
        padding: 0;
    }
    .mfp-content .main-block-callback {
        background: none;
        margin: 0;
        padding: 0;
    }
    .mfp-content .callback-modal .cb-bg {
        display: none;
    }
    .mfp-content .callback-modal .callback-outer {
        height: auto;
        align-items: center;
        background: linear-gradient(to bottom right, #f4f1ea, #d0ba94);
        border-radius: 20px;
        padding: 20px 40px;
        margin: 0;
    }
    .main-block-callback form>.fdr {
        flex-direction: column;
        margin: 4px 0 0;
    }
    .main-block-callback form>.fdr>* {
        width: 100% !important;
        margin: 4px 0 0;
    }
}


/* новая шапка */

 :root {
    --colorHeaderBg: #BDAE94;
    --colorHeaderStrip: rgba(55, 40, 40, 0.05);
    --colorTextMain: #372828;
    --colorCatalogBorder: #372828;
    --colorCatalogBg: #f8f6e8;
    --colorCatalogMoreBg: #bdae94;
    --colorWhite: #ffffff;
    --radiusCatalogButton: 40px;
    --radiusCatalogMenu: 27px;
    --fontMain: 'MarkSimonson';
}

.headerLogoBlock {
    width: 230px;
    flex: none;
}

.emailColumn a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wrapCatalogWrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wrapCatalogWrapper .contact {
    color: #372828;
    font-family: 'MarkSimonson';
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.headerMain {
    gap: 50px;
}

.catalogWrapper {
    flex: 1;
}

.catalogButtonText {
    color: #372828;
    font-family: var(--fontMain);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.catalogMenuText {
    flex: 1;
    color: #372828;
    font-family: var(--fontMain);
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

header {
    background-color: var(--colorHeaderBg);
}

.headerTopBarBlock {
    background-color: var(--colorHeaderStrip);
}

.headerTopBar {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 15px;
}

.headerTopSlogan {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 480px;
}

.sloganText {
    font-weight: 300;
    letter-spacing: -0.3px;
}

.sloganArrow {
    font-size: 14px;
}

.headerMain {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 15px;
}

.catalogWrapper {
    position: relative;
}

.catalogButton {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    border-radius: var(--radiusCatalogButton);
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 23px;
    color: var(--colorTextMain);
    border-radius: 40px;
    background: #F8F6E8;
}

header a:hover {
    text-decoration: underline;
}

.catalogButton:hover {
    background-color: #f1e9d3;
}

.catalogButtonIcon {
    width: 43px;
    height: 31px;
    border-radius: 15px;
    background-color: #bdae94;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}

.catalogButtonLine {
    width: 17px;
    height: 2px;
    background-color: var(--colorCatalogBorder);
}

.catalogButtonText {
    white-space: nowrap;
}

.catalogMenu {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 330px;
    background-color: var(--colorCatalogBg);
    border: 1px solid #000;
    border-radius: var(--radiusCatalogMenu);
    padding: 36px 27px 34px;
    box-sizing: border-box;
    z-index: 100;
    overflow: hidden;
}

.catalogMenuList {
    list-style: none;
    padding: 0;
}

.catalogMenuItem {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    font-size: 23px;
    border-bottom: 1px solid rgba(55, 40, 40, 0.2);
}

.catalogMenuIcon {
    width: 25px;
    text-align: center;
    font-size: 18px;
}

.catalogMenuText {
    flex: 1;
}

.headerLogoImage {
    max-width: 100%;
    height: auto;
}

.headerPhones {
    display: flex;
    gap: 16px;
    font-size: 15px;
    flex: 1;
    justify-content: flex-end;
}

.phonesColumn {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.phoneRow {
    display: flex;
    align-items: center;
    gap: 6px;
}

.phoneIcon {
    font-size: 14px;
}

.phoneLink {
    color: var(--colorTextMain);
    text-decoration: none;
    white-space: nowrap;
}


/* Мобильная адаптация */

@media (max-width: 991px) {
    .headerMain {
        flex-direction: column;
        gap: 24px;
    }
    .headerTopBar {
        flex-direction: column;
        align-items: flex-start;
    }
    .headerTopSlogan {
        margin-top: 6px;
        max-width: 100%;
    }
    .catalogWrapper {
        width: 100%;
    }
    .catalogButton {
        width: 100%;
        justify-content: center;
    }
    .catalogMenu {
        position: static;
        width: 100%;
        margin-top: 8px;
    }
    .headerLogoBlock {
        width: 220px;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .headerTopBar {
        font-size: 13px;
    }
    .catalogMenuText,
    .catalogButtonText {
        font-size: 18px;
    }
    .headerMain {
        gap: 18px;
    }
    .catalogButton {
        padding: 12px 20px;
        font-size: 18px;
    }
    .catalogMenuItem {
        font-size: 18px;
    }
    .phonesColumn {
        width: 100%;
    }
    .phoneRow {
        justify-content: flex-start;
    }
}