/* GLOBAL SETTINGS */
html{height: auto;overflow-y: scroll;}
body{height: auto; overflow: visible;}
body ::selection {color: #fff; background:#064C5E;}
body ::-moz-selection {color: #fff; background:#064C5E;}
.swiper-slide:not(:first-child){display: block;}

/* FORM ELEMENTS */

.btn{
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 16px; 
    letter-spacing: 0.02em; 
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.35s;
    padding: 10px 16px 10px 24px;
}
.btn.btn-small{
    height: 36px;
}
.btn.w100{
    width: 100%;
}

.btn-primary{ 
    background: #A38452;
    color: #fff;  
}
.btn-primary:hover{
    background: #7A633E;
} 
.btn-primary:disabled{
    background: #E3D9C9;
    color: rgba(0, 0, 0, 0.4);
}
.btn.btn-arrow:after{
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/arrow-right-w.svg) center no-repeat;
    margin: 0 0 0 10px;
}
.btn.btn-stroke.btn-arrow:after{ 
    background: url(../img/arrow-right.svg) center no-repeat; 
}
.btn-stroke{ 
    border: 1px solid #CDBB9F;
    padding: 5px 20px;
}
.btn-stroke:hover{
    box-shadow:  0 0 0 1px #CDBB9F;
} 
.btn-stroke:active{
    box-shadow:  0 0 0 1px #7A633E;
    border-color: #7A633E;
} 
.btn-stroke:disabled{
    background: #E3D9C9;
}

.btn-stroke.type-2{ 
    position: relative;
    padding: 5px 16px 5px 24px;
} 
.btn-stroke.type-2:after{
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
.btn.btn-open-filter:after{
   background: url(../img/icon-plus.svg) center no-repeat; 
}

.link{
    font-size: 14px;
    line-height: 16px; 
    letter-spacing: 0.02em;  
    color: #A38452;   
    border-bottom: 1px solid #A38452;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.link:hover{
    border-color: transparent;
}
.link.link-arrow{
    margin-right: 26px;
}
.link.link-arrow:after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/arrow-right.svg) center no-repeat;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
    right: -26px;
}

.block-header{
    position: relative;
}
.block-header.type-2 .link{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
 
.collection-popular .h2 {
    margin-bottom: 26px;
}
.collection-popular .link {
    margin-bottom: 50px;
} 

.input-wrap {
    position: relative;
    display: flex;
    margin-bottom: 24px;
}
.input-wrap:after{
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    bottom: 0px;
    content: "";
    background: #c0a171;
    transition: all 0.35s;
}
.input-wrap .input-title {
    font-size: 14px;
    line-height: 13px; 
    color: #575757;
    position: absolute;
    top: 13px;
    left: 8px;
    transition: all 0.35s;
}
.input {
    height: 40px;
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    width: 100%;
    padding: 0 8px;
    resize: none;
    font-size: 14px;
    line-height: 1; 
    color: #000000;
 
    border-radius: 0!important;
    background-color: transparent;
}
input[type="text"],
input[type="tel"]{
    border-radius: 0!important;
}
textarea.input {
    height: 140px;
    padding:13px 8px;
}

.input-wrap.value .input-title,
.input-wrap.focus .input-title{
    font-size: 11px;
    line-height: 1;   
    top: -2px;
} 
.input-wrap.focus:after,
.input-wrap.value:after{
    width: 100%;
}

 
.input-wrap.with-icon{
    padding-left: 44px;
}
.input-wrap.type-2{
    height: 40px;
/*    background: #F8F8F6; */
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 12px;
}
.input-wrap.wrap-white{
    border-color: #fff;
    background-color: #fff;
}
.input-wrap .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.input-wrap.type-2 .input-title {
    top: 11px;
    font-size: 14px;
    line-height: 1; 
    color: #575757;
    left: 0;
}
.input-wrap.with-icon .input-title{
    left: 44px;
}
.input-wrap.type-2.focus .input-title,
.input-wrap.type-2.value .input-title{
    top: 4px;
    font-size: 12px; 
    line-height: 1;
    color: #876B46;    
} 
.input-wrap.type-2 .input{
    height: 100%;
    border: 0;
    padding: 10px 20px 0 0;
} 
.input-wrap.type-3 .input{ 
    padding-top: 0;
} 
.input-wrap.with-icon .input{
    padding-left: 0;
}

.input-wrap.type-2.value{ 
    background: #fff;
    border-color: #A38452;
}
.input-wrap.type-2.value:after{
    content: none;
}
.input-wrap.invalid:after,
.input-wrap.type-2.invalid:after{
    content: "";
    width: 100%;
    background: #EB5757;
}
.input-wrap.invalid + .input-error{
    display: block;
    margin-top: 8px;
}
.error{
    color: #EB5757;
    font-size: 12px;
    line-height: 11px;     
}
.warrning-done{
    color: #A38452;
    font-size: 12px;
    line-height: 11px;     
}

.input-hint{
    font-size: 12px;
    line-height: 11px; 
    color: #575757;    
}
.input-wrap.type-2 + .input-hint{
    margin-top: -4px;
}
.input-hint + .input-wrap{
    margin-top: 16px;
}


.form-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-row .input-wrap {
    width: 100%;
}
.form-row .w50{
    width: calc(50% - 11px);
}
 
.form-row.p16 .w50{
    width: calc(50% - 8px);
}
 
/*RADIO ITEM*/
.item-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
} 
.item-radio .radio-check {
    border: 1px solid #433623;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
}
.item-radio .radio-check:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.35s;
    opacity: 0;
    background: #433623;
}
.item-radio input:checked + .radio-check:after{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
} 
.item-radio .radio-text {
    font-size: 14px;
    line-height: 100%; 
    letter-spacing: 0.2px; 
    color: #433623;  
    max-width: calc(100% - 16px);
    padding-left: 12px;
}

 
/* POPUPS */
.popup-wrapper {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.popup-wrapper.active {
    left: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    background: rgba(0, 0, 0, 0.48);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
}

.popup-wrapper.active .bg-layer {
    opacity: 1;
}

.popup-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0;
    left: -10000px;
    padding: 15px;
    letter-spacing: 0;
}

.popup-content.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    left: 0;
    transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
    position: relative
}

.popup-content:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: "";
}

.popup-content .layer-close {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10000px;
}

