@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*
@font-face {
	font-family: 'rouble';
	font-display: swap;
	src: url(../fonts/rouble.otf) format('opentype');
}
*/
@font-face {
	font-family: 'rouble';
	src: url('../fonts/rouble-webfont.eot');
	src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/rouble-webfont.woff') format('woff'),
		url('../fonts/rouble-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'tatianaregular';
    src: url('../fonts/logo/tatiana_bold-webfont.eot');
    src: url('../fonts/logo/tatiana_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/logo/tatiana_bold-webfont.woff2') format('woff2'),
         url('../fonts/logo/tatiana_bold-webfont.woff') format('woff'),
         url('../fonts/logo/tatiana_bold-webfont.ttf') format('truetype'),
         url('../fonts/logo/tatiana_bold-webfont.svg#tatianaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.final-sum-wr .final-item-shp{
	display: none;
}
.final-sum-wr>.final-sum-wr{
	width:100%;
}
.logo span {
	font-family: 'tatianaregular';
}
span.highlight {
    font-size: 10px !important;
    color:inherit !important;
}
.single-product .right .single-price-box .top .p-box:first-child span.highlight{
font-size: 24px !important;
}
#m-wish-list .single-bottom .price {
    width: 24%;
    margin-top: 0;
}
span.xoo-wsc-sb-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}
span.xoo-wsc-sb-txt .woocommerce-Price-amount{
font-weight: bold;
margin:0 5px;
color:#FEA903;
}
bdi{
	display: flex;
	align-items: baseline;
	white-space: nowrap;
}
.notice-surface {
	position: fixed;
	z-index: 3000;
	right: 32px;
	top: 28px;
	max-width: calc(100% - 64px);
	max-height: calc(100vh - 56px);
	display: flex;
	flex-direction: row
}

.notice-surface--left {
	left: 32px;
	right: auto
}

.notice-surface--reverse {
	bottom: 28px;
	top: auto
}

@media (max-width:991px) {
	.mfixed_y .notice-surface {
		top: 74px
	}

	.bottom-icons-panel_y .notice-surface--reverse {
		bottom: 72px
	}
}

.notice-surface__inner {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	position: relative;
	max-width: 100%
}

.notice-surface--reverse .notice-surface__inner {
	display: flex;
	flex-direction: column
}

.notice {
	min-width: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
	background: #fff;
	position: relative;
	width: 346px;
	max-width: 100%;
	transition: transform .1s linear;
	flex-shrink: 0;
	margin: 4px 0
}

.notice--link {
	cursor: pointer
}

.notice--hidden {
	display: none !important;
	margin: 0
}

.notice__closer {
	width: 38px;
	height: 38px;
	position: absolute;
	top: -1px;
	right: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	cursor: pointer
}

.notice__closer .svg {
	min-width: auto;
	min-height: auto
}

.notice__inner {
	padding: 20px
}

.notice__image {
	height: 60px;
	width: 60px
}

.notice__image img {
	max-height: 100%;
	max-width: 100%
}

.notice__info-wrap {
	display: flex;
	flex-shrink: 0;
	align-items: flex-start;
	margin-left: -10px;
	margin-right: -10px
}

.notice__image-wrap,
.notice__text-wrap {
	padding-left: 10px;
	padding-right: 10px
}

.notice__text-wrap {
	align-self: center
}

.notice__title {
	color: #1d2029
}

.notice .notice__text-wrap .notice__title:first-child {
	margin-top: -7px
}

.notice .notice__text-wrap .notice__detail:first-child {
	margin-top: -3px
}

.notice__title+.notice__detail {
	margin-top: 4px
}

.notice__detail__more {
	margin-top: 6px
}

.notice-surface--right .animate--notice-show {
	-webkit-animation: animate--notice-show--right .4s linear;
	-ms-animation: animate--notice-show--right .4s linear;
	animation: animate--notice-show--right .4s linear;
	right: 0
}

@-webkit-keyframes animate--notice-show--right {
	from {
		right: calc(-100% - 32px)
	}

	50% {
		right: 32px
	}

	to {
		right: 0
	}
}

@-ms-keyframes animate--notice-show--right {
	from {
		right: calc(-100% - 32px)
	}

	50% {
		right: 32px
	}

	to {
		right: 0
	}
}

@keyframes animate--notice-show--right {
	from {
		right: calc(-100% - 32px)
	}

	50% {
		right: 32px
	}

	to {
		right: 0
	}
}

.notice-surface--left .animate--notice-show {
	-webkit-animation: animate--notice-show--left .6s linear;
	-ms-animation: animate--notice-show--left .6s linear;
	animation: animate--notice-show--left .6s linear;
	left: 0
}

@-webkit-keyframes animate--notice-show--left {
	from {
		left: calc(-100% - 32px)
	}

	50% {
		left: 32px
	}

	to {
		left: 0
	}
}

@-ms-keyframes animate--notice-show--left {
	from {
		left: calc(-100% - 32px)
	}

	50% {
		left: 32px
	}

	to {
		left: 0
	}
}

@keyframes animate--notice-show--left {
	from {
		left: calc(-100% - 32px)
	}

	50% {
		left: 32px
	}

	to {
		left: 0
	}
}

.animate--notice-hide {
	height: 0 !important;
	opacity: 0 !important;
	margin: 0 !important;
	transition: transform .1s linear, opacity .3s ease-in-out .1s, height .3s linear .4s, margin .3s linear .4s
}

.animate--notice-hide .notice__closer {
	display: none
}

.animate--notice-click {
	transform: scale(.95)
}

#billing_country_field {
	display: none;
}

div.cart_totals+.cart_totals {
	display: none;
}

div.final-sum-wr+.final-sum-wr {
	display: none;
}

ul.woocommerce-error {
	background: #f00;
	padding: 5px 10px;
	color: #fff;
	list-style: none;
	border-radius: 10px;
}
.xoo-wsc-cart-active .xoo-wsc-opac {
    
    transition: all .4s ease 0s;
}
.xoo-wsc-cart-active jdiv {
	display: none;
}

.xoo-wsc-body {
	max-height: 480px;
}
.xoo-wsc-pprice {
    display: flex;
}
.xoo-wsc-pprice del {
    margin-right: 5px;
}
.adress_sh {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #292730;
	margin-bottom: -1px;
	padding-bottom: 31px;
	border-bottom: 1px solid #EEEFF2;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.init-slider {
	opacity: 0;
}

.rub {
	font-family: 'rouble';
	font-size: 95%;
	margin: 0;
}

.whatsapp {
	font-weight: 700;
	line-height: 1.3;
	font-size: 14px;
	color: #48B13F;
}

.whatsapp svg{
	fill:#3db745;
}

.whatsapp:hover svg {
	fill:#222;
}

.telegram {
	font-weight: 700;
	line-height: 1.3;
	color: #4C6DC0;
	font-size: 14px;
}

.whatsapp svg,
.telegram svg {
	margin-right: 6px;
}

.ava {

	background: #eeeff2;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}

.ava img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.init-slider.slick-initialized {
	opacity: 1;
}

.related-prod .slick-track {
	margin: 0 !important;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.grecaptcha-badge {
	display: none !important;
}

.bread ul li+li::before {
	content: url(../images/icons/bread.svg);
	color: #29273180;
	display: inline-block;
	margin: 0 6px;
}

.bread {
	margin-bottom: 10px;
}

.bread ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: Ubuntu;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.dflex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.diflex {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.aic {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.aifs {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.aife {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.jcfs {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.jcfe {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.jcc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.jcsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fwrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fdc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}


@font-face {
	font-family: 'Panton';
	src: url('../fonts/Panton-Bold.eot');
	src: local('Panton'), local('Panton'),
		url('../fonts/Panton-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Panton-Bold.woff2') format('woff2'),
		url('../fonts/Panton-Bold.woff') format('woff'),
		url('../fonts/Panton-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #15253F;
	color: #fff
}

::selection {
	background-color: #15253F;
	color: #fff
}

input,
textarea {
	outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red
}

input:required:valid,
textarea:required:valid {
	border-color: green
}

body {
	font-size: 15px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: Ubuntu;
	overflow-x: hidden;
	color: #333
}

.container {
	width: 1288px;
	margin: 0 auto
}

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

.slick-slide {
	outline: 0
}

.slick-slide a {
	outline: 0
}

hr {
	border-radius: 1px;
	border: none;
	height: 1px;
	margin: 40px 0;
	background-color: #d5d7df
}

h2 {
	margin: 35px 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	/* or 34px */
	color: #292730;
	letter-spacing: 0.8px;
}

header .top-mail {
	color: rgba(41, 39, 49, .5);
	font-size: 13px;
	font-weight: 400;
	line-height: 13px
	margin: 0 5px;
}
header .telegram{
	margin-left: 10px;
}
header .wrap-top-menu .whatsapp {
	margin-left: 10px;
}
header ul {
	margin: 0;
	padding: 0
}

header .top-menu li {
	list-style-type: none;
	position: relative
}

header .top-menu li a {
	color: rgba(41, 39, 49, .5);
	font-size: 12px;
	font-weight: 400;
	line-height: 13px
}

header .top-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible
}

header .top-menu .dropdown-menu>a::after {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	content: '';
	background-image: url(../images/icons/ar-bottom.svg);
	width: 13px;
	height: 8px;
	margin-left: 10px
}

header .top-menu>li+li {
	margin-left: 40px
}

header .sub-menu {
	position: absolute;
	top: 100%;
	left: -15px;
	padding: 0 15px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

header .sub-menu li a {
	white-space: nowrap
}

header .top-header {
	padding: 8px 0;
	background-color: #fff;
	border-bottom: 1px solid #eeeff2
}

header .city-top img {
	margin-right: 10px
}

header .city-top__name {
	color: rgba(41, 39, 49, .5);
	font-size: 12px;
	font-weight: 400;
	line-height: 13px
}

header .city-top span {
	display: inline-block;
	margin-left: 12px
}

header .mid-header {
	padding: 22px 0 18px;
}

.fixed header .mid-header .btn {
	padding: 0 10px;
	height: 32px;
	font-size: 14px;
}

.fixed {
	padding-top: 114px;
}

.fixed header .mid-header {
	transition: all .4s ease 0s;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	position: fixed;
	padding: 0px 0 0px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 55;
}

header .phone-box {
	position: relative;
	padding-left: 30px;
	margin-right: 2vw;
}

header .phone-box .tel-caption {
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	color: #AEADB6;
	display: block;
	margin-bottom: 0px;
	letter-spacing: -0.2px;
	white-space: nowrap;
}
header .phone-box .tel-caption br{
	display: none;
}

header .phone-box img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

header .phone-box .num {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #292730;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	white-space: nowrap;
}

header .phone-box .num:hover {
	text-decoration: none;
	color: #FEA903
}

header .mid-header .h-icons {
	margin-right: 1.7vw;
}

header .mid-header .btn_1 {
	margin-right: 1vw;
	padding: 0 30px;
	white-space: nowrap;
}

header .mid-header .btn_2 {
	margin-right: 1vw;
	padding: 0 1.5vw;
	white-space: nowrap;
}

.top-mnu a.sales_1 {
	display: flex;
	align-items: center;
	padding: 0 15px 0 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 17px */
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	margin-right: 1.1vw;
}
.top-mnu li.all {
    overflow: hidden;
    clear: both;
}
.top-mnu a.sales_1 img {
	margin-right: 10px;
}

.top-mnu a.sales {
	display: flex;
	align-items: center;
	padding: 0 15px;
	margin-left: 0.5vw;
}

.logo {
	text-decoration: none;
	margin-right: 1.4vw;
	width: 300px;
	position: relative;

}

.logo span {
	position: absolute;
	left: 58px;
	bottom: 0;
	/*color: #FEA903;*/
	color: #403088;
	font-size: 13px;
	font-weight: 500;
}
.logo span>span{
	position: static;
	color: #ED754F;
}
.logo img {
	margin-right: 13px;
	max-width: 100%;
}

.logo .desc-logo {
	color: #FEA903;
	font-size: 9px;
	line-height: 13px;
	font-weight: 400
}

.logo .slogan {
	color: #15253F;
	font-family: 'Panton';
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-top: 10px
}

.logo .slogan span {
	color: #FEA903
}

.btn {
	padding: 0 20px;
	height: 40px;
	border: 1px solid rgba(65, 46, 139, .3);
	border-radius: 10px;
	color: #292731;
	font-size: 14px;
	font-weight: 400;
	line-height: 15px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	letter-spacing: 0px;
}

.btn:hover {
	background-color: #15253F;
	color: #fff;
	text-decoration: none
}

.search-header,
.whatsapp-header {
	position: relative;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #DBD8E8;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.whatsapp-header {
	margin-left: 10px;
}

.whatsapp-header img {
	margin: 0;
}

.yith-ajaxsearchform-container {
	width: 0;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 999;
	transition: all .4s ease 0s;
	visibility: hidden;
}

.search-header>img {
	z-index: 55;

}

.yith-ajaxsearchform-container.active {
	width: 563px;
	visibility: visible;
}

.search-header>img {
	/*position: absolute;
	left: 16px;
	top: 0;
	bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: auto;
	pointer-events: none*/
}

.search-header input {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #e8e9ec;
	padding: 0 85px 0 45px
}

.search-header button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 10px;
	background-color: #15253F;
	width: 85px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	border: none;
	cursor: pointer;
	outline: 0
}

.btn.orange {
	border: 1px solid #FEA903
}

.btn.orange-bg {
	border: 1px solid #FEA903;
	color: #fff;
	background-color: #FEA903;

}

.btn.orange:hover {
	border-color: #15253F
}

.btn-cart {
	color: #292731;
	font-size: 15px;
	font-weight: 400;
	padding: 0 10px;
	line-height: 15px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	border: 1px solid #DBD8E8;
	border-radius: 10px;
	height: 40px;
	cursor: pointer;
	margin-left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-cart:hover {
	text-decoration: none;
	color: inherit
}

.btn-cart img {}

.btn-cart .count {
	border-radius: 5px;
	background-color: #FEA903;
	height: 24px;
	padding: 0 11px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
	margin-left: 16px;
	white-space: nowrap;
}

nav {
	position: relative;
	z-index: 4
}

nav .container {
	position: relative
}

nav .container::after {
	/*content: '';
	position: absolute;
	right: calc(-50vw + 1px);
	top: 0;
	bottom: 0;
	width: 50vw;
	background-color: #15253F*/
}

nav ul {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%
}

nav ul li {
	list-style-type: none;
	line-height: 0;
	font-size: 0;
	position: relative;
	display: block;
	min-width: 0;
	margin: 0 0.7vw 0 0;
}

nav ul li:last-child {
	margin-right: 0;
}

.sales-btn {
	margin-left: 40px;
}

.sales-btn a {
	height: 40px;
	display: inline-flex;
	align-items: center;
	padding: 0 20px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 500;
	min-width: 0;
	line-height: 1;
}

.sales-btn a:first-child {
	border-radius: 10px 0 0 10px;
	background-color: rgb(88, 63, 186);
}

.sales-btn a:last-child {
	border-radius: 0 10px 10px 0;
	background-color: rgb(255, 118, 75);
}

nav ul li+li {}

nav .top-mnu>ul li+li:before {
	content: '';
	width: 2px;
	height: 100%;
	display: block;
	background-color: #203D6B;
	position: absolute;
	left: -18px;
}

nav .top-mnu {
	padding-right: 10px;
	background-color: #15253F;
	border-radius: 20px;
	align-items: center;
}

nav .top-mnu>ul li a {
	display: inline-block;
	min-width: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
	padding-right: 10px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

nav ul li a:hover {
	color: #FEA903;
	text-decoration: none
}

nav ul li a img {
	margin-right: 13px
}

.btn-catalog {
	height: 40px;
	width: 130px;
	line-height: 15px;
	border-radius: 10px;
	background-color: #fff;
	text-decoration: none;
	margin-right: 11px;
	flex-shrink: 0;
	color: #3C2F87;
	font-weight: 400;
	font-size: 14px;
	margin-left: 11px;
	padding-left: 0px;
	padding-left: 13px;
}

.btn-catalog:hover {
	text-decoration: none
}

.btn-catalog .icon {
	margin-right: 27px;
}

.btn-catalog .icon span {
	height: 2px;
	width: 14px;
	background-color: #3C2F87;
	display: inline-block
}

/*
.btn-catalog .icon span:nth-child(2) {
	width: 13px
}
*/
.btn-catalog .icon span+span {
	margin-top: 4px
}

.slick-slide {
	outline: 0
}

.first_section {
	margin-top: 30px
}

.first_section .bg-slider {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 100
}








.first_section .slider-main .init-slider {
	width: 100%;

	border-radius: 10px;
	background-color: #FEA903;
	background-image: -o-linear-gradient(135deg, #FEA903 0, #15253F 100%);
	background-image: linear-gradient(-45deg, #FEA903 0, #15253F 100%);
	position: relative
}

.first_section .slider-main .slick-list,
.first_section .slider-main .slick-slide,
.first_section .slider-main .slick-slider,
.first_section .slider-main .slick-track {
	height: 100% !important
}

.first_section .slider-main .slick-dots {
	bottom: -40px;
	z-index: 101;
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.first_section .slider-main .slick-slide .item {
	padding: 40px 40px 60px 40px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}


.first_section .slider-main .slick-slide .title-slider {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.4;
}

.first_section .slider-main .slick-slide .desc-slider {
	color: rgba(255, 255, 255, .7);
	font-size: 17px;
	font-weight: 300;
	line-height: 26.5px;
	margin-top: 35px
}

.first_section .slider-main .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0
}

.first_section .slider-main .slick-dots li {
	list-style-type: none;
	font-size: 0;
	line-height: 0
}

.first_section .slider-main .slick-dots li button {
	border-radius: 2px;
	background-color: #d7dae4;
	width: 33px;
	height: 4px;
	border: none;
	outline: 0;
}

.first_section .slider-main .slick-dots li+li {
	margin-left: 6px
}

.first_section .slider-main .slick-dots .slick-active button {
	background-color: #15253F
}

.first_section .category-list {
	width: 100%;
	margin-top: 80px;

}

.first_section .item-category {
	-webkit-box-shadow: 3px 5px 46px rgba(42, 56, 70, .12);
	box-shadow: 3px 5px 46px rgba(42, 56, 70, .12);
	border-radius: 10px;
	background-color: #fff;
	width: 170px;
	height: 180px;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 7px 15px;

	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.first_section .item-category:hover {
	background-color: #fdfdfd
}

.first_section .item-category .icon {
	height: 112px;
	margin-bottom: 10px;
	padding: 5px;
}

.first_section .item-category span {
	margin-top: 5px;
	display: inline-block;
	color: #15253F;
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
	text-align: center;
	padding: 0 5px;
}

.first_section .item-last {
	background-color: #15253F;
	color: #fff;
	font-size: calc(16px + 5 * ((100vw - 320px)/ 960));
	font-weight: 300;
	line-height: 1.3em
}

.first_section .item-last:hover {
	background-color: #15253F
}

.first_section .item-category__empty {
	height: 0;
	opacity: 0;
	visibility: hidden;
	width: 160px
}


.faq__top {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: #232f47
}

.faq__text {
	margin-top: 14px
}

.faq__text p:last-child {
	margin-bottom: 0
}

.faq__item+.faq__item {
	margin-top: 25px
}

.wrap-faq {
	margin-top: 30px;
}

.faq__item {
	background: #f1f1f1;
	border-radius: 30px;
	padding: 15px 80px 15px 25px;
	position: relative;
	cursor: pointer
}

.faq__cats li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 10px;
}

.faq__cats a {
	height: 26px;
	border-radius: 10px;
	background-color: #583fba;
	color: #fff;
	padding: 0 15px;
	display: flex;
	align-items: center;
}

.faq__cats a.active {
	background: #FEA903;
}

.faq__cats ul {
	padding: 0 0px;
	margin-bottom: 30px;
}

.faq__item::after {
	content: '+';
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	color: #039;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	padding: 0 0 5px 0;
}

.faq__item.opened {
	background-color: #f1f1f1
}

.faq__item.opened::after {
	content: '-';
	background: #f2f7fa;
	height: initial;
	border-radius: 30px
}

.section-2 {
	padding: 40px 0 25;
	margin-top: 20px
}

.bg-silver {
	background-color: #fff
}

.title-section {
	color: #36343d;
	font-weight: 500;
	margin-bottom: 40px;
	font-size: calc(20px + 15 * ((100vw - 320px)/ 960))
}
h2{
	font-size: calc(20px + 15 * ((100vw - 320px)/ 960));
	line-height: normal;
}
h3 {
        font-size: calc(10px + 10 * ((100vw - 320px)/ 960));
    line-height: normal;
    margin-bottom: 25px;
    margin-top: 30px;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.proizvodstvo_home-left-wr h2:first-child{
	margin-top: 0;
}
.slider-products .slick-list {
	margin: 0 -10px
}

.slider-products .slick-list .slick-slide {
	margin: 0 10px
}


.item-product .sku_wrapper {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #AEADB6;
}

.item-product {
	width: 20%;
	padding: 25px 15px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.item-product a {
	outline: 0
}

.item-product__top .sale {
	border-radius: 5px;
	background-color: #15253F;
	height: 24px;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	letter-spacing: -.2px;
	margin-right: 7px
}

.item-product__top .sale__txt {
	color: #36343d;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px
}

.item-product__top .sale b {
	font-weight: 700
}

.item-product__price {
	color: #36343d;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	font-weight: 600;
	margin-top: 10px
}

.item-product .price {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #292730;
}

.item-product .price .rub {
	font-size: 96%;
	line-height: 0;
	position: relative;
	/* top: -2px; */
	margin-left: 3px;
}


.item-product__img {
	height: 217px;
	padding: 0;margin-bottom: 15px;
}

.item-product span.price {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #292730;
}

.item-product__img img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.item-product__name {
	margin-top: 6px;
	display: block;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #292730;
	overflow: hidden;
}

.item-product .single-price {}

.item-product__name:hover {
	color: #FEA903
}

.item-product__bottom {
	margin-top: 10px;
}

.item-product__counter {
	font-size: 0;
	line-height: 0;
	height: 40px;
	padding: 0 10px;
	margin-right: 9px;
	border: 1px solid #EBE8F5;
	border-radius: 10px;
}



.single-products-btns .item-product__counter {
	font-size: 0;
	line-height: 0;
	height: 60px;
	padding: 0 10px;
	margin-right: 8px;
	border: 1px solid #EBE8F5;
	border-radius: 10px;
}


.basket_fly .opener {
	position: absolute;
	width: 58px;
	left: -58px;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	top: 250px;
	background: #424f60;
	overflow: hidden;
}

.basket_fly .opener>div {
	position: relative;
}

.basket_fly .opener>div {
	display: inline-block;
	text-align: center;
	width: 58px;
	cursor: pointer;
	vertical-align: top;
	zoom: 1;
	height: auto;
}

.basket_fly .wraps_icon_block {
	display: inline-block;
	float: none;
	margin: 0;
}

.basket_fly .wraps_icon_block.basket:before {
	background: url(../images/Basket_white.svg) center 0 no-repeat;
}

.basket_fly .wraps_icon_block:before {
	margin-top: 13px;
	width: 20px;
	height: 19px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	content: "";
	position: relative;
	top: 0;
}

a.xoo-wsc-ft-btn:nth-child(3) {
	display: none;
}

span.xoo-wsc-pname,
span.xoo-wsc-pname a {
	min-width: 100%;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #292730;
	margin-bottom: 5px;
}

.xoo-wsc-img-col {
	width: 68px;
}

.xoo-wsc-sum-col {
	width: calc(100% - 98px);
}

.xoo-wsc-sm-left {
	flex-grow: unset;
	display: block;
	justify-content: space-between;
	flex-direction: unset;
	min-width: 0;
	width: 48%;
}

span.xoo-wsc-ecl {
	display: none;
}

.xoo-wsc-qty-box {
	width: 22%;
}

.xoo-wsc-sm-right {
	width: 25%;
	padding-left: 10px;
	display: flex;
	flex-direction: unset;
	justify-content: space-between;
	max-width: none;
	align-items: center;
}

.xoo-wsc-empty-cart a {
	line-height: 36px;
}

.xoo-wsc-sm-info {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
	border-radius: 10px;
	border: 1px solid #f1f2f3;
	padding: 5px;
	font-size: 0;
	line-height: 0;
	height: 46px;
	max-width: none;
}

input.xoo-wsc-qty {
	color: #36343d;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	width: 44px;
	height: 100%;
	border: none;
	background-color: #0000;
	margin: 0 10px;
	border: none;
}

input[type="number"].xoo-wsc-qty {
	border: none;
	height: auto;
	margin: 0;
	color: #36343d;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	width: 44px;
	height: 100%;
	border: none;
	background-color: #0000;
	margin: 0 10px;
}

.xoo-wsc-chng {
	border-radius: 8px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-color: #f1f2f3;
	min-width: 34px;
	max-width: 34px;
	display: flex;
	align-self: auto;
	flex-direction: unset;
}

.xoo-wsc-chng.xoo-wsc-plus {
	background-color: #FEA903;
}

span.xoo-wsc-pname,
span.xoo-wsc-pname a {
	min-width: 100%;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #292730;
	margin-bottom: 5px;
}

.basket_wrapp .wraps_icon_block .count {
	text-align: center;
	opacity: 1;
	font-size: 12px;
	line-height: 13px;
}

.basket_wrapp .basket_fly .basket_count .wraps_icon_block.basket .count span {
	background: #424f60;
	color: #fff;
	border-radius: 100%;
}

.basket_fly .opener>div {
	display: inline-block;
	text-align: center;
	width: 58px;
	cursor: pointer;
	vertical-align: top;
	zoom: 1;
	height: auto;
}

/*.basket_fly {
	border-radius: 0 0 0 2px;
	-moz-border-radius: 0 0 0 2px;
	-webkit-border-radius: 0 0 0 2px;
	top: 30%;
	z-index: 1046;
	position: fixed;
	width: 800px;
	right: -800px;
}*/
.xoo-wsc-smr-ptotal {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #292730;
}

.xoo-wsc-sb-bar>span {
	background-color: #e84948;
}

.xoo-wsch-top {
	justify-content: flex-start !important;
}

.xoo-wsc-footer .final-sum {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}

.xoo-wsc-footer .final-sum .final-item span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #292730;
}

.xoo-wsc-footer .final-sum .final-item b {
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	display: flex;
	white-space: nowrap;
	color: #292730;
}

.xoo-wsc-footer .final-sum .final-item .old_price:after {
	content: "";
	position: absolute;
	border: 1px solid #EB1C1C;
	left: -5px;
	height: 2px;
	top: 17px;
	width: calc(100% + 10px);
}

.xoo-wsc-footer .final-sum .final-item .old_price {
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	position: relative;
	color: #292730;
}

body .xoo-wsc-container .xoo-wsc-basket {
	top: 0;
	right: 0px;
	position: static;
	background-color: inherit;
	color: #000;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}

.xoo-wsc-footer .final-sum .final-item .new_price {
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	color: #eb1c1c;
}

.xoo-wsc-ft-buttons-cont {
	padding: 20px;
}

.xoo-wsc-footer .final-sum .final-item {
	margin-right: 30px;
}

.xoo-wsc-container,
.xoo-wsc-slider {
	max-width: 800px;
	right: -800px;
	max-height: 100vh;
	top: 50px;
}

.xoo-wsc-cart-active .xoo-wsc-slider {
	box-shadow: 0 0 25px rgb(0, 0, 0, .25);
}


.not-image {
	background-color: #f1f1f1;
	font-size: 18px;
	color: #FEA903;
} 
.not-image:hover {
	color: #FEA903;
}
.not-image::before {
	content: 'Нет изображения';
}

@media (max-height: 700px) {
	.basket_fly {
		/*top: 0;*/
		height: 100%;
	}
}

.basket_fly .opener .basket_count {

	padding: 0
}

.basket_fly .opener>div.clicked {
	background: #FEA903;
}

.basket_fly .wraps_icon_block .count>span {
	width: 20px;
	background: #fff;
	display: block;
	height: 20px;
	vertical-align: middle;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 20px;
	margin: 4px 0 12px;
}

.basket_wrapp:not(.basket_fill_COLOR) .basket_fly .wraps_icon_block.delay .count span {
	background-color: #fff;
}

.basket_fly .clicked.empty .wraps_icon_block:before,
.basket_fly.wraps_icon_block.empty_block:before {
	opacity: .5;
}

.basket_fly .wraps_icon_block.delay:before {
	background: url(../images/Wishlist_white.svg) center 0 no-repeat;
	height: 18px;
	margin-top: 16px;
}

/*
body .header-cart .basket_sort {
    margin-top: -90px;
}
.basket_wrapp .basket_sort {
    padding: 25px 20px 0 15px;
    text-align: left;
}

.basket_wrapp .basket_fly .basket_title {
    font-size: 24px;
    margin-right: 48px;
    margin-left: 13px;
    font-weight: 400;
    display: inline-block;
}
*/
.basket_fly>.wrap_cont {
	text-align: left;
	height: 100%;
	padding-top: 90px;
}

.basket_sort ul.tabs li:last-child {
	margin-right: 0;
}

.basket_sort ul.tabs li {
	font-size: 13px;
	margin: 0 10px 0 0;
	padding: 0 25px 0 0;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: auto;
	padding-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	padding-right: 18px;
}

.basket_sort ul.tabs {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.basket_sort ul.tabs li {
	display: inline-block;
}

ul.tabs li.cur,
ul.tabs-head li.current {
	cursor: default;
}

.header-cart .basket_fly {
	background: #fff;
	box-shadow: rgb(44 44 44 / 40%) 0 6px 18px;
	-moz-box-shadow: rgba(44, 44, 44, .4) 0 6px 18px;
	-webkit-box-shadow: rgb(44 44 44 / 40%) 0 6px 18px;
	min-height: 283px;
}

.basket_wrapp .basket-link {
	position: relative;
}

.colored:hover,
.dark-color:not(.active) {
	color: #222;
}

.basket_sort ul.tabs li .wrap_li>span {}

.xoo-wsc-ship-bar-cont {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.sort-tab {
	display: none;
}

.sort-tab.open {
	display: block;
}

.xoo-wsc-body .wrap-products {
	margin-top: 0;
}

.xoo-wsc-icon-trash:before {
	content: "";
}

#m-wish-list .item-product {
	width: 100%;
	display: flex;
	flex-direction: unset;
	align-items: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	padding: 20px 15px;
}

#m-wish-list .single-hit,
#m-wish-list .single-popular {
	font-size: 0;
}

#m-wish-list .single-hit:before,
#m-wish-list .single-popular:before {
	margin-right: 0;
}

#m-wish-list .wishlist-title-container {
	display: none;
}

#m-wish-list .xoo-wsc-footer {
	display: none;
}

#m-wish-list .single-top {
	width: 98px;
	height: auto;
}

#m-wish-list .single-hit {
	display: none;
}

#m-wish-list .single-top a {
	height: auto;
	padding: 0 15px 0 0;
}

#m-wish-list .single-bottom {
	width: calc(100% - 98px);
	flex-direction: row;
	align-items: center;
}
.xoo-wsc-header {
    color: #ffffff !important;
    background-color: #15253F !important;
}
.dflex.aic {}

#m-wish-list .single-bottom a.item-product__name {
	width: 48%;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #292730;
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 30px;
}

#m-wish-list .item-product .single-price {
	width: 24%;
}

#m-wish-list .item-product__cart img {
	margin-right: 8px;
}

.basket_sort ul.tabs li.cur div {

	border-bottom: 2px solid #FEA903;
	color: #fff;
}

#m-wish-list .single-bottom .wrap-bottom {
	margin: 0;
}

#m-wish-list .single-bottom .price {
	width: 24%;
}

#m-wish-list .single-bottom .add-to-cart-shop {
	width: 70%;
	color: #fff;
	font-size: 14px;
}

