<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../../../../css2.css");
body {
	margin: 0px;
	padding: 0px;
	font-family: "Exo 2", sans-serif;
	background: #fff;
	color: #363636;
	height: 100%;
	line-height: 1;
	position: relative;
	font-size: 15px !important;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%
}

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

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px
}

html {
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent
}

input,
textarea {
	color: #333;
	font-family: "Exo 2", sans-serif;
	outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer
}

td {
	margin: 0px;
	padding: 0px
}

form {
	padding: 0px;
	margin: 0px
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent
}

a,
span,
div,
button {
	outline: none !important
}

input[type=submit],
input[type=button],
button {
	-webkit-appearance: none;
	outline: none
}

input:disabled {
	-webkit-appearance: none;
	opacity: 1
}

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

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

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

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

.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: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99993
}

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

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

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

.fancybox-bg {
	background: rgba(54, 54, 54, 0.85);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	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: none;
	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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	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(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

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

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

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
	background: transparent;
	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, 0.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:visited,
.fancybox-button:link {
	color: #ccc
}

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

.fancybox-button:focus {
	outline: none
}

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

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

.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none
}

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

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #c4c4c4;
	cursor: pointer;
	opacity: 1;
	padding: 5px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

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

.fancybox-slide--html .fancybox-close-small {
	color: #fff;
	right: -36px;
	top: 0;
	height: 30px;
	width: 30px;
	padding: 0px
}

.fancybox-slide--html .fancybox-close-small:hover {
	color: #A2C058
}

.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(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

.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: fancybox-rotate 1s linear infinite;
	background: transparent;
	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 fancybox-rotate {
	100% {
		transform: rotate(360deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 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: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.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(0.5, 0.5, 0.5)
}

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

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

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

.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: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

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

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

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

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
}

.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 0
}

.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 5px;
	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:visited,
.fancybox-share__button:link {
	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: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	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 2px;
	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, 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, 0.1);
	background-position: center center;
	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: none;
	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 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991
}

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

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

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical&gt;.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow&gt;.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode&gt;.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform, opacity;
	transition-property: transform, -webkit-transform, opacity
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal&gt;.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical&gt;.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	z-index: 8;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.83);
	border-radius: 3px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	transition: all 0.3s ease
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	background: #fff
}

.swiper-button-prev svg,
.swiper-button-next svg {
	stroke: #363636
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
	width: 100%;
	bottom: -40px;
	left: 0
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal&gt;.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 2px;
	background: rgba(234, 227, 217, 0.16);
	border: 1px solid #C4C4C4;
	margin: 0 4px
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background: #A2C058
}

.swiper-container-vertical&gt;.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal&gt;.swiper-pagination-progressbar,
.swiper-container-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical&gt;.swiper-pagination-progressbar,
.swiper-container-horizontal&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical&gt;.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container&gt;img,
.swiper-zoom-container&gt;svg,
.swiper-zoom-container&gt;canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-scrollbar {
	background: #EEEDF2;
	box-shadow: inset 0px 2px 6px rgba(92, 121, 162, 0.3);
	border-radius: 10px;
	height: 8px
}

.swiper-scrollbar-drag {
	background: #FFFFFF;
	box-shadow: 0px 1px 4px rgba(78, 127, 222, 0.49);
	border-radius: 10px
}

.swiper-pagination-fraction {
	color: #796D60;
	font-size: 15px
}

.swiper-pagination-fraction .swiper-pagination-current {
	font-size: 18px;
	color: #363636;
	margin-right: -2px
}

.swiper-pagination-fraction .swiper-pagination-total {
	margin-left: -2px
}

.selectric-wrapper {
	position: relative;
	cursor: pointer
}

.selectric-responsive {
	width: 100%
}

.selectric {
	border: 1px solid #CABDB0;
	border-radius: 3px;
	background: #fcfaf9;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 40px 0 15px;
	font-size: 16px;
	line-height: 48px;
	color: #363636;
	height: 48px;
	user-select: none;
	text-align: left;
	font-weight: 600
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px !important;
	height: 48px;
	background-color: #fcfaf9;
	text-align: center;
	border: none;
	font-size: 0;
	margin: 0 !important;
	padding: 0;
	line-height: 50px
}

.selectric .button svg {
	display: inline-block;
	vertical-align: middle
}

.selectric .button:hover {
	background: transparent !important
}

.selectric-open {
	z-index: 8
}

.selectric-open .selectric-items {
	display: block
}

.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	user-select: none
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0
}

.selectric-hide-select select {
	position: absolute;
	left: -100%
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	box-sizing: border-box;
	opacity: 0
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fcfaf9;
	border: 1px solid #CABDB0;
	z-index: -1
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	min-height: 20px
}

.selectric-items li {
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
	display: block;
	padding: 10px 15px;
	color: #363636;
	cursor: pointer
}

.selectric-items li:last-child {
	border: none
}

.selectric-items li.selected {
	color: #A2C058
}

.selectric-items li.highlighted {
	color: #A2C058
}

.selectric-items li:hover {
	color: #A2C058
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	user-select: none;
	border-color: rgba(229, 229, 229, 0.5) !important
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	user-select: none;
	background: none;
	color: #444
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1
}

.selectric-items .selectric-group li {
	padding-left: 25px
}

.selectric-above .selectric-items {
	border: 1px solid rgba(229, 229, 229, 0.5)
}

.header {
	z-index: 9;
	background: #fff
}

.header__top {
	background: #363636;
	padding: 8px 0
}

.header__wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.header__download {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #fff
}

.header__download:hover {
	color: #A2C058
}

.header__download svg {
	fill: #A2C058;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 7px 0 0
}

.header__middle {
	padding: 16px 0
}

.header__right {
	width: calc(100% - 326px);
	padding-left: 47px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.header-address {
	font-weight: 300;
	font-size: 15px;
	line-height: 140%;
	color: #515151;
	max-width: 285px
}

.header-address__item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 11px
}

.header-address__item:last-child {
	margin-bottom: 0
}

.header-address__icon {
	position: absolute;
	left: -10px;
	top: 0px;
	width: 22px;
	text-align: center
}

.header-address__icon svg {
	fill: #A2C058
}

.header-info {
	text-align: right
}

.header-info__item {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #363636;
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px
}

.header-info__item:first-child {
	margin-left: 0
}

.header-info__item:hover {
	color: #A2C058
}

.header-info__item svg {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 7px 0 0
}

.header-btns {
	margin-top: 16px
}

.header-btns .btn {
	margin-right: 11px;
	width: 216px
}

.header-btns .btn:last-child {
	margin-right: 0
}

.header__bottom {
	background: #A2C058;
	padding: 6px 0;
    width: 100%;
}

.header.sticky {
    margin-bottom: 60px;
    z-index: 99;
}

.header.sticky .header__bottom {
	position: fixed;
    -webkit-transform: translateY(-157px);
    -ms-transform: translateY(-157px);
    transform: translateY(-157px);
}


.top-nav {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.top-nav li {
	position: relative;
	padding-right: 30px
}

.top-nav li:before {
	content: "";
	position: absolute;
	background: #B89C8C;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	right: 13px;
	top: calc(50% - 2px)
}

.top-nav li a {
	color: inherit;
	white-space: nowrap;
}

.top-nav li a:hover {
	color: #A2C058
}

.top-nav-trigger {
	display: none;
	font-size: 14px;
	line-height: 140%;
	color: #A2C058;
	cursor: pointer;
	border-bottom: 1px dashed #A2C058
}

.top-nav-close {
	position: absolute;
	width: 30px;
	height: 24px;
	bottom: 0;
	right: 15px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px 3px 0px 0px;
	line-height: 20px;
	text-align: center
}

.logo {
	display: block;
	width: 326px;
	flex: none
}

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

.nav {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #363636
}

.nav-item__link {
	color: #363636;
	white-space: nowrap;
	position: relative
}

.nav-item__link:hover {
	color: #515151
}

.nav-item__link.active {
	color: #515151
}

.nav-item__link svg {
	fill: currentColor;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-item__search .nav-item__link:hover svg {
	fill: #FFF
}

.nav-item__catalog {
	display: inline-block;
	background: rgba(255, 255, 255, 0.36);
	box-shadow: inset 0px 0px 4px #A2C058;
	border-radius: 3px;
	padding: 13px 20px
}

.nav-item__catalog svg {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 11px 0 0;
	fill: currentColor
}

.nav-item__catalog:hover {
	background: rgba(255, 255, 255, 0.7)
}

.menu-trigger {
	display: none;
	font-size: 12px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: #A2C058;
	padding: 0 17px 0 44px;
	position: relative
}

.menu-trigger svg {
	fill: currentColor;
	position: absolute;
	width: 20px;
	height: 12px;
	top: calc(50% - 6px);
	left: 15px
}

.header-products-menu .menu-item a {
	padding: 13px;
}

.header-products-menu .current-menu-item a,
.header-products-menu .menu-item:hover a,
.footer-products-menu .current-menu-item a,
.footer-products-menu .menu-item:hover a {
	color: #FFF;
}

.sidebar {
	position: fixed;
	top: 0px;
	bottom: 0;
	z-index: 11;
	overflow: auto;
	left: 0;
	transition: all 0.3s ease;
	width: 100%;
	display: none
}

.sidebar.active {
	overflow-y: auto;
	display: block
}

.sidebar__top {
	height: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #A2C058;
	color: #363636;
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 15px 0 23px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2
}

.sidebar__title svg {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 11px 0 0;
	fill: currentColor
}

.sidebar__close {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px
}

.sidebar__close svg {
	display: inline-block;
	vertical-align: middle
}

.sidebar-btns {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.sidebar-btns .btn {
	width: calc(50% - 5px);
	padding: 0
}

.sidebar-inner {
	background: #fff;
	top: 0;
	width: 100%;
	bottom: 0;
	max-width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	padding: 75px 15px 50px
}

.sidebar-inner:after {
	content: "";
	background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 69.87%);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 99
}

.menu-open {
	overflow: hidden
}

.menu-open .main-wrapper:before {
	background: linear-gradient(0deg, rgba(29, 57, 96, 0.5), rgba(29, 57, 96, 0.5));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	content: ""
}

.s-nav {
	margin-bottom: 38px
}

.s-nav-item {
	padding: 8px 0;
	position: relative;
	border-bottom: 1px solid rgba(184, 156, 140, 0.3)
}

.s-nav-item__link {
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	color: #363636;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.s-nav-item__image {
	width: 45px;
	height: 45px;
	margin-right: 15px;
	flex: none
}

.s-nav-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block
}

.s-nav-item__toggle {
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: right;
	line-height: 40px;
	top: 8px;
	right: 0;
	z-index: 2
}

.s-nav-item__toggle.active {
	transform: rotate(-180deg);
	text-align: left
}

.s-subnav {
	font-size: 14px;
	line-height: 160%;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	display: none
}

.s-subnav li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 10px
}

.s-subnav li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #796D60
}

.s-subnav li a {
	color: #796D60
}

.s-subnav li a:hover {
	color: #978B7E
}

.top-nav-close {
	display: none
}

@media screen and (max-width: 1199px) {
	.logo {
		width: 240px
	}
	.header__right {
		width: auto;
		padding-left: 40px
	}
	.header-btns .btn {
		width: 180px;
		padding: 0
	}
	.header-address {
		max-width: 315px;
		padding-right: 30px
	}
	.header-info {
		flex: none
	}
	.nav {
		font-size: 14px
	}
}

@media screen and (max-width: 991px) {
	.top-nav {
		padding: 20px 15px 43px;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		font-weight: 500;
		font-size: 14px
	}
	.top-nav-item {
		margin-bottom: 24px;
		padding-right: 0
	}
	.top-nav-item:last-child {
		margin-bottom: 0
	}
	.top-nav-item:before {
		display: none
	}
	.top-nav-wrapper {
		position: fixed;
		top: 46px;
		left: 0;
		right: 0;
		background: #363636;
		display: none;
		z-index: 23
	}
	.top-nav-trigger {
		display: block
	}
	.header__download {
		font-size: 14px
	}
	.header__top {
		padding: 13px 0;
		min-height: 46px
	}
	.header-address {
		display: none
	}
	.nav li {
		display: none
	}
	.nav-item:first-child,
	.nav-item:last-child {
		display: block
	}
	.top-nav-close {
		display: block
	}
	
	.header.sticky .header__bottom {			
	    -webkit-transform: translateY(-207px);
	    -ms-transform: translateY(-207px);
	    transform: translateY(-207px);
	}
}

@media screen and (max-width: 767px) {
	.header.sticky .header__bottom {			
	    -webkit-transform: translateY(-289px);
	    -ms-transform: translateY(-289px);
	    transform: translateY(-289px);
	}
	.logo {
		width: 286px;
		position: absolute;
		left: calc(50% - 143px);
		top: 35px;
		z-index: 2
	}
	.header__middle {
		padding: 20px 0
	}
	.header__middle .header__wrapper {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}
	.header__right {
		text-align: center;
		width: 100%;
		padding-left: 0px;
		margin: 0 auto;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}
	.header-btns {
		margin-top: 95px
	}
	.header-info {
		text-align: center
	}
	.header-info__item {
		font-size: 14px;
		font-weight: 500
	}
	.header-info__item svg {
		height: 14px;
		width: auto
	}
	.header .btn {
		width: 140px
	}
	.header .btn svg {
		display: none
	}
	.nav-item:last-child {
		padding-right: 10px
	}
}