.btn-close {
    position: absolute;
    top: -8px;
    left: calc(100% + 15px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    background: url("../img/close-modal.svg") center no-repeat;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.popup-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    background: #fff;
    max-width: 588px;
    padding: 40px 24px;
    z-index: 1;
    box-shadow: 0 15px 29px 0 rgba(0, 0, 0, 0.07);
    text-align: initial;
}
.popup-container .video{
    min-height: 60vh;
}
.popup-container.popup-video-container{
    padding: 0;
    max-width: 80%;
}

.open-popup {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
 
.popup-container.type-2 {
    padding: 40px;
} 
.popup-container.type-3{
    max-width: 856px;
}



/*PRODUCT CARD*/ 
.product{
    position: relative;
    background: #fff;
}
.product-labels {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.product-labels .label {
    padding: 4px 12px;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 12px; 
    color: #FFFFFF;    
    display: table;
    background: #7D829A;
}
.product-labels .label.action{
    background: #262F56;
} 
.label.hit{
    background: #7A633E;
} 
.label.new{
    background: #A38452;
} 
.product-image {
    margin-bottom: 12px;
} 
.product-image  .image {
    display: block;
    position: relative;
    overflow: hidden;
    background: #eee;
}
.product-image  .image:before {
    content: "";
    padding-top: 89%;
    display: block;
    object-fit: cover;
}
.product-image .image img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
} 
.product-image .button {
    top: 50%; 
    margin-top: -12px;
    z-index: 10; 
    width: 24px;
    height: 24px; 
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);   
    padding: 4px;
    opacity: 0;
    transition: all 0.35s;
}
.product-image:hover .button{
    opacity: 1;
} 
.product-image:hover .button.swiper-button-disabled{
    opacity: 0.6;
}  
.product-image .button.swiper-button-prev {
    transform: rotate(-180deg);
}
.product-content {
    text-align: center;
    padding: 0 24px;
    position: relative;
}
.product-content .content-hover{
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 24px;
    top: 100%; 
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s;
    box-shadow: 0px 16px 16px rgba(196, 196, 196, 0.32);  
    background: #fff;
}
.product:hover {
    z-index: 6;
    box-shadow: 0px 8px 16px rgba(196, 196, 196, 0.32);   
}
 
/*.product:hover .product-layer,*/
.product:hover .content-hover{
    opacity: 1;
    visibility: visible;
}
.content-hover .article{
    font-size: 12px;
    line-height: 1; 
    color: #575757;    
    position: relative;
    top: -10px;
}
.product-content .product-title {
    font-size: 15px;
    line-height: 150%;  
    color: #000000;    
    display: inline-block;
    margin-bottom: 12px;
}
.product-content .prices {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 16px;
}
.product-content .discount {
    margin-right: 8px; 
    font-size: 17px;
    line-height: 1;
    color: #808080; 
    margin-bottom: 8px;
    position: relative;
}
.product-content .discount:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #CDBB9F;
    opacity: 0.7;
    height: 1px;
}
.product-content .new {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1; 
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
} 
.product-content table {
    text-align: left;
    width: 100%;
    margin-bottom: 24px;
} 
.product-content td {
    font-size: 14px;
    line-height: 1; 
    color: #000000;
    padding: 8px 0;
    padding-right: 6px;
} 
.product-content td:last-child {
    text-align: right;
    padding-left: 6px;
    padding-right: 0; 
    color: #575757;
    
}
.product-content .btn {
    margin-bottom: 24px;
    width: 100%;
} 


/*PAGINATION*/ 
.pagination ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination ul .arrow a{
    background-image: url(../img/arrow-right-gold.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.pagination .prev a{
    transform: rotate(180deg);
} 
.pagination li {
    margin: 0 5px 10px;
}
.pagination a {
    min-width: 32px;
    height: 32px;
    padding: 0 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(202, 202, 202, 0.8);
    box-sizing: border-box; 
    font-weight: 500;
    font-size: 14px;
    line-height: 13px; 
    color: #000000;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;     
}
.pagination a:hover{
    border-color: rgba(163, 132, 82, 0.8);
}
.pagination li .active {
    background: rgba(163, 132, 82, 0.3);
    border-color: rgba(163, 132, 82, 0);
}
.pagination .separate a{
    border: 0;
}

/*PRODUCT PAGINATION*/
.list-show-options {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-bottom: 36px;
}
.list-show-options .load-more + .pagination{
    margin-right: 16px;
}
.list-show-options .load-more{
    margin-bottom: 10px;
}
.load-more {
    font-size: 14px;
    line-height: 16px; 
    letter-spacing: 0.02em; 
    color: #7A633E;
    display: flex;
    align-items: center;
    text-align: center;    
    padding: 0 45px 0 24px;
    height: 40px; 
    position: relative; 
}
.load-more:after{
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/arrow-down-gold.svg) center no-repeat;
    background-size: 16px 16px;
}
.load-more:hover {
    background: rgba(163, 132, 82, 0.1);    
}


/*CHECKBOX ITEM*/ 
.checkbox-item {
    display: block;
    cursor: pointer;
} 
.checkbox-check {
    font-size: 12px;
    line-height: 1; 
    color: #000000;
    display: block;
    padding-left: 30px;
    position: relative;
}
.checkbox-check:after {
    position: absolute;
    left: 0;
    top: -5px; 
    border: 1px solid #CDBB9F;
    width: 20px;
    height: 20px;
    transition: all 0.35s;
    content: "";
}
input:checked + .checkbox-check:after {
    background: #000;
}
 
.select-box.type-block{
/*    background: #F8F8F6;*/
    height: 40px;
    position: relative;
}
.select-box.type-block .select-box-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 4px;
    z-index: 6;
    top: 50%;
    transform: translateY(-50%);
}
.select-box.type-block .SumoSelect>.CaptionCont>label{
    width: 40px;
}
.select-box.type-block .select-box-title {
    position: absolute;
    left: 48px;
    top: 10px;
    font-size: 12px;
    line-height: 16px; 
    color: #433623;
}
.select-box.type-block .SumoSelect>.CaptionCont{
    background-color: transparent;
    border-color: transparent;
    height: 40px; 
    padding: 0 45px 0 38px;
}
.select-box.type-block .SumoSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.select-title{
    margin-bottom: 8px; 
    font-size: 14px;
    line-height: 16px; 
    color: #4F4F4F;    
}

 
.add-comment .btn {
    width: 100%;
    max-width: 380px;
    margin: auto;
    display: flex;
} 

.add-comment-block {
    padding: 20px 24px;
    background: #fff;
    display: none;
}
.add-comment-block .input-wrap {
    height: 195px;
    margin-bottom: 8px; 
}
 
.add-comment-block .type-2 textarea.input {
    height: 100%;
    padding: 0 20px 15px; 
}
.add-comment-block p {
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    text-align: right;
}
 