#m-wish-list .single-bottom>div:first-child {
	display: none;
}

#m-wish-list .single-bottom .wrap-bottom .item-product__bottom {
	margin: 0;
}

.xoo-wsch-top .xoo-wsch-basket {
	display: none;
	position: relative;
}

body .basket_sort ul.tabs li span {
	font-weight: 400;
}

.mob-basket {
	display: none;
}

.basket_sort ul.tabs li span {
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	border-bottom: 0;
}

.btn.white.grey {
	color: #888 !important;
	border: 1px solid #aaa;
	background: #fff;
}

.basket_sort .remove_all_basket {
	padding-top: 6px;
	padding-bottom: 5px;
}

.btn.btn-default {
	background-color: #ffad00;
	border-color: #ffad00;
	color: #fff;
}

.basket_sort .remove_all_basket {
	position: relative;
	margin: 0;
	float: right;
	display: none;
	padding: 5px 12px 6px;
}

.basket_wrapp .cart-wrapper__left {
	width: 100%;
	margin-right: 0;
	padding: 20px 40px;
}

.basket_wrapp .cart-wrapper__left .table tr td:nth-child(4) {

	text-align: center;
}

.cart-wrapper__left .table .name {
	-webkit-line-clamp: 2;
}

.header-cart .basket_fly .basket_wrapp .itog {
	border-top: 1px solid #e7e7e7;
	margin-top: -1px;
	position: relative;
}