.footer {
	position: relative;
	background: #fff
}

.footer__top {
	background: #A2C058;
	padding: 17px 0
}

.footer__main {
	background: no-repeat center top;
	background-size: cover;
	padding: 45px 0 100px
}

.footer__main .y-col {
	padding: 0 45px 30px 15px;
	width: auto
}

.footer__main .y-col:last-child {
	padding-right: 0
}

.footer__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 8px
}

.footer__title a {
	color: #fff
}

.footer__title a:hover {
	color: #A2C058
}

.footer-nav {
	font-size: 16px;
	line-height: 180%;
	color: #EAE3D9;
	margin-bottom: 13px
}

.footer-nav:last-child {
	margin-bottom: 0
}

.footer-products-menu .current-menu-item a,
.footer-products-menu .menu-item:hover a {
	color: #FFF;
}
.footer-nav li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 10px;
	max-width: 200px;
}

.footer-nav li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: #B89C8C;
	width: 4px;
	height: 4px;
	border-radius: 50%
}

.footer-nav li a {
	color: inherit
}

.footer-nav li a:hover {
	color: #A2C058
}

.footer-nav-toggle {
	display: none;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	margin-top: -3px
}

.footer-nav-toggle.active {
	transform: rotate(-180deg)
}

.footer__contact {
	font-size: 14px;
	line-height: 180%;
	color: #EAE3D9
}

.footer__phone {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	display: inline-block;
	margin: 2px 0 12px;
	color: #fff
}

.footer__phone svg {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 3px 0 0;
	fill: #A2C058
}

.footer .btn {
	margin-bottom: 20px;
	widows: 216px
}

.footer__address {
	margin-bottom: 12px;
	line-height: 1.4
}

.footer__address b {
	font-weight: 600;
	color: #fff;
	font-size: 16px
}

.footer__map {
	font-size: 16px;
	line-height: 140%;
	color: #A2C058
}

.footer__map a {
	color: inherit
}

.footer__map a:hover {
	color: #fff
}

.footer-search {
	display: none;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	height: 34px
}

.footer-search__input {
	height: 34px;
	width: calc(100% - 34px);
	background: none;
	border: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #363636
}

.footer-search__input:-moz-placeholder,
.footer-search__input::-moz-placeholder {
	color: #363636;
	opacity: 1
}

.footer-search__input::-webkit-input-placeholder {
	color: #363636
}

.footer-search__btn {
	height: 34px;
	width: 34px;
	color: #363636;
	background: none;
	border: none
}

@media screen and (max-width: 1199px) {
	.footer__main .y-col {
		width: 25%;
		padding: 0 15px 30px
	}
	.footer__main .y-col:last-child {
		width: 100%;
		text-align: center;
		padding: 0 15px 30px
	}
}

@media screen and (max-width: 991px) {
	.footer__top .nav {
		display: none
	}
	.footer-search {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.footer-nav {
		font-size: 14px
	}
}

@media screen and (max-width: 767px) {
	.footer-nav-toggle {
		display: inline-block
	}
	.footer-nav {
		display: none;
		font-size: 14px
	}
	.footer__title {
		margin-top: 20px;
		margin-bottom: 0
	}
	.footer__main .y-col {
		padding-bottom: 0;
		width: 100%
	}
	.footer__main {
		padding: 0px 0 50px
	}
	.footer__contact {
		margin-top: 15px;
		font-size: 12px
	}
	.footer__main .y-col:last-child {
		text-align: left;
		padding-top: 10px
	}
	.footer__top {
		padding: 13px 0
	}
	.footer-nav li:last-child {
		margin-bottom: 0
	}
	.footer__address b {
		font-size: 14px
	}
	.footer__map {
		font-size: 14px
	}
}

.main-wrapper {
	padding: 0;
	min-width: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.wrapper {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative
}

a {
	color: #363636
}

ul {
	list-style: none
}

.hidden {
	display: none
}

.btn,
.btn-wrapper input[type="submit"] {
	background: #A2C058;
	border: none;
	padding: 0 36px;
	font-weight: normal;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	color: #363636;
	display: inline-block;
	transition: all 0.3s ease;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0px 2px 0px #A2C058, 0px 5px 20px rgba(255, 114, 0, 0.3);
	border-radius: 3px;
	font-family: inherit
}

.btn-wrapper input[type="submit"] {
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
	text-transform: uppercase;
    font-weight: 600;
	width: 100%;
}

.btn-wrapper input[type="submit"]:hover {
	background: linear-gradient(180deg, #A2C058 0%, #A2C058 100%);
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
	transition: all 0.3s ease;
	z-index: -1
}

.btn svg {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 10px 0 0;
	fill: currentColor
}

.btn:hover:before {
	opacity: 0
}

.btn_border {
	border: 1px solid #A2C058;
	background: transparent;
	line-height: 48px;
	box-shadow: none;
	overflow: visible
}

.btn_border:before {
	opacity: 0;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px
}

.btn_border:hover {
	background: #A2C058;
	box-shadow: 0px 2px 0px #A2C058, 0px 5px 20px rgba(255, 114, 0, 0.3);
	border-color: transparent
}

.btn_border:hover:before {
	opacity: 1
}

.btn_lg {
	height: 60px;
	line-height: 60px;
	font-weight: 600;
	box-shadow: 0px 4px 0px #A2C058, 0px 10px 35px rgba(255, 114, 0, 0.4)
}

.btn_md {
	height: 54px;
	line-height: 54px;
	box-shadow: 0px 2px 0px #A2C058, 0px 5px 20px rgba(255, 114, 0, 0.3)
}

.btn_sm {
	height: 46px;
	line-height: 46px
}

.btn_sm.btn_border {
	line-height: 44px
}

.btn_upp {
	text-transform: uppercase;
	font-weight: 600
}

.section {
	padding: 0px 0 70px;
	position: relative
}

.section_top {
	padding-top: 70px;
	padding-bottom:20px;
}

.section.section-zero {
	padding-bottom:0px;
}

.section.section-one {
	padding-bottom:30px;
	margin-top:50px;
}

.section.section-inside {
	padding-bottom:1px;
}

.section_grey {

}

.y-row {
	margin: 0 -15px -30px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.y-col {
	padding: 0 15px 30px;
	width: 100%
}

.y-col-3 {
	width: 25%
}

.y-col-9 {
	width: 75%
}

.y-col-3_2 {
	width: 12.5%
}

.y-col-4 {
	width: 33.33%
}

.y-col-5 {
	width: 41.66%
}

.y-col-6 {
	width: 50%
}

.y-col-7 {
	width: 58.33%
}

.y-col-8 {
	width: 66.66%
}

.form .y-col {
	padding: 0 10px 20px;
	position: relative;
	/*max-height: 110px;*/
}

.form .y-row {
	margin: 0 -10px -20px
}

.form-label {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #796D60;
	display: block;
	margin-bottom: 14px
}

.form-label:last-child {
	margin-bottom: -5px
}

.form-input {
	display: block;
	font-family: inherit;
	color: #363636;
	padding: 0 15px;
	background: #FDFDFB;
	border: 1px solid #CABDB0;
	border-radius: 3px;
	height: 50px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	transition: all 0.3s ease
}

textarea.form-input {
    min-height: 120px;
	padding: 15px;
}

.form-input:-moz-placeholder,
.form-input::-moz-placeholder {
	color: #796D60;
	opacity: 1;
	font-weight: normal
}

.form-input::-webkit-input-placeholder {
	color: #796D60;
	font-weight: normal
}

.form-input:focus {
	border: 1px solid #A2C058
}

.form-input.error {
	background: rgba(195, 61, 50, 0.16) !important
}

.form div.error {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 12px;
	color: #C33D32
}

.form-textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	resize: none;
	height: 90px
}

.form-inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.form-inputfile+label {
	font-size: 16px;
	line-height: 120%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	background: #EAEBEA;
	border: 1px solid #363636;
	padding: 0 24px;
	height: 50px;
	line-height: 48px;
	transition: all 0.3s ease
}

.form-inputfile+label:hover {
	color: #fff;
	background: #363636
}

.form .link {
	margin-top: 5px
}

.form .btn {
	width: 100%
}

.form .y-col-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.form .y-col-flex .form-label {
	padding-right: 15px;
	flex: none
}

.row-order {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 15px
}

.row-order__select {
	padding-right: 10px;
	width: calc(100% - 160px)
}

.row-order__input {
	width: 160px;
	padding-right: 10px
}

.row-order__input .form-input {
	text-align: center;
}

.row-order__input .form-input:focus::-webkit-input-placeholder {
  color: transparent
}

.row-order__input .form-input:focus::-moz-placeholder {
  color: transparent
}

.row-order__input .form-input:focus:-moz-placeholder {
  color: transparent
}

.row-order__input .form-input:focus:-ms-input-placeholder {
  color: transparent
}

.row-order__label {
	width: 35px;
	padding-right: 5px;
	margin-bottom: 0;
}

.row-order__remove {
	width: 15px;
	text-align: right;
	position: absolute;
    right: -7px;
}

.link-remove {
	display: block;
	width: 10px;
	height: 10px;
	color: #c4c4c4;
	line-height: 10px
}

.link-remove svg {
	fill: currentColor
}

.link-remove:hover {
	color: #363636
}

.link-add {
	font-size: 14px;
	line-height: 140%;
	color: #796D60;
	display: inline-block
}

.link-add:hover {
	color: #363636
}

.link-add svg {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 8px 0 0
}

.form-hr {
	margin-top: 15px;
	height: 1px;
	border-bottom: 1px dashed #EAE3D9;
	margin-bottom: 15px
}

.form-hr:last-child {
	margin-bottom: 0
}

.form-hr:first-child {
	margin-top: 0
}

.slider-main {
	height: 570px;
	margin-bottom: 0;
	overflow: hidden;
	background-size: cover;
	position: relative
}

.slider-main__slide {
	position: relative;
	height: 570px;
	background: no-repeat center center;
	background-size: cover
}

.slider-main .wrapper {
	position: relative;
	z-index: 2;
	height: 100%;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.slider-main__discount {
	width: 288px;
	height: 60px;
	background: url("../img/bg-discount2.webp") no-repeat;
	background-size: 100% 100%;
	line-height: 60px;
	padding-left: 20px;
	font-style: italic;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	color: #A2C058;
	margin-bottom: 20px
}

.slider-main__discount svg {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 7px 0 0
}

.slider-main__title {
	font-weight: bold;
	font-size: 46px;
	line-height: 60px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px
}

.slider-main__time {
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 42px
}

.slider-main__time span {
	font-weight: bold;
	font-size: 46px;
	line-height: 1;
	border: 1px dashed #A2C058;
	border-radius: 5px;
	padding: 0 5px 5px;
	display: inline-block
}

.slider-main .btn {
	min-width: 266px
}

.slider-main .swiper-button-prev,
.slider-main .swiper-button-next {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	width: 60px;
	height: 80px;
	margin: 0;
	transform: none;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 3;
	color: #fff
}

.slider-main .swiper-button-prev svg,
.slider-main .swiper-button-next svg {
	display: inline-block;
	width: 19px;
	height: 32px;
	stroke: currentColor
}

.slider-main .swiper-button-prev:hover,
.slider-main .swiper-button-next:hover {
	background: rgba(184, 156, 140, 0.4);
	color: #fff
}

.slider-main .swiper-button-prev {
	left: 20px
}

.slider-main .swiper-button-next {
	right: 20px
}

.slider-main .swiper-pagination {
	bottom: 18px
}

.slider-main .swiper-pagination-bullet {
	margin: 0 4px;
	background: rgba(234, 227, 217, 0.16);
	border: 1px solid #EAE3D9;
	border-radius: 3px;
	width: 16px;
	height: 16px
}

.slider-main .swiper-pagination-bullet:hover,
.slider-main .swiper-pagination-bullet-active {
	background: #A2C058
}

.title {
	font-weight: 600;
	font-size: 30px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #363636;
	margin-bottom: 30px;
}

.title_left {
	text-align: left
}

.title_yellow {
	color: #A2C058
}

.subtitle {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	max-width: 425px;
	margin: -15px auto 50px
}

.tabs-nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 52px
}

.tabs-nav__item {
	width: 190px;
	height: 52px;
	line-height: 50px;
	border: 1px solid #A2C058;
	position: relative;
	z-index: 1;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	border-left-width: 0
}

.tabs-nav__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition: all 0.3s ease
}

.tabs-nav__item:first-child {
	border-radius: 10px 0 0 10px;
	border-left-width: 1px
}

.tabs-nav__item:last-child {
	border-radius: 0 10px 10px 0
}

.tabs-nav__item:hover:before {
	opacity: 0
}

.tabs-nav__item.active {
	background: #A2C058;
	border-color: transparent
}

.tabs-nav__item.active:before {
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
}

.tabs-content {
	display: none
}

.tabs-content.active {
	display: block
}

.section-category {
	padding: 70px 0 100px;
}

.category-item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
	border-radius: 6px;
	height: 270px;
	padding: 15px
}

.category-item:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 6px;
	z-index: -1
}

.category-item:after {
	z-index: 1;
	background: linear-gradient(180deg, transparent 48.89%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 6px;
	opacity: 0;
	transition: all 0.3s ease
}

.category-item__name {
	background: #FFFFFF;
	border-radius: 6px;
	display: inline-block;
	padding: 5px 24px;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #363636;
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
	overflow: hidden
}

.category-item__name:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
	opacity: 0;
	transition: all 0.3s ease;
	z-index: -1
}