/*PRODUCT ITEM CARD*/ 
.item-product .image {
    display: block;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 22px;
}
.item-product .image:before {
    content: "";
    padding-top: 100%;
    display: block;
}
.item-product .image img{
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.35s;
}
.item-product .image:hover img{
    transform: scale(1.05);
} 
.item-product .item-title {
    font-size: 15px;
    line-height: 120%; 
    color: #000000;   
    display: inline-block;
    margin-bottom: 16px;
}
.item-product .prices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.item-product .price-old {
    font-size: 17px;
    line-height: 16px; 
    color: #7A633E;  
    position: relative;
    margin-bottom: 10px;
    margin-right: 14px;
    text-decoration: line-through;
}
/*
.item-product .price-old:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #7A633E;
}
*/
.item-product .price {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
    line-height: 16px; 
    color: rgba(0, 0, 0, 0.8);    
}


/*SCROLLBAR SWIPER*/
.swiper-container-horizontal > .swiper-scrollbar{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: 2px;
    background: rgba(151, 151, 151, 0.2);   
    margin-bottom: 2px;
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin-top: 35px;
}
.swiper-scrollbar-drag{
    background: #A38452;
    border-radius: 2px;
    height: 4px;
    position: relative;
    top: -1px;
}

/*TABS*/
.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabs-nav .active { 
    color: #575757;  
    padding: 0 28px;
} 
.tabs-nav a:hover {
    color: #A38452;
}
.tabs-nav a {
    font-size: 15px;
    line-height: 120%; 
    letter-spacing: 0.04em;
    text-transform: uppercase; 
    color: #000000; 
    margin:5px 28px;
    padding: 0px;
    position: relative;
}
.tabs-nav a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #A38452;
    top: 50%;
    left: 50%;   
    transition: all 0.3s;
    transform: translateX(-50%);
}
.tabs-nav .active:after{
    width: 100%;
}
 
.tab-item{
    display: none;
}
.tab-item.active{
    display: block;
}

/*SALE TABS*/
.sale-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 48px;
}
.sale-header .sale-text { 
    display: flex;
    align-items: center; 
    color: #262F56;    
}
 
.sale-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sale-list .item-product{
    width: calc(20% - 25.6px);
}
.sale-list .image{
    margin-bottom: 16px;
}
.sale-list .item-title{
    line-height: 1.5;
    margin-bottom: 12px;
}
.item-product .price-old.type-2{
    padding: 0 2px;
    color: #808080;
}
.item-product .price-old.type-2:after{
    background: rgba(205, 187, 159, 0.7);
}


/*REVIEW INDEX*/
.index-reviews .block-header{
    margin-bottom: 33px;
}

.ir-list {
    display: flex;
    justify-content: space-between; 
}
.ir-item {
    width: calc(33.33% - 46px);
    text-align: center;
}
.ir-item-image {
    position: relative;
    display: block;
    max-width: 244px;
    margin: 0 auto 23px;
}
.ir-item-image:before {
    content: "";
    padding-top: 93%;
    display: block;
}
.ir-item-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.ir-item-title {
    font-size: 15px;
    line-height: 150%; 
    color: #000000;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
}
.ir-item-rate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.ir-item .count {
    font-size: 20px;
    line-height: 150%; 
    color: #000000;    
    font-weight: 500;
    margin-right: 12px;
}
.ir-item-stars {
    display: inline-flex;
    align-items: center;
}
.ir-item-stars img {
    width: 20px;
    
}
.ir-item-stars img:not(:last-child) {
    margin-right: 4px;
}
.ir-item-text {
    background: rgba(227, 217, 201, 0.5);
    border-radius: 12px;
    padding: 20px 8px 20px 66px;
    text-align: left;
    font-size: 13px;
    line-height: 140%; 
    color: #000000;    
    position: relative;
}
.ir-item-text:after{
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 24px;
    background: url(../img/quote.svg) center no-repeat;
}


/*SEO BLOCK*/
.seo-block {
    text-align: center;
    padding: 0 24px;
} 
.seo-block .container {
    min-height: 164px;
    padding-bottom: 10px
}
.seo-block .container.open:after{
    height: 0px;
}
.seo-block .container:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);  
    transition: all 0.35s;
}
.seo-block p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin-bottom: 15px;
}
.seo-block .h3 {
    color: #C0A171;
    margin-bottom: 40px;
}
.seo-block .seo-hidden {
    display: none;
} 
.seo-block .seo-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 2;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
} 
.seo-block .container.open .seo-arrow {
    bottom: -10px;
}



/*INSTAGRAM BLOCK*/
.insta-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}
.insta-header .insta-info {
    display: flex;
    align-items: center;
}
.insta-header .icon {
    width: 32px;
    height: 32px;
    font-size: 0;
    margin-right: 16px;
} 
.insta-header .link-site:hover,
.insta-header .h3 {
    color: #C0A171;
}
.insta-header .link-site {
    font-size: 24px;
    line-height: 1;
    color: #262F56;
}
.insta-slider{
    margin: 0 -56px;
}
.insta-slider a{
    display: block;
    position: relative;
    overflow: hidden;
    opacity: 0.7;
}
.insta-slider a:hover{
    opacity: 1;
}
.insta-slider a:before{
    content: "";
    display: block;
    padding-top: 100%;
    object-fit: cover;
}
.insta-slider img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}


/*FOOTER*/
.footer{
    background: #262F56;
    padding: 80px 0;
}
.footer .container{
    max-width: 1272px;
}
.footer .logo{
    max-width: 142px;
    display: inline-block;
    margin-bottom: 16px;
}

.footer-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 18px;
}
.footer-contact {
    width: 28%;
}
.footer-contact .phone {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    color: #FFFFFF;
    margin: 50px 0 30px;
}
.footer-contact p {
    font-size: 16px;
    line-height: 24px; 
    color: #FFFFFF;    
} 
.footer-nav {
    width: 72%;
    display: flex;
    flex: auto;
    padding-right: 50px;
}
.footer-nav .item {
    min-width: 25%;
}
.footer-nav .item:nth-child(2) {
    margin-right: 5%;
}
.footer-nav .fn-title {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase; 
    color: #FFFFFF; 
    opacity: 0.5;    
    margin-bottom: 20px;
} 
.footer-nav ul {
    padding-right: 25px;
}
.footer-nav ul li {
    margin-bottom: 16px;
    max-width: 160px;
}
.footer-nav ul a {
    font-size: 13px;
    line-height: 20px; 
    letter-spacing: 0.04em;  
    color: #FFFFFF;    
}
.footer-nav ul a:hover{
    opacity: 0.6;
}
.footer-nav .city {
    padding-right: 15px;
}
.footer-nav .city:not(:last-child) {
    margin-bottom: 56px;
}
.footer-nav .city span {
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.04em;
    color: #FFFFFF; 
    margin-bottom: 10px;
    display: block;
}
.footer-nav .city p {
    font-size: 13px;
    line-height: 20px; 
    letter-spacing: 0.04em; 
    color: #FFFFFF; 
    opacity: 0.5;   
    max-width: 250px;
}
.social {
    position: absolute;
    top: 30px;
    right: 0;
}
.social li:not(:last-child) {
    margin-bottom: 50px;
}
.social a {
    display: block;
}
.social a:hover {
    transform: scale(1.25);
} 

