@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);

@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);

@font-face {
    font-family: "Druk Text Wide Cyr";
  font-display: swap;
  src: url("../../fonts/druktextwidecyr-medium.woff") format("woff"), url("../../fonts/druktextwidecyr-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Manrope";
    font-size: 14px;
}

input,
button,
textarea {
    font-family: "Manrope";
    font-size: inherit;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit;
}

a {
    color: inherit;
}

a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul {
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: inherit;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

body {
    background-color: #FFF;
    color: #13151B;
}

body.mobile-menu-opened,
body.toolbar-mobile-opened {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

html {
    font-size: 16px;
}

.site-wrapper,
.site {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-wrapper > .main,
.site-wrapper .site-content,
.site > .main,
.site .site-content {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.site-wrapper > *,
.site > * {
    min-width: 0;
}

header {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}

.main,
.site-content {
    position: relative;
    padding-top: 206px;
}

[class*=__container] {
    position: relative;
    max-width: 1526px;
    box-sizing: content-box;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.fancybox__container {
    max-width: none !important;
}

@-webkit-keyframes stroke {
    0% {
        fill: transparent;
    }

    15% {
        fill: transparent;
        stroke: #ed8c2b;
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
    }

    80% {
        fill: transparent;
        stroke: #ed8c2b;
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
    }

    100% {
        fill: #ed8c2b;
        stroke: #ed8c2b;
    }
}

@keyframes stroke {
    0% {
        fill: transparent;
    }

    15% {
        fill: transparent;
        stroke: #ed8c2b;
        stroke-dashoffset: 25%;
        stroke-dasharray: 0 50%;
    }

    80% {
        fill: transparent;
        stroke: #ed8c2b;
        stroke-dashoffset: -25%;
        stroke-dasharray: 50% 0;
    }

    100% {
        fill: #ed8c2b;
        stroke: #ed8c2b;
    }
}

.slider-paging.swiper-pagination-progressbar {
    height: 2px;
    width: 100%;
    background: #dddddd;
    position: relative;
}

.slider-paging.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: left;
    transform-origin: left;
    display: block;
    height: 3px;
    background: #6150e9;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical {
    display: -ms-flexbox;
    display: flex;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet {
    margin: 0;
    color: rgba(19, 21, 27, 0.3);
    font-size: 16px;
    font-family: "Druk Text Wide Cyr";
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    transition: color 0.3s linear;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet > span.runner,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet > span.runner {
    margin-left: 24px;
    display: block;
    width: 0px;
    height: 2px;
    background: rgba(19, 21, 27, 0.3);
    border-radius: 2px;
    transition: width 0.3s linear;
    position: relative;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet > span.runner::before,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet > span.runner::before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #13151B;
    transition: width 5s linear;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #13151B;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active > span.runner,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active > span.runner {
    width: 100px;
    margin-right: 24px;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active > span.runner::before,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active > span.runner::before {
    width: 100%;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:focus,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet:focus {
    outline: none;
}

.slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-clickable .swiper-pagination-bullet,
.slider-paging.swiper-pagination-bullets.swiper-pagination-vertical.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.slider-paging.swiper-pagination-fraction {
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 153%;
}

.slider-arrows {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.slider-arrows .slider-arrow {
    pointer-events: auto;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #e1b488;
    transition: opacity 0.35s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-arrows .slider-arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("../../img/icons/slider_arrow.svg");
    mask-image: url("../../img/icons/slider_arrow.svg");
    background: #e1b488;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: background 0.3s ease-out;
}

.slider-arrows .slider-arrow_next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.slider-arrows .slider-arrow.swiper-button-disabled {
    opacity: 0.5;
}

.page-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #f5f5f5;
}

.page-pagination span,
.page-pagination a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 71px;
    height: 72px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #13151b;
}

.page-pagination span:not(:last-child),
.page-pagination a:not(:last-child) {
    border-right: 2px solid #f5f5f5;
}

.page-pagination .prev,
.page-pagination .next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 71px;
    height: 72px;
}

.page-pagination .current {
    background: #e1b488;
}

.breadcrumbs {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #13151b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
}

.breadcrumbs__container {
    width: 100%;
}

.breadcrumbs a {
    transition: opacity 0.3s ease 0s;
    color: inherit;
    white-space: nowrap;
    opacity: 0.7;
}

.breadcrumbs a:hover {
    opacity: 1;
}

.breadcrumbs .sep {
    margin: 0px 8px;
}

.breadcrumbs .current {
    cursor: default;
    white-space: nowrap;
}

#scroll-top {
    z-index: 99;
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    border: 2px solid #e1b488;
    background: transparent;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 56px;
    left: 0;
}

#scroll-top.is-active {
    opacity: 1;
}

.btn-color {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    border: 1px solid #c3966a;
    background: #c3966a;
    outline: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-color span {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: color 0.35s ease;
}

.promo {
    height: 46px;
    background: #13151b;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-head {
    padding: 40px 0px;
}

.page-head h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 110%;
    color: #13151b;
    margin-top: 24px;
}

@media (min-width: 767.98px) {
    .page-animate [data-animate] {
        visibility: hidden;
        will-change: transform;
    }

    .page-animate [data-animate].in-view {
        visibility: visible;
        -webkit-animation-name: var(--animateName);
        animation-name: var(--animateName);
        -webkit-animation-duration: var(--animateDuration);
        animation-duration: var(--animateDuration);
        -webkit-animation-delay: var(--animateDelay);
        animation-delay: var(--animateDelay);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    .page-animate [data-animate-stager] > * {
        visibility: hidden;
        will-change: transform;
    }

    .page-animate [data-animate-stager].in-view > * {
        visibility: visible;
        -webkit-animation-name: var(--animateName);
        animation-name: var(--animateName);
        -webkit-animation-duration: var(--animateDuration);
        animation-duration: var(--animateDuration);
        -webkit-animation-delay: var(--animateDelay);
        animation-delay: var(--animateDelay);
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@media (min-width: 1556px) {
    #scroll-top {
        left: calc((100% - 1526px) / 2);
    }

    #scroll-top {
        right: calc((100% - 1526px) / 2);
    }
}

@media (max-width: 1556px) {
    #scroll-top {
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .main,
  .site-content {
        padding-top: 74px;
    }

    .slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal,
  .slider-paging.swiper-pagination-bullets.swiper-pagination-vertical {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
  .slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet > span.text,
  .slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet > span.text {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet > span.runner,
  .slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet > span.runner {
        margin-left: 20px;
    }

    .slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active > span.runner,
  .slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active > span.runner {
        width: 50px;
    }

    .promo {
        display: none;
    }
}

@media (max-width: 767.98px) {
    [class*=__container] {
        max-width: 375px;
    }

    .slider-paging.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
  .slider-paging.swiper-pagination-bullets.swiper-pagination-vertical .swiper-pagination-bullet {
        font-size: 14px;
    }

    .slider-arrows {
        display: grid;
        grid-template-columns: auto auto;
        gap: 15px;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #scroll-top {
        width: 40px;
        height: 40px;
        bottom: 32px;
        left: 15px;
    }

    .page-head {
        padding: 32px 0px;
    }

    .page-head h2 {
        font-size: 32px;
        margin-top: 16px;
    }
}

@media (any-hover: none) {
    [data-hidescroll]::-webkit-scrollbar {
        width: 0;
    }

    [data-hidescroll] {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media (any-hover: hover) {
    .btn-color:hover span {
        color: #13151B;
    }
}

.rs-17 .rs-product .dops-wrapper {
    /* border-top: 1px solid #DDDDDD; */
    /* padding-top: 12px; */
    /* margin-top: 12px; */
}

.rs-17 .rs-product .dops-wrapper label input {
    display: none;
}

.rs-17 .rs-product .dops-wrapper label {
    font-weight: 400;
	margin-bottom: 0;
	cursor: pointer;
    padding-top: 10px;
}
.rs-17 .rs-product .dops-wrapper label span {
    display: block;
	position: relative;
	line-height: 1.5em;
	padding: 0 0 0 1.75em;
}

.rs-17 .rs-product .dops-wrapper label span:before {
	font-family: FontAwesome;
    position: absolute;
	top: 0;
	left: 0;
	content: '\f096';
	font-size: 1.5em;
	line-height: 1.125em;
	color: #c3966a;
}
.rs-17 .rs-product .dops-wrapper label input:checked + span:before {
	content: '\f046';
}
.dop_list {
	font-size: 12px;
    font-weight: 300;
    color: #212121;
	margin-bottom: .5em;
}
.dops-title {
	color: #424242;
	font-size: 14px;
    font-weight: 600;
	margin: 22px 0 0;
}
.dops-wrapper {
	padding: 10px 0;
}
.dops-title:first-child {
	margin: 0;
}
.dops-list {
	margin-left: -10px;
}
.dops-list>label {
	margin-left: 10px;
}
.rs-17 .rs-product .dops-wrapper label span.checkbox-img {
	padding: 0;
}
.checkbox-img img {
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.rs-17 .rs-product .dops-wrapper label span.checkbox-img:before {
    top: 50%;
    left: 50%;
    content: '';
	transform: translateX(-50%) translateY(-50%);
	/* color: #fff; */
	z-index:2;
}
.rs-17 .rs-product .dops-wrapper label span.checkbox-img:after {
    content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border: 4px solid #c3966a;
	background: rgba(64,64,64,.65);
	opacity: 0;
	transition:.2s;
	z-index:1;
}
.rs-17 .rs-product .dops-wrapper label input:checked + span.checkbox-img:before {
    content: '\f00c';
}
.rs-17 .rs-product .dops-wrapper label input:checked + span.checkbox-img:after {
	opacity: 1;
}
/* .rs-17 .rs-product .dops-wrapper label span.tooltip {
	visibility: hidden;
    position: absolute;
    width: 175px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
	pointer-events: none;
	left: 10px;
	text-align: left;
}
.rs-17 .rs-product .dops-wrapper label span.tooltip:before {
	display: none;
}
.rs-17 .rs-product .dops-wrapper label .checkbox-img:hover span.tooltip {
    visibility: visible;
    opacity: 1;
}
.rs-17 .rs-product .dops-wrapper label span.tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 15px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
} */
.rs-17 .rs-contacts .tab-content .radio label.label-delivery {
	font-weight: 400;
	line-height: 20px;
    margin-bottom: 10px;
}
.rs-17 .rs-contacts .tab-content .radio label.label-payment {
	font-weight: 700;
	line-height: 20px;
    margin-bottom: 10px;
}
.rs-17 .rs-contacts #order-form p {
    color: #000000;
	margin-bottom: 10px;
}
/**/
.wp-paginate {
    border: 2px solid #f5f5f5;
}
.wp-paginate li>* {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 71px;
    height: 72px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #13151b;
    margin: 0 !important;
	background: #fff;
	border: none;
}
body .wp-paginate a {
    background: #fff;
    color: #13151b;
    margin-right: 0;
	border: none;
}
body .wp-paginate .current {
    background: #e1b488;
    color: #13151b;
	border: none;
}
.wp-paginate li:not(:last-child)>* {
    border-right: 2px solid #f5f5f5;
}
body .wp-paginate a:hover, 
body .wp-paginate a:active {
    background: #f5f5f5;
    color: #13151b;
}

h3.archive-text-title {
	font-size: 24px;
	font-weight: 600;
    line-height: 110%;
    color: #13151b;
	margin-top: 0;
    margin-bottom: 25px;
	clear: both;
}

.rs-colorlist .img-list {
    margin: 0;
    padding: 0;
	padding-bottom: 35px;
    list-style: none;
}
.rs-colorlist .img-list:after {
    content: '';
    clear: both;
    display: block;
}
.rs-colorlist .img-list li {
    float: left;
    border: none;
    margin-right: 3px;
    margin-bottom: 3px;
}
.img-colors-big {
    width: 65px;
    height: 65px;
	object-fit: cover;
    border: 0;
    float: none;
	cursor: pointer;
}
/**/
.rs-product .carousel-inner .sale,
.product-card .photo .sale {
    position: absolute;
    top: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
    left: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f44336;
	color:#fff;
	font-weight: 700;
	border-radius: 4px;
	z-index: 1;
    pointer-events: none;
}
/**/
.rs-new-products {
	margin: 0 0 140px;
}
@media (max-width: 991.98px) {
    .rs-new-products {
        margin: 0 0 70px;
    }
}
.rs-17 .rs-new-products.rs-sale-products .product-item {
	height: auto;
}
.rs-17 .rs-new-products.rs-sale-products #product-slider .product-item {
    margin: 0;
	padding: 0 15px;
	height: 100%;
}
.rs-17 .rs-new-products.rs-sale-products .owl-stage-outer {
	margin-bottom: 30px;
	text-align: left;
}
.rs-17 .rs-new-products.rs-sale-products #product-slider .owl-dots span {
    box-shadow: none;
	background: #e3e2e2;
}
.rs-17 .rs-new-products.rs-sale-products #product-slider .owl-dot.active span {
    background: #e1b488;
}
.rs-17 .rs-new-products .product-card .price {
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #13151b;
    margin-bottom: 16px;
    margin-top: 8px;
}
@media(min-width:768px) {
	.rs-17 .rs-new-products.rs-sale-products .owl-stage {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.rs-17 .rs-new-products.rs-sale-products .owl-stage:after {
		display: none;
	}
	.rs-17 .rs-new-products.rs-sale-products #product-slider .product-item .rs-category__item {
		height: 100%;
	}
	.rs-17 .rs-new-products.rs-sale-products #product-slider .product-item .product-card {
		height: 100%;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.rs-17 .rs-new-products.rs-sale-products #product-slider .product-item .product-card .content {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.rs-17 .rs-new-products.rs-sale-products #product-slider .product-item .product-card .price {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;	
	}
}
/**/
body .rs-category__items {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

body .product-card {
	height: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
body .product-card .content {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}
body .product-card .price {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;	
}
body .rs-category__footer .navigation {
	display: block !important;
}
.navigation-wrapper {
	margin-left: -20px;
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.navigation-wrapper .navigation {
	margin-left: 20px;
}
.navigation-wrapper .navigation-more {
    border: 2px solid #f5f5f5;
    line-height: 72px;
    height: 76px;
    font-weight: 400;
    font-size: 16px;
    color: #13151b;
    background: #fff;
	text-align: center;
	margin-left: 20px;
	padding: 0 35px;
	cursor: pointer;
	transition: .2s;
}
.navigation-wrapper .navigation-more:hover {
    background: #f5f5f5;
    color: #13151b;
}
.rs-category__items #infinite-handle,.rs-category__items  .ctis-finished-notice {
	display: none !important;
}
.rs-category__footer {
	grid-column: 1 / -1;
}
.rs-category .category-show-view {
    margin-left: auto;
    margin-right: 0;
	display: -ms-flexbox !important;
    display: flex !important;
}
.rs-category .category-show-view + .sort-filter {
	margin-left: 25px;
}
.category-show-view div {
	cursor: pointer;
}
.category-show-view div svg * {
	stroke: #666666;
	transition:.2s;
}
.category-show-view div:hover svg * {
	stroke: #333333;
}
.category-show-view div.active svg * {
	stroke: #c3966a;
}
.category-show-view div.active:hover svg * {
	stroke: #8f5a26;
}
/**/
body .rs-category__item>*,
body .rs-category__item>*>* {
	transition: 0s;
}
.no-results.not-found {
	grid-column: 1 / -1;
}
.no-results.not-found .page-title {
	font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    color: #13151b;
    margin-bottom: 32px;
}
@media(min-width:768px) {
	body .rs-category__items[data-view="list"] {
		grid-template-columns: 1fr;
	}
	body .rs-category__items[data-view="list"] .product-card {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	body .rs-category__items[data-view="list"] .product-card .photo {
		padding-bottom: 200px;
		position: relative;
		display: block;
		width: 200px;
		min-width: 200px;
	}
	body .rs-category__items[data-view="list"] .product-card .add-cart {
		width: 220px;
		max-width: 100%;
	}
}
/**/
.header-search__box {
	position:relative;
    z-index: 2;
}
.header-search__ajax_results {
    position: absolute;
    top: 29px;
    padding: calc(29px + 15px) 25px 15px;
    background: #fff;
    width: 100%;
    z-index: 1;
	box-shadow: 0 1px 20px -5px rgba(59, 63, 63, 0.2);
	border-bottom-right-radius: 29px;
	border-bottom-left-radius: 29px;
	transition: .2s;
}
.header-search__ajax_results li {
    padding-top: 10px;
    margin-bottom: 10px;
	border-top: 1px solid rgba(59, 63, 63, 0.2);
}
.header-search__ajax_results li:first-child {
    padding-top: 0;
	border-top: none;
}
.header-search__ajax_results li.more {
	border-top: none;
}
.header-search__ajax_results li.more button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    border: 1px solid #c3966a;
    background: #c3966a;
    outline: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
	color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: color 0.35s ease;
}
@media (any-hover: hover) {
    .header-search__ajax_results li.more button:hover {
        color: #13151B;
    }
}
.header-search__ajax_results.notshow,
.header-search__ajax_results.empty {
    top: -1px;
    opacity: 0;
}
@media(max-width:991px) {
	.header-search__ajax_results {
		display: none !important;
	}
}
@media(min-width:991px) {
	.rs-header .header-search__submit::after {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(../../img/loading_black.gif);
		filter: invert(1);
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -12px;
		opacity: 0;
	}
	.rs-header .header-search__submit.loading::after {
		opacity: 1;
	}
	.rs-header .header-search__submit.loading::before {
		opacity: 0;
	}
}

.rs-17 .rs-button-up {
    border-radius: 100%;
    background-color: #dfa975;
}
.rs-17 .rs-button-up:hover,
.rs-17 .rs-button-up:focus {
    background-color: #dfa975;
}
.rs-17 .rs-button-up:before {
	transition:.2s;
}
.rs-17 .rs-button-up:hover::before,
.rs-17 .rs-button-up:focus::before {
	color: #13151B;
}
/**/
.rs-category .catalog-menu .catalog-menu-list .cat-item-1581 a {
	display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    border: 1px solid #c3966a;
    background: #c3966a;
    outline: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
	width: 180px;
	max-width: 100%;
	color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: color 0.35s ease;
	transition: color .2s;
	font-weight: 400 !important;
	margin-bottom: 10px;
}
.rs-category .catalog-menu .catalog-menu-list .cat-item-1581 a:hover {
	color: #13151B;
}
/*body .rs-products__item:nth-child(1),
body .rs-products__item:nth-child(2),
body .rs-products__item:nth-child(3) {
	-webkit-animation-delay: 0s !important;
	animation-delay: 0s !important;
}*/
body .rs-category .sort-filter {
    margin-left: 20px;
}
body .rs-category .sort-filter__current {
	color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition: color 0.35s ease;
	padding: 11px 24px;
	transition: .2s;
}
body .rs-category .sort-filter__current:after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 5px;
}
body .rs-category .sort-filter__current:hover {
	color: #13151B;
}
@media(max-width:991px) {
	.menu .menu-wrapper .menu__list,
	.menu-wrapper .menu-item-has-children {
		width: 100%;
	}
	.menu .menu-wrapper .link-btn {
		position: absolute;
		top: 0;
		right: 0;
		padding: 12.5px 15.5px;
		transform: rotate(-90deg);
	}
	.menu .menu-wrapper .link-btn.active {
		transform: rotate(0);
	}
	.menu .menu-wrapper .menu__list > li {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.menu .menu-wrapper .dropdown-menu {
		position: static;
		width: 100%;
		background: transparent;
		margin:0;
		padding: 0 0 0 30px;
		border: none;
		box-shadow: none;
	}
	.menu .menu-wrapper .dropdown-menu.mobile-show {
		display: block;
	}
	.menu .menu-wrapper .dropdown-menu>li {
		padding: 10px 0 0;
		clear: both;
	}
	.menu .menu-wrapper .dropdown-menu>li>a {
		padding: 0;
	}
}
.rs-footer__socials {
	margin-top: 35px;
	display: inline-block;
}
.rs-footer__socials ul {
	margin-top: 35px;
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
	margin: 0 0 0 -15px;
}
.rs-footer__socials ul li {
	margin: 0 0 10px 15px;
}
.rs-footer__socials ul li span,
.rs-footer__socials ul li a {
	display: block;
}
.rs-footer__socials ul li span {
	line-height: 25px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
}
.rs-footer__socials ul li a i {
	line-height: 25px;
	font-size: 25px;
	color: rgba(255, 255, 255, 0.8);
	transition:.2s
}
.rs-footer__socials ul li a:hover i {
	color: rgba(255, 255, 255, 1);
}

.tab-pane#details{line-height:2em}.tab-pane#details h1,.tab-pane#details h2,.tab-pane#details h3,.tab-pane#details h4,.tab-pane#details h5,.tab-pane#details h6{clear:both;font-weight:300;font-family:Montserrat,sans-serif;margin:0 0 .5407911001em;color:#131315}.tab-pane#details address,.tab-pane#details hr,.tab-pane#details p{margin:0 0 1.41575em}.tab-pane#details h1 a,.tab-pane#details h2 a,.tab-pane#details h3 a,.tab-pane#details h4 a,.tab-pane#details h5 a,.tab-pane#details h6 a{font-weight:300}.tab-pane#details .alpha,.tab-pane#details h1{font-size:2.617924em;line-height:1.214;letter-spacing:-1px}.tab-pane#details .beta,.tab-pane#details h2{font-size:2em;line-height:1.214}.tab-pane#details .beta+h3,.tab-pane#details h2+h3{border-top:1px solid rgba(0,0,0,.05);padding-top:.5407911001em}.tab-pane#details .gamma,.tab-pane#details h3{font-size:1.618em}.tab-pane#details .delta,.tab-pane#details h4{font-size:1.41575em}.tab-pane#details .alpha,.tab-pane#details .beta,.tab-pane#details .delta,.tab-pane#details .gamma{display:block}.tab-pane#details blockquote+h2,.tab-pane#details blockquote+h3,.tab-pane#details blockquote+h4,.tab-pane#details blockquote+header h2,.tab-pane#details form+h2,.tab-pane#details form+h3,.tab-pane#details form+h4,.tab-pane#details form+header h2,.tab-pane#details ol+h2,.tab-pane#details ol+h3,.tab-pane#details ol+h4,.tab-pane#details ol+header h2,.tab-pane#details p+h2,.tab-pane#details p+h3,.tab-pane#details p+h4,.tab-pane#details p+header h2,.tab-pane#details table+h2,.tab-pane#details table+h3,.tab-pane#details table+h4,.tab-pane#details table+header h2,.tab-pane#details ul+h2,.tab-pane#details ul+h3,.tab-pane#details ul+h4,.tab-pane#details ul+header h2{margin-top:2.2906835em}.tab-pane#details hr{background-color:#ccc;border:0;height:1px}.tab-pane#details ol,.tab-pane#details ul{margin:0 0 1.41575em 3em;padding:0}.tab-pane#details ul{list-style:disc}.tab-pane#details ul li{list-style:disc;margin: 0 0 .41575em}.tab-pane#details ol{list-style:decimal}.tab-pane#details li>ol,.tab-pane#details li>ul{margin-bottom:0;margin-left:1em}.tab-pane#details b,.tab-pane#details dt,.tab-pane#details strong{font-weight:600}.tab-pane#details dd{margin:0 0 1.618em}.tab-pane#details cite,.tab-pane#details dfn,.tab-pane#details em,.tab-pane#details i{font-style:italic}.tab-pane#details blockquote{padding:0 1em;border-left:3px solid rgba(0,0,0,.05);font-style:italic}.tab-pane#details pre{background:rgba(0,0,0,.1);font-family:'Courier 10 Pitch',Courier,monospace;margin-bottom:1.618em;padding:1.618em;overflow:auto;max-width:100%}.tab-pane#details code,.tab-pane#details kbd,.tab-pane#details tt,.tab-pane#details var{font-family:Monaco,Consolas,'Andale Mono','DejaVu Sans Mono',monospace;background-color:rgba(0,0,0,.05);padding:.202em .5407911001em}.tab-pane#details abbr,.tab-pane#details acronym{border-bottom:1px dotted #666;cursor:help}.tab-pane#details ins,.tab-pane#details mark{text-decoration:none;font-weight:600;background:0 0}.tab-pane#details sub,.tab-pane#details sup{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}.tab-pane#details sup{bottom:1ex}.tab-pane#details sub{top:.5ex}.tab-pane#details small{font-size:75%}.tab-pane#details big{font-size:125%}.tab-pane#details figure{margin:0}.tab-pane#details table{margin:0 0 1.41575em;width:100%}.tab-pane#details img{height:auto;max-width:100%;display:block}.tab-pane#details a{color:#2c2d33;text-decoration:none}.tab-pane#details a:focus,.tab-pane#details button:focus,.tab-pane#details input:focus,.tab-pane#details textarea:focus{outline:#96588a solid 2px}

.rs-button-up__text {
    position: absolute;
    top: 50%;
    left: 100%;
    line-height: 20px;
    margin: -10px 0 0 15px;
    font-size: 16px;
    color: #a9692a;
    letter-spacing: .05em;
    font-weight: 500;
}
.rs-catalog .catalog-card.mb .picture {
    pointer-events: none;
}