.category-item__price {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	opacity: 0;
	z-index: 2
}

.category-item__price sup {
	transform: scale(0.6);
	display: inline-block;
	padding-top: 4px
}

.category-item:hover {
	box-shadow: 0px 10px 35px rgba(255, 114, 0, 0.4)
}

/* .category .y-row .y-col:nth-child(7) .category-item {
	border-radius: 17px;
}

.category .y-row .y-col:nth-child(7) .category-item:before {
	border-radius: 17px;
}

.category .y-row .y-col:nth-child(7) {
	position: relative;
}

.category .y-row .y-col:nth-child(7):after {
    content: url('../img/icon_fire.webp');
	position: absolute;
	top: 15px;
    left: 30px;
	opacity: 1;
} */

/* .category .y-row .y-col:nth-child(7) a {
	-webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
    border-width: 5px;
    border-style: solid;
    border-color: #A2C058;
}

.category .y-row .y-col:nth-child(7) a:hover {
	animation: none;
} */

@-webkit-keyframes blinker {
  0% { border-color: #A2C058; }
  50% { border-color: #FFDF74; }
  100% { border-color: #A2C058; }
}
@keyframes blinker {
  0% { border-color: #A2C058; }
  50% { border-color: #FFDF74; }
  100% { border-color: #A2C058; }
}

/* #menu-katalog-reagenty-2 li,
#menu-katalog-reagenty li {
	padding-left: 24px;
}

#menu-katalog-reagenty-2 li:before,
#menu-katalog-reagenty li:before {
	content: url('../img/icon_fire-small.webp');
	top: 0px;
    left: 0;
    width: 0;
    height: 0;
} */

.category-item:hover:before {
	opacity: 1
}

.category-item:hover:after {
	opacity: 1
}

.category-item:hover .category-item__name:after {
	opacity: 1
}

.category-item:hover .category-item__price {
	opacity: 1
}

.category-2 .y-col {
	padding-bottom: 40px
}

.category-2 .y-row {
	margin-bottom: -40px
}

.category-2-title {
	margin-bottom: 7px;
	position: relative
}

.category-2-title__toggle {
	display: none;
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: right;
	line-height: 40px;
	top: calc(50% - 22.5px);
	right: 0;
	z-index: 2
}

.category-2-title__toggle.active {
	transform: rotate(-180deg);
	text-align: left
}

.category-2-title a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #363636
}

.category-2-title a:hover {
	color: #796D60
}

.category-2-title__image {
	width: 60px;
	height: 60px;
	background: url("../img/bg-category-2-item.svg") no-repeat top left;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex: none;
	margin-right: 5px
}

.category-2-title__image img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	object-fit: cover;
	display: block
}

.category-2-list {
	font-size: 16px;
	line-height: 160%;
	padding-left: 10px
}

.category-2-list li {
	margin-bottom: 7px;
	position: relative;
	padding-left: 14px
}

.category-2-list li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #796D60
}

.category-2-list li a {
	color: #796D60
}

.category-2-list li a:hover {
	color: #f7b207;
}

.block-about {
	background: url("../img/bg-block-about.webp") no-repeat 32% 15px
}

.block-about .btn {
	min-width: 220px
}

.block-about .text {
	margin-bottom: 50px
}

.block-about-2 {
	background-position: 50% 15px;
	margin-top:50px;
}

.block-about-3 {
	background-position: 50% center
}

.block-about-3 .y-row {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.text {
	font-size: 16px;
	line-height: 26px;
	color: #515151;
	margin-bottom: 30px
}

.text h1,
.text h2,
.text h3,
.text h4 {
	color: #363636;
	margin-bottom: 20px
}

.text:last-child,
.text p:last-child {
	margin-bottom: 0;
	text-align: justify
}

.text p {
	margin-bottom: 20px;
	text-align: justify
}

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

.text a {
	color: #363636;
	text-decoration: underline
}

.text a:hover {
	color: #A2C058
}

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

.text-center {
	text-align: center
}

.text ul {
	margin-bottom: 20px;
	padding-top: 0px;
}

.text ul:last-child {
	margin-bottom: 0
}

.text ul li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
	text-align: justify;
}

.text ul li:last-child {
	margin-bottom: 0
}

.text ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	background: #363636;
	border-radius: 50%
}

.text ol {
	margin-bottom: 20px;
	padding-top: 10px;
	counter-reset: section;
	list-style: none
}

.text ol:last-child {
	margin-bottom: 0
}

.text ol li {
	padding-left: 30px;
	margin-bottom: 8px;
	position: relative
}

.text ol li:last-child {
	margin-bottom: 0
}

.text ol li:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	font-weight: bold;
	font-size: 18px;
	color: #363636;
	counter-increment: section;
	content: counter(section) ". "
}

.slider-about {
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-top: 18px;
	margin-left: -20px
}

.slider-about:after {
	content: "";
	position: absolute;
	z-index: -1;
	background: url("../img/bg-about-slider.svg") no-repeat right bottom;
	background-size: cover;
	width: 162px;
	height: 162px;
	bottom: -25px;
	right: -25px
}

.slider-about-item {
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	background: no-repeat center center;
	background-size: cover;
	height: 310px;
	display: block;
	margin: 0 20px;
	position: relative;
	overflow: hidden
}

.slider-about-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(54, 54, 54, 0.6)
}

.slider-about-item__play {
	width: 91px;
	height: 91px;
	background: #A2C058;
	border-radius: 10px;
	position: absolute;
	top: calc(50% - 45.5px);
	left: calc(50% - 45.5px);
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}

.slider-about .swiper-pagination-fraction {
	bottom: -30px
}

.slider-about .swiper-button-prev {
	left: 20px
}

.slider-about .swiper-button-next {
	right: 20px
}

.swiper-slide-active .slider-about-item:before {
	opacity: 0
}

.slider-photo {
	position: relative;
	margin-bottom: 40px
}

.slider-photo-item {
	position: relative;
	border-radius: 3px;
	padding-bottom: 70%;
	overflow: hidden;
	display: block
}

.slider-photo-item img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.slider-provider .swiper-slide img {
	width: auto;
	height: auto;
	max-height: 50px;
	display: block;
    margin: 0 auto;
}

.slider-photo .swiper-button-prev,
.slider-photo .swiper-button-next {
	background: rgba(184, 156, 140, 0.4)
}

.slider-photo .swiper-button-prev:hover,
.slider-photo .swiper-button-next:hover {
	background: rgba(184, 156, 140, 0.8)
}

.slider-photo .swiper-button-prev {
	left: -60px
}

.slider-photo .swiper-button-next {
	right: -60px
}

.section-registry {
	padding: 50px 0 70px
}

.block-registry {
	background: #FFFFFF;
	border: 4px solid #A2C058;
	border-radius: 6px;
	position: relative;
	padding: 24px 30px 24px 290px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: 40px
}

.block-registry__image {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 261px;
	width: 283px
}

.block-registry__image img {
	display: block
}

.block-registry__image svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.block-registry__left {
	width: calc(100% - 370px);
	padding-right: 30px
}

.block-registry__right {
	width: 370px;
	color: #A2C058;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase
}

.block-registry__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 5px
}

.block-registry__title span {
	font-weight: normal
}

.block-registry__year {
	font-weight: 600;
	font-size: 80px;
	margin-bottom: -5px;
	padding: 0 8px
}

.block-registry__text-2 span {
	color: #363636;
	display: block;
	padding-top: 8px
}

.archive-discount .swiper-slide {
	padding: 15px;
}

.slider-discount {
	position: relative;
	margin-bottom: 40px
}

.slider-discount-item {
	height: 310px;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
	border-radius: 6px;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px
}

.slider-discount-item:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease
}

.slider-discount-item:hover:before {
	background: rgba(0, 0, 0, 0.5);
}

.slider-discount-item&gt;* {
	position: relative;
	z-index: 2
}

.slider-discount-item__discount {
	background: url("../img/disc.webp") no-repeat;
	background-size: 100% 100%;
	width: 207px;
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	font-weight: 600;
	font-size: 20px;
	font-style: italic;
	color: #A2C058;
	text-transform: uppercase
}

.slider-discount-item__discount svg {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 0
}

.slider-discount-item .btn {
	width: 210px
}

.slider-discount-item__text {
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 43px
}

.slider-discount-item__text span {
	text-transform: none;
	border-bottom: 1px dashed #fff
}

.slider-discount-item__text sup {
	display: inline-block;
	transform: scale(0.6);
	padding-top: 4px
}

.slider-discount .swiper-button-prev,
.slider-discount .swiper-button-next {
	background: rgba(184, 156, 140, 0.4)
}

.slider-discount .swiper-button-prev:hover,
.slider-discount .swiper-button-next:hover {
	background: rgba(184, 156, 140, 0.8)
}

.slider-discount .swiper-button-prev {
	left: -60px
}

.slider-discount .swiper-button-next {
	right: -60px
}

.section-advantages {
	background: no-repeat center center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 80px
}

.advantages .y-col {
	padding-bottom: 80px
}

.advantages .y-row {
	margin-bottom: -80px
}

.advantages-item {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #fff
}

.advantages-item small {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}

.advantages-item__image {
    position: relative;
	display: block;
	width: auto;
	height: 115px;
	margin: 0 auto 15px
}
.advantages-item .advantages-icon {
	position: relative;
}
.advantages-item .advantages-icon:before {
	content: '';
	position: absolute;
	background-image: url(../img/adv-before.svg);
	width: 115px;
	height: 115px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	transition: all 0.3s ease;
}
.advantages-item:hover .advantages-icon:before {
	transform: rotate(90deg);
}

.products-item {
	background: linear-gradient(180deg, #fff 46.18%, #F3ECE1 100%);
	border-radius: 6px;
	height: 100%;
	overflow: hidden;
	text-align: center
}

.products-item__image {
	height: 185px;
	display: block;
	background: no-repeat center center;
	background-size: cover;
	margin-bottom: 20px
}

.products-item__info {
	padding: 0 30px 25px
}

.products-item__name {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 4px;
	min-height: 38px
}

.products-item__name a {
	color: #363636
}

.products-item__name a:hover {
	color: #A2C058
}

.products-item__price {
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 21px
}

.products-item__price b {
	font-weight: 600
}

.products-item__price sup {
	display: inline-block;
	transform: scale(0.6);
	margin-top: -4px
}

.products-item .btn {
	width: 100%;
	padding: 0 10px
}

.other-products {
	padding: 50px 0 70px;
}

.other-products .text {
	padding-top: 30px;
}

.slider-products {
	position: relative;
	margin-bottom: 40px
}

.slider-products .swiper-button-prev,
.slider-products .swiper-button-next {
	background: rgba(184, 156, 140, 0.4)
}

.slider-products .swiper-button-prev:hover,
.slider-products .swiper-button-next:hover {
	background: rgba(184, 156, 140, 0.8)
}

.slider-products .swiper-button-prev {
	left: -60px
}

.slider-products .swiper-button-next {
	right: -60px
}

.slider-products .swiper-slide {
	height: auto
}

.services {
	padding-bottom: 30px;
	padding-top: 15px;
}

.services-item:hover .services-item__name {
    color: #006262;
    z-index: 9999;
}

.services .swiper-container {
	overflow: visible
}

.services .swiper-wrapper {
	margin: 0 -15px -30px;
	width: calc(100% + 30px)
}

.services .swiper-slide {
    width: 33.333%;
	padding: 0 15px 30px
}

.services .swiper-button-prev,
.services .swiper-button-next {
	display: none
}

.services-item {
	text-align: center;
	position: relative;
}

.services-item__image {
	height: 375px;
	background: #FAF7F3 no-repeat center center;
	background-size: contain;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 23px;
	border-radius: 6px;
	z-index: 1
}

.services-item__image-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FAF7F3;
	border-radius: 6px;
	z-index: 1
}

.services-item__image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
	width: auto;
	height: auto
}

.services-item__image:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px;
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 6px
}

.services-item__image.services-item__available:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(27, 27, 27, 0.75);
	border-radius: 6px;
	opacity: 0;
	z-index: 2;
	transition: all 0.3s ease
}

.services-item__image .services-item__price {
	display: inline-block
}

.services-item__price {
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
    border-radius: 6px;
    text-align: center;
    padding: 11px 35px 11px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 140%;
    transition: all 0.3s ease;
    z-index: 3;
    opacity: 0;
    display: none;
    position: absolute;
    left: 20px;
    bottom: 28px;
}

.services-item__price b {
	font-weight: 600
}

.services-item__price sup {
	display: inline-block;
	transform: scale(0.6);
	margin-top: -4px;
	margin-bottom: -4px;
	line-height: 1
}

.services-item__name {
	font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #363636;
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: 999;
}

.services-item__name:hover {
	color: #A2C058
}

.services-item:hover .services-item__image {
	box-shadow: 0px 10px 35px rgba(255, 114, 0, 0.4)
}

.services-item:hover .services-item__image.services-item__available:after {
	opacity: 1
}

.services-item:hover .services-item__image:before {
	opacity: 1
}

.services-item:hover .services-item__price {
	opacity: 1
}

.section-form {
	background: no-repeat center;
	background-size: cover;
	padding-top: 95px;
	padding-bottom: 95px
}

.section-form__phone {
	text-align: center
}

.section-form__phone a {
	font-weight: 600;
	font-size: 20px;
	line-height: 140%;
	color: #fff
}