.status {
    font-size: 13px;
    line-height: 100%; 
    color: #000000;  
    padding-left: 24px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.status:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px; 
    border-radius: 50%;
}
.status.in-progress:after{
    background: #2F80ED;    
} 
.status.done:after{
    background: #219653;   
} 

.info-footer {
    font-size: 16px;
    line-height: 24px; 
    color: #FFFFFF;
    margin-bottom: 56px;
}
 
.copyright {
    font-size: 13px;
    line-height: 20px; 
    letter-spacing: 0.04em;
    color: #FFFFFF;
    opacity: 0.5;  
    text-align: center;
}


@media ( max-width:1200px ){
    .footer{
        padding: 60px 0;
    }
    .tabs-nav a {
        font-size: 13px; 
        margin: 5px 11px; 
    }    
    .tabs-nav .active {
        color: #575757;
        padding: 0 16px;
    }    
    .item-product .price-old,
    .item-product .price{
        font-size: 14px;
    }
    .item-product .price-old { 
        padding: 0 9px; 
        margin-bottom: 10px;
        margin-right: 12px;
    }    
    .collection-popular .link {
        margin-bottom: 40px;
    }    
    .collection-popular .h2 {
        margin-bottom: 20px;
    }
    .item-product .item-title{
        font-size: 14px;
    }
}
@media ( max-width:991px ){
    .sale-list .item-product {
        width: calc(20% - 8px);
    }    
    .ir-item {
        width: calc(33.33% - 10px); 
    }
    .ir-item-image { 
        max-width: 156px;
        margin: 0 auto 16px;
    }    
    .ir-item-text:after { 
        left: 13px;
        top: 12px;
        width: 21px;
        height: 18px; 
    }    
    .ir-item-text { 
        border-radius: 12px;
        padding: 15px 8px 15px 45px; 
        font-size: 13px; 
    }    
    .ir-item .count {
        font-size: 16px; 
        margin-right: 12px;
    }    
    .ir-item-title {
        font-size: 14px;
        line-height: 130%; 
        margin-bottom: 8px;
    }    
    .ir-item-stars img:not(:last-child) {
        margin-right: 2px;
    }
    .ir-item-stars img {
        width: 16px;
    }    
    .insta-header .link-site {
        font-size: 18px; 
    }  
    .footer-contact .phone { 
        font-size: 18px; 
        margin: 0px 0 25px;
    }    
    .footer .logo{
        margin-bottom: 25px;
    }
    .footer-nav {
        width: 72%; 
        padding-right: 17px;
    }    
}


.watched{
    box-shadow: 0px -1px 0px #E0E0E0;    
}
.watched .block-header{
    margin-bottom: 45px;
}
.watched .h2{
    font-weight: 400;
}

/*-------------SEO TAGS------------*/
.seo-tag {
    padding: 40px 0 32px;
} 
.seo-tag ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.seo-tag li {
    margin: 0 4px 8px;
    padding: 11px 16px; 
    background: rgba(220, 206, 187, 0.2);    
} 

/*CATALOG FILTERS*/
.filter-show {
    position: absolute;
    right: -30px;
    background: #fff;
    padding: 6px 12px;
    border: 1px solid #CDBB9F;
    border-radius: 4px;
    display: none;
    z-index: 10;
    top: -6px;
    min-width: 120px;
}
.filter-show:after {
    content: '';
    border-top: 1px solid #CDBB9F;
    border-left: 1px solid #CDBB9F;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(
-45deg
);
    background-color: #fff;   
}
.filter-show p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 4px;
} 
.filter-show .link {
/*    color: #fff;*/
    border: 0;
    font-size: 13px;
}
.filters-layer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: none;
}
.all-filters{
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 385px;
    background: #FFFFFF;
    opacity: 0;
    z-index: 201;
    transition: all 0.45s;
}
.all-filters.active{
    right: 0px;
    opacity: 1;
}

.filter--bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; 
    padding: 24px; 
    background: #FFFFFF;
    box-shadow: 0px 100px 106px rgba(0, 0, 0, 0.00649482), 0px -7.94558px 27.3864px rgba(0, 0, 0, 0.07);   
}
.filter--bottom .filter-selected{
    padding-top: 0;
    padding-bottom: 12px;
}
.filter--bottom .filter-selected ul{
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;    
    margin: 0 -24px;
}
 .filter-selected ul::-webkit-scrollbar, 
.filter-selected ul  *::-webkit-scrollbar{
    height: 2px;
}
.filter--bottom .filter-selected ul li:first-child{
    margin-left: 24px;
}
.filter--bottom  ul li:last-child{
    margin-right: 24px;
}
.filter--middle{
    height: 100%;
    overflow: auto;
    width: 100%;
    padding: 0 20px 10px;
} 
.filter-selected ul {
    display: flex;
}
.filter-selected li {
    padding: 8px 36px 8px 12px;
    position: relative; 
    height: 32px; 
    background: #E3D9C9; 
    margin-right: 4px;
    cursor: pointer;
}
.filter-selected .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/cross-brown-16.svg) center no-repeat;
    background-size: 16px;
    top: 50%;
    right: 8px;
    margin-top: -12px;
}