.header-cart .basket_fly .basket_wrapp .itog table {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body .header-cart .basket_fly .basket_wrapp table.colored tr:last-child td {
	border-bottom: 1px solid #e7e7e7;
}

.header-cart .basket_fly .basket_wrapp .popup-actions {
	float: left;
	width: 100%;
}

.header-cart .basket_fly .basket_wrapp .popup-actions {
	text-align: left !important;
}

.header-cart .basket_fly .basket_wrapp .popup-actions {
	border: none;
}

.header-cart .basket_fly .basket_wrapp .popup-actions {
	clear: both;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.header-cart .basket_fly a.button {
	background: #e84948;
	color: #515151;
}

.header-cart .basket_fly .go-cart {
	cursor: pointer;
	border-radius: 10px;
	background-color: #FEA903 !important;
	height: 54px;
	border: none;
	cursor: pointer;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1rem;
	outline: none;
	padding: 0 35px;
}

.header-cart .basket_fly .popup-actions .button {
	min-width: 30%;
	font-size: 15px;
	display: inline-block;
	margin: 5px;
	border-radius: 0;
	line-height: normal;
}

.header-cart .basket_fly .popup-actions .continue-shopping {
	padding: 0 22px;
	height: 54px;
	border: 1px solid #15253F4d;
	border-radius: 10px;
	background: #0000 !important;
	color: #292731 !important;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	line-height: 15px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}

.item-product__bottom .item-product__counter input {
	color: #36343d;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	border: none;
	background-color: transparent;
	margin: 0 10px;
	width: 20px;
	min-width: 20px;
	max-width: 60px;
}

/* .single-product-left .item-product__counter input {
	color: #36343d;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	width: 125px;
	height: 100%;
	border: none;
	background-color: transparent;
	margin: 0 10px
} */
.single-products-btns {
	user-select: none;
}
.single-product-left-wr .item-product__counter input {
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #292730;
	background-color: transparent;
	border: none;
	flex-grow: 1;
  min-width: 40px;
	width: 40px;
	max-width: 120px;
	margin: 0 0 0 5px;
}

.single-hit,
.single-popular {
	background: #DB02C5;
	border-radius: 8px;
	display: flex;
	align-items: center;
	height: 22px;
	padding: 0 20px 0 10px;
}

.single-hit:before,
.single-popular:before {
	content: url(../images/icons/hit.svg);
	margin-right: 12px;
}

.single-hit:after,
.single-popular:after {
	display: none;
}

#yith-wacp-mini-cart {
	display: none !important;
}

.item-product__counter input::-webkit-inner-spin-button {
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield;
}

.item-product__counter button,
.item-product__counter>div {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: 0
}

.item-product__counter>div {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.item-product__cart {
	border-radius: 5px;
	background-color: #FEA903
}

.wrap-products .item-product__cart,
.slider-products-wrapper .item-product__cart {
	width: 38px;
	height: 38px;
	border-radius: 5px;
	background-color: #FEA903
}

.item-product__cart:hover {
	color: #fff;
	text-decoration: none;
}

.item-product_empty {
	width: 240px;
	height: 0;
	visibility: hidden
}

.arrow-slider {
	width: 37px;
	height: 80px;
	border-radius: 10px;
	background-color: #fff;
	cursor: pointer
}

.arrow-right img {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.sert-section__slider,
.slider-products-wrapper {
	position: relative
}
.pabout__wrapper-sl {
    position: relative;
}
.sert-section__slider .arrow-slider,
.slider-products-wrapper .arrow-slider, .pabout__wrapper-sl .arrow-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2
}

.sert-section__slider .arrow-left,
.slider-products-wrapper .arrow-left, .pabout__wrapper-sl .arrow-left{
	left: -60px
}

.sert-section__slider .arrow-right,
.slider-products-wrapper .arrow-right, .pabout__wrapper-sl  .arrow-right {
	right: -60px
}

.advantages {
	margin-top: 75px
}

.advantages .container {
	border-radius: 10px;
	background-color: #f4f4f4;
	padding: 50px
}

.advantages__item {
	margin: 0 17px
}

.advantages__icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin-right: 27px
}

.advantages__icon::before {
	content: '';
	position: absolute;
	right: 0;
	top: -13px;
	background-color: #eeeff2;
	width: 68px;
	height: 68px;
	border-radius: 50%
}
.advantages_home .advantages__icon::before{
display: none;
}
.advantages__icon img {
	z-index: 2;
	position: relative
}

.woocommerce ul#shipping_method li .amount bdi {
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.advantages__text .title {
	color: #36343d;
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 25px
}

.advantages__text p {
	margin: 0;
	color: rgba(54, 52, 61, .7);
	font-size: 13px;
	font-weight: 400;
	line-height: 23px
}
.advantages.advantages_home .container {
    padding: 0;
    background: none;
}

.advantages_home .advantages__item {
    padding: 30px;
    width: 25%;
    margin: 0;
    height: 427px;
}

.advantages_home .advantages__item:nth-child(even) {
    background: #fff;
}
.advantages_home .advantages__item:nth-child(odd) {
    background: #F4F4F4;
}

.advantages_home {
    margin-bottom: 60px;
}
.categories-section {
	padding: 60px 0 25px
}
.advantages_home .advantages__text {
    max-width: 220px;
}
.categories-section__item {
	width: 240px;
	-webkit-box-shadow: 3px 5px 46px rgba(42, 56, 70, .12);
	box-shadow: 3px 5px 46px rgba(42, 56, 70, .12);
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 35px
}

.categories-section__item:hover .categories-section__link {
	color: #FEA903
}

.categories-section__photo {
	height: 115px;
	border-radius: 10px;
	overflow: hidden
}

.categories-section__photo img {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	display: block !important;
	margin: auto;
}

.categories-section__link {
	padding: 5px 20px 5px 24px;
	color: #15253F;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	flex-grow: 1;
}

.categories-section__link::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 16px;
	background-repeat: no-repeat;
	flex-shrink: 0;
	background-image: url(../images/icons/cat-right.svg)
}

.categories-section__empty {
	width: 240px;
	height: 0;
	opacity: 0;
	visibility: hidden
}

.categories-section .container {
	position: relative
}

.categories-section .delivery-categories {
	position: absolute;
	top: -162px;
	right: 0
}

.categories-section .delivery-categories .txt {
	margin: 0 0 10px 25px
}

.categories-section .delivery-categories .txt b {
	color: #15253F;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px
}

.categories-section .delivery-categories .txt span {
	color: rgba(54, 52, 61, .5);
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	margin-top: 12px
}

.categories-section .delivery-categories img {
	max-width: 303px;
	height: auto
}

.section-4 {
	padding: 25px 0 25px
}

.advantages__boxes {
	margin-top: 110px
}

.advantages__boxes .long__box {
	width: 760px;
	background-color: #FEA903;
	background-image: -o-linear-gradient(135deg, #FEA903 0, #15253F 100%);
	background-image: linear-gradient(-45deg, #FEA903 0, #15253F 100%)
}

.advantages__boxes .long__box img {
	right: 40px;
	bottom: 0;
	max-width: 291px;
	height: auto
}

.advantages__boxes .short__box {
	width: 500px;
	background-color: #FEA903
}

.advantages__boxes .short__box img {
	right: 0;
	bottom: 11px;
	max-width: 247px;
	height: auto
}

.advantages__boxes .advan__box {
	padding: 50px 45px;
	border-radius: 10px;
	position: relative
}

.advantages__boxes .advan__box img {
	position: absolute
}

.advantages__boxes .advan__box .title {
	color: #fff;
	font-size: 29px;
	font-weight: 500;
	line-height: 40.57px
}

.advantages__boxes .advan__box .desc {
	color: rgba(255, 255, 255, .7);
	font-size: 17px;
	font-weight: 300;
	line-height: 17px;
	margin-top: 20px
}

.advantages__new .slick-list {
	margin: 0 -10px;
}

.advantages__new {
	margin-top: 50px;
}

.advantages__new .item {
	display: block;
	background-color: #FEA903;
	background-image: -o-linear-gradient(135deg, #FEA903 0, #15253F 100%);
	background-image: linear-gradient(-45deg, #FEA903 0, #15253F 100%);
	height: 240px;
	margin: 0 10px;
	position: relative;
	box-sizing: border-box;
	padding: 50px 45px;
	border-radius: 10px;
	overflow-x: hidden;
}

.advantages__new .item.nopadding {
	/*padding: 0*/
}

.advantages__new .title {
	color: #fff;
	font-size: 29px;
	font-weight: 500;
	display: block;
	line-height: 40.57px
}

.advantages__new .desc {
	color: rgba(255, 255, 255, .7);
	font-size: 17px;
	font-weight: 300;
	display: block;
	line-height: 17px;
	margin-top: 20px
}

.advantages__new img.t_img {
	right: 0;
	bottom: 11px;
	max-width: 247px;
	height: auto
}

.advantages__new img.t_img {
	position: absolute
}

.advantages__new img.advantages__new_img {
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.advantages__new .arrow-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2
}

.advantages__new .arrow-left {
	left: -60px
}

.advantages__new .arrow-right {
	right: -60px
}

.advantages__new .slick-dots,
.sale-slider .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
	bottom: -40px;
	z-index: 101;
	position: absolute;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.sale-slider .slick-track {
	margin: 0 -10px;
}

.sale-slider .slick-track .sale-item {
	margin: 0 10px;
	box-shadow: none
}

.advantages__new .slick-dots li,
.sale-slider .slick-dots li {
	list-style-type: none;
	font-size: 0;
	line-height: 0;
	margin: 0 5px;
}

.advantages__new .slick-dots li button,
.sale-slider .slick-dots li button {
	border-radius: 2px;
	background-color: #d7dae4;
	width: 33px;
	height: 4px;
	border: none;
	outline: 0;
}

.advantages__new .slick-dots .slick-active button,
.sale-slider .slick-dots .slick-active button {
	background-color: #15253F;
}

.seo-wrapper {
	margin-top: 80px
}

.seo-wrapper__col {
	width: 49%
}

.seo-wrapper__col h2,
.seo-wrapper__col h1 {
	margin: 0 0 25px;
	padding-bottom: 25px;
	position: relative;
	color: #36343d;
	font-size: 35px;
	font-weight: 300;
	line-height: 35px
}

.seo-wrapper__col h2::before,
.seo-wrapper__col h1::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	border-radius: 1px;
	background-color: #e0e1e5
}

.seo-wrapper__col h2::after,
.seo-wrapper__col h1::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1.5px;
	width: 39px;
	height: 4px;
	border-radius: 2px;
	background-color: #FEA903
}

.seo-wrapper__col p {
	color: rgba(72, 73, 76, .8);
	font-size: 17px;
	font-weight: 300;
	line-height: 30px
}

.section-partners {
	margin-top: 100px
}

.section-partners__title {
	color: #36343d;
	font-size: calc(24px + 11 * ((100vw - 320px)/ 960));
	font-weight: 300;
	line-height: 1.3em
}

.section-partners__wrapper {
	margin-top: 40px;
	/* padding-top: 40px;
	border-top: 2px solid #d7dde4 */
}

.proizvodstvo_home-wr {
    display: flex;
    flex-wrap: wrap;
}

.proizvodstvo_home-left {
    width: 50%;
}
.proizvodstvo_home-left-wr{
	max-width: 545px;
}
.proizvodstvo_home-right {
    width: 50%;
}

.proizvodstvo_home {
    padding: 50px 0;
}


footer {
	background-color: #fff;
	border-top: 5px solid #EEEFF2;
	overflow: hidden;
}

footer .left {
	padding: 60px 40px 30px 0;
	width: 940px;
	position: relative;
	background-color: #fff
}

footer .left::after {
	content: '';
	position: absolute;
	width: 50vw;
	left: -50vw;
	top: 0;
	bottom: 0;
	background-color: #fff
}

footer .ul-wrap {
	width: 32%;
	margin-bottom: 30px
}

footer .ul-wrap .title-ul {
	color: #303236;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 22px;
}

footer .ul-wrap .title-ul::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #15253F;
	width: 29px;
	height: 2px
}

footer .ul-wrap ul {
	padding: 0;
	margin: 0 0;
	font-size: 0;
	line-height: 0
}

footer .ul-wrap ul li a {
	color: rgba(48, 50, 54, .6);
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
}

.up-sells {
	float: none;
	clear: both;
}

a.add_to_wishlist.single_add_to_wishlist {
	font-size: 0;
	width: 37px;
	min-width: 37px;

	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border: 1px solid #EEEFF2;
	border-radius: 10px;
}

.yith-wcwl-add-to-wishlist {
	margin: 0 0 0 5px;
}

a.add_to_wishlist.single_add_to_wishlist:after {
	content: url('../images/icons/wash.svg');
}

a.add_to_wishlist.single_add_to_wishlist i {
	margin: 0;
}

.yith-wcwl-wishlistaddedbrowse .feedback {
	display: none;
}

.yith-wcwl-wishlistaddedbrowse a {
	display: none;
}

.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
	font-size: 0;
	width: 37px;
	min-width: 37px;

	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border: 1px solid #EEEFF2;
	border-radius: 10px;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
	position: absolute;
	font-size: 12px;
	bottom: -46px;
	right: 6px;
	color: #f00;
	display: inline-flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #3C2F87;
	background: #F1F2F3;
	border-radius: 10px;
	height: 32px;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
}

.yith-wcwl-wishlistexistsbrowse:after,
.yith-wcwl-wishlistaddedbrowse:after {
	content: url('../images/icons/wash_a.svg');
	width: 24px;
}

.item-product a.add_to_wishlist.single_add_to_wishlist {
	height: 40px;
}

.item-product .yith-wcwl-wishlistexistsbrowse,
.item-product .yith-wcwl-wishlistaddedbrowse {
	height: 40px;
	position: relative;
}

.remove_from_wishlist {
	margin-left: 20px;
}

.item-product .yith-wcwl-wishlistexistsbrowse a,
.item-product .yith-wcwl-wishlistaddedbrowse a {
	position: absolute;
	font-size: 12px;
	bottom: 4px;
	right: 4px;
	color: #f00;
	display: flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #3C2F87;
	background: #fff;
	padding: 0 !important;
	border-radius: 10px;
	height: 32px;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
	z-index: 56;
	font-size: 0px;
	min-width: 26px;
}


.item-product .yith-wcwl-wishlistexistsbrowse a:after,
.item-product .yith-wcwl-wishlistaddedbrowse a:after, .item-product .yith-wcwl-add-to-wishlist.exists a:after {
	content: url('../images/icons/star.svg');
	position: relative;
	z-index: 4;
	width: 17px;
}


footer .ul-wrap ul li a:hover {
	color: #FEA903
}

footer .ul-wrap ul li+li {
	margin-top: 20px
}

footer .right {
	background-color: #15253F;
	position: relative;
	padding-left: 45px;
	padding-top: 60px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 30px
}

footer .right::before {
	content: '';
	left: 0;
	top: -1px;
	bottom: 0;
	width: 10px;
	background-color: #eeeff2;
	position: absolute
}

footer .right:after {
	content: '';
	position: absolute;
	right: calc(-50vw + 1px);
	width: 50vw;
	top: 0;
	bottom: 0;
	background-color: #15253F
}

footer .contact-box .icon {
	margin-right: 13px
}

footer .contact-box .phone {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 1em
}

footer .contact-box .desc {
	color: rgba(255, 255, 255, .3);
	font-size: 12px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: .12px;
	margin-top: 3px
}

footer .contact-box .title {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: .06px
}

footer .contact-box+.contact-box {
	margin-top: 20px
}

footer .bottom-wrapper a,
footer .bottom-wrapper span {
	color: rgba(126, 125, 125, .6);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.375rem;
	margin-right:15px
}

footer .bottom-wrapper a {
	color: #FEA903;
}

footer .bottom-wrapper a {
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

footer .bottom-wrapper a:hover {
	color: #FEA903
}

footer .socials {
	margin-top: auto
}

footer .socials a {
	width: 61px;
	height: 45px;
	border-radius: 10px;
	background-color: #203D6B;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

footer .socials a:hover {
	background-color: #FEA903
}

footer .socials a+a {
	margin-left: 9px
}

footer .bottom-wrapper {
	margin-top: auto;
}

footer .second {
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 30px 0
}

footer .second li {
	list-style-type: none;
	display: block
}

footer .second li a {
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

footer .second li a:hover {
	color: #fff
}

footer .second li+li {
	margin-top: 15px
}

nav {
	z-index: 60;
}

.top-mnu-catalog-over.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: rgba(0, 0, 0, .3);
}

.top-mnu-catalog {
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	background: #fff;
	z-index: -1;
	border-radius: 21px;

}

.top-mnu-catalog>div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.top-mnu-catalog .left-nav {
	width: 25%;
	margin-top: 90px;
	padding-left: 35px;
	padding-left: 35px;
	margin-bottom: 60px;
	max-height: 330px;
	overflow-y: auto;
}

.top-mnu-catalog .left-nav::-webkit-scrollbar {
	width: 10px;
	border-radius: 6px;
	/* ÑˆÐ¸Ñ€Ð¸Ð½Ð° scrollbar */
}

.top-mnu-catalog .left-nav::-webkit-scrollbar-track {
	background: #F1F2F3;
	/* Ñ†Ð²ÐµÑ‚ Ð´Ð¾Ñ€Ð¾Ð¶ÐºÐ¸ */
}

.top-mnu-catalog .left-nav::-webkit-scrollbar-thumb {
	background: #BEC5CD;
	border-radius: 4px;
	width: 4px;
}




.top-mnu-catalog .left-nav a.all_cats {
	position: absolute;
	bottom: 20px;
	left: 34px;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	color: #3C2F87;
	background: #fff;
	border: 1px solid #3C2F87;
	border-radius: 10px;
	height: 27px;
	display: flex;
	align-items: center;
	padding: 0 16px;
}

.top-mnu-catalog .left-nav img {
	max-width: 22px;
}

.top-mnu-catalog {
	display: none;
}

.top-mnu-catalog .left-nav ul {}

.top-mnu-catalog .left-nav ul li {
	margin-bottom: 15px;
}

.top-mnu-catalog .left-nav ul li a {
	font-weight: 500;
	font-size: 13px;
	line-height: 120%;
	/* or 16px */
	display: flex;
	align-items: center;
	color: #292730;
}

.top-mnu-catalog .right-nav>ul>li.all {
	margin-bottom: 0;
}

.top-mnu-catalog .right-nav>ul>li.all a {
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	/* or 16px */
	color: #3C2F87;
}

.top-mnu-catalog .right-nav>ul>li>a {
	font-weight: 700;
	max-width: 150px;
	font-size: 18px;
	line-height: 120%;
	color: #292730;
	margin-bottom: 20px;
	display: block;
}

.top-mnu-catalog:after {
	display: none;
}

.right-nav {
	position: relative;
}

.right-nav {

	background: #f7f7f7;

}

.top-mnu-catalog .right-nav>ul>li>ul>li {
	margin-bottom: 15px;
}

.top-mnu-catalog .right-nav>ul>li>ul>li>a {
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	color: #292730;
}

.top-mnu-catalog .right-nav>ul>li>ul>li>a {
	display: flex;
	align-items: center;
}

.top-mnu-catalog .right-nav>ul>li>ul>li>a:before {
	content: url(../images/icons/c-menuli.svg);
	margin-right: 10px;
}

.top-mnu-catalog .right-nav {
	padding-top: 90px;
	padding-right: 35px;
	border-radius: 0 25px 25px 0;
	padding-bottom: 50px;
	width: 75%;
	column-count: 4;
	column-gap: 2vw;
	padding-left: 25px;
}

.static-content {
	background-color: #fff;
	margin-top: 12px;
	/*padding-top: 57px;*/
	padding-bottom: 50px;
}

.static-content.cart-page {
	margin-top: -27px;
	padding-top: 50px
}

.static-content .advantages__boxes {
	margin-top: 85px
}

.bread {
	margin-bottom: 13px
}

.static-content.cart-page .bread {
	margin-bottom: 0px;
}

.bread ul {
	padding: 0;
	line-height: 0;
	font-size: 0;
	margin: 0
}

.bread ul li {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 5px;
}

.bread ul li a,
.bread ul li span {
	color: rgba(41, 39, 49, .5)
}



.title-category {
	font-size: calc(22px + 13 * ((100vw - 320px)/ 960));
	line-height: 1.4em;
	margin: 0
}

.category-list-single {
	margin-top: 25px
}

.category-list-single .item-category,
.category-list-single .item-category__empty {
	width: 23.5%
}

.category-list-single .item-category {
	border-radius: 10px;
	border: 2px solid #e1e3e9;
	padding: 5px 17px;
	margin-bottom: 12px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	display: flex;
    flex-direction: column;
		
}

.category-list-single .item-category.cat_604 {
	background-color: #DB02C5;
	border-color: #DB02C5;
}

.category-list-single .item-category.cat_604 span {

	color: #fff !important;
}

.category-list-single .item-category.cat_604:before {
	content: url(../images/icons/hit.svg);
	margin-right: 12px;
}

.category-list-single .item-category.cat_603 {
	background-color: #FEA903;
	border-color: #FEA903;
}

.category-list-single .item-category.cat_603 span {

	color: #fff !important;
}

.category-list-single .item-category.cat_603:before {
	content: url(../images/icons/hit.svg);
	margin-right: 12px;
}

.category-list-single .item-category.cat_605 {
	background-color: #35BB32;
	border-color: #35BB32;
}

.category-list-single .item-category.cat_605 span {

	color: #fff !important;
}

.category-list-single .item-category.cat_605:before {
	content: url(../images/popular_2.svg);
	margin-right: 12px;
}

.category-list-single .item-category.sale-link {
	background-color: #EB1C1C;
	;
	border-color: #EB1C1C;

}

.category-list-single .item-category.sale-link span {
	color: #fff;
}

.category-list-single .item-category:hover {
	background-color: #FEA903;
	border-color: #FEA903
}

.category-list-single .item-category:hover span {
	color: #fff
}

.category-list-single .item-category .icon {
	    margin-right: 18px;
    width: 150px;
    height: 150px;
    min-width: 70px;
}

.category-list-single .item-category span {
	color: #15253F;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.category-list-single .item-category img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}

.catalog .sidebar {
	width: 180px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.catalog .sidebar .title-filter {
	color: rgba(41, 39, 49, .5);
	font-size: 16px;
	font-weight: 400;
	line-height: 1rem;
	padding-bottom: 25px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.catalog .sidebar .title-filter:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #FEA903 transparent transparent transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-left: 15px;
	transform: scale(1, -1);

}

.catalog .sidebar .title-filter.open-filter-title:after {
	transform: scale(1, 1);
}

.catalog .sidebar .title-filter::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	border-radius: 1px;
	background-color: #dde0e8
}

.catalog .main-catalog {
	/*width: calc(100% - 260px)*/
	width: 100%;
}

.wrap-products {
	margin-top: 30px
}

.wrap-products .item-product {
	/*margin-bottom: 45px*/
	border: 1px solid #f5f5f5a3;
}

.item-banner {
	position: relative;
	background-color: #583fba;
	padding: 30px
}

.item-banner img {
	position: absolute;
	right: 0;
	top: 17px
}

.item-banner .text-banner {
	position: relative;
	z-index: 2
}

.item-banner .text-banner .title-banner {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 1em
}

.item-banner .text-banner .desc-banner {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.28rem;
	margin-top: 40px
}

.item-banner .text-banner a.btn-banner {
	height: 42px;
	border-radius: 10px;
	background-color: #FEA903;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1rem;
	padding: 0 25px;
	margin-top: 40px
}

.nav-page-wrapper {
	margin-top: 10px;
	width: 100%;
	padding-top: 25px;
	position: relative
}

.nav-page-wrapper::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
	right: 0;
	border-radius: 2px;
	background-color: #e4e5e8
}

.nav-page-wrapper .nav-links a,
.nav-page-wrapper .nav-links span {
	color: #2e3349;
	font-size: 18px;
	font-weight: 400;
	line-height: 1rem;
	margin: 0 10px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.nav-page-wrapper .nav-links a.active {
	border-radius: 10px;
	background-color: #23262d;
	padding: 0 12px;
	color: #fff;
	height: 45px
}

.nav-page-wrapper .nav-links a.active:first-child {
	margin-left: 0
}

.nav-page-wrapper .prev-next-wrapper>a {
	border-radius: 10px;
	height: 45px;
	padding: 0 20px;
	color: #fff
}

.nav-page-wrapper .prev-next-wrapper a+a {
	margin-left: 11px
}

.nav-page-wrapper .prev-next-wrapper .prev-page {
	background-color: #FEA903
}

.nav-page-wrapper .prev-next-wrapper .next-page {
	background-color: #FEA903
}
.tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.tags span {
	color: #292731;
	font-size: 13px;
	font-weight: 400;
	line-height: 1rem;
	white-space: nowrap;
}

.tags a {
	color: #15253F;
	font-size: 13px;
	font-weight: 500;
	line-height: 1rem;
	padding: 8px 17px;
	border-radius: 10px;
	border: 2px solid #e1e3e9;
	color: #15253F;
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap
}


.single-product .right {
	width: 600px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 80px;
	margin-left: 60px;
	padding-top: 30px;
	position: relative;
	padding-bottom: 47px;
}

.single-product .right::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	top: -60px;
	right: -50vw;
	width: 50vw;
	border-radius: 0 0 0 10px;
	background-color: #fff
}

.single-product .right>* {
	position: relative;
	z-index: 2
}

.single-product .right .single-title {
	color: #292731;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0
}

.single-product .right .single-price-box {
	-webkit-box-shadow: 3px 5px 46px rgba(42, 56, 70, .12);
	box-shadow: 3px 5px 46px rgba(42, 56, 70, .12);
	border-radius: 10px;
	background-color: #fff;
	margin-top: 14px;
}

.single-product .right .single-price-box .top {
	padding: 0;
}

.single-product .right .single-price-box .top .percent {
	letter-spacing: -.2px;
	padding: 1px 0px;
	margin-left: 9px;
	font-weight: 700;
	font-size: 12px;
	line-height: 120%;
	/* or 14px */
	text-align: center;
	color: #FFFFFF;
	background: #E43636;
	border-radius: 6px;
	width: 42px;
	display: block;
}
.quantity_table-box .ywdpd-table-discounts-wrapper-sh .horizontal .text b{
	display: flex;
	align-items: center;
}
.single-product .right .single-price-box .top .text {
	color: #36343d;
	font-size: 13px;
	font-weight: 400;
	line-height: 1rem
}
.single-product .right .single-price-box .top .text > span{
	display: flex;
	align-items: center;
}
.single-product .right .single-price-box .top .text b {
	margin-top: 5px;
	display:flex;
}

.single-product .right .single-price-box .bottom {
	height: 61px;
	border-radius: 10px;
	background-color: #15253F;
	padding: 0 12px 0 25px;
	position: relative
}

.single-product .right .single-price-box .bottom::before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 17.5px 0 17.5px;
	border-color: #fff transparent transparent transparent
}

.single-product .right .single-price-box .bottom .final-price {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1rem;
	position: relative;
	z-index: 2
}

.single-product .right .single-price-box .bottom .for-sale {
	color: #ff974b;
	font-size: 7px;
	font-weight: 400;
	line-height: 1.125rem;
	position: absolute;

	left: 0;
	right: 0;
	text-align: center;
	z-index: 1
}

.single-top {
	position: relative;
}

.item-product__top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
}

.single-product .right .single-price-box .bottom .item-product__counter {
	height: 45px;
	margin-left: 21px;
	background-color: #fff;
	position: relative;
	z-index: 2
}

.single-product .right .single-price-box .bottom .item-product__counter input {
	color: #292731;
	font-size: 21px;
	font-weight: 500;
	line-height: 1rem;
	text-transform: uppercase;
	width: 55px
}

.single-product .right .single-price-box .bottom .item-product__counter div {
	color: #fff
}

.single-product .right .single-products-btns {
	margin-top: 30px;
}

.single-product .right .single-products-btns .add-to-cart {

	border-radius: 10px;
	background-color: #FEA903;
	height: 60px;
	padding: 0 15px;
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1rem;
	letter-spacing: -0.5px;
	padding-right: 25px;
}

.single-product .right .single-products-btns .add-to-cart svg {
	margin-right: 22px
}

.single-product .right .single-products-btns .buy-one-click {

	padding: 0 25px;
	height: 51px;
	border-radius: 10px;
	border: 1px solid #FEA903;
	color: #292731;
	font-size: 15px;
	font-weight: 400;
	line-height: 1rem
}

.single-product .right .single-products-btns a+a {
	margin-left: 16px;
}

.single-product .right .single-descr {
	color: rgba(22, 37, 79, .7);
	font-size: calc(12px + 4 * ((100vw - 320px)/ 960));
	font-weight: 400;
	line-height: 1.753rem;
	margin-top: 40px
}

.single-product .gallery-single {
	margin-top: 35px;
	flex-wrap: wrap;
}

.single-product .slider-for {
	width: 600px;
	height: 400px
}

.single-product .slider-for .slick-list,
.single-product .slider-for .slick-slide,
.single-product .slider-for .slick-track,
.single-product .slider-for a {
	height: 100%
}

.single-product .slider-for .slick-slide {
	background-color: #fff;
	border-radius: 10px
}

.single-product .slider-for .slick-slide a {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.single-product .slider-for .slick-slide a img {
	max-height: 100%;
	width: auto
}

.single-product .slider-nav {
	width: 80%;
	margin-bottom: 10px;
	margin-top: 10px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.slider-nav-list{
	width: 100%;
	height: 100%;
	position: relative;
}
.slider-nav-list .slick-list,.slider-nav-list .slick-track{
height: 100%;
}
.slider-nav-list .slick-dots {
    transition: all .4s ease 0s;
    padding: 0;
    display: flex;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    justify-content: center;
    margin: 0;
}
.slider-nav-list .slick-dots li{margin: 0 1px;width: 15px;height: 4px;display: flex;align-items: center;justify-content: center;}
.slider-nav-list .slick-dots li button{outline: none;font-size: 0;border: none;background: #ebe8f5;width: 15px;height: 5px;border-radius: 2px;min-width: 15px;}
.slider-nav-list .slick-dots li.slick-active button{
    background: #15253F;
}

.slider-nav-list button.slick-arrow {
	transition: all .4s ease 0s;
    width: 40px;
    height: 40px;
    font-size: 0;
    display: flex;
    min-width: 30px;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/themes/cleantemplate/images/icons/arrow-slider.svg);
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    z-index: 5;
    bottom: 0;
    margin: auto 0;
    background-color: #ffffff91;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.slider-nav-list button.slick-next {
     background-image: url(/wp-content/themes/cleantemplate/images/icons/arrow-slider.svg);
     right: 0;
     left: auto;
     -webkit-transform: scale(-1, 1);
     -ms-transform: scale(-1, 1);
     transform: scale(-1, 1);
}

.item-product:hover .slider-nav-list button.slick-arrow {
	opacity: 1;
}
.item-product:hover .slider-nav-list .slick-dots {
	opacity: 1;
}




.slider-nav-list img {

    object-fit: contain;
    width: 100%;
    height: 100%;
}
.single-product .slider-nav button.slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 0;
    display: block;
    min-width: 30px;
    border: none;
    background: none;
    position: absolute;
    top: 15px;
    left: -40px;
    background-image: url(/wp-content/themes/cleantemplate/images/icons/arrow-slider.svg);
    background-position: center;
    background-repeat: no-repeat;
    outline: none;

}
.single-product .slider-nav button.slick-next {
     background-image: url(/wp-content/themes/cleantemplate/images/icons/arrow-slider.svg);
    right: -40px;
    left: auto;
        -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.single-product .slider-nav .slick-list {
	padding: 0 !important;
	margin: -5px 0
}

.single-product .slider-nav .slick-list .slick-slide {
	border: none;
	margin: 5px 5px;

}

.single-product .slider-nav .slick-current.img-nav {
	position: relative
}

.single-product .slider-nav .slick-current.img-nav::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(57, 60, 69, .2);
	z-index: 1
}

.single-product .slider-nav  .slick-current.img-nav::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	z-index: 2
}

.single-product .slider-nav .img-nav {
	/*width: 60px !important;*/
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.single-product .slider-nav .img-nav.slick-current{
border: 1px solid #FEA903;
}
.single-product .slider-nav .img-nav img {
	max-width: 100%;
	height: auto;
}

.single-product .title-param {
	color: #16254f;
	font-size: 20px;
	line-height: 1em;
	font-weight: 400;
	margin-bottom: 8px;
	margin-top: 3px;
}

.single-product .row-param {
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #eeeff2
}

.single-product .row-param div,
.single-product .row-param div p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1rem;
	color: #16254f;
	margin: 0;
}

.single-product .row-param div:first-child {
	color: rgba(22, 37, 79, .6);
}

.single-product .row-param:nth-child(2n) {
	background-color: #fff
}

.single-product .table-param {
	position: relative
}

.single-product .table-param::before {
	content: '';
	border-radius: 1px;
	background-color: #eeeff2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px
}

.single-product .params-box {
	margin-top: 0px;
}

.single-product .params-box+.params-box {
	margin-top: 50px
}

.prems-wrapper {
	margin-top: 45px;
}

.prems-wrapper .prem {
	width: 50%;
	margin-bottom: 40px
}

.prems-wrapper .prem .img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 63px;
	height: 63px;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	margin-right: 35px
}