.section-form__phone a svg {
	margin: -4px 10px 0 0;
	display: inline-block;
	vertical-align: middle
}

.section-form_2 .title {
	color: #363636
}

.section-form_2 .subtitle {
	color: #363636
}

.section-form_2 .section-form__phone a {
	color: #363636
}

.section-form_2 .section-form__phone a:hover {
	color: #A2C058
}

.block-form {
	background: #FFFFFF;
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding: 30px 35px;
	margin-bottom: 70px
}

.slider-reviews {
	position: relative;
	margin-bottom: 40px
}

.slider-reviews .swiper-button-prev,
.slider-reviews .swiper-button-next {
	background: rgba(184, 156, 140, 0.4)
}

.slider-reviews .swiper-button-prev:hover,
.slider-reviews .swiper-button-next:hover {
	background: rgba(184, 156, 140, 0.8)
}

.slider-reviews .swiper-button-prev {
	left: -60px
}

.slider-reviews .swiper-button-next {
	right: -60px
}

.slider-reviews .swiper-container {
	padding: 30px;
	margin: -30px
}

.slider-reviews .swiper-pagination {
	bottom: -10px
}

.reviews-item {
	margin-bottom: 20px;
	position: relative;
	z-index: 1
}

.reviews-item:before {
	content: "";
	position: absolute;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 45px;
	top: 75px;
	bottom: -20px;
	left: 30px;
	right: 0;
	z-index: -1
}

.reviews-item__inner {
	background: #FFFFFF;
	border-radius: 0px 0px 0px 45px;
	padding: 40px 40px 30px 40px
}

.reviews-item__icon {
	position: absolute;
	top: 44px;
	right: 40px
}

.reviews-item__logo {
	height: 44px;
	margin-bottom: 30px
}

.reviews-item__logo img {
	max-height: 100%;
	width: auto;
	display: block
}

.reviews-item__text {
	margin-bottom: 15px
}

.reviews-item__text br {
	display: none;
}

.reviews-item__bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.reviews-item__link {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #363636
}

.reviews-item__link:hover {
	color: #A2C058
}

.reviews-item__letter {
	height: 110px;
	border: 1px solid #EAE3D9;
	position: relative;
	z-index: 1;
	margin-right: 15px
}

/*.reviews-item__letter:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 8px;
	left: 8px;
	right: 0;
	bottom: 0
}*/

.reviews-item__letter img {
	height: 100%;
	width: auto;
}

.reviews-item__date {
	font-size: 14px;
	line-height: 140%;
	color: #978B7E;
	padding-bottom: 20px;
	position: relative
}

.reviews-item__date:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 6px;
	border-radius: 5px;
	background: #EAE3D9;
	width: 50px
}

.reviews-item__person {
	border: 1px solid #EAE3D9;
	border-radius: 3px;
	height: 44px;
	line-height: 42px;
	padding: 0 12px;
	color: #978B7E;
	display: inline-block
}

.reviews-item__person svg {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 6px 0 0;
	fill: currentColor
}

.swiper-slide-next .reviews-item:before {
	border-radius: 0 0 45px 0;
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.08);
	left: 0;
	right: 30px
}

.swiper-slide-next .reviews-item__inner {
	border-radius: 0 0 45px 0;
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.08)
}

.swiper-slide-active .reviews-item:before {
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.08)
}

.swiper-slide-active .reviews-item__inner {
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.08)
}

.archive-reviews {
    padding-top: 30px;
}

.archive-reviews .reviews-item {
    padding: 15px;
    margin-bottom: 0;
    height: 100%;
}

.archive-reviews .reviews-item__inner {
    border-radius: 6px;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 8%);
    height: 100%;
}

.archive-reviews .reviews-item:before {
	display: none;
}

.btn-showall {	
    display: block;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center;
}

.btn-showall .btn:last-child {	
    margin-left: 10px;
}

.styled-checkbox {
	position: absolute;
	opacity: 0
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	padding-left: 40px;
	color: #363636;
	display: inline-block;
	transition: all 0.3s ease
}

.styled-checkbox+label:before {
	content: '';
	width: 24px;
	height: 24px;
	background: white;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 2px;
	border: 1px solid rgba(54, 54, 54, 0.2);
	transition: all 0.3s ease
}

.styled-checkbox:checked+label:before {
	border-color: #363636
}

.styled-checkbox+label:after {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 1px;
	background: #363636;
	opacity: 0;
	transition: all 0.3s ease
}

.styled-checkbox:checked+label:after {
	opacity: 1
}

.popup {
	padding: 50px 70px 60px;
	background: #FFFFFF;
	box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	width: 94%;
	max-width: 570px;
	overflow: visible
}

.popup-catalog {
	max-width: 1200px;
}

.popup__title {
	font-weight: 600;
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase
}

.popup-catalog .popup__title {
	margin-bottom: 30px;
}

.popup .form .btn {
	width: 230px;
	margin-top: 10px
}

.popup_lg {
	max-width: 770px
}

.text-nobtm {
	margin-bottom: 0
}

.breadcrumbs {
	font-weight: 300;
	font-size: 15px;
	line-height: 140%;
	color: #FFFFFF;
	margin-bottom: 30px
}

.breadcrumbs-item {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%
}

.breadcrumbs-item:last-child {
	padding-right: 0
}

.breadcrumbs-item:last-child:after {
	display: none
}

.breadcrumbs-item:after {
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	right: 7px;
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
	width: 8px;
	height: 12px
}

.breadcrumbs-item__link {
	color: inherit
}

.breadcrumbs-item__link:hover {
	color: #A2C058
}

.breadcrumbs_dark {
	color: #515151
}

.breadcrumbs_dark .breadcrumbs-item:after {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%23FFB700' stroke-width='2'/%3E%3C/svg%3E%0A")
}

.breadcrumbs_dark .breadcrumbs-item__link {
	color: inherit
}

.breadcrumbs_dark .breadcrumbs-item__link:hover {
	color: #A2C058
}

.section-top-inside {
	background-color: #FFF;
	background-image: url("../img/bg-section-top-inside.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	min-height: 240px;
	padding: 13px 0 30px;
	z-index: 1
}

.section-top-inside:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(27, 27, 27, 0.6);
	z-index: -1
}

.section-top-inside__info {
	background: rgba(27, 27, 27, 0.63);
	border-radius: 6px;
	padding: 15px 20px;
	font-weight: 600;
	font-size: 30px;
	color: #A2C058;
	display: inline-block
}

.section-top-inside__info sup {
	display: inline-block;
	transform: scale(0.6);
	vertical-align: top;
	margin-top: -4px
}

.section-top-inside .title-main {
	margin-bottom: 15px
}

.section-inside {
	padding-top: 13px
}

.title-main {
	font-weight: bold;
	font-size: 46px;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 35px
}

.title-main_dark {
	color: #363636
}

.table-wrap {
	padding: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 7px
}

.table-wrap:before {
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(196, 196, 196, 0.4);
	border-radius: 6px;
	content: "";
	position: absolute;
	bottom: -7px;
	left: 10px;
	right: 10px;
	top: 50%;
	z-index: -1
}

.table-wrap:after {
	content: "";
	z-index: 1;
	background: #FFFFFF;
	box-shadow: 0px 6px 14px rgba(196, 196, 196, 0.4);
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.table-wrap .table-wrap-overflow {
	width: 100%;
	z-index: 2;
	position: relative
}

.table-wrap .table-wrap-overflow::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

.table-wrap .table-wrap-overflow::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 6px
}

.table-wrap .table-wrap-overflow::-webkit-scrollbar-thumb {
	background: #A2C058;
	border-radius: 6px
}

.table-wrap .table-wrap-overflow::-webkit-scrollbar-thumb:hover {
	background: #A2C058
}

.table-wrap+.block-order {
	margin-top: 60px
}

.table {
	width: 100%;
	position: relative;
	z-index: 2
}

.table th {
	background: #F7F1E9;
	border-bottom: 1px solid #A2C058;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	padding: 19px 10px;
	vertical-align: middle
}

.table th:first-child {
	border-radius: 3px 0 0 3px;
	text-align: left;
	padding-left: 30px
}

.table th:last-child {
	border-radius: 0 3px 3px 0;
	padding-right: 30px
}

.table td {
	vertical-align: middle;
	padding: 10px 10px;
	text-align: center;
	font-size: 15px;
	line-height: 140%
}

.table td:first-child {
	padding-left: 30px;
	text-align: left
}

.table td:last-child {
	padding-right: 30px;
	text-align: right
}

.table tr:nth-child(2n+2) td {
	background: #F8F8F8
}

.column-1 a {
	color: #363636;
	position: relative
}

.column-1 a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #A2C058;
	opacity: 1;
	transition: all 0.3s ease
}

.column-1 a:hover {
	color: #A2C058
}

.table__order {
	position: relative
}

.table__order .btn {
	opacity: 0
}

.table__order span {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 46px
}

.table__order:hover span {
	opacity: 0
}

.table__order:hover .btn {
	opacity: 1
}

.table .btn {
	padding: 0 32px
}

.text-info {
	font-size: 14px;
	line-height: 26px;
	margin-top: 35px;
	margin-bottom: 35px
}

@media screen and (max-width: 767px) {
	.text-info+h2.title {
		padding-top: 30px;
	}
}

.more-info-btn{
	width: 18px;
	vertical-align: middle;
	height: 18px;
	border: 1px solid #c3c3c3;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	margin-left: 6px;
	/* position: relative; */
}
.more-info-btn:after{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: '?';
	color: #c3c3c3;
	font-size: 11px;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	  align-items: center;
}
.more-info-btn:hover{
	border-color: #A2C058;
	background-color: #A2C058;
}
.more-info-btn:hover:after{
	color: #fff;
}
.more-info{
	cursor: default;
	position: absolute;
	/* top: 20px; */
	white-space: normal;
	z-index: 15;
	display: none;
	font-size: 12px;
	line-height: 12px;
    font-weight: 400;
	background-color: #fff;
	padding: 15px;
	border-radius: 4px;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-backface-visibility: hidden;
	width: auto;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 2, 0.32);
	box-shadow: 0 1px 4px rgba(0, 0, 2, 0.32);
	margin: 30px 0 0 -7px;
}
.more-info:after, .more-info:before {
	bottom: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.more-info:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.more-info:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eee;
	border-width: 7px;
	margin-left: -7px;
}
.more-info-btn:hover&gt;.more-info{
	/* visibility: visible; */
	/* opacity: 1; */
	/* -webkit-transform: translateY(0); */
	      /* transform: translateY(0); */
	display: block;
}

.star {
	color: #A2C058;
	font-size: 16px;
	font-weight: 600
}

.block-order {
	margin-bottom: 30px
}

.block-order .y-row {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.block-order .y-col {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.block-order__right {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.block-order__right .btn {
	margin-left: 80px;
	width: 220px
}

.link-download {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #363636;
	text-transform: uppercase;
	margin-right: 80px
}

.link-download:last-child {
	margin-right: 0
}

.link-download img {
	margin-right: 8px;
	flex: none
}

.link-download span {
	font-weight: normal
}

.link-download:hover {
	color: #A2C058
}

.phone {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #363636
}

.phone svg {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 9px 0 0;
	fill: #A2C058
}

.phone:hover {
	color: #A2C058
}

.map {
	height: 360px;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	overflow: hidden
}

.section-faq {
	background-color: #181818;
	background-image: url("../img/faq-bg.webp");
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;*/
	padding: 60px 0
}

.faq-item {
	margin-bottom: 10px
}

.faq-item:last-child {
	margin-bottom: 0
}

.faq-item__title {
	background: #EAE3D9;
	box-shadow: 0px 2px 0px #A2C058, 0px 5px 20px rgba(255, 114, 0, 0.3);
	border-radius: 3px;
	cursor: pointer;
	padding: 19px 50px 19px 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	position: relative;
	transition: all 0.3s ease;
	z-index: 2
}

.faq-item__title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
	opacity: 0;
	transition: all 0.3s ease;
	border-radius: 3px
}

.faq-item__title span {
	position: absolute;
	top: calc(50% - 20px);
	right: 20px;
	width: 40px;
	height: 40px;
	transition: all 0.3s ease;
	border-radius: 3px
}

.faq-item__title span:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #363636;
	border-radius: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 8px)
}

.faq-item__title span:after {
	content: "";
	width: 2px;
	height: 16px;
	background: #363636;
	border-radius: 2px;
	position: absolute;
	left: calc(50% - 1px);
	top: calc(50% - 8px);
	transition: all 0.3s ease
}

.faq-item__title.active {
	box-shadow: 0px 2px 0px #A2C058, 0px 5px 20px rgba(255, 114, 0, 0.3)
}

.faq-item__title.active:before {
	opacity: 1
}

.faq-item__title.active span {
	background: rgba(184, 156, 140, 0.4)
}

.faq-item__title.active span:after {
	transform: rotate(-90deg)
}

.faq-item__content {
	margin-top: -5px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0px 6px 6px 0px;
	display: none;
	padding: 30px 30px 25px
}

.slider-sertificates {
	position: relative;
	margin-bottom: 25px
}

.slider-sertificates .swiper-button-prev,
.slider-sertificates .swiper-button-next {
	background: rgba(184, 156, 140, 0.4)
}

.slider-sertificates .swiper-button-prev:hover,
.slider-sertificates .swiper-button-next:hover {
	background: rgba(184, 156, 140, 0.8)
}

.slider-sertificates .swiper-button-prev {
	left: -60px
}