.btn-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: auto;
}
.btn-group .btn{
    flex: auto;
}
.btn-group .btn:first-child{
    margin-right: 3px;
}
.btn-group .btn:last-child{
    margin-left: 3px;
}
.btn-group .btn-primary{
    padding: 8px 20px;
}
.af-header {
    font-size: 24px;
    line-height: 1; 
    letter-spacing: 0.02em;
    color: #000000;    
    display: flex;
    align-items: center;
    padding: 10px 36px; 
    height: 72px;
    position: relative;
    
}
.af-header .af-close {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../img/cross-24.svg) center no-repeat;
    right: 10px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
}
.af-middle{
    height: calc(100% - 72px);
    transition: all 0.3s;
    display: flex;
    padding: 0 0 25px;
    overflow: hidden;
}
.af-middle .content{ 
    align-self: center;
    padding: 30px 36px;
    overflow-y: auto; 
    width: 100%;
    max-height: 100%;
}
.af-middle .af-item{
    position: relative;
}
.all-filters.selected .af-middle{
    height: calc(100% - 200px);
}
.af-item .select-box .SumoSelect>.CaptionCont span{
    text-transform: uppercase; 
    font-size: 11px;
    line-height: 1; 
    letter-spacing: 0.08em; 
    color: #000000;    
}
.af-item .select-box .SumoSelect>.CaptionCont{
    padding-left: 0;
}
.af-item .SumoSelect>.optWrapper.multiple{
    width: calc(100% + 24px);
    left: -12px;
    right: -12px;
    margin-top: -42px;
    position: relative;
}
.af-item .SumoSelect>.optWrapper>.options li.opt label{
    font-weight: 400;
} 



.thank-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 70px 0;
    border-bottom: 1px solid rgba(224, 224, 224, 0.5);
}
.item-thank {
    max-width: 380px;
    margin-bottom: 20px;
} 
 .item-thank-info {
    max-width: 380px;
    margin-bottom: 20px;
     align-self: center;
}
.item-thank {
    text-align: center;
    font-size: 0;
}
.item-thank img {
    max-width: 85px;
    margin-bottom: 32px;
}
 .item-thank-title {
    font-size: 24px;
    line-height: 32px; 
    color: #000000;     
     margin-bottom: 22px;
} 
.item-thank p {
    font-size: 17px;
    line-height: 120%; 
    color: #575757;  
    max-width: 270px;
    margin: 0 auto;
} 
.item-thank-info .text-20 {
    font-size: 20px;
    line-height: 120%; 
    color: #000000;   
    margin-bottom: 22px;
}
.item-thank-info .link {
    font-size: 20px;
}
.item-thank-info p {
    font-size: 14px;
    line-height: 20px; 
    color: #000000;
}
 
.thank-socials .title {
    max-width: 805px;
    margin: 0 auto 40px;
    line-height: 1.33;
}
.thank-socials ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.thank-socials li {
    width: calc(50% - 40px);
    margin-bottom: 30px;
}
.thank-socials a {
    display: flex;
} 

@media ( max-width:1200px ){
    .thank-socials li {
        width: calc(50% - 15px);
        margin-bottom: 20px;
    }    
    .item-thank-title{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .item-thank p{
        font-size: 16px;
    }
    .item-thank-info,
    .item-thank{
        max-width: 320px;
    }
    .thank-row{
        padding: 70px 0 50px;
    }
    .item-thank-info .link,
    .item-thank-info .text-20{
        font-size: 16px;
    }
}

.popup-container.pc-2{
    max-width: 390px;
    padding: 32px 24px;
}
.one-click {
}
.one-click .h4 {
    text-align: center;
    font-size: 17px;
    line-height: 32px; 
    color: #000000;  
    margin-bottom: 8px;
}
.one-click p {
    text-align: center;
    font-size: 13px;
    line-height: 120%; 
    color: #575757;  
    margin-bottom: 24px;
}
.one-click form {
}
.one-click form .input-wrap {
}
.one-click form .input-wrap.one-click form .input-wrap.one-click form .input-wrap .icon {
}
.one-click form .input-wrap .input-title {
}
.one-click form .input-wrap {
}
.one-click form .input-wrap.one-click form .input-wrap.one-click form .input-wrap .icon {
}
.one-click form .input-wrap .input-title {
}
.one-click #t1 {
}
.one-click #t1.one-click #t4 {
}
.one-click  .input-hint {
}
.one-click .btn {
    margin-top: 12px;
}
.one-click .btn



/*-----CARD-----*/
.other-products:not(.type-2) .product-list{
/*    overflow: visible;*/
    z-index: 4;
}
.other-products:not(.type-2) .product:hover{
    box-shadow: 0 0 0;
}
.other-products .block-header{
    margin-bottom: 45px;
}
.detail-card-left{
    width: 52%;
    display: flex;
    align-items: center;
    max-width: 675px;
}
.cr-sliders{
    width: 114px;
    align-self: center;
}
.card-thumbs {
    width: 70px; 
    position: relative;
    padding: 40px 0;
} 

.card-thumbs .swiper-container {
    width: 100%;
    height: 374px;
    order: -1;    
}
.card-thumbs .swiper-slide{ 
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
} 
.card-thumbs .swiper-slide img{
    transition: all 0.35s;
    width: 60px;
    opacity: 0.4;
}
.card-thumbs .swiper-slide:hover img{
    opacity: 1;
}
.card-thumbs .swiper-slide.swiper-slide-thumb-active img{
    width: 70px;
    opacity: 1;
}
.card-thumbs .button {
    background: url(../img/arrow-slide.svg) center no-repeat;
    height: 30px;
    width: 100%;
    margin-top: 0;
    top: 0;
    transform: translate(0);
    right: auto;
    left: 0;
} 
.card-thumbs .swiper-button-next {
    top: auto;
    transform: rotate(180deg);
    bottom: 0;
} 
.wrap-card-image {
    width: calc(100% - 114px);
} 
.wrap-card-image .swiper-slide {
    position: relative;
    overflow: hidden;
    object-fit: cover;
}
.wrap-card-image .swiper-slide:before {
    content: "";
    padding-top: 100%;
    display: block;
}
.wrap-card-image img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.open-video {
    width: 70px;
    text-align: center;
    font-size: 11px;
    line-height: 1.3; 
    color: #000000;
    cursor: pointer;
}
.open-video span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 64px;
    margin: 0 auto 4px;
    background-size: cover;
    background-position: center;
}
.open-video img {
    width: 24px;
}