.prems-wrapper .prem .img img {
	position: static;
	margin: auto;
	height:50px;
}

.prems-wrapper .prem .text {
	color: #36343d;
	font-size: calc(12px + 4 * ((100vw - 320px)/ 960));
	font-weight: 400;
	line-height: 1.368rem
}

.single-calc {
	border-radius: 10px;
	background-color: #FEA903;
	background-image: -o-linear-gradient(135deg, #FEA903 0, #15253F 100%);
	background-image: linear-gradient(-45deg, #FEA903 0, #15253F 100%);
	padding: 40px;
	position: relative;
	margin-top: 65px
}

.single-calc>img {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.single-calc__title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}

.single-calc__fields {
	margin-top: 40px
}

.single-calc__box {
	width: 120px
}

.single-calc__box .title-input {
	color: rgba(255, 255, 255, .5);
	font-size: 13px;
	font-weight: 400;
	line-height: 1rem;
	margin-bottom: 12px
}

.single-calc__box input,
.single-calc__box select {
	width: 100%;
	border: none;
	border-radius: 10px;
	background-color: #fff;
	color: #292731;
	font-size: 15px;
	font-weight: 700;
	line-height: 1rem;
	padding: 0 15px;
	height: 40px
}

.single-calc__box input {
	-moz-appearance: textfield
}

.single-calc__box input::-webkit-inner-spin-button,
.single-calc__box input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.product-quantity input {
	-webkit-appearance: none;
}

.single-calc__box input::-webkit-input-placeholder {
	color: #292731;
	opacity: 1
}

.single-calc__box input::-moz-placeholder {
	color: #292731;
	opacity: 1
}

.single-calc__box input:-ms-input-placeholder {
	color: #292731;
	opacity: 1
}

.single-calc__box input::-ms-input-placeholder {
	color: #292731;
	opacity: 1
}

.single-calc__box input::placeholder {
	color: #292731;
	opacity: 1
}

.single-calc .select-wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: ''
}

.single-calc__btns {
	margin-top: 40px
}

.single-calc__btns .custom-product {
	-webkit-box-shadow: 6px 10px 33px rgba(31, 61, 74, .2);
	box-shadow: 6px 10px 33px rgba(31, 61, 74, .2);
	border-radius: 10px;
	background-color: #FEA903;
	padding: 0 13px;
	cursor: pointer;
	border: none;
	height: 51px;
	box-shadow: 6px 10px 33px rgba(31, 61, 74, .2);
	border-radius: 10px;
	background-color: #FEA903;
	color: #fff;
	font-size: calc(13px + 2 * ((100vw - 320px)/ 960));
	font-weight: 400;
	line-height: 1rem;
	outline: 0;
	display: inline-flex;
	align-items: center;
}

.single-calc__btns .custom-product svg {
	margin-right: 19px
}

.single-calc__btns .item-product__counter {
	height: 45px;
}

.single-calc__btns .item-product__counter input {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	line-height: 1rem;
	text-transform: uppercase;
	width: 55px
}

.single-calc__btns .item-product__counter div {
	color: #fff
}

.about-content {
	position: relative
}

.about-content::after {
	content: '';
	position: absolute;
	right: calc(-50vw + 540px);
	top: -60px;
	bottom: 0;
	border-radius: 0 0 0 30px;
	background-color: #fff;
	width: 50vw
}

.about-content>* {
	position: relative;
	z-index: 2
}

.about-content .text-about {
	width: 545px;
	min-width: 545px;
	float: left;

}

.about-form-img {
	margin-top: -68px;
	margin-right: 17%;
}

.about-content .title-category {
	margin: 0 0 35px;
	font-size: calc(18px + 13 * ((100vw - 320px)/ 960));
	line-height: 1.2em;
}

.about-form {
	clear: both;
	margin-top: 40px;
	margin-top: 50px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #F1F2F3;
	border-radius: 10px;
	padding: 35px 45px 0 45px;
	background-image: url(/wp-content/themes/cleantemplate/images/ellipse_71.svg);
	background-position: 80% 0;
	background-repeat: no-repeat;
}

.about-form div.wpcf7-response-output {
	display: none !important;
}

.about-form-block {
	max-width: 450px;

}

.about-form-block-head-title {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	/* or 19px */
	color: #292730;
	margin-bottom: 5px;
}

.about-form-block-head a {
	font-weight: 700;
	font-size: 34px;
	line-height: 120%;
	/* or 41px */
	color: #292730;
}

.about-form-block .checkbox-wrapper {
	justify-content: flex-start !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	color: #AEADB6;
}

.about-form-block .checkbox-wrapper a {
	color: #AEADB6;
	text-decoration: underline;
	display: inline;
}

.about-form-block .checkbox-wrapper .rect::before {
	background-color: transparent !important;
}

.about-form-block .checkbox-wrapper.active .rect::before {

	background-color: #292730 !important;
	border: 1px solid #292730 !important;
}

.about-form-block-caption {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	/* or 19px */
	color: #292730;
	margin-bottom: 15px;
}

.about-form-block-head {
	margin-bottom: 30px;
}

.about-form-block-form form {
	display: flex;
	align-items: center;
}

.about-form-block-form form .wpcf7-text {
	background: #FFFFFF;
	border-radius: 10px;
	border: none;
	height: 60px;
	padding: 0 15px;
	max-width: 240px;
	padding-top: 16px;
}

.about-form-block-form form .lab-tel {
	position: absolute;
	top: 6px;
	z-index: 5;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	/* or 14px */
	color: #292730;
	left: 14px;
}

.about-form-block-form .tel-wrapper {
	position: relative;
}

.about-form-block-form input.wpcf7-form-control.wpcf7-submit {
	background: #FEA903;
	border-radius: 10px;
	height: 60px;
	border: none;
	padding: 0 25px;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	/* or 22px */
	text-align: center;
	color: #FFFFFF;
}

.about-form-block-form .wrap-thank__input+.wrap-thank__input {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

.about-form-block-form form .wpcf7-text.wpcf7-not-valid {
	border: 1px solid red !important;
}

.about-content .images-about {
	width: 300px;
	position: relative;
	float: right;
}

.about-img {
	width: 296px;
	height: 296px;
	border-radius: 100px 30px 30px 30px;
	overflow: hidden;
}

.about-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.about-img:nth-child(2) {
	border-radius: 30px 30px 30px 100px;
	margin-top: -103px;
	margin-left: -159px;
}

.about-content .about-prems {
	width: 355px;
	float: right;
	margin-top: 66px;
	margin-right: 51px;
}

.about-content .about-prems .item-prem .icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 120px;
	margin-right: 20px
}

.about-content .about-prems .item-prem .icon::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 68px;
	height: 68px;
	background-color: #eeeff2;
	border-radius: 50%
}

.about-content .about-prems .item-prem .icon img {
	position: relative;
	z-index: 2;
	margin: 10px 10px 0 0
}

.about-content .about-prems .item-prem .t-prem {
	color: #36343d;
	font-size: calc(16px + 5 * ((100vw - 320px)/ 960));
	font-weight: 500;
	line-height: 1.875rem;
	margin-bottom: 30px
}

.about-content .about-prems .item-prem .d-prem {
	color: rgba(54, 52, 61, .7);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.438rem
}

.about-content .about-prems .item-prem+.item-prem {
	margin-top: 70px
}

.about-content .sub-wrapper {
	margin-top: 75px
}

.blog-post .title-sub {
	font-size: 24px;
	line-height: 1.2;
}

.about-content .title-sub {
	color: #36343d;
	font-size: calc(20px + 15 * ((100vw - 320px)/ 960));
	font-weight: 500;
	line-height: 3.101rem
}

.wrap-sub {
	margin-top: 30px
}

body .ism_wrap {
	margin: 0;
}

.single-descr ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: rgba(22, 37, 79, .7);
}

.single-descr p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: rgba(22, 37, 79, .7);
}

p+p {
	margin-top: 35px
}

.section-packing {
	position: relative;
	width: calc(50vw + 640px);
	margin-top: -32px;
	padding-top: 57px;
	padding-left: calc(50vw - 640px);
	padding-bottom: 80px
}

.section-packing::after {
	content: '';
	position: absolute;
	right: -50vw;
	top: 0;
	bottom: 0;
	width: 60vw;
	background-color: #eeeff2;
	z-index: 1
}

.section-packing .bg-section {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0 0 50px;
	z-index: 2
}

.section-packing .bg-box {
	position: absolute;
	right: 196px;
	bottom: -60px;
	max-width: 427px;
	height: auto;
	z-index: 3
}

.section-packing::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	background-color: rgba(65, 46, 139, .8);
	border-radius: 0 0 50px
}

.section-packing>div {
	position: relative;
	z-index: 4
}

.section-packing .bread ul li a,
.section-packing .bread ul li,
.section-packing .bread ul li span,
.section-packing .bread ul li+li::before {
	color: rgba(255, 255, 255, .5)
}

.section-packing .btns {
	margin-top: 50px
}

.section-packing .btns a {
	height: 51px;
	padding: 0 35px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1rem
}

.section-packing .btns .btn-modal {
	-webkit-box-shadow: 6px 10px 33px rgba(31, 61, 74, .2);
	box-shadow: 6px 10px 33px rgba(31, 61, 74, .2);
	border-radius: 10px;
	background-color: #FEA903
}

.section-packing .btns .btn-consult {
	border-radius: 10px;
	border: 1px solid #FEA903
}

.section-packing .btns a+a {
	margin-left: 20px
}

.title-packing {
	color: #fff;
	font-size: calc(22px + 13 * ((100vw - 320px)/ 960));
	font-weight: 300;
	line-height: 3.101rem;
	margin-top: 50px
}

.title-packing b {
	font-weight: 500
}

.custom-2 {
	background-color: #eeeff2;
	padding: 70px 0 30px
}

.custom-2 .prems-wrapper {
	width: 700px;
	margin-top: 0
}

.custom-2 .delivery {
	padding-right: 90px;
	margin-bottom: 30px;
	position: relative
}

.custom-2 .delivery::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 26px;
	left: 100px;
	height: 134px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 1
}

.custom-2 .delivery>* {
	position: relative;
	z-index: 2
}

.custom-2 .delivery img {
	max-width: 303px;
	height: auto;
	margin-right: 30px
}

.custom-2 .delivery .text {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.custom-2 .delivery .text b {
	color: #15253F;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2em
}

.custom-2 .delivery .text span {
	margin-top: 25px;
	color: rgba(54, 52, 61, .5);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.438rem
}

.blog-wrapper {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 40px;
}



.blog-wrapper .empty_item_blog {
	height: 0;
	opacity: 0;
	visibility: hidden
}

.blog-wrapper__item {
	position: relative;
	display: block;
}

.blog-wrapper__item::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 20px;
	right: 0;
	bottom: 0;
	top: 20px;
	background-color: #fff;
	border-radius: 10px
}

.blog-wrapper__item>div {
	position: relative;
	z-index: 2
}

.blog-wrapper__img {
	height: 160px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 3px 4px 16px rgba(52, 50, 48, .19);
	box-shadow: 3px 4px 16px rgba(52, 50, 48, .19);
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.blog-wrapper__img img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.blog-wrapper__desc {
	padding: 20px 0 0
}

.blog-wrapper__icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #FEA903;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-shrink: 0;
}