.slider-sertificates .swiper-button-next {
	right: -60px
}

.slider-sertificates .swiper-container {
	padding: 15px;
	margin: -15px
}

.slider-sertificates .swiper-pagination {
	bottom: -25px
}

.slider-sertificates-item {
	background: #FFFFFF;
	box-shadow: 0px 6px 15px rgba(70, 74, 97, 0.21);
	border-radius: 3px;
	height: 280px;
	padding-bottom: 140%;
	position: relative;
	display: block
}

.slider-sertificates-item img {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	object-fit: cover;
	border-radius: 3px;
	box-shadow: 0px 6px 15px rgba(70, 74, 97, 0.21)
}

.slider-sertificates-item svg {
	position: absolute;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	opacity: 0;
	transition: all 0.3s ease
}

.slider-sertificates-item:hover svg {
	opacity: 1
}

.block-about__image {
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 20px
}

.block-about__image:after {
	content: "";
	position: absolute;
	z-index: -1;
	background: url("../img/bg-about-slider.svg") no-repeat right bottom;
	background-size: cover;
	width: 162px;
	height: 162px;
	bottom: -25px;
	right: -25px
}

.block-about__image img {
	width: 100%;
	border-radius: 6px;
	display: block;
	height: auto
}

.why-item {
	text-align: center
}

.why-item__icon {
	height: 61px
}

.why-item__text b {
	font-weight: 600
}

.why-item_border {
	border: 1px dashed #A2C058;
	border-radius: 6px;
	padding: 25px 20px
}

.city ul {
	font-size: 16px;
	line-height: 22px;
	column-count: 4;
	margin-bottom: 0;
	padding-top: 0;
}

.city ul li:before,
.city ul li:after {
	display: none;
}

.city li {
	break-inside: avoid;
	padding-left: 10px!important
}

.city li a:after {
	content: "";
	position: absolute;
	background: currentColor;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	top: calc(50% - 2px);
	left: 0
}

.block-product {
	margin-bottom: 50px
}

.block-product__image {
	position: relative
}

.block-product__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px
}

.block-product__image .section-top-inside__info {
	position: absolute;
	left: 10px;
	bottom: 15px;
	z-index: 2;
	font-size: 24px
}

.section-404 {
	text-align: center;
	padding-top: 135px;
	padding-bottom: 160px
}

.section-404 img {
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
	height: auto
}

.section-404__title {
	font-weight: 600;
	font-size: 22px;
	line-height: 140%;
	text-transform: uppercase
}

.section-404 .btn {
	width: 240px
}

.table-mobile {
	display: none
}

.table-btn {
	display: none
}
.archive-prices .tabs-nav {
	margin-bottom: 25px;
}
.archive-prices .table-wrap {
	margin-bottom: 30px;
}
.archive-prices .tabs-content h2.title {
	margin-bottom: 15px;
}
.pricelist-anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 15px;
}
.pricelist-anchor li {
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}
.pricelist-anchor a {
    border-bottom: 1px solid #A2C058;
}
.pricelist-anchor li:hover a {
    color: #A2C058;
}

@media screen and (max-width: 1359px) {
	.slider-main .swiper-button-prev,
	.slider-main .swiper-button-next {
		display: none
	}
	.slider-discount,
	.slider-products,
	.slider-reviews,
	.slider-photo,
	.slider-sertificates {
		margin-left: 60px;
		margin-right: 60px
	}
	.products-item__info {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width: 1199px) {
	.slider-main__slide,
	.slider-main {
		height: 600px
	}
	.block-registry__year {
		font-size: 60px
	}
	.block-registry__right {
		width: 270px;
		font-size: 20px
	}
	.block-registry__left {
		width: calc(100% - 270px);
		padding-right: 20px
	}
	.block-registry {
		margin-top: 20px
	}
	.services .y-row {
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}
	.services .y-col {
		width: 33.33%
	}
	.reviews-item__inner {
		padding: 30px
	}
	.table td:first-child {
		padding-left: 15px
	}
	.table tr:first-child {
		padding-left: 15px;
		display: none;
	}
	.table td:last-child {
		padding-right: 15px
	}
	.table tr:last-child {
		padding-right: 15px
	}
	.link-download {
		margin-right: 40px
	}
	.block-order__right .btn {
		margin-left: 40px
	}
	.section-404 {
		padding-top: 70px;
		padding-bottom: 70px
	}
}

@media screen and (max-width: 991px) {
	.block-order__right {
		display: none!important;
	}
	
	.table-btn {
		display: block;
		padding-top: 20px;
		text-align: center;
	}
	
	.table-btn .btn {
		margin: 0 auto;
		display: inline-block;
	}
	
	.st-val .btn_border {
		display: none;
	}
	
	.st-head-row a {
		position: relative;
	}
	
	.table th:first-child {
		padding-left: 15px;
	}
	
	.table th {
		border-bottom: 0;
	}
	
	.st-head-row a:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background: #A2C058;
		opacity: 1;
		transition: all 0.3s ease;
	}
	
	.large-only {
		display: none
	}
	.slider-main__discount {
		width: 183px;
		height: 38px;
		line-height: 38px;
		padding-left: 15px;
		font-size: 18px
	}
	.slider-main__discount svg {
		width: 18px
	}
	.slider-main__title {
		font-size: 36px;
		line-height: 40px
	}
	.slider-main__time {
		font-size: 26px
	}
	.slider-main__time span {
		font-size: 36px
	}
	.btn {
		font-size: 12px;
		height: 42px;
		line-height: 42px;
		padding: 0 20px
	}
	.btn.btn_border {
		line-height: 40px
	}
	.btn_sm {
		height: 36px;
		line-height: 36px;
		font-size: 12px
	}
	.btn_lg {
		height: 50px;
		line-height: 50px
	}
	.slider-main .btn {
		min-width: 200px
	}
	.slider-main__slide,
	.slider-main {
		height: 530px
	}
	.slider-main .swiper-button-prev {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 24px;
		height: 30px;
		border-radius: 3px;
		top: auto;
		margin-top: 0;
		bottom: 15px;
		right: 54px;
		left: auto
	}
	.slider-main .swiper-button-prev svg {
		width: 6px;
		height: 12px
	}
	.slider-main .swiper-button-prev svg path {
		stroke-width: 5 !important
	}
	.slider-main .swiper-button-next {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 24px;
		height: 30px;
		border-radius: 3px;
		right: 15px;
		top: auto;
		margin-top: 0;
		bottom: 15px
	}
	.slider-main .swiper-button-next svg {
		width: 6px;
		height: 12px
	}
	.slider-main .swiper-button-next svg path {
		stroke-width: 5 !important
	}
	.slider-main .swiper-pagination {
		left: 15px;
		bottom: 25px;
		width: auto
	}
	.slider-main .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		border-radius: 1px;
		margin: 0 5px 0 0
	}
	.title {
		font-size: 26px
	}
	.section {
		padding: 0px 0 50px
	}
	.section_top {
		padding-top: 40px
	}
	.tabs-nav {
		margin-bottom: 30px
	}
	.category-item__price {
		opacity: 1;
		font-size: 14px;
		bottom: 15px;
		text-shadow: 0px 1px 2px rgba(27, 27, 27, 0.45)
	}
	.category-item:after {
		opacity: 1
	}
	.category-item__name {
		position: absolute;
		max-width: calc(100% - 30px);
		top: 50%;
		transform: translateY(-50%);
		font-size: 12px
	}
	.category-item {
		height: auto;
		padding-top: 0;
		padding-bottom: 96%
	}
	.category-2-title__image {
		width: 45px;
		height: 45px;
		background: none;
		margin-right: 15px
	}
	.category-2-title a {
		font-size: 15px
	}
	.category-2-list {
		font-size: 14px
	}
	.category-2-title__toggle {
		display: block
	}
	.category-2 .y-col {
		width: 100%;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid rgba(184, 156, 140, 0.3);
		padding: 8px 0;
		margin: 0 15px
	}
	.category-2 .y-col:first-child {
		border-top: 1px solid rgba(184, 156, 140, 0.3)
	}
	.category-2-list {
		display: none;
		padding-top: 15px;
		padding-bottom: 0px
	}
	.category-2-list li {
		margin-bottom: 10px;
		padding-left: 10px
	}
	.category-2-list li:before {
		top: 8px
	}
	.category-2-title {
		margin-bottom: 0
	}
	.category-2 .y-row {
		margin-bottom: 0
	}
	.slider-about {
		margin-right: 20px
	}
	.slider-about-item {
		height: 300px
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 24px;
		height: 30px;
		margin-top: -15px
	}
	.swiper-button-prev svg,
	.swiper-button-next svg {
		width: 8px;
		height: 12px
	}
	.swiper-button-prev svg path,
	.swiper-button-next svg path {
		stroke-width: 4 !important
	}
	.slider-about-item__play {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
		border-radius: 6px
	}
	.slider-about-item__play svg {
		width: 30px
	}
	.slider-discount,
	.slider-products,
	.slider-reviews,
	.slider-photo,
	.slider-sertificates {
		margin-right: -15px;
		margin-left: -15px;
		padding-bottom: 55px;
		margin-bottom: 0
	}
	.swiper-pagination {
		width: auto;
		text-align: left;
		left: 15px;
		bottom: 8px
	}
	.slider-photo .swiper-button-next,
	.slider-discount .swiper-button-next,
	.slider-products .swiper-button-next,
	.services .swiper-button-next,
	.slider-reviews .swiper-button-next,
	.slider-sertificates .swiper-button-next {
		right: 15px;
		top: auto;
		margin-top: 0;
		bottom: 0
	}
	.slider-photo .swiper-button-prev,
	.slider-discount .swiper-button-prev,
	.slider-products .swiper-button-prev,
	.services .swiper-button-prev,
	.slider-reviews .swiper-button-prev,
	.slider-sertificates .swiper-button-prev {
		left: auto;
		right: 54px;
		top: auto;
		margin-top: 0;
		bottom: 0
	}
	.slider-photo .swiper-slide,
	.slider-discount .swiper-slide,
	.slider-products .swiper-slide {
		width: 265px
	}
	.slider-photo .swiper-container,
	.slider-discount .swiper-container,
	.slider-products .swiper-container {
		padding: 0 15px
	}
	.slider-sertificates .swiper-slide {
		width: 200px
	}
	.slider-sertificates .swiper-pagination {
		bottom: 8px
	}
	.slider-sertificates .swiper-container {
		margin: -15px 0
	}
	.slider-reviews .swiper-container {
		padding: 30px 45px
	}
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		border: none;
		background: rgba(184, 156, 140, 0.4);
		border-radius: 1px;
		margin: 0 8px 0 0
	}
	.swiper-pagination-bullet-active {
		background: #A2C058
	}
	.block-registry {
		margin-top: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.block-registry__left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px
	}
	.slider-discount-item__discount {
		width: 160px;
		height: 45px;
		line-height: 45px;
		font-size: 13px;
		padding-left: 11px
	}
	.slider-discount-item__discount svg {
		width: 11px;
		height: 11px
	}
	.slider-discount-item {
		padding: 25px 20px 35px
	}
	.slider-discount-item__text {
		font-size: 16px;
		margin-bottom: 27px
	}
	.slider-discount-item .btn {
		width: 160px;
		padding: 0 10px
	}
	.advantages-item {
		font-size: 16px;
		line-height: 20px
	}
	.advantages .y-col {
		padding-bottom: 50px
	}
	.advantages .y-row {
		margin-bottom: -50px
	}
	.services .swiper-slide {
		width: 295px
	}
	.services {
		padding-bottom: 52px;
		position: relative;
		margin-bottom: 52px;
	}
	.services .swiper-button-prev,
	.services .swiper-button-next {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: rgba(184, 156, 140, 0.4)
	}
	.services .swiper-button-prev:hover,
	.services .swiper-button-next:hover {
		background: rgba(184, 156, 140, 0.8)
	}
	.services-item__image .services-item__price {
		display: none
	}
	.services-item__price {
		display: block;
		font-size: 14px;
		line-height: 140%;
		padding: 0;
		background: none;
		color: #A2C058;
		opacity: 1
	}
	.services-item:hover .services-item__image:before,
	.services-item:hover .services-item__image.services-item__available:after {
		opacity: 0
	}
	.services-item:hover .services-item__image {
		box-shadow: none
	}
	.block-form .y-col {
		width: 100%
	}
	.subtitle {
		margin-bottom: 37px
	}
	.block-form {
		margin-bottom: 25px
	}
	.reviews-item:before {
		bottom: -10px
	}
	.reviews-item {
		margin-bottom: 10px
	}
	.slider-reviews .swiper-pagination {
		bottom: 8px
	}
	.fancybox-slide--html .fancybox-close-small {
		top: 10px;
		right: 10px;
		color: #EAE3D9
	}
	.section-404 {
		padding-top: 90px;
		padding-bottom: 90px
	}
	.section-404 img {
		max-width: 400px
	}
	.section-404__title {
		font-size: 20px
	}
	.section-404 .btn {
		width: 200px
	}
	.title-main {
		font-size: 36px;
		line-height: 40px
	}
	.section-top-inside__info {
		font-size: 24px
	}
	.btn_sm.btn_border {
		line-height: 34px
	}
	.table__order span {
		line-height: 36px
	}
	.block-order .y-col {
		width: 100%
	}
	.block-order__right {
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}
	.block-order__right .btn {
		width: 200px
	}
	.why .y-col {
		width: 50%
	}
	.city ul {
		column-count: 3
	}
	.section-inside {
		padding-top: 13px
	}
	.block-product__image .section-top-inside__info {
		font-size: 20px
	}
}