.detail-card{
    padding-top: 52px;
}
.detail-card .container{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-card-right {
    width: 47%;
    padding-left: 7%;
}
.detail-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.detail-card-top .card-rate {
    display: flex;
    align-items: center;    
}
.detail-card-top span {
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase; 
    color: #A38452;
    margin-right: 8px;
}
.detail-card-top .rate-stars {
    display: flex;
    align-items: center;    
}
.detail-card-top img {
    width: 20px;
}
.detail-card-top img:not:last-child {
    margin-right: 4px;
}
.detail-card-top .disabled {
    opacity: 0.5;
}
.detail-card-top .in-stok {
    padding: 8px 12px; 
    background: #E3D9C9;
    border-radius: 21px;    
    font-size: 12px;
    line-height: 1; 
    color: #7A633E;    
}
.card-title {
    font-size: 20px;
    line-height: 1.2; 
    color: #000000;   
    margin-bottom: 10px;
} 
.card-article {
    font-size: 12px;
    line-height: 1; 
    color: #575757;
    margin-bottom: 45px;
}
.card-price {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
} 
.card-price .old {
    font-size: 18px;
    line-height: 1; 
    color: #808080;   
    margin-right: 24px;
    position: relative;
}
.card-price  .old:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #A38452;
}
.card-price .new {
    font-size: 20px;
    line-height: 1; 
    color: rgba(0, 0, 0, 0.8);
    
}
.card-size {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.size-group-wrap {
    max-width: calc(100% - 130px); 
    margin-bottom: 15px;
}
.card-size .card-size-title {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase; 
    color: #000000;    
    margin-bottom: 15px;
} 
.card-size .size-group {
    max-width: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.card-size .size-radio {
    margin-bottom: 15px;
}
.card-size .size-radio:not(:last-child) {
    margin-right: 15px;
}
.card-size input {
    display: none;
}
.card-size .size-radio-count {
    width: 44px;
    height: 44px; 
    display: flex;
    align-items: center;
    border: 1px solid #E3D9C9;
    justify-content: center;
    font-size: 14px;
    line-height: 1.2; 
    color: #575757;  
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.35s;
 
}
.card-size .size-radio-count:hover{
    border: 1px solid #A38452;
}
input:checked + .size-radio-count {
    background: #A38452;
    border-color: #A38452;
    color: #fff;
}
input:disabled + .size-radio-count{
    border-color: #F1ECE4!important;
    color: rgba(87, 87, 87, 0.5);    
}
.card-size .weight {
     margin-bottom: 15px;
}
.card-size .weight .card-size-title {
}
.card-size .weight span {
    font-size: 16px;
    line-height: 140%; 
    color: #000000;
/*    font-weight: 500;*/
    
}
.card-material {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.card-material .item {
    width: 33.33%;
    padding-right: 8px;
    margin-bottom: 15px;
}
.card-material span {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase; 
    color: #000000;
    margin-bottom: 8px;
    display: block;
    
}
.card-material p {
    font-size: 14px;
    line-height: 140%; 
    color: #575757;    
}

.detail-card .btn-group{
    max-width: 438px;
    width: 100%;
    justify-content: space-between;
}
.detail-card .btn-group .btn{
    height: 56px;
    width: calc(50% - 14px);
    margin: 0;
    flex: initial;
    color: #000000;
}
.detail-card .btn-group .btn-primary{
    background: #262F56;
    color: #fff;
}
.detail-card .btn-group .btn-primary:hover{
    background: #1a1f38;
    
}
 

/*CARD TABS*/
.card-tabs {
    border-bottom: 1px solid #e0e0e0;
}
.tabs.type-2{
}
.tabs.type-2 .tabs-nav {
    justify-content: flex-start;
    padding: 22px 0;
    border-bottom: 1px solid  #E3D9C9; 
}
.tabs.type-2 .tabs-nav a {
    font-size: 12px;
    line-height: 1; 
    letter-spacing: 0.08em;
    text-transform: uppercase; 
    color: #575757;    
    padding: 0;
    margin: 0;
}
.tabs.type-2 .tabs-nav a.active{
    color: #A38452;
}
.tabs.type-2 .tabs-nav a:not(:last-child) {
    margin-right: 40px;
}
.tabs.type-2 .active {
    margin: 0;
    padding: 0;
    color: #A38452;
}
.tabs.type-2 .tabs-nav a:after{
    background: #A38452;
    top: auto;
    bottom: -23px;
    left: 0;
    transition: all 0.3s;
    transform: translateX(0)    
}

.char-row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.char-row.with-text{
    
}
.char-row.with-text .description{
    flex: auto;
    max-width: 34%;
    padding: 0 30px;
}
.char-row.with-text .char-table{
    max-width: 28%;
    padding-right: 0;
}
  
.char-row .h4 {
    font-size: 17px;
    line-height: 20px; 
    color: #000000;   
    margin-bottom: 15px;
}
.char-row p {
    font-size: 13px;
    line-height: 20px; 
    color: #575757;    
}

.char-table {
    max-width: 492px;
    width: 100%;
}
.char-table table {
    width: 100%;
    border-collapse: collapse;
} 
.char-table td {
    padding: 16px 8px;
    font-size: 15px;
    line-height: 16px; 
    color: #000000;   
    border-bottom: 1px solid #E0E0E0;
}
.char-table td:last-child {
    text-align: right;
    font-size: 15px;
    line-height: 1.3; 
    color: #575757;    
} 
.char-other {
    background: #F1ECE4;
    padding: 32px 20px 36px;
    max-width: 438px;
    width: 100%;
}
.char-other .title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center; 
    color: #000000;   
    margin-bottom: 10px;
}
.char-other p {
    font-size: 16px;
    line-height: 1.2; 
    color: #575757;  
    text-align: center;
    margin-bottom: 55px;
}
.char-other .co-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.char-other .item {
    width: 33.33%;
    padding: 0 20px 15px;
    text-align: center;
    margin-bottom: 14px;
}
.char-other .item:not(:last-child) {
    border-right: 1px solid  #E3D9C9;
}
.char-other .image {
    display: block;
    margin: 0 auto 14px;
    border: 2px solid #FFFFFF;   
    width: 72px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.char-other .image:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.char-other img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.char-other .item-title {
    font-size: 14px;
    line-height: 1.2; 
    color: #000000;
}

@media ( max-width:1200px ){
    .char-row.with-text .char-table{
    max-width: 50%;
        padding-right: 15px;
    }
    .char-row.with-text .description{
        max-width: 50%;;
        padding: 0 0 0 15px;
    }
    .char-row.with-text{
        flex-wrap: wrap;
    }
    .char-row.with-text .char-other{
        margin-top: 35px;
        max-width:100%; 
    }
}



.delivery-card {
    max-width: 864px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
}
.delivery-card .item {
    width: calc(50% - 6%);
}
.delivery-card .title {
    font-size: 18px;
    line-height: 1; 
    color: #C0A171;    
    padding-left: 16px;
    position: relative;
    margin-bottom: 24px;
}
.delivery-card .title:after {
content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background:  #C0A171;
    border-radius: 50%;
    left: 0;
    top: 7px;
    box-sizing: border-box;    
} 
.delivery-card ul li {
    font-size: 14px;
    line-height: 1.43; 
    color: #565656;
    
}
.delivery-card li:not(:last-child) {
    margin-bottom: 24px;
}
.delivery-card ul p {
    color: #000;
}
.delivery-card a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #A38452;
    border-bottom: 1px solid #A38452;
    display: inline-flex;
    align-items: center;
    position: relative;    
}
.delivery-card a:hover{
    border-color: transparent;
}

.warranty {
    max-width: 1160px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.warranty .col {
    width: 48%;
    max-width: 480px;
}
.warranty .item:not(:last-child) {
    margin-bottom: 32px;
}
.warranty .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    font-size: 0;
} 
.warranty p {
    font-size: 14px;
    line-height: 20px; 
    color: #000000;    
}
.warranty span {
    color: #c0a171;
}

.complect{
    position: relative;
    display: none;
}
.complect .complect-title {
    font-size: 20px;
    line-height: 120%; 
    text-transform: uppercase; 
    color: #000000;   
    text-align: center;
    margin-bottom: 55px;
}

.complect-row {
    display: flex;
    padding-bottom: 45px;
    position: relative;
}
.complect:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: radial-gradient(50% 50% at 50% 50%, #CDBB9F 0%, rgba(205, 187, 159, 0) 100%);  
    top: 0;
}
.complect-row .item {
    width: calc(33.33% - 55px);
    display: flex; 
    position: relative;
    margin-bottom: 25px;
}
.complect-row .item:not(:nth-child(3n)) {
    margin-right: 80px;
}
.complect-row .icon {
    width: 140px;
    height: 140px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
    display: flex;
}
.complect-row .icon img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.complect-row .item:after{
    content: "";
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../img/c-plus.svg) center no-repeat;
}
.complect-row .item:last-child:after,
.complect-row .item:nth-child(3n):after{
    content: none;
}
.complect-row .item-content {
    width: calc(100% - 140px);
    padding-left: 24px;
    align-self: center;
}
.complect-row  .title {
    font-size: 14px;
    line-height: 120%; 
    color: #000000;    
    margin-bottom: 14px;
    display: inline-block;
}
.complect-row .article {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1; 
    color: #575757;    
}
.complect-row  table {
    width: 100%;
} 
.complect-row   td {
    font-size: 12px;
    line-height: 1; 
    color: #575757;    
    padding: 5px 0;
}
.complect-row td:first-child {
    padding-right: 10px;
}
.complect-row td:last-child {
    text-align: right;
    font-size: 16px;
    line-height: 1; 
    color: #000000;    
}
.complect-row  .old {
    font-size: 16px;
    line-height: 1; 
    color: #575757;    
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.complect-row .old:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: rgba(205, 187, 159, 0.7);
}
.complect-row  .title:hover{
    color: #c0a171;
}

.complect-total {
    padding-top: 40px;
    position: relative;
    max-width: 414px;
    margin: 0 auto;
    text-align: center;
}
.complect-total:after {
    background: radial-gradient(50% 50% at 50% 50%, #CDBB9F 0%, rgba(205, 187, 159, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    content: "";
}
.complect-total p {
    font-size: 17px;
    line-height: 1; 
    color: #000000;  
    margin-bottom: 30px;
}
.complect-total span {
    font-size: 16px;
    line-height: 120%; 
    text-transform: uppercase; 
    color: #000000;
    margin-right: 6px;
}
.complect-total .btn {
    background: #262F56;
    max-width: 246px;
    width: 100%;
} 
.complect-total .btn:hover{
    background: #1a1f38;
}

.box {
    max-width: 956px;
    margin: auto;
    text-align: center;
}
.box .box-title {
    font-size: 24px;
    line-height: 32px; 
    text-align: center;
    color: #000000;
    max-width: 574px;
    margin: 0 auto 32px;
}
.box .image {
    font-size: 0;
    margin-bottom: 32px;
} 
.box p {
    font-size: 24px;
    line-height: 1; 
    color: #575757;    
}

.star-rating {
  width: 0;
  position: relative;
  display:inline-block;
  background-image: url(../img/star-dis.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
    opacity: 0.8;
}

 

.star-rating .star-value {
  height: 100%;
  position: absolute;
}

.star-rating .star-value {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/star.svg);
  background-repeat: repeat-x;
    opacity: 1;
}

.review-card{
    max-width: 1050px;
    margin: 0 auto;
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}
.review-card.type-2{
    align-items: flex-start;
}

.review-card .left {
    max-width: calc(100% - 390px);
    padding-right: 100px;
    width: 100%;
}
.review-form {
    width: 390px;
    border: 1px solid #E3D9C9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 32px;
}
.review-form .title{
    font-size: 20px;
    line-height: 32px; 
    color: #000000;
    margin-bottom: 24px;
}
.review-form .add-comment-block {
    padding: 0;
    margin-bottom: 30px;
}
.review-form form .input-wrap {
    margin-bottom: 24px;
}
.review-form .add-comment-block .input-wrap.type-2 .input{
    padding: 0 0 15px;
}
.review-form .add-comment-block .input-wrap {
    height: 105px;
} 
.review-form .add-comment-block .input-wrap {
    margin-bottom: 8px;
} 
.review-form .rate-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.review-form .rate-title {
    font-size: 14px;
    line-height: 1; 
    color: #000000;
    margin-right: 24px;
} 
.review-form .btn-stroke {
    background-color: transparent;
}
.empty-wrap{
    display: flex; 
    justify-content: center;
    align-items: center;
}
.review-card .empty{
    font-size: 24px;
    line-height: 32px; 
    color: #000000;  
    max-width: 360px;
    text-align: center;
}
 

.cr--item{
    padding: 24px 20px;
    background: rgba(227, 217, 201, 0.24);
    border-radius: 8px;    
}
.cr--item:not(:last-child){
    margin-bottom: 16px;
}
.cr--header {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cr--header .rate {
    display: flex;
    align-items: center;
}
.cr--header img {
    height: 22px;
    margin-right: 4px;
}
.cr--header .date {
    font-size: 14px;
    line-height: 20px; 
    color: #000000;    
    font-weight: 500;
}
.cr-text {
    font-size: 15px;
    line-height: 24px; 
    color: #000000;    
    margin-bottom: 10px;
}
.cr-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cr-bottom .user {
    display: flex;
    align-items: center;
}
.cr-bottom .icon {
    border: 1px solid #E3D9C9;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cr-bottom .icon img {
    width: 24px;
}
.cr-bottom .name {
    font-size: 15px;
    line-height: 20px; 
    color: #000000; 
    font-weight: 500;
    max-width: calc(100% - 48px);
    padding-left: 12px;
}
.cr-bottom .answer {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.cr-bottom .answer img {
    width: 16px;
    height: 16px;
}
.cr-bottom .answer span {
    font-size: 14px;
    line-height: 16px; 
    color: #7A633E; 
    margin-right: 10px;
}
.cr-subitem:after {
    content: "";
    position: absolute;
    left: -25px;
    width: 4px;
    background: #A38452;
    opacity: 0.2;
    border-radius: 29px;  
    top: 0;
    bottom: 0;
}
.cr-subitem {
    margin-left: 24px;
    padding: 24px; 
    background: #FFFFFF;
    border-radius: 8px;    
    margin-top: 24px;
    position: relative;
}
.cr-subitem .icon {
    border: 1px solid #E3D9C9;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cr-subitem .icon img {
    width: 20px;
}
.cr-subitem .name {
    font-size: 15px;
    line-height: 20px; 
    color: #000000; 
    font-weight: 500;
    max-width: calc(100% - 48px);
    padding-left: 12px;
}
.cr-subitem .top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
} 
.cr-subitem .date {
    font-size: 12px;
    line-height: 20px; 
    color: #000000; 
    margin-bottom: 2px;
    padding-left: 12px;
    font-weight: 500;
}
.cr-subitem span {
    font-weight: 400;
} 
.cr-subitem .text {
    font-size: 15px;
    line-height: 24px; 
    color: #000000;
}

.card-reviews {
    padding-right: 5%;
}
.card-reviews .title {
    font-size: 24px;
    line-height: 32px; 
    color: #000000; 
    margin-bottom: 25px;
}
.card-reviews .cr-list {
    max-height: 600px;
    overflow-y: auto;
}


@media ( max-width:1200px ){
    .review-form{
        width: 300px;
    }
    .review-card .empty {
        font-size: 20px;
        line-height: 28px; 
        max-width: 295px; 
    }    
    .review-form { 
        padding: 25px 20px;
    }    
    .card-reviews{
        padding-right: 0;
    }
    .review-card .left{
        padding-right: 35px;
        max-width: calc(100% - 300px)
    }
    .tabs.type-2 .tabs-nav a:not(:last-child){
        margin-right: 30px;
    }
    .complect-row .item-content {
        width: calc(100% - 70px);
        padding-left: 14px; 
    }    
    .complect-row .icon{
        width: 70px;
        height: 70px;
    }
    .complect-row .old,
    .complect-row td:last-child{
        font-size: 14px;
    }
    .open-video{
        width: 60px;
    }
    .detail-card-right{
        padding-left: 35px;
        width: 50%;
    }
    .detail-card-left{
        width: 50%;
    }
    .cr-sliders{
        width: 90px;
    }
    .card-thumbs{
        width: 60px;
    }
    .wrap-card-image {
        width: calc(100% - 90px);
    }    
    .card-thumbs .swiper-slide img{
        width: 50px;
    }
    .card-thumbs .swiper-slide.swiper-slide-thumb-active img{
        width: 60px;
    }
    .card-thumbs .swiper-container { 
        height: 260px; 
    }    
    .card-size .size-radio-count {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }    
    .card-price,
    .card-article { 
        margin-bottom: 32px;
    }    
    .card-size{
        padding-bottom: 14px;
    }
    .card-size .size-radio:not(:last-child) {
        margin-right: 10px;
    }  
    .card-material p {
        font-size: 13px; 
    }    
    .card-price .new{
        font-size: 16px;
    }
    .card-price .old{
        font-size: 14px;
    }
    .card-size .weight span{
        font-size: 14px;
    }
    .card-material{
        padding-bottom: 15px;
    }
    .detail-card .btn-group .btn-primary {
       padding: 5px 14px;
    }    
    .char-other { 
        padding: 26px 15px 30px;
        max-width: 388px; 
    }    
    .char-other .item{
        margin-bottom: 0;
    }
    .char-other p{
        margin-bottom: 45px;
    }
    .char-table {
        max-width: 400px; 
        padding-right: 25px;
    }    
    .char-other .title{
        font-size: 18px;
    }
    .char-other p{
        font-size: 14px;
    }
    .box p,
    .box .box-title{
        font-size: 20px;
    }
}

@media ( max-width:991px ){
    .complect-row .item-content {
        width: calc(100% - 120px);
        padding-left: 14px; 
    }    
    .complect-row .icon{
        width: 120px;
        height: 120px;
    }    
    .complect-row{
        flex-wrap: wrap;
        padding-bottom: 10px;
    }  
    .complect-row .item:not(:nth-child(3n)){
        margin-right: 0;
    }
    .complect-row .item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 45px;
    }
    .complect-row td{
        padding: 3px 0;
    }
    .complect-row .item:after { 
        right: auto;
        top: auto;
        left: 45px;
        bottom: -35px;
        transform: translateY(0); 
    }    
}


/*faq*/
.faq-section .section-title {
    font-size: 18px;
    line-height: 1; 
    color: #C0A171;   
    margin-bottom: 15px;
    position: relative;
    padding-left: 36px;
}
.faq-section .section-title:after {
    content: "";
    position: absolute; 
    width: 6px;
    height: 6px; 
    background: #C0A171;    
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 5px;
} 
.faq-item {
    border-bottom: 1px solid #F5F1EC;
    transition: all 0.35s;
    margin-bottom: 10px;
}
.faq-item .fi-title {
    padding: 11px 55px 11px 24px;
    font-size: 14px;
    line-height: 20px; 
    color: #565656;   
    transition: all 0.35s;
    position: relative;
    cursor: pointer;
}
.faq-item .fi-title:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    background: url(../img/question-arrow.svg) center no-repeat;
    width: 22px;
    height: 22px;
    transition: all 0.35s; 
}
.faq-item.active .fi-title:after{
    transform: translateY(-50%) rotate(180deg);
}
.faq-item.active {
    background: #F5F1EC;
}
.faq-item.active .fi-title{
    padding-top: 24px;
    padding-bottom: 24px;
} 
.faq-item.hide{
    display: none;
    transition: initial;
}
.faq-item .fi-content { 
    padding: 12px 55px 24px 24px;
    font-size: 14px;
    line-height: 1.43; 
    color: #808080;
    display: none;
}

.review-fead{
    display: none;
    background: #fff;
    padding: 20px;
    margin-top: 15px;
}
.review-fead form{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.review-fead .input-wrap{
    width: calc(50% - 8px);
}
.review-fead  .add-comment-block ,
.review-fead  .add-comment-block .input-wrap{
    width: 100%
}
.review-fead  .add-comment-block {
    padding: 10px 0 0;
}
.review-fead .add-comment-block .input-wrap{
    height: 100px;
}
.review-fead .btn{
    background-color: #fff;
}