.blog-wrapper__icon:after {
	content: '';
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 5px;
	margin-right: 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.blog-wrapper__text {
	width: 100%;
	margin-left: 21px;
	display: flex;
	align-items: center;
}

.blog-wrapper__title {
	color: #36343d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.blog-wrapper__date {
	color: #9d9d9d;
	font-size: 12px;
	font-weight: 400;
	line-height: 1rem;
	margin-top: 10px
}

.blog-post {
	max-width: 720px;
	margin: auto;
	padding-bottom: 30px;
}

.blog-post h1 {
	margin: 0 0 19px;
	color: #2e3349;
	font-size: calc(20px + 14 * ((100vw - 320px)/ 960));
	font-weight: 500;
	line-height: 1.2em
}

.blog-post__img {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 10px
}

.blog-post__img img {
	width: 100%;
	height: auto
}

.blog-post__category {
	color: #15253F;
	font-size: 12px;
	font-weight: 400;
	line-height: 1rem;
	text-transform: uppercase;
	letter-spacing: .72px;
	margin-bottom: 22px;
	display: inline-block
}

.blog-post .date {
	color: rgba(46, 51, 73, .6);
	font-size: calc(12px + 2 * ((100vw - 320px)/ 960));
	font-weight: 400;
	line-height: 1rem;
	margin: 0 0 35px
}

.map {
	height: 300px
}

.contact-wrapper .title-category {
	margin-bottom: 45px
}

.contact-wrapper__left {
	width: calc(100% - 420px)
}

.contact-wrapper__left .map {
	margin-bottom: 50px
}

.contact-wrapper__row {
	margin-bottom: 18px
}

.contact-wrapper__col {
	width: 49%
}

.contact-wrapper__contact {
	border-radius: 10px;
	background-color: #fff;
	padding: 17px 20px
}

.contact-wrapper__icon {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 17px
}

.contact-wrapper__title {
	color: #303236;
	font-size: calc(14px + 6 * ((100vw - 320px)/ 960));
	font-weight: 400;
	line-height: 2rem;
	display: inline-block
}

.contact-wrapper__desc {
	color: rgba(48, 50, 54, .5);
	font-size: 13px;
	font-weight: 400;
	line-height: 1rem;
	letter-spacing: .05px;
	margin-top: 5px
}

.contact-wrapper .download {
	margin-left: auto;
	border-radius: 10px;
	background-color: #f1f2f3;
	padding: 0 35px;
	height: 45px;
	color: #303236;
	font-size: 14px;
	width: 215px;
	font-weight: 400;
	line-height: 1rem
}

.contact-wrapper__left .telegram {
	margin-left: 20px;
}

.contact-wrapper__right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #fff;
	padding-left: 60px;
	width: 340px;
	position: relative
}

.contact-wrapper__right::before {
	content: '';
	position: absolute;
	left: 0;
	top: -60px;
	right: -50vw;
	width: 50vw;
	bottom: 0;
	background-color: #fff
}

.contact-wrapper__right .title-category {
	font-weight: 700
}

.contact-wrapper__right>div {
	position: relative;
	z-index: 2
}

.about-page+footer {
	padding-top: 0
}

.contact-form__row {
	margin-bottom: 15px
}

.contact-form__row input {
	height: 46px;
	padding: 0 20px
}

.contact-form__row input,
.contact-form__row textarea {
	border-radius: 10px;
	background-color: #eeeff2;
	width: 100%;
	color: #303236;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2rem;
	border: none
}

.contact-form__row input::-webkit-input-placeholder,
.contact-form__row textarea::-webkit-input-placeholder {
	color: rgba(48, 50, 54, .7)
}

.contact-form__row input::-moz-placeholder,
.contact-form__row textarea::-moz-placeholder {
	color: rgba(48, 50, 54, .7)
}

.contact-form__row input:-ms-input-placeholder,
.contact-form__row textarea:-ms-input-placeholder {
	color: rgba(48, 50, 54, .7)
}

.contact-form__row input::-ms-input-placeholder,
.contact-form__row textarea::-ms-input-placeholder {
	color: rgba(48, 50, 54, .7)
}

.contact-form__row input::placeholder,
.contact-form__row textarea::placeholder {
	color: rgba(48, 50, 54, .7)
}

.contact-form__row textarea {
	height: 72px;
	padding: 20px;
	resize: none
}

.contact-form__submit {
	margin-top: 35px
}

.contact-form__submit input {
	border-radius: 10px;
	background-color: #FEA903;
	height: 55px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1rem;
	padding: 0 30px;
	width: 100%;
	cursor: pointer;
	border: none
}

.contact-form__checkbox {
	color: rgba(33, 37, 45, .5);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25rem;
	margin-top: 40px
}

.contact-form__checkbox a {
	display: contents;
	color: #FEA903;
	text-decoration: underline
}

.contact-form__checkbox svg {
	margin-right: 12px
}

.checkout-wr {
	padding-top: 29px;
	border-top: 1px solid #EEEFF2;
}

.cart-form button {
	height: 66px;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	/* or 22px */
	text-align: center;
	color: #FFFFFF;
	padding: 0 40px;
}

.cart-form {
	margin-top: 25px;
}

.cart-wrapper .title-category {
	margin-bottom: 20px;

	/* identical to box height, or 19px */
	font-weight: 400;
	font-size: 44px;
	line-height: 120%;
	/* or 53px */
	color: #292730;
}

.c_caption {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 17px */
	color: #AEADB6;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.adress_clone_wr {
	margin-bottom: 25px;
	border-bottom: 1px solid #EEEFF2;
}

.step_1 {
	width: 100%;
}


.step_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	justify-content: space-between;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
	padding: 0;
	list-style: none;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget li {}

li.woocommerce-mini-cart-item.mini_cart_item {}

li.woocommerce-mini-cart-item.mini_cart_item a {
	display: flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 17px */
	color: #292730;
}

li.woocommerce-mini-cart-item.mini_cart_item a img {
	width: 78px;
	height: auto;
	margin-right: 19px;
}

.check-cart {
	width: 29%;
}


.woocommerce-cart-form__contents a.remove {
	margin-top: 28px;
	display: block;
}

.woocommerce-cart-form__contents span.sku_wrapper {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	/* or 14px */
	color: #AEADB6;
}

.woocommerce-cart-form__contents .single-price {
	margin-bottom: 25px;
	position: relative;
	font-weight: 600;
	font-size: 18px;
}
.woocommerce-cart-form__contents .single-price del{
	opacity: 0.5;
	margin-right: 10px;
}
.cart-wrapper__left {
	float: left;
}

.cart-wrapper__left .table tr td:nth-child(2) {
	width: calc(100% - 98px);
	padding-right: 10px;
}

.cart-wrapper__left .table tr td:nth-child(3) {
	width: 19%;
}

.cart-wrapper__left .table tr td:nth-child(4) {
	padding: 0 10px;

}

.cart-wrapper__left .table tr td:nth-child(5) {}


.adress_clone {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 19px -10px 37px;
}

.woocommerce form.checkout .adress_clone .form-row:nth-child(1) {
	width: 33.3%;
}

.woocommerce form.checkout .adress_clone .form-row:nth-child(2) {
	width: 33.3%;
}

.woocommerce form.checkout .adress_clone .form-row:nth-child(3) {
	width: 16.5%;
}

.woocommerce form.checkout .adress_clone .form-row:nth-child(4) {
	width: 16.5%;
}

a#order-description_open {
	color: #FEA903;
	margin-top: 41px;
	display: block;
	margin-left: 2px;
	font-size: 16px;
}

.order-description_add {
	margin-top: 20px;
}

.order-description_add p {}

.order-description_add p {
	margin: 0;
	padding: 0 !important;
}

.order-description_add p label {
	left: 16px !important;
}

.order-description_add textarea {
	padding-top: 26px !important;
}

.c_title {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	/* or 29px */
	color: #292730;
	margin-bottom: 13px;
}

.c_nav label {
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 14px */
	cursor: pointer;
	text-align: center;
	color: #3C2F87;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #EBE8F5;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	margin-right: 8px;
}




.col.col_1 {
	margin-bottom: 35px;
	border-bottom: 1px solid #EEEFF2;
	padding-bottom: 35px;
	width: 100%;
}

.cart-upssel {
	width: 28%;
	padding-top: 15px;
}

.step_1 .cart-upssel {
	padding-top: 0;
	float: right;
}

.step_2 .cart-upssel .final-item b {
	font-size: 14px;
}

.step_2 .cart-upssel .final-item:last-child b {
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	/* or 34px */

	text-align: right;

	color: #292730;
}

.step_2 .cart-upssel .final-item {
	padding: 12px 0px;
	font-size: 14px;
}

.step_2 .cart-upssel .final-item:last-child>span {
	font-weight: 400;
	font-size: 21px;
	line-height: 120%;
	/* or 25px */


	color: #292730;
}

.cart-upssel .single-top {
	width: 100px;
	padding-right: 15px;
}

.step_1 .cart-upssel .single-top {
	width: 140px;
}

.cart-upssel .item-product .price {
	display: flex;

}
.cart-upssel .item-product .price del{

	    font-size: 14px;
    opacity: 0.5;
    margin-right: 5px;
}

.cart-upssel .final-sum,
.cart-upssel .final-sum-wr {
	width: 100%;
}

.cart-upssel .single-bottom {
	width: 61%;
}

.cart-upssel .c_title {
	font-size: 28px;
	border-bottom: 1px solid #EEEFF2;
	padding-bottom: 30px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.cart-upssel .c_title a {
	font-size: 14px;
	padding: 0 8px;
	display: flex;
	align-items: center;
	margin-left: 15px;
	height: 30px;
}

.cart-upssel .final-item {
	padding: 10px 0px;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 17px */
	color: #292730;
	border-bottom: 1px solid #EEEFF2;
}
.woocommerce form.woocommerce-EditAccountForm fieldset,.not-logged_in .woocommerce-form fieldset{
    display: flex;
    flex-wrap: wrap; margin: 0 -10px ;    width: 100%;
}

.woocommerce form.woocommerce-EditAccountForm fieldset{
   margin-bottom: 45px;
}
.woocommerce-password-strength{
	margin-top: 10px;
}
.woocommerce-password-strength.bad, .woocommerce-password-strength.short {
    font-size: 12px;
    color: red;
}
.woocommerce-password-strength.good,.woocommerce-password-strength.strong{
 font-size: 12px;
    color: green;
}
small.woocommerce-password-hint {
    font-size: 12px;
    opacity: 0.8;
}
.not-logged_in .woocommerce-form fieldset.custom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.not-logged_in .woocommerce-form fieldset.custom .form-row{
    width: auto;
    margin: 0;
}
.not-logged_in .woocommerce-form fieldset.custom  .lost_password{
margin: 0;
margin-left: 10px;
}

.not-logged_in .woocommerce-form fieldset.custom  .lost_password a{
color: #AEADB6;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 16.8px */
}
.not-logged_in h2 {
    color: #292730;
    font-family: Ubuntu;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    margin-bottom: 25px;
}
.woocommerce form.checkout .form-row, .woocommerce form.woocommerce-EditAccountForm .form-row {
	clear: right;
	width: 33.3%;
	padding: 0 10px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;

}
.woocommerce-EditAccountForm{
    margin-top: 25px;
}
.woocommerce form.woocommerce-EditAccountForm fieldset legend{
	padding: 0 10px;
	color: #3C2F87;
font-size: 18px;
font-style: normal;    margin-bottom: 15px;
font-weight: 700;
line-height: 120%; /* 21.6px */
}

.not-logged_in .woocommerce-form .form-row {
	clear: right;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;

}
.woocommerce form.woocommerce-EditAccountForm .form-row,.not-logged_in .woocommerce-form  .form-row {
	margin-bottom: 20px;

}
.woocommerce form.checkout .add_requsite .form-row {
	margin-bottom: 20px;
}

.woocommerce form.checkout .form-row.w100,.woocommerce form.woocommerce-EditAccountForm .form-row.w100, .woocommerce-form-register .form-row.w100{
	width: 100%;
}

.woocommerce form.checkout .form-row.w50, .woocommerce form.woocommerce-EditAccountForm .form-row.w50 {
	width: 50%;
}

.woocommerce form.checkout .form-row label,.woocommerce form.woocommerce-EditAccountForm .form-row label,.not-logged_in .woocommerce-form  .form-row label {
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #AEADB6;
	position: absolute;
	top: 9px;
	left: 25px;
}
.not-logged_in .woocommerce-form  .form-row .c_nav label {
	
	position: static;

}

.not-logged_in .woocommerce-form {
display: flex;
flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper {
	margin: 0 -10px;
}

#billing_type_client_field,
#billing_address_1_field {
	display: none;
}

.cart-upssel .item-product {
	flex-direction: row;
	border-bottom: 1px solid #EEEFF2;
	padding-bottom: 8px;
	margin-bottom: 10px;
	width: 100%;
}

.cart-upssel .item-product .item-product__status {
	display: none;
}

.cart-upssel .single-hit,
.cart-upssel .single-popular {
	display: none;
}

.cart-upssel .single-bottom .wrap-bottom {
	margin-top: 5px;
}

.cart-upssel .item-product .item-product__img {
	height: auto;

}


form.woocommerce-cart-form {
	margin-top: 39px;
}

tr.woocommerce-cart-form__cart-item.cart_item {
	border-bottom: 1px solid #EEEFF2;
}

.cart-wrapper .free-ship {
	display: flex;
	align-items: center;
	white-space: nowrap;
	background: #FFFFFF;
	border: 2px dashed #72C76B;
	border-radius: 10px;
	padding: 5px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	/* identical to box height, or 19px */
	color: #292730;
}

.cart-wrapper .free-ship img {
	margin-right: 15px;
}



.cart-wrapper__left .table .sum-delivery {
	color: rgba(48, 50, 54, .5);
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	min-width: 110px
}

.cart-wrapper__left .table .sum-delivery b {
	font-weight: 600
}

.cart-wrapper__left .table .name {
	min-width: 100%;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 17px */
	color: #292730;
	margin-bottom: 5px;
}

.cart-wrapper__left .table .price-cart {
	color: #303236;
	font-size: 14px;
	line-height: 1.4em;
	min-width: 60px;
	margin-top: 21px;
}

.cart-wrapper__left .table .price-cart b {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	display: flex;
	/* or 22px */
	color: #292730;
}

.cart-wrapper__left .table .price-cart b .woocommerce-Price-currencySymbol {
	display: none;
}

.cart-wrapper__left .table table {
	width: 100%
}

.cart-upssel h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	/* or 34px */
	color: #292730;
	letter-spacing: 0px;
	margin: 15px 0 25px;
}

.cart-wrapper__left .table tr td {
	padding: 0;
	background-color: #fff;
	vertical-align: top;
}

.cart-wrapper__left .table tr td:first-child {
	width: 98px;
	/* padding: 0; */
}

.cart-wrapper__left .table tr td:last-child {
	border-radius: 0 10px 10px 0;
	width: 8%;
}

.cart-wrapper__left .table .empty {
	height: 20px
}

.cart-wrapper__left .table .cart-counter {
	border-radius: 10px;
	border: 1px solid #f1f2f3;
	padding: 0 2px;
	font-size: 0;
	line-height: 0;
	margin-top: 21px;
	height: 40px;
}

.cart-wrapper__left .table .cart-counter input {
	color: #36343d;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	width: 58px;
	height: 100%;
	border: none;
	background-color: transparent;
	margin: 0 10px
}

.cart-wrapper__left .table .cart-counter input::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.cart-wrapper__left .table .cart-counter .adds,
.cart-wrapper__left .table .cart-counter .subs {
	border-radius: 8px;
	width: 34px;
	height: 34px;
	cursor: pointer
}

.cart-wrapper__left .table .cart-counter .subs {}

.cart-wrapper__left .table .cart-counter .adds {
	background-color: #FEA903;
}

.cart-wrapper__left .final-sum {
	border-bottom: 1px solid #EEEFF2;
	padding-bottom: 18px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 100%;
}

.cart-wrapper__left .btn-check_step {

	min-width: 26%;

	width: 26%;

	padding-bottom: 13px;
}

.btn-check_step a {
	display: flex;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	/* or 22px */
	text-align: center;
	color: #FFFFFF;
	height: 66px;
	align-items: center;
	justify-content: center;
}

.cart-wrapper__left .cart_totals {
	width: 100%;
	display: flex;
}

.cart-wrapper__left .final-sum .final-item b,.cart-wrapper__left .final-sum .final-item span {
	font-size: 28px;
	line-height: 120%;
	/* identical to box height, or 34px */
	display: flex;
	flex-wrap: wrap;
	white-space: nowrap;
	color: #292730;
	width: 100%;
}

.cart-wrapper__left .final-sum .final-item {
	margin-right: 30px;
}

.cart-wrapper__left .final-sum .final-item .old_price {
	font-weight: 400;
	font-size: 28px;
	line-height: 120%;
	/* identical to box height, or 34px */
	position: relative;

	color: #292730;
}

.cart-wrapper__left .final-sum .final-item .old_price:after {
	content: "";
	position: absolute;
	border: 1px solid #EB1C1C;
	/*transform: rotate(-22.75deg);*/
	left: -5px;
	height: 2px;
	top: 17px;
	width: calc(100% + 10px);
}


.cart-wrapper__left .final-sum .final-item .new_price {
	
	color: rgba(235, 28, 28, 1);
}

.cart-wrapper__left .final-sum .final-item b p {
	margin: 0;
}

.cart-wrapper__left .final-sum .final-item span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 17px */
	color: #292730;
}


.cart-wrapper__left .final-sum b,
.cart-wrapper__left .final-sum span {
	display: inline-block;
}

.cart-wrapper__left .final-sum>span {
	margin-right: 10px;
}

.cart-wrapper__left .final-sum b {
	font-weight: 500
}

.cart-wrapper__left .img img {
	max-width: 75px;
	height: auto
}

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

.cart-wrapper__left {
	width: 66%;
	margin-right: 5%;
}

.cart-wrapper__right {
	width: 35%;
}


.cart-wrapper__right .cart-form__row {
	margin-bottom: 14px
}
.woocommerce-form-row{
	position: relative;
}
.cart-wrapper__right .cart-form__row input,
.woocommerce-input-wrapper input[type=text],
.woocommerce-input-wrapper input[type=email],
.woocommerce-input-wrapper input[type=tel],
.cart-wrapper__right .cart-form__row textarea,
.woocommerce-input-wrapper textarea, .woocommerce-EditAccountForm .input-text, .not-logged_in .woocommerce-form .input-text {
	padding: 20px 15px 0;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #EBE8F5;
	border-radius: 10px;
	height: 60px !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	/* or 19px */
	color: #292730;
}

.cart-wrapper__right .cart-form__row input::-webkit-input-placeholder,
.cart-wrapper__right .cart-form__row textarea::-webkit-input-placeholder {
	color: rgba(60, 46, 73, .8)
}

.cart-wrapper__right .cart-form__row input::-moz-placeholder,
.cart-wrapper__right .cart-form__row textarea::-moz-placeholder {
	color: rgba(60, 46, 73, .8)
}

.cart-wrapper__right .cart-form__row input:-ms-input-placeholder,
.cart-wrapper__right .cart-form__row textarea:-ms-input-placeholder {
	color: rgba(60, 46, 73, .8)
}

.cart-wrapper__right .cart-form__row input::-ms-input-placeholder,
.cart-wrapper__right .cart-form__row textarea::-ms-input-placeholder {
	color: rgba(60, 46, 73, .8)
}

.cart-wrapper__right .cart-form__row input::placeholder,
.cart-wrapper__right .cart-form__row textarea::placeholder {
	color: rgba(60, 46, 73, .8)
}

.cart-wrapper__right .cart-form__row input {
	height: 46px
}