@media screen and (max-width: 767px) {
	.block-registry__title {
		font-size: 17px;
		letter-spacing: -0.1px;
		margin-bottom: 12px
	}
	.slider-main__title {
		font-size: 30px;
		line-height: 46px;
		margin-bottom: 8px
	}
	.slider-main__time span {
		font-size: 30px
	}
	.slider-main__slide {
		padding-bottom: 30px
	}
	.title {
		font-size: 20px;
		margin-bottom: 20px
	}
	.tabs-nav__item {
		font-size: 10px;
		height: 42px;
		line-height: 40px
	}
	.category .y-col {
		width: 33.33%;
		padding-bottom: 15px
	}
	.category .y-row {
		margin-bottom: -15px
	}
	.tabs-nav {
		margin-bottom: 22px
	}
	.y-col {
		padding: 0 10px 20px
	}
	.y-row {
		margin: 0 -10px -20px
	}
	.block-about {
		background: url(../img/bg-block-about.webp) no-repeat 150px 10px;
		background-size: 300px auto;
		margin-bottom: 20px
	}
	.block-about .y-col {
		width: 100%
	}
	.text {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px
	}
	.block-about .text {
		margin-bottom: 25px
	}
	.block-about .btn {
		min-width: 200px
	}
	.slider-about {
		margin-right: 0px;
		margin-top: 35px;
		margin-left: 0
	}
	.slider-about:after {
		width: 85px;
		height: 10px;
		border-radius: 10px;
		top: -32px;
		left: 0px;
		background: #EAE3D9
	}
	.slider-about-item {
		height: auto;
		padding-bottom: 60%;
		margin: 0 10px
	}
	.slider-about .swiper-pagination-fraction {
		bottom: -22px;
		width: calc(100% - 30px);
		text-align: center
	}
	.block-registry {
		border-width: 3px
	}
	.block-registry {
		padding: 32px 20px 220px
	}
	.block-registry__image img {
		max-width: 100%;
		height: auto
	}
	.block-registry__image {
		width: 210px;
		height: 194px
	}
	.block-registry__year {
		font-size: 50px;
		padding: 0 5px
	}
	.block-registry__text-2 span {
		padding-top: 2px;
		white-space: nowrap
	}
	.block-registry__left {
		padding-bottom: 15px
	}
	.title_left-m {
		text-align: left
	}
	.advantages .y-col {
		padding-bottom: 22px;
		width: 100%
	}
	.advantages .y-row {
		margin-bottom: -22px
	}
	.advantages-item {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-direction: normal;
		-moz-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		text-align: left
	}
	.advantages-item img {
		flex: none;
		width: 56px;
		height: 56px;
		margin-right: 20px;
		margin-bottom: 0;
		margin-left: 0
	}
	.advantages-item .advantages-icon:before {
		display: none;
	}
	.products-item__name {
		font-size: 14px;
		min-height: 33px
	}
	.products-item__image {
		margin-bottom: 5px;
	}
	.products-item__price {
		font-size: 14px
	}
	.products-item .btn {
		width: 180px
	}
	.services .swiper-slide {
		width: 230px;
		padding-left: 10px;
		padding-right: 10px
	}
	.services .swiper-wrapper {
		margin: 0 -10px -30px;
		width: calc(100% + 20px)
	}
	.section-form {
		padding-top: 60px
	}
	.subtitle {
		font-size: 14px;
		line-height: 22px
	}
	.subtitle br {
		display: none
	}
	.block-form {
		padding: 30px 25px 45px
	}
	.form-input {
		height: 46px;
		font-size: 14px
	}
	.form .y-col {
		padding: 0 10px 15px
	}
	.form .y-row {
		margin-bottom: -15px
	}
	.form .btn {
		margin-top: 5px
	}
	.section-form__phone a {
		font-size: 18px
	}
	.section-form__phone a svg {
		width: 20px;
		height: 20px;
		margin-left: -20px
	}
	.reviews-item__inner {
		padding: 20px
	}
	.reviews-item__icon {
		top: 20px;
		right: 20px;
		height: 20px;
		width: auto
	}
	.reviews-item__logo {
		height: 30px;
		margin-bottom: 20px
	}
	.reviews-item__text {
		margin-bottom: 15px
	}
	.reviews-item__bottom {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start
	}
	.reviews-item__letter {
		height: 76px;
		padding-bottom: 6px;
		padding-right: 6px;
		margin-right: 10px
	}
	.reviews-item__date {
		margin-top: 22px
	}
	.reviews-item__date:after {
		height: 4px;
		width: 30px;
		top: -10px
	}
	.reviews-item__inner {
		border-radius: 0px 0px 30px 30px
	}
	.archive-reviews .reviews-item__inner {
		border-radius: 0
	}
	.reviews-item:before {
		bottom: -10px;
		left: 5px;
		right: 5px;
		border-radius: 0 0 30px 30px
	}
	.popup {
		padding: 40px 25px 42px
	}
	.popup .text {
		margin-bottom: 15px
	}
	.popup__title {
		font-size: 18px;
		margin-bottom: 15px
	}
	.popup__title+.text {
		margin-top: -10px
	}
	.fancybox-slide--html .fancybox-close-small {
		width: 24px;
		height: 24px
	}
	.form-label {
		font-size: 14px;
		margin-bottom: 5px
	}
	.row-order {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.row-order__select {
		width: 100%;
		padding-right: 0;
		padding-bottom: 7px
	}
	.selectric .label {
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		font-weight: 500
	}
	.row-order__remove {
		margin-left: auto
	}
	.row-order__input {
		width: 172px
	}
	.row-order__label {
		font-size: 15px
	}
	.y-col-flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.form .y-col {
		width: 100%
	}
	.selectric-items li {
		font-size: 14px
	}
	#popup-thank {
		padding-bottom: 20px
	}
	.section-404 img {
		max-width: 240px;
		margin-bottom: 15px
	}
	.section-404__title {
		font-size: 16px;
		margin-bottom: 5px
	}
	.table-prices__title {
		background: #F7F1E9;
		border-radius: 3px;
		padding: 10px 15px;
		font-weight: 600;
		font-size: 15px;
		line-height: 140%;
		margin-bottom: 7px
	}
	.table-prices__title a {
		color: #363636;
		border-bottom: 1px solid #A2C058
	}
	.table-prices__label {
		font-weight: 600;
		font-size: 12px;
		line-height: 140%;
		margin-bottom: 4px;
		padding: 0 10px
	}
	.table-prices__label sup {
		display: inline-block;
		transform: scale(0.6);
		vertical-align: middle;
		margin-top: -6px;
		margin-bottom: 3px
	}
	.table-prices__row {
		border: 1px solid #EAE3D9;
		margin: 0 10px 7px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	.table-prices__row+.table-prices__title {
		margin-top: 10px
	}
	.table-prices__col {
		width: 20%;
		padding: 5px 2px;
		font-size: 12px;
		line-height: 140%;
		border-left: 1px solid #EAE3D9;
		text-align: center;
		letter-spacing: -0.4px
	}
	.table-prices__col-3 {
		width: 33.33%
	}
	.table-prices__col:first-child {
		border-left: 0
	}
	.table-prices__col b {
		font-weight: 600
	}
	.breadcrumbs {
		font-size: 12px;
		margin-bottom: 15PX
	}
	.breadcrumbs-item:after {
		top: calc(50% - 4px);
		width: 6px;
		height: 10px;
		background-size: contain;
		right: 3px
	}
	.title-main {
		font-size: 30px;
		line-height: 46px;
		margin-bottom: 15px
	}
	.section-top-inside__info {
		font-size: 16px;
		padding: 13px 13px
	}
	.table-btn .btn {
		width: 200px
	}
	.section-top-inside {
		padding-top: 20px;
		min-height: 260px
	}
	.breadcrumbs-item {
		padding-right: 16px
	}
	.section-top-inside .title-main {
		margin-bottom: 30px
	}
	.table-wrap {
		padding: 5px 5px 20px
	}
	.table-wrap:before {
		left: 5px;
		right: 5px
	}
	.text-info {
		display: none
	}
	.block-order {
		margin-bottom: 0px;
		margin-top: 45px
	}
	.link-download {
		font-size: 12px;
		line-height: 16px
	}
	.block-order .y-col {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start
	}
	.block-order__right .btn {
		margin-left: 0
	}
	.link-download {
		margin-bottom: 30px
	}
	.link-download:last-child {
		margin-bottom: 0
	}
	.link-download img {
		height: 36px;
		width: auto;
		margin-right: 18px
	}
	.link-download_pdf img {
		height: 40px;
		margin-right: 10px
	}
	.phone {
		font-size: 14px;
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 25px
	}
	.phone svg {
		margin: -4px 18px 0 5px
	}
	.block-about-2 {
		background: none;
		margin-bottom: 0
	}
	.map {
		height: 180px;
		margin-top: 35px;
		position: relative;
		overflow: visible
	}
	.map:after {
		content: "";
		position: absolute;
		top: -35px;
		left: 0;
		width: 85px;
		height: 10px;
		border-radius: 5px;
		background: #EAE3D9
	}
	.section-faq {
		padding: 30px 0 40px
	}
	.faq-item__title {
		font-size: 14px;
		padding: 15px 50px 15px 15px
	}
	.faq-item__title span {
		width: 26px;
		height: 26px;
		top: calc(50% - 13px);
		border-image: 15px
	}
	.faq-item__title span:after {
		height: 12px;
		top: calc(50% - 6px)
	}
	.faq-item__title span:before {
		width: 12px;
		left: calc(50% - 6px)
	}
	.faq-item__content {
		margin-top: -5px;
		padding: 25px 16px 20px
	}
	.block-about-3 .text {
		margin-bottom: 0
	}
	.block-about__image {
		margin: 0
	}
	.block-about__image:after {
		display: none
	}
	.block-about-3 {
		margin-bottom: 0
	}
	.why .y-col {
		width: 100%
	}
	.why-item {
		text-align: left;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex: none
	}
	.why-item__icon {
		height: 46px;
		margin-right: 6px
	}
	.why-item__icon img {
		width: 46px;
		height: 46px
	}
	.why-item_border {
		margin-top: 15px;
		text-align: center;
		padding: 18px 15px
	}
	.city ul {
		column-count: 2;
		font-size: 12px
	}
	.city li:after {
		width: 3px;
		height: 3px;
		top: calc(50% - 1px)
	}
	.section-inside {
		padding-top: 20px
	}
	.block-product .y-col {
		width: 100%
	}
	.block-product__image .section-top-inside__info {
		font-size: 16px
	}
	.table-product {
		font-size: 14px;
		line-height: 140%
	}
	.table-product__title {
		background: #F7F1E9;
		border-radius: 3px;
		padding: 10px 15px;
		font-weight: 600;
		font-size: 15px;
		line-height: 140%
	}
	.table-product__row {
		padding: 15px 15px;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}
	.table-product__row:nth-child(2n+1) {
		background: #F8F8F8
	}
	.table-product__col b {
		font-weight: 600
	}
	.table-product__col:last-child {
		text-align: right
	}
	.block-product {
		margin-bottom: 25px
	}
	.block-product {
		margin-bottom: 25px
	}
	.reviews-item__person {
		font-size: 12px;
		height: 30px;
		line-height: 28px
	}
}

@media screen and (max-width: 575px) {
	.category .y-col {
		width: 50%
	}
	.block-registry__image {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    margin: 0 auto;
	    right: 0;
	    display: block;
	}
	.pricelist-anchor li {
		margin-right: 0;
    	padding: 0 10px;
	    font-size: 10px;
	    line-height: 12px;
	}
	.archive-reviews .y-col-6 {
		width: 100%;
	}
}

.content-inner {
	padding-top: 25px;
	padding-bottom: 25px;
}

.section-static-page {
	padding: 50px 0 70px;
}


.text .alignrleft {
    float: left;
    margin-right: 30px;
}

.text .alignright {
    float: right;
    margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.text .alignright,
	.text .alignleft {
    	display: block;
	    float: none;
	    margin: 0 auto 15px;
	}
}

.content-table thead th:first-child {
	text-align: left;
}
.content-table tbody tr {
	background: #eae3d9
}
.content-table tbody tr:first-child {
	border-top: 2px solid #fff
}
.content-table tbody tr:nth-child(even) td {
	background: rgba(255, 255, 255, 0.7)
}
.content-table tbody tr td {
	padding: 12px;
	vertical-align: middle;
	text-align: center
}
.content-table tbody tr td:first-child {
	text-align: left;
}
@media screen and (max-width:767px) {
	.content-table tbody tr td:first-child {
	    text-align: left;
	}
}
@media screen and (min-width:768px) {
	.content-table td:not(:first-of-type) {
		white-space: nowrap;
	}
}

.md-visible {
	display: none;
}
@media screen and (max-width:991px){
	.md-hidden {
		display: none!important
	}
	.md-visible {
		display: block!important
	}
}

.search-block{position: relative;max-width:700px;margin:0 auto 30px;}.search-block .search-field{padding:0 40px 0 20px}.search-wrapper{margin-bottom:20px;border-bottom:1px solid #cabdb0;padding-bottom:20px}

.search-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 44px;
    border: none;
    background: none;
}
.search-button svg {
    display: block;
    width: 23px;
    height: 23px;
    fill: #A2C058;
}
.wp-pagenavi{padding:30px 0 0;}.nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-links a, .nav-links .page-numbers.current{margin:0 5px}.nav-links a.prev{margin-right:20px}.nav-links a.next{margin-left:20px}.nav-links .page-numbers, .nav-links a.prev, .nav-links a.next{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;width:38px;height:48px;border:none}.nav-links a.prev svg, .nav-links a.next svg{width:18px;height:18px;fill:#363636;-webkit-transition:all 0.3s;transition:all 0.3s}.nav-links a.prev:hover svg, .nav-links a.next:hover svg{fill:#363636}.pagination .page-numbers{font-size:20px;color:#363636;border-radius:3px;border:none;background:rgba(184, 156, 140, 0.4);padding-left:10px;padding-right:10px;min-width:38px;font-weight:500}.pagination .page-numbers span{color:#363636;font-size:20px;font-weight:500;}.pagination .page-numbers:hover span{color:#363636}.pagination .page-numbers.current{font-weight:600;background:rgba(184, 156, 140, 0.8);color:#363636}@media screen and (max-width: 575px){.nav-links a, .nav-links .page-numbers.current{margin:0 3px}.nav-links a.prev{margin-right:3px}.nav-links a.next{margin-left:3px}.nav-links .page-numbers, .nav-links a.prev, .nav-links a.next{width:28px;height:35px}.nav-links a.prev svg, .nav-links a.next svg{width:15px;height:15px;fill:#363636;-webkit-transition:all 0.3s;transition:all 0.3s}.nav-links a.prev:hover svg, .nav-links a.next:hover svg{fill:#363636}.pagination .page-numbers{padding-left:6px;padding-right:6px;min-width:28px}.pagination .page-numbers span{font-size:18px;color:#363636;font-weight:400}.pagination .page-numbers:hover span{color:#363636}}

.prices-table {
    margin-bottom: 50px;
}

@media(min-width: 1200px) {
	.block-about-2 .title {
		max-width: 370px;
	}
}

@media(max-width: 1199px) {
	.block-about.block-about-2 {
		background: transparent;
	}
}

.text_2 {
	margin-top: -70px;
	padding-bottom: 20px;
}

@media(min-width: 992px) {

	.swiper-container:not(.swiper-container-horizontal) .swiper-wrapper {
		display: flex;
		justify-content: flex-start;
	}

	.slider-sertificates .swiper-container:not(.swiper-container-horizontal) .swiper-slide,
	.slider-products .swiper-container:not(.swiper-container-horizontal) .swiper-slide {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		padding: 0 15px;
	}

	.no-slide .swiper-button-prev,
	.no-slide .swiper-button-next,
	.no-slide .swiper-pagination {
		display: none;
	}

}

section.section.info-block {
    margin-top: -80px;
    margin-bottom: -50px;
}

.video-list {
	
}

.map-background {
    background-image: url(../img/map-bg.webp)!important;
    background-repeat: no-repeat!important;
    position: relative;
}

.map-background h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 20px;
    line-height: 28px;
}

.row-hover td:not(:first-child), .row-hover td:not(:last-child) {
	min-width: 150px;
}

.link-remove {
	cursor: pointer;
}
/* Slider */
.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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    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;
}
div.wpcf7{margin:0;padding:0}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-mail-sent-ok{text-align:center}div.wpcf7-mail-sent-ng,div.wpcf7-aborted{border:2px solid red}div.wpcf7-spam-blocked{border:2px solid orange}div.wpcf7-validation-errors,div.wpcf7-acceptance-missing{border:2px solid #f7e700}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{display:none}input.wpcf7-not-valid,textarea.wpcf7-not-valid{border-bottom:2px solid #fe6d6d!important;background-color:#ff00000f!important}span.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}span.wpcf7-list-item-label::before,span.wpcf7-list-item-label::after{content:" "}div.wpcf7 .ajax-loader{display:none}div.wpcf7 .wpcf7-recaptcha iframe{margin-bottom:0}div.wpcf7 input[type="file"]{cursor:pointer}div.wpcf7 input[type="file"]:disabled{cursor:default}.grecaptcha-badge{display:none!important}.cf7-agree{position:absolute;left:-9999px}

.header__sticky {
	display: none;
}

.sticky .header__sticky {
	display: block;
	position: fixed;
    -webkit-transform: translateY(-219px);
    -ms-transform: translateY(-219px);
    transform: translateY(-219px);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header__sticky {
	background: #363636;
}

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

.header__sticky-contacts {
    display: flex;
    align-items: center;
}

.header__sticky-contacts a {
	color: #FFFFFF;
	font-family: "Exo 2", sans-serif;
	position: relative;
	display: block;
}

.header__sticky-contacts a:before {
	position: absolute;
	left: 0;
}

.header__sticky-contacts a:hover {
	color: #A2C058;
}

.sticky-email a {
	font-weight: normal;
	font-size: 15px;
	padding-left: 22px;
}

.sticky-email a:before {
	content: url('../img/sticky-email.webp');
	top: 0;
}

.sticky-phone {
    margin-left: 45px;
}

.sticky-phone a {
	font-weight: 600;
	font-size: 18px;
	padding-left: 22px;
}

.sticky-phone a:before {
	content: url('../img/sticky-phone.webp');
	top: 2px;
}

.sticky-button {
    margin-left: 20px;
}

.sticky-button a {
	border: 1px solid #A2C058;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	padding: 11px 18px 12px 41px;
}

.sticky-button a.calc {
	padding: 11px 18px 12px 18px;
}

.sticky-button a:before {
	top: 10px;
	left: 18px;
}

.sticky-button a.calc svg {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    fill: currentColor;
	color: #A2C058;
}

.sticky-button a.call:before {
	content: url('../img/sticky-button.webp');
}

.sticky .nav {
    font-size: 15px;
}

.sticky .header__bottom {
    padding: 4px 0 4px;
}

.mobile-sticky_contacts {
	display: none;
}

@media(min-width: 992px) and (max-width: 1019px) {
	.sticky .header__sticky {
		-webkit-transform: translateY(-237px);
		-ms-transform: translateY(-237px);
		transform: translateY(-237px);
	}
	
	.header.sticky .header__bottom {
		-webkit-transform: translateY(-177px);
		-ms-transform: translateY(-177px);
		transform: translateY(-177px);
	}
}

@media(max-width: 991px) {	
	.sticky .mobile-sticky_contacts {
		display: flex;
		align-items: center;
	}
	
	.mobile-sticky_phone {
		white-space: nowrap;
	}
	
	.mobile-sticky_phone a {
		font-style: normal;
		font-weight: 600;
		font-size: 13px;
		color: #363636;
	}
	
	.mobile-sticky_phone a:hover {
		color: #fff;
	}
	
	.mobile-sticky_button {
		margin-left: 16px;
	}
	
	.mobile-sticky_button a {
		position: relative;
		background: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
		border-radius: 3px;
		width: 30px;
		height: 30px;
		display: block;
		font-size: 0;
	}
	
	.mobile-sticky_button a:before {
		content: url('../img/tel-mobile.webp');
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.header__bottom .wrapper {
		display: flex;
	}
	
	.sticky .header__bottom {
		padding: 9px 0 9px;
	}
	
	.nav-item__catalog svg {
		margin: -4px 3px 0 0;
	}
	
	.nav-item__catalog {
		padding: 13px 15px;
		font-size: 14px;
	}
	
	.nav-item__catalog rect {
		width: 15px;
	}
	
	.sticky .header__sticky {
		display: none;
	}
}
.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
}

.rating__caption {
    padding-right: 10px;
    font-size: 16px;
}

.rating__group {
    position: relative;
    width: 100px;
    height: 20px;
    background-image: url(../img/star_off.svg);
    background-size: 20px auto;
    background-repeat: repeat-x;
}

.rating__group:focus-within {
    outline: 0.2em solid #4a90e2;
    outline-offset: 0.2em;
}	

/* Star */

.rating__star {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 20px;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 20px auto;
    background-repeat: repeat-x;
}

.rating__star.active {
    pointer-events: none;
}

.rating__star:focus {
    outline: none;
}

.rating__star:hover,
.rating__star:checked,
.rating__star.active {
    background-image: url(../img/star_on.svg);
}

.rating__star:hover ~ .rating__star {
    background-image: url(../img/star_off.svg);
}

/* Options */

.rating__star:nth-of-type(1) {
    z-index: 5;
    width: 20px;
}

.rating__star:nth-of-type(2) {
    z-index: 4;
    width: 40px;
}

.rating__star:nth-of-type(3) {
    z-index: 3;
    width: 60px;
}

.rating__star:nth-of-type(4) {
    z-index: 2;
    width: 80px;
}

.rating__star:nth-of-type(5) {
    z-index: 1;
    width: 100px;
}

.white-text-footer{
	color:white;
	margin-top:20px;	
    font-size: 14px;
}

.sticky-email.sticky-email_footer{
	font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    margin: 2px 0 12px;
    color: #fff;
}

.sticky-email.sticky-email_footer a{
	font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    display: inline-block;
    margin: 2px 0 12px;
    color: #fff;
    padding-left: 0px;
}
.sticky-email.sticky-email_footer a:before {
    margin-right: 12px;
}

#gallery-1,
.gallery-columns-4 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-item {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-item img {
	margin: 0 auto 30px;
	display: block;
}

.sub-menu {
	display: none;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
	position: absolute;
	top: 21px;
    padding: 13px 10px 10px 10px;
    left: -10px;
	background: #363636;
	z-index: 99;
}

.menu-item-has-children:hover .sub-menu li {
	margin-bottom: 5px;
}

.menu-item-has-children:hover .sub-menu li:before {
	display: none;
}

@media(max-width: 1199px) {
	.gallery-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media(max-width: 991px) {
	.gallery-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.slider-main__subtitle {
	font-weight: normal;
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF;
	margin-top: -20px;
    margin-bottom: 20px;
}

.slider-main__discount img {
    margin-top: 12px;
    display: block;
    float: left;
	margin-right: 7px;
    margin-left: -12px;
}

.slider-discount-item__discount img {
    margin-top: 9px;
    display: block;
    float: left;
    margin-right: 7px;
    margin-left: -7px;
}

.slider-discount-item__subtitle {
	font-weight: 600;
	font-size: 18px;
    text-transform: initial;
	color: #FFFFFF;
}

@media(max-width: 991px) {
	.slider-main__discount img {
		max-width: 23px;
		margin: 6px 6px 0 -6px;
		height: auto;
		display: block;
	}
}

.prices {
	margin-top: 30px;
}

.snow_title {
	font-weight: 600;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 30px;
}

.prices_content-image img {
	display: block;
	margin: 0 auto 30px;
	max-width: 100%;
	height: auto;
}

.prices_content-title {
	font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #363636;
	text-align: center;
	margin-bottom: 5px;
}

.prices_content-description {
	font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #363636;
	text-align: center;
	margin-bottom: 15px;
}

.prices_content-description span {
	font-weight: 600;
}

.prices_content-button {
	text-align: center;
}

.advantages {
	
}

.advantages_icon {
	margin-bottom: 14px;
}

.advantages_icon img {
	display: block;
	margin: 0 auto;
}

.advantages_text {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
}

.snow_text {
	margin-top: 90px;
	padding-bottom: 90px;
}

.y-col-20 {
	width: 20%;
}

.howwework_title {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #363636;
	margin-bottom: 7px;
}

.howwework_description {
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #515151;
}

input.service-name {
	display: none;
}

@media(max-width: 1199px) {
	.y-col-20 {
		width: 33.333%;
	}
}

@media(max-width: 991px) {
	.y-col-20 {
		width: 50%;
	}
	
	.snow_title {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media(max-width: 576px) {
	.y-col-20 {
		width: 100%;
	}
}

.advantages-content {
	background: url('../img/advantages_bg.webp') no-repeat top center;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 105px 0 83px;
}

.advantages-content .y-col {
	padding-bottom: 78px;
}

.howwework_icon {
	margin-bottom: 12px;
}

.howwework_icon img {
	display: block;
	margin: 0 auto;
}

.howwework-block {
	position: relative;
}

.howwework-block:after {
	content: url('../img/howwework-block_arrow.webp');
	position: absolute;
    right: -31px;
    top: 46px;
}

.howwework-block:last-child:after {
	display: none;
}

@media(max-width: 1199px) {
	.howwework-block:nth-child(3):after {
		display: none;
	}
}

@media(max-width: 991px) {
	.howwework-block:nth-child(2):after,
	.howwework-block:nth-child(4):after {
		display: none;
	}
	
	.howwework-block:nth-child(3):after {
		display: block;
	}
}

@media(max-width: 767px) {
	.howwework-block:after {
		display: none!important;
	}
	
	.advantages-content .y-col {
		width: 50%;
	}
	
	.advantages_text {
		font-size: 14px;
	}
	.attention-text {
		width:100%;
		display: none;
		position:fixed;
		z-index:99;
	}
	.fix-info {
		display:none;
	}	
}
.attention-text {
	padding: 3px 0;
	background: #1c6b5d;
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: none;
}
.fix-info {
	width: 195px;
	height: 173px;
	position: fixed;
	left: 0;
	bottom: 80px;
	z-index: 10;
	display: none;
}
.fix-info img {
	max-width:100%;
	height:auto;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.headtitlearticles {
	margin-bottom:40px;
}
.headtitlearticles .headarticles {
	padding: 4px 15px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background: #A2C058;
    text-transform: uppercase;
	position: relative;
}
.headtitlearticles .headarticles:hover {
	cursor:pointer;
}

.headtitlearticles ul {
    padding-left: 13px;
    padding-top: 19px;
}

.headtitlearticles li {
	position: relative;
	padding-left: 24px;
	list-style: none;
	margin-bottom: 15px;
}

.headarticles:after {
    position: absolute;
    right: 15px;
    top: 3px;
    content: '^';
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.headarticles.hidden-ul:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 6px;
}

.headtitlearticles li:before {
	content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #363636;
    border-radius: 50%;
}

.headtitlearticles a {
	color:#303030;
	text-decoration:none;
	transition:all 0.5s;
	border-bottom: 1px solid #303030;
    padding-bottom: 0px;
}

.headtitlearticles a:hover {
	color:#f58220;
	border-bottom: 1px solid #f58220;
}

.card-date:before {
    height: 18px;
    padding-right: 10px;
    content: url(../img/icons-article/icon-date.webp);
}

.block-name:before {
    height: 18px;
	padding-right:10px;
    content: url(../img/icons-article/icon-avtor.webp);
}

.reading-time:before {
    height: 18px;
	padding-right:10px;
    content: url(../img/icons-article/icon-time.webp);
}

.views-calc:before {
    height: 18px;
	padding-right:10px;
    content: url(../img/icons-article/icon-view.webp);
}
.save-btn:before {
    height: 18px;
	padding-right:10px;
    content: url(../img/icons-article/icon-favorit.webp);
}
.print-btn:before {
    height: 18px;
	padding-right:10px;
    content: url(../img/icons-article/icon-print.webp);
}

.blog-section_info {
	display: flex;
	justify-content: space-between;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #c9c9c9;
}

.blog-section_info-rating .post-ratings {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.blog-section_info-string {
    position: relative;
	padding-left: 30px;
	line-height: 18px;
	display: flex;
}

.share-block {
	margin-right: 10px;
	margin-top: -4px;
}

.blog-section_info-string:before {
    position: absolute;
	top: 0;
	left: 0;
}

.blog-footer {
	display: flex;
	align-items: baseline;
    justify-content: center;
	border: 2px solid #b08f6c;
    padding-bottom: 20px;
}

.mobile-rating {
	display: flex;
}

.mobile-rating_mobile {
	display: none;
}

.r-score {
    display: inline-flex;
    padding-left: 5px;
}

.blog-section_info-rating img {
	margin-bottom: 0;
}

@media(max-width: 991px) {	
	.mobile-rating_mobile {
		display: block;
	}
	
	.mobile-rating {
		display: none;
	}
	
	.blog-section_info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.blog-section_info-string {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 15px;
	}
	
	.blog-section_info-rating,
	.blog-section_info-button {
		padding: 0;
	}
	
	.blog .blog-section_info-string img {
		margin: 0 10px 0 0;
	}
	
	.blog-section_info-rating .post-ratings {
		justify-content: flex-start;
	}
	
	.blog-section_info-button {
		display: flex;
	}
	
	.blog-section_info-button a.save-btn,
	.blog-section_info-button a.print-btn {
		border: 1px solid #733a39;
		border-radius: 3px;
		position: relative;
		width: 40px;
		height: 30px;
		display: block;
		margin-right: 10px;
	}
	
	.blog-section_info-button a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0;
	}
	
	.share-block {
		margin-top: 0;
	}
}

.post-share {
    padding-right: 40px;
}

textarea.form-input {
	resize: none;
}

.extra-white {
	color: #fff;
	text-align: left;
	font-size: 12px;
	margin-top: 15px;
}

.new-table tr:nth-child(1) td:not(.column-7):not(.column-1),
.new-table tr:nth-child(2) td:not(.column-7):not(.column-1) {
    background: #F7F1E9;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    padding: 19px 10px;
    vertical-align: middle;
	border-right: 1px solid #A2C058;
	border-bottom: 1px solid #A2C058;
}

.new-table tr:nth-child(1) td.column-7,
.new-table tr:nth-child(2) td.column-7,
.new-table tr:nth-child(1) td.column-1,
.new-table tr:nth-child(2) td.column-1 {
    background: #F7F1E9;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    padding: 19px 10px;
    vertical-align: middle;
}

.new-table tr:nth-child(1) td.column-1,
.new-table tr:nth-child(2) td.column-1 {
	border-right: 1px solid #A2C058;
}

.faq_inner .faq-item__title {
	border: 0;
	box-shadow: none;
}

#toTop {
	width:50px;
	height:50px;
	position:fixed;
	bottom:20px;
	left:20px;
	display:none;
	text-indent:-9999px;
	background: url('../img/up.webp') no-repeat center center;
	background-size:cover;
	z-index:99999999;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
#toTop:hover {
	width:50px;
	height:50px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	cursor:pointer;
}
.content-table-th {
	width:100%;
	margin-bottom:20px;
}
.content-table-th th {
	background:#F7F1E9;
	border-bottom:1px solid #A2C058;
	font-weight:600;
	font-size:16px;
	line-height:140%;
	text-align:center;
	padding:19px 10px;
	vertical-align:middle;
}
.orange {
	color:#A2C058;
	border-bottom:1px solid transparent!important;
}
.gray {
	color:#CACACA;
	border-bottom:1px solid transparent!important;
}
.header.sticky .header__middle {
	padding:43px 0;
}
.section_top-h1 {
	padding-top:34px;
}

.options {
	margin-bottom: 30px;
}

.options-title {
	text-align: center;background: #F7F1E9;
    border-bottom: 1px solid #A2C058;
    font-weight: 600;
    font-size: 16px;
    padding: 19px 10px;
}

.options-table {
	background: #F8F8F8;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.options-col {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	padding: 15px;
    font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.options-col_value {
	border: 1px solid #A2C058;
	padding: 5px 7px;
}

@media(min-width: 769px) and (max-width: 991px) {
	.options-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media(max-width: 576px) {
	.options-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.options_table {
	text-align: center;
}

.options_table .table td:last-child {
    padding-right: 10px;
    text-align: center;
}

.options_table .table th:last-child {
    padding-right: 10px;
}

.options_table .table td:first-child,
.options_table .table th:first-child {
    padding-left: 10px;
    text-align: center;
}

.options-col_name {
	width: 70%;
}

.options-col_value {
	width: 30%;
	text-align: center;
}

.slider-main__discount_icon {
    width: 288px;
    height: 60px;
    line-height: 60px;
	padding-left: 70px;
	background: url('../img/disc.webp') no-repeat;
    background-size: 100% 100%;
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #A2C058;
    margin-bottom: 10px;
    position: relative;
}

.slider-main__discount_icon img  {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

@media(max-width: 991px) {
	.services-item__name {
		font-size: 14px;
	}
}

.arenda {
	background: linear-gradient(180deg, #FFDF74 0%, #A2C058 100%);
	box-shadow: 0px 2px 0px #A2C058, 0px 5px 20px rgba(121, 109, 96, 0.44);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #53402A;
	position: fixed;
	top: 40%;
	border-radius: 120px 0px 0px 120px;
	padding: 21px 17px 19px 89px;
	right: -120px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99;
}

@media(max-width: 991px) {
	.arenda {
		display: none;
	}
}

.arenda:hover {
	right: 0;
}

.arenda a {
	display: block;
}

.arenda .arend_img {
	width: 54px;
	height: 54px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.arenda .arend_img .arend_img-block img {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.arenda .arend_img .slick-slide {
	height: 54px;
}

.arenda .slick-vertical .slick-slide {
    position: relative;
}

@media(min-width: 1440px) {
.arenda {
    top: 50%;
}
}

/*Пока слайдер не инициализировался*/
.arend_img:not(.slick-initialized) .arend_img-block {
  display: none;
}

.arend_img:not(.slick-initialized) .arend_img-block:first-child {
  display: block;
}

.confidentiality .wpcf7-not-valid input:after{
    border-color: #c34242;
}

.confidentiality input {
    margin: 0;
    width: 13px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    margin-right: 5px;
    position: relative;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    outline-width: 0;
    border-radius: 50%;
}

.confidentiality input:checked:before {
	content:'';
    position: absolute;
    top: 1px;
    left: 6px;
    display: table;
    width: 5px;
    height: 9px;
    border: 1px solid #424242;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.confidentiality input:after {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #666;
    -webkit-transition: 240ms;
    transition: 240ms;
}

.confidentiality input:after {
    border-radius: 2px;
    content: "";
    background-color: #fff;
    z-index: 999;
}

.confidentiality input:checked:after {
    background-color: #ececec;
    border-color: #ececec;
}

.confidentiality span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-response-output {
	margin: 10px 0 0 0;
	color: #A2C058;
}

.confidentiality + a {
	text-decoration:underline;
}

.confidentiality + a:hover {
	color: #A2C058;
}

.contact-form {
	padding: 50px 70px 60px;
    background: #FFFFFF;
    border: 1px solid #CABDB0;
    border-radius: 6px;
    width: 100%;
    max-width: 570px;
    overflow: visible;
}

.rekvizity {
	position:relative;
	padding: 0 0 0 25px;
	display: inline-block;
	color: #a56d4d !important;
}

.rekvizity:hover{
	text-decoration:none;
}

.rekvizity:before {
	content:'';
	display:block;
	width:16px;
	height:23px;
	background:url(../img/download.webp) 0 0 / 100% 100% no-repeat;
	position:absolute;
	left:0;
}

@media(max-width: 768px) {
.contact-page .y-col-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
}	
.contact-form {
    padding: 40px 25px 42px;
    order: -1;
    margin: 0 0 40px 0;
}

}
.text.sitemap .sub-menu a {
    color: #fff;
    text-decoration: underline;
}
@media(max-width: 768px) {
.row img {
display: block;
float: left;
padding: 10px 0px 10px 10px;
}	
}	
.row1 img{
      display: block;
float: left;
padding: 0px 10px 0px 0px;
}	
.row img{
      display: block;
float: left;
padding: 15px 10px 0px 0px;
    }
		
.row5 img{
      display: block;
float: left;
padding: 0px 10px 0px 0px;
    }		
.row4 img{
      display: block;
float: left;
padding: 0px 10px 0px 0px;
    }	
	
	.cities-title{
font-weight: bold;
    padding: 1em 0 0.5em;
    font-size: 1.6em;
    color: #333;
    text-align: left;
    border: none;
    margin: 0 0 1em;
    position: relative;
}

#cities{
    padding: 30px 0;

}

.cities-list{
    /* height: 300px; */
    height: auto;
    columns: 5;
    margin: 0;
    list-style-type: none;
	max-width: 1200px; margin: 0 auto;
}

.cities-list&gt;li{
    margin: 0;
    padding: 0;
    color: #181818;
}

.cities-list&gt;li&gt;a{
    font-size: 12px;
    text-transform: uppercase;
    color: #181818;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.cities-list&gt;li&gt;a:hover{
    color: #012b7e;
}

.cities-content{
    font-size: 16px;
}

.cities-content *{
    font-size: 12px;
}

.cities-content.hide_part{
    position: relative;
    height: 200px;
    overflow: hidden;
	max-width: 1200px; margin: 0 auto;
}

.cities-content.hide_part::after{
content: "Развернуть";
    display: block;
    padding: 10px;
    width: 200px;
    background-color: #ffffff;
    color: #012b7e;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -100px;
    z-index: 333;
    font-size: 20px;
}
.cities-content.hide_part::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #181818;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(76%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 76%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    border-bottom: 1px solid #012b7e;
    box-sizing: border-box;
    z-index: 222;
}
.workCities a {
    display: block;
    font-size: 18px;
    cursor: pointer;
    color: #5DBE56;
    transition: all ease-in-out .2s;
    margin-bottom: 10px;
}

.workCities a:hover {
    font-weight: bold;
    transition: all ease-in-out .2s;
}

#cities-list .modal-body {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

#cities-list a {
    font-size: 16px;
    max-width: calc(100%/3);
    width: 100%;
    padding: 5px;
    transition: all ease-in-out .2s;
}

@media screen and (max-width: 400px) {
.cities-list{
columns: 2;

    }
}

#cities-list a:hover {
    color: #5DBE56;
    transition: all ease-in-out .2s;
}
@media screen and (max-width: 350px) {
.cities-list{
columns: 2;

    }
}
@media screen and (max-width: 600px) {
.cities-list{
columns: 2;

    }
}
.cities-list__container:after{
    content: "" !important;
    display: block !important;
    clear: both !important;
}
@media(max-width: 440px) {
    #cities-list a {
        max-width: calc(100% /2);
    }
}
.citiesMap {
    columns: 4;
}
.citiesMap h2 {
    font-size: 22px;
    margin-bottom: 5px;
}

.citiesMap&gt;div {
    margin: 15px 0;
}
.citiesMap ul,
.htmlsitemap-list ul {
    padding: 0;
    margin: 0;
}
.citiesMap li,
.htmlsitemap-list li {
    list-style-type: none;
}
.citiesMap li a:hover,
.htmlsitemap-list li a:hover {
    color: #012B7E;
}
.htmlsitemap-list {
    columns: 3;
}
@media(max-width: 1100px) {
    .citiesMap {
        columns: 3;
    }
}
@media(max-width: 860px) {
    .citiesMap,
    .htmlsitemap-list {
        columns: 2;
    }
}
@media(max-width: 400px) {
    .citiesMap,
    .htmlsitemap-list {
        columns: 1;
    }
}
	
	</pre></body></html>