.cart-wrapper__right .cart-form__row textarea,
.woocommerce form .woocommerce-input-wrapper textarea {
	resize: none;
	height: 100px
}

.cart-wrapper__right .cart-form .submit button {
	cursor: pointer;
	border-radius: 10px;
	background-color: #FEA903;
	height: 54px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1rem;
	outline: none;
	padding: 0 35px
}

.cart-wrapper__right .cart-form .bottom-form {
	border-top: 1px solid #d6dce2;
	margin-top: 23px;
	padding-top: 25px
}

.checkbox-wrapper {
	color: rgba(60, 46, 73, .5);
	font-size: 14px;
	font-weight: 400;
	line-height: .938rem;
	margin-left: 43px;
}

.checkbox-wrapper .rect {
	border-radius: 5px;
	background-color: #fff;
	margin-right: 8px;
	width: 17px;
	height: 17px;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	/* or 17px */
	color: #AEADB6;
}

.modal .checkbox-wrapper .rect {
	background-color: #f1f1f1;
}

.checkbox-wrapper {
	cursor: pointer;
}

.checkbox-wrapper .rect::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background: #07AE4F;
	border: 1px solid #07AE4F;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.checkbox-wrapper.active .rect::before {
	background-image: url(../images/icons/check_wh.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.checkbox-wrapper a {
	color: rgba(60, 46, 73, .5);
	display: contents;
	text-decoration: underline
}

.about-page .socials {
	margin-top: auto;
	margin-bottom: 20px;
}

.about-page .socials a {
	width: 61px;
	height: 45px;
	border-radius: 10px;
	background-color: #583fba;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.about-page .socials a:hover {
	background-color: #FEA903
}

.about-page .socials a+a {
	margin-left: 9px
}

.payment-wrapper {
	margin-top: 55px
}

.payment-wrapper__text {
	width: 280px
}

.payment-wrapper__text p {
	color: #000;
	font-size: calc(14px + 4 * ((100vw - 320px)/ 960));
	font-weight: 300;
	line-height: 1.969rem
}

.payment-wrapper__map {
	width: calc(100% - 360px)
}

.payment-wrapper .btn-conslut {
	border-radius: 10px;
	background-color: #FEA903;
	height: 54px;
	padding: 0 35px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1rem;
	margin-top: 30px
}

.payment-wrapper .bottom {
	margin-top: 60px;
	display: none;
}

.payment-wrapper .table-payment {
	position: relative;
	padding-bottom: 5px
}

.table-payment .percent,
.table-payment .ywdpd-table-discounts-wrapper-sh span:not(.highlight) {
	display: none;
}

.payment-wrapper .table-payment::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
	border-radius: 1px
}

.payment-wrapper .table-payment table {
	width: 100%
}

.payment-wrapper .table-payment th {
	color: #303236;
	font-size: 16px;
	font-weight: 500;
	line-height: 1rem;
	padding: 0 35px 25px;
	color: #303236;
	font-size: 16px;
	font-weight: 500;
	line-height: 1rem;
	border-right: 1px solid #e5e8ea;
	text-align: center
}

.payment-wrapper .table-payment th:first-child {
	padding-left: 70px;
	width: 320px;
	color: #9d9d9d;
	text-align: left
}

.payment-wrapper .table-payment th:last-child {
	border: none
}

.payment-wrapper .table-payment td {
	padding: 0;
	border-right: 1px solid #e5e8ea
}

.payment-wrapper .table-payment td:first-child .td {
	width: calc(100% - 7px)
}

.payment-wrapper .table-payment td:last-child {
	border: none
}

.payment-wrapper .table-payment td:last-child .td {
	width: calc(100% - 7px);
	margin: 0 0 0 7px
}

.payment-wrapper .table-payment .td {
	background-color: transparent;
	border-radius: 15px;
	width: calc(100% - 14px);
	margin: auto;
	padding: 12px 20px;
	position: relative;
	color: #22312c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1rem;
	text-transform: uppercase
}

.payment-wrapper .table-payment tr:nth-child(2n) td .td {
	background-color: #fff
}

.payment-wrapper .table-payment .zone .color {
	width: 28px;
	height: 28px;
	-webkit-box-shadow: 3px 4px 16px rgba(52, 50, 48, .19);
	box-shadow: 3px 4px 16px rgba(52, 50, 48, .19);
	border: 3px solid #fff;
	border-radius: 50%;
	margin-right: 23px
}

.text-wrapper-bottom {
	margin-top: 100px
}

.text-wrapper-bottom .title-section {
	margin: 0 0 50px
}

.text-wrapper-bottom__col {
	width: 46%
}

.text-wrapper-bottom__col h3 {
	margin: 0 0 30px;
	color: #15253F;
	font-size: calc(20px + 9 * ((100vw - 320px)/ 960));
	font-weight: 300;
	line-height: 1em;
	padding-bottom: 20px;
	position: relative
}

.text-wrapper-bottom__col h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 1px;
	background-color: #e0e1e5;
	height: 1px;
	z-index: 1
}

.text-wrapper-bottom__col h3::after {
	content: '';
	z-index: 2;
	width: 39px;
	height: 4px;
	border-radius: 2px;
	background-color: #FEA903;
	position: absolute;
	left: 0;
	bottom: -1.5px
}

.text-wrapper-bottom__col p {
	color: #48494c;
	font-size: calc(14px + 3 * ((100vw - 320px)/ 960));
	font-weight: 300;
	line-height: 1.875em
}

.text-wrapper-bottom__col p b {
	font-weight: 600
}

.quality {
	overflow: hidden
}

.quality .title-section-mini:before {
	width: 100vw
}

.quality .title-category {
	margin-bottom: 70px
}

.quality__text {
	width: 662px
}

.quality__text p {
	color: #48494c;
	font-size: calc(14px + 3 * ((100vw - 320px)/ 960));
	font-weight: 300;
	line-height: 1.875em
}

.quality__gallery {
	width: 343px;
	position: relative;
	z-index: 3
}

.quality__gallery img:first-child {
	max-width: 100%;
	height: auto;
	border-radius: 15px 15px 15px 60px
}

.quality__gallery img:last-child {
	max-width: 360px;
	height: auto;
	border-radius: 15px 15px 15px 60px;
	margin: 20px 0 0
}

ol {
	margin: 30px 0 30px 20px;
	padding: 0
}

ol li {
	color: #48494c;
	font-size: calc(14px + 3 * ((100vw - 320px)/ 960));
	font-weight: 500;
	line-height: 1.875em
}

.title-section-mini {
	    margin: 0 0 30px;
    color: #36343D;
    font-size: calc(31px + 8 * ((100vw - 320px)/ 960));
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 20px;
    position: relative;
}

.title-section-mini::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 1px;
	background-color: #e0e1e5;
	height: 1px;
	z-index: 1
}

.title-section-mini::after {
	content: '';
	z-index: 2;
	width: 39px;
	height: 4px;
	border-radius: 2px;
	background-color: #FEA903;
	position: absolute;
	left: 0;
	bottom: -1.5px
}

.sert-section {
	margin-top: 90px
}

.sert-section__item {
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
	outline: 0;

}

.sert-section__img {
	height: 280px;
	-webkit-box-shadow: 2px 3px 20px rgba(42, 56, 70, .09);
	box-shadow: 2px 3px 20px rgba(42, 56, 70, .09)
}

.sert-section__img img {
	max-width: 100%;
	height: auto;
	max-height: 100%
}

.sert-section__text {
	color: #36343d;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.28em;
	margin-top: 30px
}

.sert-section .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.sert-section .slick-track .slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto
}

.wrap-reviews {
	margin-top: 40px
}

.item-review {
	width: 48.5%;
	border-radius: 10px;
	background-color: #fff;
	padding: 35px 25px;
	margin-bottom: 40px
}

.item-review.custom {
	width: 48.5%;
}

.item-review.custom .left {
	width: 100%;
}

.item-review .logo-review {
	max-width: 140px;
	height: auto;
	max-height: 85px;
	margin-right: 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.item-review .t-logo {
	color: #242839;
	font-size: calc(16px + 8 * ((100vw - 320px)/ 960));
	font-weight: 400;
	line-height: 1em
}

.item-review .d-logo {
	color: #15253F;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 12px;
	display: inline-block
}

.item-review .text {
	color: #5f6b86;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: 40px
}

.item-review .left {
	width: 320px;
	margin-right: 20px;
}

.item-review .img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 193px;
	-webkit-box-shadow: 3px 4px 24px rgba(43, 44, 43, .14);
	box-shadow: 3px 4px 24px rgba(43, 44, 43, .14);
	border-radius: 10px;
	background-color: #fff;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 20px 15px
}

.item-review .img img {
	max-width: 100%;
	height: auto
}

.modal {
	padding: 45px 60px !important;
	position: relative;
	-webkit-box-shadow: 4px 7px 52px rgba(43, 54, 62, .39);
	box-shadow: 4px 7px 52px rgba(43, 54, 62, .39);
	border-radius: 10px
}

.modal::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 10px;
	background-color: #15253F
}

.modal .fancybox-close-small {
	display: none
}

.modal .close-modal {
	position: absolute;
	right: 20px;
	top: 32px;
	z-index: 10;
	cursor: pointer
}

.calc-modal {
	width: 730px
}

.calc-modal__title {
	color: #292731;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 35px
}

.calc-modal__radio-wrapper {
	background-color: #f1f2f5;
	border-radius: 10px
}

.calc-modal__radio-wrapper label {
	width: auto;
	margin: 0
}

.calc-modal__radio-wrapper label input {
	display: none
}

.calc-modal__radio-wrapper label span {
	color: #15253F;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 2;
	padding: 0 27px;
	white-space: nowrap;
	width: 100%
}

.calc-modal__radio-wrapper label input:checked+span {
	background-color: #15253F;
	color: #fff;
	border-radius: 10px
}

.calc-modal__radio-wrapper label+label {
	position: relative
}

.calc-modal__radio-wrapper label+label::before {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 22px;
	background-color: #d7dbe7;
	z-index: 1
}

.calc-modal__col-30 {
	width: 285px;
	margin-top: 45px
}

.calc-modal__col-70 {
	width: 390px;
	margin-top: 45px
}

.calc-modal__bottom {
	margin-top: 45px;
	position: relative
}

.calc-modal__bottom::before {
	content: '';
	position: absolute;
	top: 0;
	left: -60px;
	right: -60px;
	height: 2px;
	background-color: #edeff3
}

.calc-modal .title-input {
	color: #292731;
	font-size: 11px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .44px;
	margin-bottom: 10px;
	padding-left: 17px
}

.calc-modal .title-input a {
	color: #292731;
	text-decoration: underline
}

.calc-modal .input-3 {
	width: 120px
}

.calc-modal .input-2 {
	width: 135px
}

.calc-modal .input-2 .select {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.calc-modal .input-2 .select:after {
	content: '';
	position: absolute;
	right: 17px;
	margin: auto;
	border: solid #15253F;
	border-width: 0 .5px .5px 0;
	display: inline-block;
	padding: 4px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.calc-modal .input-2 select {
	width: 100%;
	-webkit-box-shadow: 2px 3px 20px rgba(42, 56, 70, .2);
	box-shadow: 2px 3px 20px rgba(42, 56, 70, .2);
	border-radius: 10px;
	background-color: #fff;
	color: #303236;
	font-size: 15px;
	font-weight: 500;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0 40px 0 17px;
	height: 46px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
	outline: 0
}

.calc-modal .radio-wrapper {
	border-radius: 10px;
	background-color: #eeeff2;
	opacity: .8;
	padding: 15px
}

.calc-modal .radio-wrapper label {
	margin: 0;
	font-size: 0;
	line-height: 0;
	cursor: pointer
}

.calc-modal .radio-wrapper input {
	display: none
}

.calc-modal .radio-wrapper .text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(48, 50, 54, .7);
	font-size: 15px;
	font-weight: 400;
	line-height: 1em
}

.calc-modal .radio-wrapper .rect {
	border-radius: 5px;
	border: 1px solid #b9bcc4;
	background-color: #fff;
	width: 17px;
	height: 17px;
	position: relative;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px
}

.calc-modal .radio-wrapper input:checked+.text {
	color: #303236
}

.calc-modal .radio-wrapper input:checked+.text .rect {
	border: 1px solid rgba(65, 46, 139, .5)
}

.calc-modal .radio-wrapper input:checked+.text .rect::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 2px;
	background-color: #15253F
}

.calc-modal .radio-wrapper label+label {
	margin-left: 35px
}

.calc-modal .load-file {
	position: relative;
	color: #15253F;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	text-decoration: underline;
	padding-left: 41px;
	cursor: pointer
}

.calc-modal .load-file::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 24px;
	background-image: url(../images/icons/file.svg)
}

.modal-mini .close-modal {
	right: 21px;
	top: 21px
}

.modal input[type=email],
.modal input[type=number],
.modal input[type=tel],
.modal input[type=text] {
	color: #303236;
	font-size: 15px;
	font-weight: 400;
	line-height: 1em;
	height: 46px;
	border-radius: 10px;
	background-color: rgba(238, 239, 242, .8);
	border: 1px solid transparent;
	padding: 0 17px;
	width: 100%
}

.modal textarea {
	color: #303236;
	font-size: 15px;
	font-weight: 400;
	line-height: 1em;
	height: 80px;
	border-radius: 10px;
	background-color: rgba(238, 239, 242, .8);
	border: 1px solid transparent;
	padding: 20px 17px 10px;
	width: 100%
}

.modal input[type=email]::-webkit-inner-spin-button,
.modal input[type=number]::-webkit-inner-spin-button,
.modal input[type=tel]::-webkit-inner-spin-button,
.modal input[type=text]::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.modal input[type=email]::-webkit-input-placeholder,
.modal input[type=number]::-webkit-input-placeholder,
.modal input[type=tel]::-webkit-input-placeholder,
.modal input[type=text]::-webkit-input-placeholder {
	color: rgba(48, 50, 54, .7)
}

.modal input[type=email]::-moz-placeholder,
.modal input[type=number]::-moz-placeholder,
.modal input[type=tel]::-moz-placeholder,
.modal input[type=text]::-moz-placeholder {
	color: rgba(48, 50, 54, .7)
}

.modal input[type=email]:-ms-input-placeholder,
.modal input[type=number]:-ms-input-placeholder,
.modal input[type=tel]:-ms-input-placeholder,
.modal input[type=text]:-ms-input-placeholder {
	color: rgba(48, 50, 54, .7)
}

.modal input[type=email]::-ms-input-placeholder,
.modal input[type=number]::-ms-input-placeholder,
.modal input[type=tel]::-ms-input-placeholder,
.modal input[type=text]::-ms-input-placeholder {
	color: rgba(48, 50, 54, .7)
}

.modal input[type=email]::placeholder,
.modal input[type=number]::placeholder,
.modal input[type=tel]::placeholder,
.modal input[type=text]::placeholder {
	color: rgba(48, 50, 54, .7)
}

.modal input[type=tel] {
	max-width: 285px
}

.modal input[type=submit] {
	height: 55px;
	border-radius: 10px;
	background-color: #FEA903;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding: 0 20px;
	cursor: pointer;
	border: none
}

.modal .message {
	color: rgba(48, 50, 54, .7);
	font-size: calc(12px + 4 * ((100vw - 320px)/ 960));
	font-weight: 400;
	line-height: 1.5;
	margin-top: 25px
}

.modal .btn-msg {
	border-radius: 10px;
	background-color: #FEA903;
	height: 55px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 30px
}

.wrap-thank {
	width: 285px
}

.wrap-thank__title {
	color: #292731;
	/*font-size: calc(16px + 10 * ((100vw - 320px)/ 960));*/
	font-size: 20px;
	font-weight: 500;
	line-height: 1.29
}

.wrap-thank__icon {
	margin-right: -20px
}

.wrap-thank__icon img {
	width: 93px;
	height: auto
}

.wrap-thank__form {
	margin-top: 40px
}

.wrap-thank__submit {
	margin-top: 20px
}

.wrap-thank__submit input {
	width: 100%
}

.wrap-thank .checkbox-wrapper {
	margin: 20px 0 0;
	text-align: center
}

.mobile-wrapper {
	display: none;
	background-color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000
}

.mobile-wrapper .links {
	margin-top: 20px
}

.mobile-wrapper .links a {
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600
}

.mobile-wrapper .links a img {
	margin-right: 10px
}

.mobile-wrapper .links a+a {
	margin-top: 10px
}

.mobile-wrapper .phone {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	white-space: nowrap;
}

.mobile-wrapper .logo {
	font-size: 14px;
	line-height: 14px;
	max-width: 125px;
	color: #fff
}

.mobile-wrapper .logo img {
	width: 100%;
	margin-right: 5px;
}

.mobile-wrapper .logo b {
	font-size: 20px;
	line-height: 20px;
	margin-left: 10px
}

.mobile-wrapper .top {
	padding: 10px 0;
	justify-content: space-between;
}

.mobile-wrapper a.teleg {
	margin-left: auto;
}

.mobile-wrapper .bottom {
	padding: 10px
}

.mobile-wrapper .bottom ul {
	padding: 0
}

.mobile-wrapper .bottom ul li {
	display: block
}

.mobile-wrapper .bottom ul li a {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.mobile-wrapper .bottom ul li a img {
	margin-right: 15px
}

.mobile-wrapper .bottom ul li+li {
	margin-top: 15px
}

.mobile-wrapper .bottom .btn-catalog {
	width: auto;
	height: 40px;
	border-radius: 10px;
	padding: 0 30px;
	margin-bottom: 10px;
	margin-bottom: 20px
}

.toggle-mnu {
	display: block;
	margin-top: 0px;
	min-width: 36px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #DBD8E8;
	border-radius: 5px;
	padding-top: 11px;
	box-sizing: border-box;
	margin-right: 15px;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
}

.toggle-mnu span:after {
	top: 10px;
}

.toggle-mnu span {
	position: relative;
	display: block
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 15px;
	height: 2px;
	background-color: #15253F;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: auto;
}

.toggle-mnu.on span {
	background-color: transparent
}

.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0);
	-ms-transform: rotate(45deg) translate(-1px, 0);
	transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px)
}

.woocommerce-message {
	display: none;
}

.contact-wrapper__left_map {
	width: 49%;
}

.contact-wrapper__left_map {
	width: 49%;
}

.desct {
	display: block;
}

.modb {
	display: none;
}
.wrap-about {
	padding-bottom: 60px;
}

@media (max-width:1370px) {
	.container {
		width: 1170px
	}

	.text-about-wr .text-about-right {
		width: 385px;
	}

	.about-content .images-about {
		width: 204px;
		position: relative;
		float: right;
	}

	.text-about-wr .about-img {
		width: 201px;
		height: 200px;
		border-radius: 100px 30px 30px 30px;
		overflow: hidden;
	}

	.about-content .about-prems {
		width: 320px;
		float: right;
		margin-top: 66px;
		margin-right: 0;
	}

	.first_section .category-list {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
		gap: 10px;

	}

	header .top-menu>li+li {
		margin-left: 20px
	}

	.btn {
		padding: 0 10px
	}

	header .logo .slogan {
		font-size: 24px
	}



	.first_section .bg-slider {
		max-width: 120px;
		height: auto
	}

	.first_section .slider-main .slick-slide .title-slider {
		font-size: 30px;
		line-height: 1.4em
	}

	.sert-section__slider,
	.slider-products-wrapper {
		width: calc(100% - 120px);
		margin: auto
	}

	.advantages__boxes .advan__box {
		padding: 30px
	}

	.advantages__boxes .long__box {
		width: 650px
	}

	.advantages__boxes .short__box_c {
		width: 50%
	}

	.advantages__boxes .long__box_c {
		width: 50%
	}


	.advantages__boxes .advan__box img {
		max-width: 210px
	}




	.item-product,
	.item-product_empty {
		width: 25%
	}

	.wrap-products .item-product {
		margin-bottom: 30px
	}

	.section-packing {
		padding-left: calc(50vw - 580px)
	}

	.section-packing .bg-box {
		right: 40px
	}

	.item-review {
		width: 48%
	}

	.single-product .right {
		padding: 40px 20px;
		width: 45%;
		margin: 0
	}

	.single-product {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.single-product .left {
		width: 50%
	}

	.single-product .slider-for {
		width: calc(100% - 60px)
	}

	.tags {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.tags a+a {
		margin-left: 0
	}


	.custom-2 .delivery .text b {
		font-size: 20px;
	}

	header .phone-box .num {
		font-size: 14px;
	}

	.btn {
		font-size: 13px;
	}
}

@media (max-width:1170px) {
	.container {
		width: 992px
	}

	.about-content::after {
		display: none;
	}
	.top-mnu-catalog .right-nav {
		column-count: 2;
	}
	.about-content .text-about {
		width: 100%;
	}
	.top-mnu-catalog .left-nav {
		width: 40%;
	}
	.top-mnu-catalog .right-nav>ul>li>a {
		font-size: 16px;
	}
	.about-content .images-about {
		display: none;
	}

	.about-content .images-about,
	.about-content .about-prems {
		width: 100%;
		flex-direction: row;
	}

	.about-content .images-about img+img {
		margin: 0 0 0 20px;
	}

	.about-content .about-prems {
		margin-top: 40px;
		justify-content: space-between;
	}

	.about-content .about-prems .item-prem {
		width: 32%;
	}

	.about-content .about-prems .item-prem+.item-prem {
		margin: 0;
	}

	.mid-header .container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	header .logo {
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px
	}

	header .top-menu>li+li {
		margin-left: 5px
	}

	nav .btn-catalog {
		margin-right: 20px
	}

	nav ul li a {
		font-size: 13px
	}

	.first_section .slider-main {
		display: none
	}

	.first_section .category-list {
		width: 100%;
	}

	.first_section .item-category {
		margin: 0;
		width: 100%;
	}

	.first_section {
		margin-top: 30px
	}

	.advantages .container {
		padding: 30px
	}

	.advantages__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.advantages__icon::before {
		display: none
	}

	.advantages__icon {
		margin: 0 0 20px
	}

	.categories-section .delivery-categories {
		display: none
	}

	.advantages__boxes {
		margin-top: 60px
	}

	.advantages__boxes .long__box {
		width: 475px
	}

	.advantages__boxes .long__box img {
		display: none
	}

	.section-partners__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.section-partners__item {
		margin: 0 2.5px 5px
	}


	.catalog .main-catalog {
		width: 100%
	}

	.catalog .sidebar {
		width: 100%;
		margin-top: 20px
	}

	.section-packing .bg-box {
		display: none !important
	}

	.section-packing {
		padding-left: calc(50vw - 490px)
	}

	.custom-2 .delivery {
		display: none
	}

	.custom-2 {
		padding: 40px 0 20px
	}

	.prems-wrapper .prem {
		margin-bottom: 20px
	}

	.quality {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.quality__text {
		width: 100%
	}

	.single-product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.single-product .right {
		width: 100%
	}

	.single-product .right::before {
		right: 0;
		width: 100%
	}

	.single-product .gallery-single {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.single-product .slider-nav {
		width: 100%;
		margin: 0;
		position: relative;

	}

	.single-product .slider-nav .img-nav {
		margin: 0 10px
	}

	.tags {
		margin-top: 10px
	}

	.single-product .left {
		width: 100%
	}

	.single-product .slider-for {
		width: 100%
	}

	.cart-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cart-wrapper__left {
		width: 100%;
		margin-right: 0;
	}

	.bread ul {
		overflow: auto;
		flex-wrap: nowrap;
	}
	.bread ul li a, .bread ul li span {
		white-space: nowrap;

	}
	.step_1 .cart-upssel {
		width: 100%;
		float: none;
	}
	.cart-upssel .related-prod {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.pre-top .num {
		font-weight: 700;
		font-size: 14px;
		line-height: 120%;
		color: #fff;
		background: #15253f;
		border-radius: 5px;
		padding: 4px 7px;
		white-space: nowrap;
		display: flex;
		align-items: center;
	}

	.pre-top .metro svg {
		margin-right: 5px;
	}

	.pre-top .num svg {
		margin-right: 5px;
	}

	.pre-top {
		margin: 10px 0 5px 0;
		background: #F1F2F3;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 5px;
	}

	.pre-top .metro {
		font-weight: 500;
		font-size: 13px;
		line-height: 120%;
		color: #292730;
		padding: 4px 7px;
		white-space: nowrap;
		display: flex;
		align-items: center;
	}
}

@media (max-width:1170px) {
	header {
		display: none;
	}

	.btn-catalog {
		display: none;
	}

	.top-mnu a.sales_1 {
		display: none;
	}

	nav .top-mnu>ul {
		display: none;
	}

	.top-mnu-catalog {
		display: none;
	}

	nav .top-mnu {
		background-color: transparent;
	}

	.top-mnu a.sales {
		display: none;
	}

	a.quantity_table_open {
		position: absolute;
		left: -5px;
		bottom: -20px;
		border: none;
	}

	.item-product .price,
	.item-product .single-price {
		margin-bottom: 15px;
	}

	.first_section .category-list {
		margin-top: 30px;
	}

	.mobile-wrapper a.teleg {
		min-width: 36px;
		height: 36px;
		left: 252px;
		top: 109px;
		background: #557AD1;
		border-radius: 5px;
		margin-right: 7px;
	}

	.mobile-wrapper a.whats {
		min-width: 36px;
		height: 36px;
		background: #4FC74B;
		border-radius: 5px;
		margin-right: 7px;
	}

	ul.slick-dots {
		list-style: none;
		display: flex;

		margin: 0;
		padding: 0;
		align-items: center;
		justify-content: center;
		margin-top: 15px;
		font-size: 0;
	}

	ul.slick-dots li {
		margin: 0 5px;
	}

	ul.slick-dots button {
		width: 6px;
		min-width: 6px;
		height: 6px;
		font-size: 0;
		border: none;
		margin: 0;
		padding: 0;
		border-radius: 50%;
		display: block;
		background: #D7DDE4;
	}

	ul.slick-dots .slick-active button {
		width: 12px;
		min-width: 12px;
		height: 12px;

		background: #FEA903;
	}
.slider-nav-list .slick-dots li button{outline: none;font-size: 0;border: none;background: #ebe8f5;width: 20px;height: 5px;border-radius: 2px;min-width: 20px;}


	.basket_sort ul.tabs li span {
		font-size: 12px;
	}

	.container {
		width: 768px
	}

	.woocommerce form.checkout .add_requsite .form-row.w50,
	.woocommerce form.checkout .add_requsite .form-row.m50 {
		width: 50% !important;
	}

	.add_requsite .woocommerce-input-wrapper input[type=text] {
		height: 48px !important;
		font-size: 12px;
	}

	.woocommerce form.checkout .add_requsite .form-row {
		margin-bottom: 10px;
	}

	.advantages__new .arrow-slider {
		display: none !important;
	}

	.advantages__new img.advantages__new_img {
		position: static;
	}

	.advantages__new .item.nopadding {
		padding: 0
	}

	.advantages__new .slick-dots,
	.sale-slider .slick-dots {
		bottom: -20px;
	}

	.advantages__new .item {
		height: auto;
	}

	footer .container {
		width: 100%;
	}

	.about-content .about-prems .item-prem {
		flex-direction: column;
	}

	.about-content .about-prems .item-prem .t-prem {
		margin-bottom: 15px;
	}

	.about-content .about-prems .item-prem .icon img {
		margin: 0 0 10px;
	}

	header {
		display: none
	}

	.mobile-wrapper {
		display: block;
		width: 100%
	}

	.mobile-wrapper .logo .slogan {
		color: #fff;
		font-size: 14px;
		line-height: 14px;
		margin-top: 5px
	}

	.mobile-wrapper .logo .desc-logo {
		font-size: 10px
	}

	.search-header {
		width: 100%
	}

	.search-header button {
		background-color: #FEA903
	}

	body {
		padding-top: 65px
	}

	.advantages__boxes .advan__box img {
		display: none !important
	}

	.advantages__boxes .advan__box {
		width: 50%;
		padding: 20px
	}

	.advantages__boxes .advan__box .title {
		font-size: 20px;
		line-height: 1.3em
	}

	.advantages__boxes .advan__box .desc {
		font-size: 12px;
		line-height: 1.3em
	}

	.seo-wrapper__col h2 {
		font-size: 20px
	}

	.seo-wrapper__col p {
		font-size: 14px;
		line-height: 1.3em
	}

	footer .left {
		padding: 15px;
		width: 100%
	}

	footer .left>div {
		position: relative;
		z-index: 3;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	footer .top-wrapper {
		display: none
	}

	footer .left::after {
		width: 150vw
	}

	footer .right:after {
		right: -15px;
		left: -15px;
		width: auto;
	}

	footer .right {
		padding: 30px 15px
	}

	footer .right>* {
		position: relative;
		z-index: 3
	}

	footer .second {
		margin: 30px 0
	}

	footer .contact-box+.contact-box {
		margin-top: 15px
	}


	.cart-wrapper__left .final-sum {
		margin-top: 20px
	}

	.cart-wrapper .title-category {
		margin-bottom: 20px
	}

	.cart-wrapper__right {
		width: 100%
	}

	.contact-wrapper .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact-wrapper__left {
		width: 100%
	}

	.contact-wrapper__left .map {
		margin-bottom: 0
	}

	.contact-wrapper__right::before {
		top: 0;
		right: 0
	}

	.contact-wrapper__right {
		width: 100%;
		padding: 30px;
		margin: 30px 0
	}

	.section-packing {
		padding: 20px 10px;
		width: 100%
	}

	.section-packing::after {
		display: none
	}

	.section-packing::before {
		border-radius: 0
	}

	.title-packing {
		line-height: 1.4em;
		margin-top: 20px
	}

	.section-packing .btns {
		margin-top: 30px
	}

	.payment-wrapper .table-payment th {
		padding: 0 10px 10px;
		font-size: 12px
	}

	.payment-wrapper .table-payment .td {
		font-size: 12px
	}

	.payment-wrapper .table-payment th:first-child {
		width: auto;
		padding-left: 10px
	}

	.payment-wrapper .top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.payment-wrapper__text {
		width: 100%
	}

	.payment-wrapper__map {
		width: 100%;
		height: 220px;
		margin-top: 30px
	}

	.item-review {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.item-review.custom {
		width: 100%;
	}

	.item-review .img {
		margin: auto
	}

	.single-product .right .single-price-box {
		margin-top: 10px
	}

	.single-product .right .single-descr {
		margin-top: 30px
	}


	.single-product .params-box+.params-box {
		margin-top: 0
	}

	.single-calc {
		margin-top: 30px
	}

	.prems-wrapper {
		margin-top: 30px
	}

	.static-content .advantages__boxes {
		margin-top: 30px
	}

	.section-partners {
		margin-top: 30px
	}

	.single-product .slider-for {
		height: 300px;
	}

	.single-product .slider-for .slick-slide a img {
		max-width: 100%
	}
}

@media (max-width:768px) {


.proizvodstvo_home-left,.proizvodstvo_home-right {
    width: 100%;
}
.proizvodstvo_home-left img, .proizvodstvo_home-right img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
}

.advantages_home .advantages__item {
    width: 50%;
    height: auto;
}

.advantages_home-wr {
    flex-wrap: wrap;
}

.proizvodstvo_home {
    padding: 25px 0;
}

.advantages.advantages_home .container {
    padding: 0 15px;
}

.advantages_home .advantages__item {
    padding: 15px;
    margin-top: .0;
}

	.menu-about {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}
	.partnersslider .arrow-slider,
	.up-sells .arrow-slider {
		display: none !important;
	}
	.wrap-about {
		padding-bottom: 40px;
	}
	.cart-wrapper__left .table tr td:nth-child(5) {
		padding: 0 10px;
	}

	.logo span {
		position: absolute;
		left: 42px;
		bottom: 0;
		color: #403088;
		font-size: 10px;
		white-space: nowrap;
	}

	.menu-about li a,
	.menu-about li.current-menu-item a {
		padding: 8px 15px;
	}
	.faq__item+.faq__item {
		margin-top: 10px;
	}
	.text-about-wr .h3 {
		font-size: 18px;
	}

	.text-about-wr .text-about-right {
		width: 100%;
	}

	.menu-about ul {
		display: flex;
		flex-wrap: wrap;

		justify-content: space-between;
	}

	.menu-about li {
		width: 49%;
	}

	.about-content .about-prems .item-prem .icon::before {
		content: '';
		position: absolute;
		right: -32px;
		left: 0;
		top: -12px;
		width: 68px;
		height: 68px;
		background-color: #eeeff2;
		border-radius: 50%;
		margin: 0 auto;
	}

	.about-form {
		background-image: none;
		padding: 18px 20px 0 20px;
		width: 100%;
	}

	.about-form-block-form form {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.wrap-about .about-form-block-form form input {
		width: 100%;
		max-width: none;
		margin-bottom: 15px;
		margin-left: 0;
	}

	.wrap-about .about-form .text-about-wr {
		width: 100%;
	}

	.about-form-block-form .wrap-thank__input+.wrap-thank__input {
		margin-left: 0;
	}

	.about-form .wrap-thank__input {
		width: 100%;
	}

	.about-form .about-form-img {
		display: none;
	}

	.wrap-about .text-about-wr {
		width: 100%;
	}

	.about-content .text-about {
		width: 100%;
		min-width: 0;
	}

	.cart-wrapper .free-ship {
		height: auto;
		font-size: 14px;
		display: block;
		white-space: pre-wrap;
		position: relative;
		padding: 7px 20px 7px 56px;
	}

	.sert-section__img {
		height: 190px;
	}

	#yith-wacp-popup .cart-wrapper__left .table tr td:nth-child(3) {
		width: 50% !important;
	}

	#yith-wacp-popup .cart-wrapper__left .table tr td:nth-child(5) {
		width: 50% !important;
	}

	#yith-wacp-popup tr.woocommerce-cart-form__cart-item.cart_item {
		border-bottom: 1px solid #EEEFF2;
		padding: 5px 0 !important;
		position: relative;
	}

	#yith-wacp-popup a.remove {
		margin: auto;
		text-align: right;
	}

	#yith-wacp-popup .yith-wacp-wrapper {
		max-width: 95%;
	}

	#yith-wacp-popup .yith-wacp-content {
		padding: 0 10px;
	}

	.cart-wrapper .free-ship img {
		float: left;
		display: block;
		clear: both;
		width: 32px;
		position: absolute;
		left: 12px;
		top: 14px;
	}

	.cart-wrapper__left .table tr td:first-child {
		width: 80px;
		text-align: center !important;
	}

	.cart-wrapper__left .table tr td:nth-child(3) {
		display: block;
		width: 42%;
		float: left;
	}

	.woocommerce-cart-form__contents .single-price {
		margin-bottom: 0;
	}

	.cart-wrapper__left .table .price-cart {
		margin-top: 0;
	}

	.cart-wrapper__left .table .cart-counter {
		margin-top: 0;
	}

	.cart-wrapper__left .table .price-cart>span {
		text-align: left;
	}

	.cart-wrapper__left .table .price-cart b {
		text-align: left;
		font-size: 14px;
	}

	.cart-wrapper__left .table tr td:nth-child(4) {
		display: block;
		float: left;
		margin-right: 10px;

	}

	.cart-wrapper__left .final-sum .final-item .new_price,
	.cart-wrapper__left .final-sum .final-item .old_price,
	.cart-wrapper__left .final-sum .final-item b {
		font-size: 18px;
		white-space: nowrap;
	}

	.cart-wrapper__left .table tr td:last-child {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
		position: relative;
	}

	.cart-upssel h2 {
		font-size: 22px;
	}

	.cart-wrapper .title-category {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.cart-wrapper__left .cart_totals {
		width: 100%;
	}

	.step_1 .final-sum-wr {
		flex-wrap: wrap;
		width: 100%;
	}

	.step_1 {
		flex-wrap: wrap;
	}

	.btn-check_step a {
		display: flex;
		width: 100%;
	}

	.cart-wrapper__left .btn-check_step {
		min-width: 100%;
		width: 100%;
		padding-bottom: 13px;
	}

	.cart-upssel {
		width: 100%;
	}

	.toggle-mnu span {}

	.btn-cart img {
		margin-right: 0 !important;
	}

	.toggle-mnu span:before {
		width: 10px;
	}

	

	.open-menu .toggle-mnu span:before {
		display: none;
	}

	.toggle-mnu {
		position: relative;
	}

	.toggle-mnu.active span {
		transform: rotate(52deg);
		position: absolute;
		left: 10px;
		top: 16px;
	}

	.toggle-mnu.active span:after {
		top: 10px;
		transform: rotate(-105deg);
		position: absolute;
		left: 0px;
		top: 0px;
	}


	.mobile-wrapper a.whats {
		min-width: 36px;
		height: 36px;
		background: #4FC74B;
		border-radius: 5px;
		margin-right: 0;
	}

	.mobile-wrapper a.teleg {
		min-width: 36px;
		height: 36px;
		left: 252px;
		top: 109px;
		background: #557AD1;
		border-radius: 5px;
		margin-right: 7px;
	}

	.single-product-left {
		min-width: 100%;
		width: 100%;
		float: none;
	}

	.single-product-right {
		min-width: 100%;
		width: 100%;
		float: none;
	}

	.single-product {
		flex-direction: column;
	}

	.btns-mob {
		margin: 15px 0;
	}

	.btns-mob a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 49%;
	}

	.single-product .left {
		min-width: 100%;
		width: 100%;
		float: none;
	}

	.single-product .right {
		width: 100%;
		min-width: 100%;
		float: none;
	}

	.bread {
		width: 100%;

	}

	.bread ul {
		flex-wrap: nowrap !important;
		overflow-x: auto;
		width: 100%;
	}

	.bread ul li a,
	.bread ul li span {
		white-space: nowrap;
	}

	.first_section .category-list {
		margin-top: 0;
		margin: 0;
	}

	.ywdpd-table-discounts-wrapper-sh {}

	.single-product .right .single-price-box .bottom {
		width: 55% !important;
	}

	.single-product .right .single-price-box {
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.single-product .right .single-price-box .top .percent {
		min-width: 42px;
	}

	.single-product .right .single-price-box .top .p-box {
		margin-bottom: 10px;
	}

	.single-product .right .single-price-box .bottom .item-product__counter input {
		font-size: 14px;
		width: 64px;
	}

	.desct {
		display: none;
	}

	.modb {
		margin-top: 20px;
		display: block;
	}

	.contact-wrapper__left_map {
		width: 100%
	}

	.container {
		width: 100%;
		padding: 0 10px
	}

	.blog-post .date {
		margin: 0 0 5px
	}

	.blog-post h1 {
		margin: 0 0 10px;
	}

	.advantages__new .slick-dots li button,
	.sale-slider .slick-dots li button {
		width: 10px;
	}

	.blog-post__img {
		margin-bottom: 5px;
	}

	.cart-wrapper .table tr:last-child {
		display: none !important;
	}

	.first_section .category-list {
		grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
		gap: 5px;
	}

	.first_section .item-category {
		padding: 5px;
		height: auto;
	}

	.first_section .item-category .icon {
		height: auto;
	}

	.first_section .item-category span {
		font-size: 11px;
	}

	.coupon {
		display: flex;
		flex-direction: column;
		max-width: 400px;
		margin: 20px auto 0;
	}

	.woocommerce .coupon-wrapper button {
		margin: 10px 0 0 !important;
	}

	.single-product .right .single-products-btns a+a {
		margin: 10px 0 0;
	}

	.bread ul li {
		font-size: 12px;
	}

	.about-content .sub-wrapper {
		margin-top: 30px;
	}

	.single-product .right .single-title {
		line-height: 1.2;
		font-size: 16px;
	}

	.section-2 {
		padding: 30px 0
	}

	.single-descr ul li,
	.single-descr p {
		font-size: 16px;
	}

	.item-product {
		padding: 10px
	}

	.adv_cats {
		margin: 25px 0 9px;
		flex-wrap: wrap;
	}

	.wrap-products {
		margin-top: 5px;
	}

	ul li {
		font-size: 14px;
		line-height: 1.42;
	}

	.about-content .about-prems {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.wrap-sub {
		margin-top: 10px;
	}

	.wrap-sub a {
		height: 40px;
	}

	.about-content .about-prems .item-prem {
		width: 100%;
	}

	.about-content .about-prems .item-prem .icon {
		width: 100%;
		margin: 0 0 15px;
	}

	.about-content .about-prems .item-prem .t-prem br {
		display: none;
	}

	.about-content .about-prems .item-prem,
	.about-content .about-prems .item-prem+.item-prem {
		margin: 0 0 15px;
	}

	.about-content .about-prems .item-prem .t-prem {
		margin: 0 0 10px;
		text-align: center;
	}

	.about-content .about-prems .item-prem .d-prem {
		text-align: center;
	}

	.about-content .about-prems .item-prem .icon img {
		display: block;
		max-height: 70px;
		width: auto;
		margin: auto;
	}

	.sert-section__slider,
	.slider-products-wrapper {
		width: 100%;
	}

	.sert-section__slider .arrow-right,
	.slider-products-wrapper .arrow-right {
		right: -10px
	}

	.arrow-slider {
		width: 16px;
		height: 30px;
		background-color: transparent;
	}

	.slider-products .slick-list {
		margin: 0;
	}

	.slider-products .item-product {
		overflow: hidden;
	}

	.slider-products .slick-list .slick-slide {
		margin: 0;
	}

	.sert-section__slider .arrow-left,
	.slider-products-wrapper .arrow-left {
		left: -10px
	}



	.basket_fly .wraps_icon_block .count>span {
		margin: 4px 0 5px;
		font-size: 12px;
	}

	.basket_fly .wraps_icon_block:before,
	.basket_fly .wraps_icon_block.delay:before {
		margin-top: 7px;
	}

	.advantages .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.slider-products .item-product {
		max-width: 320px;
		margin: auto
	}

	.title-section {
		margin-bottom: 20px
	}

	.advantages {
		margin-top: 35px
	}

	.advantages__icon img {
		max-height: 70px;
		width: auto
	}

	.advantages__text .title {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 5px;
		text-align: center;
	}

	.advantages__text .title br {
		display: none;
	}

	.advantages__icon img {
		margin: auto;
		display: block;
	}

	.advantages__text p {
		font-size: 12px;
		line-height: 1.2;
		text-align: center;
	}

	.mobile-wrapper .logo .desc-logo {
		display: none;
	}

	.advantages__item {
		margin: 0
	}

	.advantages__item+.advantages__item {
		margin-top: 20px
	}

	.categories-section__item {
		width: 47%;
		margin-bottom: 3%
	}

	.categories-section__link {
		height: 100%;
		padding: 10px 20px 10px 10px;
		font-size: 14px;
		line-height: 1.2;
		margin-top: auto
	}

	.categories-section__link::after,
	.categories-section__photo {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.section-4 {
		padding: 30px 0
	}

	.advantages__boxes {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.advantages__boxes .advan__box {
		width: 100%;
		margin-bottom: 20px;
	}

	.seo-wrapper {
		margin-top: 30px
	}

	.seo-wrapper .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.seo-wrapper__col {
		width: 100%
	}

	.section-partners {
		margin-top: 30px
	}

	footer {
		padding-top: 40px
	}

	.advantages .container {
		padding: 30px 10px
	}

	.categories-section {
		padding: 30px 0
	}

	.blog-wrapper {
		margin-top: 30px;
		gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

	.cart-wrapper .table tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cart-wrapper__left .table tr td {
		padding: 10px
	}

	.cart-wrapper__left .img img {
		max-width: 100%;
		max-height: 90px;
	}

	.cart-wrapper__right .cart-form .bottom-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.checkbox-wrapper {
		margin: 10px 0 20px;
		order: 1;
	}

	.item-product,
	.item-product_empty {
		width: 48%
	}

	.category-list-single .item-category,
	.category-list-single .item-category__empty {
		width: 49%;
		border-radius: 5px;
		border: 1px solid #e1e3e9;
		margin-bottom: 5px;
	}

	.category-list-single .item-category span {
		font-size: 12px;
	}

	.adv_cats {
		margin: 11px 0 15px !important;
		flex-wrap: wrap;
	}

	.category-list-single .item-category__empty {
		border: none;
	}

	.category-list-single {
		margin-top: 20px
	}

	.item-banner .text-banner {
		width: 100%
	}

	.wrap-products .item-product {
		overflow: hidden
	}

	.nav-links {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.nav-page-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.nav-page-wrapper .prev-next-wrapper {
		margin-top: 20px
	}

	.static-content .advantages__boxes {
		margin-top: 60px
	}

	.section-partners__wrapper {
		margin-top: 20px;
		padding-top: 20px;
		justify-content: center;
	}

	.category-list-single .item-category {
		padding: 5px
	}

	.contact-wrapper__right {
		padding: 20px
	}

	.section-partners__item {
		margin: 0 5px 10px;
	}

	.contact-wrapper__contact {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.contact-wrapper .download {
		width: 100%;
		margin-top: 20px
	}

	.contact-wrapper__row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.contact-wrapper__col {
		width: 100%
	}

	.contact-wrapper__col+.contact-wrapper__col {
		margin-top: 18px
	}

	.contact-wrapper .title-category {
		margin-bottom: 20px
	}

	.section-packing .btns a {
		padding: 0 10px;
		font-size: 12px;
		height: 40px;
	}

	.text-wrapper-bottom__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.text-wrapper-bottom__col {
		width: 100%
	}

	p+p {
		margin-top: 25px
	}

	.table-payment {
		overflow: auto
	}

	.table-payment table {
		width: 800px
	}

	.text-wrapper-bottom {
		margin-top: 40px
	}

	.payment-wrapper .table-payment .zone .color {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.payment-wrapper .table-payment .td {
		padding: 5px;
		width: 100%;
		white-space: nowrap
	}

	.payment-wrapper .table-payment td:first-child .td {
		width: 100%
	}

	p {
		font-size: 14px;
		line-height: 1.42
	}

	.wrap-sub {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.wrap-sub a {
		margin: 0 2.5px 5px
	}

	.wrap-sub a+a {
		margin-left: 2.5px
	}

	.quality .title-category {
		margin-bottom: 30px
	}

	.sert-section {
		margin-top: 30px
	}

	.item-review {
		width: 100%
	}

	.item-review .left {
		width: 100%
	}

	.item-review .text {
		margin-top: 20px
	}

	.item-review {
		padding: 20px
	}

	.item-review {
		margin-bottom: 20px
	}

	.single-calc {
		padding: 20px
	}

	.single-calc>img {
		display: none !important
	}

	.single-calc__box {
		width: 49%
	}

	.single-calc__fields {
		margin-top: 20px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.single-calc__title {
		line-height: 1.4em
	}

	.single-calc__btns button {
		font-size: 0;
		line-height: 0;
		padding: 10px;
		width: 51px
	}

	.single-calc__btns button svg {
		margin: 0
	}

	.tags {
		margin-top: 20px;
	}

	body.opened-cart #yith-wacp-popup {
		position: fixed;
		left: 0;
		right: 0;
		top: 100px !important;
		bottom: auto !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#yith-wacp-popup .yith-wacp-content {
		max-height: 75vh !important;
		overflow: auto !important;
	}

	.yith-wacp-content table.cart-list td.item-quantity .quantity {
		margin: 0 !important;
		display: inline-flex;
	}

	.single-product .right .single-products-btns .add-to-cart,
	.single-product .right .single-products-btns .buy-one-click {
		padding: 0 10px;
		height: 46px;
		font-size: 14px;
	}

	.single-product .right .single-products-btns .add-to-cart {
		margin-left: 0;
	}

	.single-product .right .single-price-box .bottom .item-product__counter input {
		font-size: 14px;

	}

	.single-products-btns .item-product__counter {
		height: 46px;
	}

	a.add_to_wishlist.single_add_to_wishlist {
		height: 46px;
	}

	.single-product .right .single-products-btns {
		margin-top: 10px
	}

	.single-product .right .single-products-btns .add-to-cart svg {
		margin-right: 10px;
		display: none;
	}

	.single-product .right .single-products-btns .buy-one-click {
		margin: 10px 0 0
	}

	.single-product .row-param div {
		width: auto
	}

	.single-product .row-param div:first-child {
		width: 70%
	}

	.single-product .row-param div:last-child {
		margin-left: auto;
		width: 30%;
		text-align: right;
	}

	.single-product .right {
		padding: 10px
	}

	.woocommerce form.checkout .form-row {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.checkout-wr {
		padding-top: 20px;
	}

	.c_title {
		font-size: 22px;
	}

	.c_caption {
		font-size: 14px;
	}

	#order_review {
		margin-top: 10px;
	}

	.custom-shipping li label {
		height: auto !important;
		padding-top: 13px !important;
		width: auto !important;
		display: flex !important;
		padding-bottom: 13px !important;
		align-items: center !important;
	}

	.custom-shipping li label.lab {
		width: auto;
	}

	.woocommerce form.checkout .adress_clone .form-row:nth-child(3),
	.woocommerce form.checkout .adress_clone .form-row:nth-child(4) {
		width: 50% !important;
	}

	.adress_clone {
		margin: 19px -10px 16px;
	}

	ul.payment_methods li {
		width: 100%;
		margin-bottom: 18px;
	}

	ul.payment_methods {
		flex-wrap: wrap;
	}

	ul.payment_methods li label {}

	.cart-form .submit {
		width: 100%;
		order: 2;
	}

	.cart-form .bottom-form {
		flex-wrap: wrap;
	}

	.cart-form button {
		width: 100%;
	}

	.mob-basket {
		display: block;
	}

	.mob-basket.active {
		display: block;
	}

	.xoo-wsc-sm-left {
		width: 100%;
	}

	.xoo-wsc-body,
	.xoo-wsc-body span.amount,
	.xoo-wsc-body a {
		font-size: 14px;
		color: #000;
	}

	.xoo-wsc-cart-active jdiv {
		display: none !important;
	}

	.xoo-wsc-container,
	.xoo-wsc-slider {
		max-width: 316px;
		right: -316px;
		max-height: 100vh;
		top: 0;
	}

	.xoo-wsc-footer .final-sum .final-item b,
	.xoo-wsc-footer .final-sum .final-item .old_price,
	.xoo-wsc-footer .final-sum .final-item .new_price {

		font-size: 21px;
	}

	.xoo-wsc-qty-box.xoo-wsc-qtb-square {
		border-radius: 5px;
		height: 35px;
	}

	.xoo-wsc-chng {
		border-radius: 4px;
		width: 23px;
		height: 23px;
	}

	.xoo-wsc-ship-bar-cont {
		font-size: 12px;
	}

	.xoo-wsc-img-col {
		width: 45px;
	}

	.xoo-wsc-sum-col {
		width: calc(100% - 45px);
	}

	.xoo-wsc-product {
		padding: 10px 15px;
	}

	.xoo-wsc-product:nth-child(odd) {
		background-color: ;
	}

	.wishlist_table.images_grid li .item-details h3,
	.wishlist_table.mobile li .item-details h3,
	.wishlist_table.modern_grid li .item-details h3 {
		margin-bottom: 7px;
		line-height: 16px;
		font-weight: normal;
	}

	.wishlist_table.mobile li table.additional-info {
		display: none;
	}

	.basket_fly .opener {
		position: absolute;
		width: 30px;
		left: -30px;
		top: 250px;
	}

	.basket_fly .opener>div {
		width: 30px;
	}

	.xoo-wsc-sm-info {
		flex-wrap: wrap;
	}

	.xoo-wsc-qty-box {
		width: 50%;
	}

	.xoo-wsc-sm-right {
		width: 50%;
	}
	.single-product .gallery-single {
		margin-top: 20px;
	}
}

@media (max-width:500px) {
	.xoo-wsc-sm-left {
		width: 100%;
	}

	.xoo-wsc-body,
	.xoo-wsc-body span.amount,
	.xoo-wsc-body a {
		font-size: 14px;
		color: #000;
	}

	.xoo-wsc-cart-active jdiv {
		display: none !important;
	}

	.xoo-wsc-container,
	.xoo-wsc-slider {
		max-width: 316px;
		right: -316px;
		max-height: 100vh;
		top: 0;
	}

	.xoo-wsc-footer .final-sum .final-item b,
	.xoo-wsc-footer .final-sum .final-item .old_price,
	.xoo-wsc-footer .final-sum .final-item .new_price {

		font-size: 14px;
	}

	.xoo-wsc-qty-box.xoo-wsc-qtb-square {
		border-radius: 5px;
		height: 35px;
	}

	.xoo-wsc-chng {
		border-radius: 4px;
		width: 23px;
		height: 23px;
	}

	.xoo-wsc-ship-bar-cont {
		font-size: 12px;
	}

	.xoo-wsc-img-col {
		width: 45px;
	}

	.xoo-wsc-sum-col {
		width: calc(100% - 45px);
	}

	.xoo-wsc-product {
		padding: 10px 15px;
	}

	.basket_fly .opener {
		position: absolute;
		width: 30px;
		left: -30px;
		top: 250px;
	}

	.basket_fly .opener>div {
		width: 30px;
	}

	.xoo-wsc-sm-info {
		flex-wrap: wrap;
	}

	.xoo-wsc-qty-box {
		width: 50%;
	}

	.xoo-wsc-sm-right {
		width: 50%;
	}

	.mobile-wrapper .logo {
		width: auto;
		min-width: 174px;
		margin-right: 2.6vw;
	}

	.item-product__cart {
		flex-shrink: 0;
	}

	.item-product__counter input {
		width: 45px;
		margin: 0 2px;
	}

	.item-product__counter {
		height: 35px;
		padding: 0 2px;
	}

	.mobile-wrapper .logo .slogan {
		font-size: 12px
	}



	.blog-wrapper .empty_item_blog,
	.blog-wrapper__item {
		width: 100%
	}

	.item-product,
	.item-product_empty {
		width: 100%
	}

	.prems-wrapper .prem {
		width: 100%
	}

	.prems-wrapper .prem .text {
		line-height: 1.3
	}

	.prems-wrapper .prem .text br {
		display: none
	}

	.title-section {
		line-height: 1.3
	}

	.quality__gallery {
		width: 100%
	}

	.single-product .right .single-price-box .top {
		padding: 10px
	}

	.single-product .right .single-price-box .top {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.single-product .right .single-price-box .bottom {
		height: auto;
		padding: 20px 5px 5px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.single-product .right .single-price-box .bottom .for-sale {
		position: relative;
		margin: 5px 0
	}

	.single-product .right .single-price-box .bottom .item-product__counter {
		margin: 0
	}
}

.partnersslider {
	position: relative;
}

.partnersslider .arrow-left,
.up-sells .arrow-left {
	left: -60px;
}

.partnersslider .arrow-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.section-partners__item {
	padding: 10px;
}

.section-partners__item img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: none !important;
	object-fit: contain;
	width: 100%;
	height: 100%;
	margin: auto 0px;
}

.up-sells {
	position: relative;
}

.partnersslider .arrow-right,
.up-sells .arrow-right {
	right: -60px;
}

.partnersslider .arrow-slider,
.up-sells .arrow-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.partnersslider .slider-products .slick-list {
	/*background: white;*/
	/*height: 80px;*/
}

.partnersslider .slider-products .slick-list .slick-slide {
	height: 170px;
}

@media (max-width:992px) {
	.partnersslider .slider-products .slick-list .slick-slide {
		height: 80px;
	}

	.partnersslider .arrow-slider {
		display: none !important;
	}
	.wrap-about {
		flex-direction: column;
		gap: 20px;
	}
	.advantages__text .title {
		font-size: 18px;
		line-height: 1.2;
	}
	.advantages__icon img {
		height: 60px;
		width: auto;
	}
	
}

.rwo_telegram {
	display: none;
}

.fixed .rwo_telegram {
	display: none;
}

.fixed .logo {
	text-decoration: none;
	margin-right: 1.4vw;
	width: 180px;

}
.fixed .logo span{
 left: 42px !important;
    font-size: 10px !important;
    white-space: nowrap !important;
}
.fixed header .mid-header {
	padding: 5px 0;
}

@media (max-width: 360px) {
	.pre-top .metro {
		font-weight: 500;
		font-size: 10px;
	}

	.pre-top .num {
		font-weight: 700;
		font-size: 12px;
	}

	.mobile-wrapper .logo {
		min-width: 115px;
	}

	.c_nav label {
		font-size: 12px;
	}

	.cart-wrapper__right .cart-form__row input,
	.woocommerce-input-wrapper input[type=text],
	.woocommerce-input-wrapper input[type=email],
	.woocommerce-input-wrapper input[type=tel],
	.cart-wrapper__right .cart-form__row textarea,
	.woocommerce-input-wrapper textarea {
		padding: 18px 15px 0;
		height: 52px !important;
	}

	.basket_fly .opener {
		display: none;
	}

}

@media (max-width: 340px) {
	.wrap-products .item-product {
		position: relative;
	}

	.yith-wcwl-add-to-wishlist {
		margin: 0 0 0 5px;
		position: absolute;
		top: 5px;
		left: 0px;
		z-index: 5;
	}

	.item-product a.add_to_wishlist.single_add_to_wishlist {
		width: 25px;
		height: 25px;
		border-radius: 5px;
		min-width: 25px;
	}
}

.whatsapp.diflex {
	flex-wrap: wrap;
}

@media (max-width:540px) {
	.contact-wrapper__contact .contact-wrapper__text {
		width: calc(100% - 55px);
	}
}

.about-form-block .checkbox-wrapper {
	flex-wrap: wrap;
}

@media (max-width:768px) {
	.wrap_b0e8 {
		bottom: 46px !important;
	}

	.top-mnu-catalog {
		height: auto !important;
		bottom:0px;
	}
	.seo-wrapper__col h2, .seo-wrapper__col h1 {
		font-size: 26px;
	}
}

.table-payment .item-product__bottom .item-product__counter {
	min-width: 86px;
}

.item-product .price {
	flex-wrap: wrap;
}
#m-cart-tab .xoo-wsc-pprice del {
	position:relative;
	text-decoration:none;
}
#m-cart-tab .xoo-wsc-pprice del::after {
	content: "";
    position: absolute;
    border: 1px solid #EB1C1C;
    left: 0;
    height: 1px;
    top: 50%;
    width: 100%;
}
.contact-social {
	font-size: calc(14px + 6 * ((100vw - 320px)/ 960));
}
.contact-social--icon {
	height:calc(14px + 6 * ((100vw - 320px)/ 960));
	width:calc(14px + 6 * ((100vw - 320px)/ 960));
}