@charset "UTF-8";

/*!
 * jQuery mmenu v7.3.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

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

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

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}
.pointer{
	cursor: pointer;
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

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

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

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

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

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

.fancybox-caption,
.fancybox-infobar,
.fancybox-toolbar {
	opacity: 0;
	position: absolute
}

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

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

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	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;
	text-align: center;
	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;
	-webkit-transform: translateZ(0);
	z-index: 99994
}

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

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

.fancybox-slide:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0
}

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

.fancybox-slide--next {
	z-index: 99995
}

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

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

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

.fancybox-slide--iframe {
	padding: 44px 44px 0
}

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

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

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

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

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

.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

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

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

.fancybox-image,
.fancybox-spaceball {
	border: 0;
	height: 100%;
	max-height: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px
}

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

.fancybox-iframe,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content,
.fancybox-video {
	height: 100%;
	margin: 0;
	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;
	height: calc(100% - 44px);
	margin: 0 0 44px
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	overflow: hidden
}

.fancybox-iframe {
	vertical-align: top
}

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

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

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: 0;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px;
	color: #ccc
}

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

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

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

.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button:after {
	content: "";
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10
}

.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s
}

.fancybox-close-small:focus {
	outline: 0
}

.fancybox-close-small:hover svg {
	opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
	background: 0 0;
	color: #fff
}

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

.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1
}

.fancybox-caption:after {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	content: "";
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0
}

.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 {
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: 0 0;
	border: 6px solid rgba(99, 99, 99, .5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999
}

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

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

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

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

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

.fancybox-fx-fade.fancybox-slide--current,
.fancybox-thumbs .fancybox-thumbs-active:before {
	opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x>ul {
	overflow: hidden
}

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

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

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

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

.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li:before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

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

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

	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

.mm-menu {
	--mm-line-height: 20px;
	--mm-listitem-size: 44px;
	--mm-navbar-size: 44px;
	--mm-offset-top: 0;
	--mm-offset-right: 0;
	--mm-offset-bottom: 0;
	--mm-offset-left: 0;
	--mm-color-border: rgba(0, 0, 0, 0.1);
	--mm-color-button: rgba(0, 0, 0, 0.3);
	--mm-color-text: rgba(0, 0, 0, 0.75);
	--mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	--mm-color-background: #f3f3f3;
	--mm-color-background-highlight: rgba(0, 0, 0, 0.05);
	--mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
	--mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-hidden {
	display: none !important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text);
	line-height: 20px;
	line-height: var(--mm-line-height);
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0;
	margin: 0;
	top: var(--mm-offset-top);
	right: var(--mm-offset-right);
	bottom: var(--mm-offset-bottom);
	left: var(--mm-offset-left);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	color: inherit;
	text-decoration: none
}

[dir=rtl] .mm-menu {
	direction: rtl
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panel,
.mm-panels {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text)
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	padding: 0 20px;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-panel:not(.mm-hidden) {
	display: block
}

.mm-panel:after,
.mm-panel:before {
	content: '';
	display: block;
	height: 20px
}

.mm-panel_has-navbar {
	padding-top: 44px;
	padding-top: var(--mm-navbar-size)
}

.mm-panel_opened {
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
	z-index: 2
}

.mm-panel_noanimation {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-listitem_vertical>.mm-panel {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	display: none;
	width: 100%;
	padding: 10px 0 10px 10px
}

.mm-listitem_vertical>.mm-panel:after,
.mm-listitem_vertical>.mm-panel:before {
	content: none;
	display: none
}

.mm-listitem_opened>.mm-panel {
	display: block
}

.mm-listitem_vertical>.mm-listitem__btn {
	height: 44px;
	height: var(--mm-listitem-size);
	bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
	border-color: transparent
}

.mm-listitem_opened>.mm-listitem__btn:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}

.mm-btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 44px;
	padding: 0
}

.mm-btn:after,
.mm-btn:before {
	border-color: rgba(0, 0, 0, .1);
	border-color: var(--mm-color-button);
	border-width: 2px;
	border-style: solid
}

.mm-btn_close:after,
.mm-btn_close:before {
	content: '';
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-btn_close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-btn_close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-btn_next:after,
.mm-btn_prev:before {
	content: '';
	border-bottom: none;
	border-right: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0
}

.mm-btn_prev:before,
[dir=rtl] .mm-btn_next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-btn_next:after,
[dir=rtl] .mm-btn_prev:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
	right: auto
}

[dir=rtl] .mm-btn_close:before {
	left: 25px
}

[dir=rtl] .mm-btn_close:after {
	left: 18px
}

.mm-navbar {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .3);
	background: var(--mm-color-background);
	border-color: var(--mm-color-border);
	color: var(--mm-color-text-dimmed);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	display: none;
	height: 44px;
	height: var(--mm-navbar-size);
	padding: 0 24px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.mm-navbar>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 12px;
	padding: calc((var(--mm-navbar-size) - var(--mm-line-height))*.5);
	padding-left: 0;
	padding-right: 0
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover,
.mm-listitem a,
.mm-listitem a:hover,
.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-navbar__title {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden
}

.mm-navbar__btn {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1
}

.mm-navbar__btn:first-child {
	text-align: left;
	left: -10px;
}

.mm-navbar__btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel_has-navbar .mm-navbar {
	display: block
}

[dir=rtl] .mm-navbar__btn:first-child {
	text-align: right;
	right: 0;
	left: auto
}

[dir=rtl] .mm-navbar__btn:last-child {
	text-align: left;
	left: 0;
	right: auto
}

.mm-listitem,
.mm-listview {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listitem b{
	margin-top: 15px;
	padding:10px 20px;
	display: block;
}

.mm-listitem {
	color: rgba(0, 0, 0, .75);
	color: var(--mm-color-text);
	border-color: rgba(0, 0, 0, .1);
	border-color: var(--mm-color-border);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mm-listitem:after {
	content: '';
	border-color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 0
}

.mm-listitem__btn,
.mm-listitem__text {
	color: inherit;
	display: block;
	padding-top: 12px;
	padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/2);
	padding-bottom: 12px;
	padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/2)
}

.mm-listitem__text {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 10%;
	flex-basis: 10%
}

.mm-listitem__btn {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .4);
	tap-highlight-color: rgba(255, 255, 255, .4);
	-webkit-tap-highlight-color: var(--mm-color-background-emphasis);
	tap-highlight-color: var(--mm-color-background-emphasis);
	background: 0 0;
	border-color: inherit;
	width: auto;
	padding-right: 54px;
	position: relative
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border-left-width: 1px;
	border-left-style: solid
}

.mm-listitem_selected>.mm-listitem__text {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

.mm-listitem_opened>.mm-listitem__btn,
.mm-listitem_opened>.mm-panel {
	background: rgba(0, 0, 0, .05);
	background: var(--mm-color-background-highlight)
}

.mm-panels>.mm-panel>.mm-listview {
	margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px
}

.mm-listitem_divider {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(0, 0, 0, .05);
	background: var(--mm-color-background-highlight);
	font-size: 75%;
	text-transform: uppercase;
	min-height: 20px;
	min-height: var(--mm-line-height);
	padding: 6.5px;
	padding: calc(((var(--mm-listitem-size)*.75) - var(--mm-line-height))*.5);
	padding-right: 10px;
	padding-left: 20px
}

.mm-listitem_spacer {
	padding-top: 44px;
	padding-top: var(--mm-listitem-size)
}

.mm-listitem_spacer>.mm-btn_next {
	top: 44px;
	top: var(--mm-listitem-size)
}

[dir=rtl] .mm-listitem:after {
	left: 0;
	right: 20px
}

[dir=rtl] .mm-listitem__text {
	padding-left: 10px;
	padding-right: 20px
}

[dir=rtl] .mm-listitem__btn {
	padding-left: 54px;
	border-left-width: 0;
	border-left-style: none
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
	padding-right: 0;
	border-right-width: 1px;
	border-right-style: solid
}

.mm-page {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;

}

.wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mm-slideout {
	-webkit-transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 2
}

.mm-wrapper_opened {
	overflow-x: hidden;
	position: relative
}

.mm-wrapper_background .mm-page {
	background: inherit
}

.mm-menu_offcanvas {
	display: none;
	position: fixed;
	right: auto;
	z-index: 0;
	width: 80%;
	min-width: 240px;
	max-width: 440px
}

.mm-menu_offcanvas.mm-menu_opened,
.mm-wrapper_blocking .mm-wrapper__blocker {
	display: block
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width:550px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-wrapper__blocker {
	background: 0 0;
	overflow: hidden;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

.mm-wrapper_blocking,
.mm-wrapper_blocking body {
	overflow: hidden
}

.mm-sronly {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	width: 1px !important;
	min-width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important
}

.mm-menu_autoheight {
	-webkit-transition: none .4s ease;
	-o-transition: none .4s ease;
	transition: none .4s ease;
	-webkit-transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
	position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
	max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
	display: block !important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
	display: none !important
}

.mm-menu_autoheight-measuring .mm-panels>.mm-panel {
	bottom: auto !important;
	height: auto !important
}

[class*=mm-menu_columns-] {
	-webkit-transition-property: width;
	-o-transition-property: width;
	transition-property: width
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel {
	right: auto;
	-webkit-transition-property: width, -webkit-transform;
	-o-transition-property: width, transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent {
	display: block !important
}

[class*=mm-panel_columns-] {
	border-right: 1px solid;
	border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
	border-right: none
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_columns-0 .mm-panels>.mm-panel {
	z-index: 0
}

.mm-menu_columns-0 .mm-panels>.mm-panel else,
.mm-menu_columns-1 .mm-panels>.mm-panel else,
.mm-menu_columns-2 .mm-panels>.mm-panel else,
.mm-menu_columns-3 .mm-panels>.mm-panel else,
.mm-menu_columns-4 .mm-panels>.mm-panel else {
	width: 100%
}

.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-0 {
	width: 80%;
	min-width: 240px;
	max-width: 0
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width:0px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width:0px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1 {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 .mm-panels>.mm-panel {
	z-index: 1;
	width: 100%
}

.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-1 {
	width: 80%;
	min-width: 240px;
	max-width: 440px
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width:550px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width:550px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2 {
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 .mm-panels>.mm-panel {
	z-index: 2;
	width: 50%
}

.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-2 {
	width: 80%;
	min-width: 240px;
	max-width: 880px
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width:1100px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(880px, 0, 0);
		transform: translate3d(880px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width:1100px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-880px, 0, 0);
		transform: translate3d(-880px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3 {
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 .mm-panels>.mm-panel {
	z-index: 3;
	width: 33.34%
}

.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-3 {
	width: 80%;
	min-width: 240px;
	max-width: 1320px
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width:1650px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(1320px, 0, 0);
		transform: translate3d(1320px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width:1650px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-1320px, 0, 0);
		transform: translate3d(-1320px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4 {
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 .mm-panels>.mm-panel {
	z-index: 4;
	width: 25%
}

.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate3d(500%, 0, 0);
	transform: translate3d(500%, 0, 0)
}

.mm-menu_columns-4 {
	width: 80%;
	min-width: 240px;
	max-width: 1760px
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(240px, 0, 0);
		transform: translate3d(240px, 0, 0)
	}
}

@media all and (min-width:2200px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(1760px, 0, 0);
		transform: translate3d(1760px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width:2200px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-1760px, 0, 0);
		transform: translate3d(-1760px, 0, 0)
	}
}

[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
	width: 100%;
	max-width: 100%;
	min-width: 100%
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
	-webkit-transition-property: width, min-width, max-width, -webkit-transform;
	-o-transition-property: width, min-width, max-width, transform;
	transition-property: width, min-width, max-width, transform;
	transition-property: width, min-width, max-width, transform, -webkit-transform
}

.mm-counter {
	color: rgba(0, 0, 0, .3);
	color: var(--mm-color-text-dimmed);
	text-align: right;
	display: block;
	min-width: 44px;
	float: right
}

.mm-listitem_nosubitems>.mm-counter {
	display: none
}

[dir=rtl] .mm-counter {
	text-align: left;
	float: left
}

.mm-listitem_divider {
	opacity: 1;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.mm-menu_dividers-light .mm-listitem_divider {
	background: inherit;
	font-size: inherit;
	color: rgba(0, 0, 0, .3);
	color: var(--mm-color-text-dimmed);
	padding-top: 18px;
	padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))*.75);
	padding-bottom: 6px;
	padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))*.25)
}

.mm-menu_border-none .mm-listitem_divider {
	border-top-width: 1px;
	border-top-style: solid
}

.mm-listview_fixeddivider {
	background: inherit;
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10
}

.mm-listview_fixeddivider:after {
	content: none !important;
	display: none !important
}

.mm-panel_dividers .mm-listview_fixeddivider {
	display: block
}

.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s
}

.mm-menu_dropdown {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%
}

.mm-wrapper_dropdown .mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
	z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
	z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
	display: none
}

[class*=mm-menu_tip-]:before {
	content: '';
	background: inherit;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mm-menu_tip-left:before {
	left: 22px
}

.mm-menu_tip-right:before {
	right: 22px
}

.mm-menu_tip-top:before {
	top: -8px
}

.mm-menu_tip-bottom:before {
	bottom: -8px
}

.mm-menu {
	--mm-iconbar-size: 44px
}

.mm-iconbar {
	color: rgba(0, 0, 0, .3);
	color: var(--mm-color-text-dimmed);
	border: 0 solid rgba(0, 0, 0, .1);
	border-color: var(--mm-color-border);
	border-right-width: 1px;
	text-align: center;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 44px;
	width: var(--mm-iconbar-size);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2
}

.mm-menu_iconbar .mm-navbars_bottom,
.mm-menu_iconbar .mm-navbars_top,
.mm-menu_iconbar .mm-panels {
	left: 44px;
	left: var(--mm-iconbar-size)
}

.mm-iconbar__bottom,
.mm-iconbar__top {
	width: inherit;
	position: absolute
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 11px 0
}

.mm-iconbar__top {
	top: 0
}

.mm-iconbar__bottom {
	bottom: 0
}

.mm-iconbar__tab_selected {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

.mm-menu {
	--mm-iconpanel-size: 44px
}

.mm-panel_iconpanel-1,
.mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider {
	width: calc(100% - (44px*1));
	width: calc(100% - (var(--mm-iconpanel-size)*1))
}

.mm-panel_iconpanel-2,
.mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider {
	width: calc(100% - (44px*2));
	width: calc(100% - (var(--mm-iconpanel-size)*2))
}

.mm-panel_iconpanel-3,
.mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider {
	width: calc(100% - (44px*3));
	width: calc(100% - (var(--mm-iconpanel-size)*3))
}

.mm-panel_iconpanel-first~.mm-panel,
.mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider {
	width: calc(100% - 44px);
	width: calc(100% - var(--mm-iconpanel-size))
}

.mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,
.mm-menu_iconpanel .mm-panels>.mm-panel {
	left: auto;
	-webkit-transition-property: width, -webkit-transform;
	-o-transition-property: transform, width;
	transition-property: transform, width;
	transition-property: transform, width, -webkit-transform
}

.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	border-left-width: 1px;
	border-left-style: solid
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened,
.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
	display: block !important
}

.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent {
	overflow-y: hidden;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
	opacity: 0
}

.mm-panel__blocker {
	background: inherit;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.mm-panel_opened-parent .mm-panel__blocker {
	opacity: .6;
	bottom: -100000px
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,
[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel {
	left: 0;
	right: auto;
	-webkit-transition-property: width, -webkit-transform;
	-o-transition-property: transform, width;
	transition-property: transform, width;
	transition-property: transform, width, -webkit-transform
}

[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	border-left: none;
	border-right: 1px solid;
	border-color: inherit
}

.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus {
	outline: 0;
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

.mm-wrapper__blocker .mm-tabstart {
	cursor: default;
	display: block;
	width: 100%;
	height: 100%
}

.mm-wrapper__blocker .mm-tabend {
	opacity: 0;
	position: absolute;
	bottom: 0
}

.mm-navbars_bottom,
.mm-navbars_top {
	background: inherit;
	border-color: inherit;
	border-width: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1
}

.mm-navbars_bottom>.mm-navbar,
.mm-navbars_top>.mm-navbar {
	border-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
	padding: 0
}

.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),
.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.mm-navbars_top {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	top: 0;
	bottom: auto
}

.mm-menu_navbar_top-1 .mm-panels {
	top: 44px;
	top: calc(var(--mm-navbar-size)*1)
}

.mm-menu_navbar_top-2 .mm-panels {
	top: 88px;
	top: calc(var(--mm-navbar-size)*2)
}

.mm-menu_navbar_top-3 .mm-panels {
	top: 132px;
	top: calc(var(--mm-navbar-size)*3)
}

.mm-menu_navbar_top-4 .mm-panels {
	top: 176px;
	top: calc(var(--mm-navbar-size)*4)
}

.mm-navbars_bottom {
	border-top-style: solid;
	border-top-width: 1px;
	bottom: 0;
	top: auto
}

.mm-menu_navbar_bottom-1 .mm-panels {
	bottom: 44px;
	bottom: calc(var(--mm-navbar-size)*1)
}

.mm-menu_navbar_bottom-2 .mm-panels {
	bottom: 88px;
	bottom: calc(var(--mm-navbar-size)*2)
}

.mm-menu_navbar_bottom-3 .mm-panels {
	bottom: 132px;
	bottom: calc(var(--mm-navbar-size)*3)
}

.mm-menu_navbar_bottom-4 .mm-panels {
	bottom: 176px;
	bottom: calc(var(--mm-navbar-size)*4)
}

.mm-navbar_size-2 {
	height: 88px;
	height: calc(var(--mm-navbar-size)*2)
}

.mm-navbar_size-3 {
	height: 132px;
	height: calc(var(--mm-navbar-size)*3)
}

.mm-navbar_size-4 {
	height: 176px;
	height: calc(var(--mm-navbar-size)*4)
}

.mm-navbar__breadcrumbs {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 20px
}

.mm-navbar__breadcrumbs>* {
	display: inline-block;
	padding-right: 6px;
	padding-top: 12px;
	padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height))*.5);
	padding-bottom: 12px;
	padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height))*.5)
}

.mm-navbar__breadcrumbs>a {
	text-decoration: underline
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
	margin-left: -44px
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
	margin-left: 0;
	padding-left: 0
}

.mm-navbar__tab_selected {
	background: inherit !important;
	color: inherit !important;
	border-width: 1px;
	border-style: solid;
	border-color: inherit
}

.mm-navbar__tab_selected:first-child {
	border-left: none
}

.mm-navbar__tab_selected:last-child {
	border-right: none
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar {
	background: inherit !important;
	color: inherit !important
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.mm-navbars_top .mm-navbar__tab_selected {
	border-bottom: none;
	margin-bottom: -1px
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
	border-top: none
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
	background: inherit;
	color: inherit
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
	border-top-width: 1px;
	border-top-style: solid
}

.mm-navbars_bottom .mm-navbar__tab_selected {
	border-top: none;
	margin-top: -1px
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
	border-bottom: none
}

.mm-navbar_tabs>a:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis);
	color: rgba(0, 0, 0, .3);
	color: var(--mm-color-text-dimmed)
}

.mm-searchfield {
	height: 44px;
	height: var(--mm-navbar-size);
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.mm-searchfield input {
	border: 0 !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 4px;
	background: rgba(0, 0, 0, .05);
	background: var(--mm-color-background-highlight);
	color: rgba(0, 0, 0, .75);
	color: var(--mm-color-text);
	font: inherit;
	font-size: inherit;
	line-height: 35.2px;
	line-height: calc(var(--mm-navbar-size)*.7);
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 24px;
	height: calc(var(--mm-navbar-size)*.7);
	min-height: unset;
	max-height: unset;
	margin: 0;
	padding: 0 10px
}

.mm-searchfield input::-ms-clear {
	display: none
}

.mm-searchfield__input {
	padding: 6.6px 10px 0;
	padding-top: calc(var(--mm-navbar-size)*.15);
	position: relative
}

.mm-panel__noresultsmsg,
.mm-sectionindexer a {
	color: rgba(0, 0, 0, .3);
	color: var(--mm-color-text-dimmed)
}

.mm-panel__noresultsmsg {
	text-align: center;
	font-size: 150%;
	padding: 44px 0
}

.mm-searchfield__btn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}

.mm-panel_search {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	border-left: none !important
}

.mm-searchfield__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%
}

.mm-searchfield__cancel {
	line-height: 44px;
	line-height: var(--mm-navbar-size);
	text-decoration: none;
	display: block;
	padding-right: 10px;
	margin-right: -100px;
	-webkit-transition: margin .4s ease;
	-o-transition: margin .4s ease;
	transition: margin .4s ease
}

.mm-searchfield__cancel-active {
	margin-right: 0
}

.mm-panel>.mm-searchfield {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.mm-panel_has-searchfield {
	padding-top: 44px;
	padding-top: var(--mm-navbar-size)
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
	padding-top: 88px;
	padding-top: calc(var(--mm-navbar-size)*2)
}

.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield {
	top: 44px;
	top: var(--mm-navbar-size)
}

.mm-listitem_nosubitems>.mm-listitem__btn {
	display: none
}

.mm-listitem_nosubitems>.mm-listitem__text {
	padding-right: 10px
}

.mm-sectionindexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.mm-sectionindexer a {
	line-height: 1;
	text-decoration: none;
	display: block
}

.mm-sectionindexer,
.mm-sectionindexer~.mm-panels {
	-webkit-transition: right .4s ease;
	-o-transition: right .4s ease;
	transition: right .4s ease
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
	right: 0
}

.mm-menu_has-sectionindexer .mm-panels {
	right: 20px
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
	top: 46px;
	top: calc((var(--mm-navbar-size)*1) + 2px)
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
	top: 90px;
	top: calc((var(--mm-navbar-size)*2) + 2px)
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
	top: 134px;
	top: calc((var(--mm-navbar-size)*3) + 2px)
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
	top: 178px;
	top: calc((var(--mm-navbar-size)*4) + 2px)
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
	bottom: 46px;
	bottom: calc((var(--mm-navbar-size)*1) + 2px)
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
	bottom: 90px;
	bottom: calc((var(--mm-navbar-size)*2) + 2px)
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
	bottom: 134px;
	bottom: calc((var(--mm-navbar-size)*3) + 2px)
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
	bottom: 178px;
	bottom: calc((var(--mm-navbar-size)*4) + 2px)
}

.mm-menu_selected-hover .mm-listitem>.mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem>.mm-listitem__text,
.mm-menu_selected-parent .mm-listitem>.mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem>.mm-listitem__text {
	-webkit-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease
}

.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected .mm-listitem__text {
	background: 0 0
}

.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover,
.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text {
	background: rgba(255, 255, 255, .4);
	background: var(--mm-color-background-emphasis)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
	background: 0 0
}

.mm-menu,
.mm-slideout {
	--mm-sidebar-collapsed-size: 44px;
	--mm-sidebar-expanded-size: 440px
}

.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
	position: relative
}

.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
	-webkit-transition-property: width, -webkit-transform;
	-o-transition-property: width, transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
	background: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100vh
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
	display: block !important;
	top: 0 !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
	opacity: 0
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
	width: calc(100% - 44px);
	width: calc(100% - var(--mm-sidebar-collapsed-size));
	-webkit-transform: translate3d(44px, 0, 0);
	transform: translate3d(44px, 0, 0);
	-webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
	transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
	border-right-width: 1px;
	border-right-style: solid;
	min-width: 0 !important;
	max-width: 100000px !important
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
	content: none;
	display: none
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
	overflow: visible
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
	display: none !important
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
	width: calc(100% - 440px);
	width: calc(100% - var(--mm-sidebar-expanded-size));
	-webkit-transform: translate3d(440px, 0, 0);
	transform: translate3d(440px, 0, 0);
	-webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
	transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
	width: 440px;
	width: var(--mm-sidebar-expanded-size)
}

.mm-menu__blocker {
	background: 0 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
	display: none
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout,
[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

label.mm-toggle {
	border-radius: 34px;
	min-width: 58px;
	width: 58px;
	height: 34px;
	margin: 5px 10px 0;
	margin-top: calc((var(--mm-listitem-size) - 34px)/2);
	background: rgba(0, 0, 0, .1);
	background: var(--mm-color-border)
}

label.mm-toggle:before {
	content: '';
	display: block;
	border-radius: 34px;
	width: 32px;
	height: 32px;
	margin: 1px;
	background: #f3f3f3;
	background: var(--mm-color-background)
}

input.mm-check,
input.mm-toggle {
	position: absolute;
	left: -10000px
}

input.mm-toggle:checked~label.mm-toggle:before {
	float: right
}

input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963
}

label.mm-check {
	width: 34px;
	height: 34px
}

label.mm-check:before {
	border-color: rgba(0, 0, 0, .75);
	border-color: var(--mm-color-text);
	content: '';
	display: block;
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: .1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
	opacity: 1
}

[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before {
	float: left
}

.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
	content: none
}

.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
	left: 0 !important
}

.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
	right: 20px
}

.mm-menu_fx-menu-slide,
.mm-menu_fx-menu-zoom {
	-webkit-transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
	-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
	transform: scale(.7, .7) translate3d(-30%, 0, 0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
	-webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
	transform: scale(.7, .7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom,
.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide,
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-menu-fade {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
	opacity: 1
}

.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	transform: scale(1.5, 1.5) translate3d(100%, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
	-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
	transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
	-webkit-transition: none .4s ease;
	-o-transition: none .4s ease;
	transition: none .4s ease
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
	-webkit-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
	-webkit-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
	-webkit-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
	-webkit-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
	-webkit-transition-delay: 450ms;
	-o-transition-delay: 450ms;
	transition-delay: 450ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
	-webkit-transition-delay: 550ms;
	-o-transition-delay: 550ms;
	transition-delay: 550ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
	-webkit-transition-delay: 650ms;
	-o-transition-delay: 650ms;
	transition-delay: 650ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
	-webkit-transition-delay: 750ms;
	-o-transition-delay: 750ms;
	transition-delay: 750ms
}

.mm-menu_fx-listitems-slide .mm-listitem {
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.mm-menu_fx-listitems-fade .mm-listitem {
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
	opacity: 1
}

.mm-menu_fx-listitems-drop .mm-listitem {
	-webkit-transition-property: opacity, top;
	-o-transition-property: opacity, top;
	transition-property: opacity, top;
	opacity: 0;
	top: -25%
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
	opacity: 1;
	top: 0
}

.mm-menu_fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(100vw, 0, 0);
	transform: translate3d(100vw, 0, 0)
}

@media all and (max-width:140px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:10000px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(10000px, 0, 0);
		transform: translate3d(10000px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-100vw, 0, 0);
	transform: translate3d(-100vw, 0, 0)
}

@media all and (max-width:140px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:10000px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-10000px, 0, 0);
		transform: translate3d(-10000px, 0, 0)
	}
}

.mm-menu_fullscreen.mm-menu_position-bottom,
.mm-menu_fullscreen.mm-menu_position-top {
	height: 100vh;
	min-height: 140px;
	max-height: 10000px
}

.mm-menu_listview-justify .mm-panels>.mm-panel:after,
.mm-menu_listview-justify .mm-panels>.mm-panel:before,
.mm-panels>.mm-panel_listview-justify:after,
.mm-panels>.mm-panel_listview-justify:before {
	content: none;
	display: none
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,
.mm-panels>.mm-panel_listview-justify .mm-listview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,
.mm-panels>.mm-panel_listview-justify .mm-listitem {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 44px
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),
.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text,
.mm-panels>.mm-panel_listview-justify .mm-listitem__text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mm-listview_inset {
	list-style: inside disc;
	width: 100%;
	padding: 0 30px 15px;
	margin: 0
}

.mm-listview_inset .mm-listitem {
	padding: 5px 0
}

.mm-menu_multiline .mm-listitem__text,
.mm-panel_multiline .mm-listitem__text {
	-o-text-overflow: clip;
	text-overflow: clip;
	white-space: normal
}

[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
	opacity: 0
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
	opacity: .3;
	-webkit-transition: opacity .4s ease .4s;
	-o-transition: opacity .4s ease .4s;
	transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker {
	background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
	background: #000
}

.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker {
	background: #fff
}

.mm-menu_popup {
	-webkit-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%;
	min-height: 140px;
	max-height: 880px;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 2;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.mm-menu_popup.mm-menu_opened~.mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker {
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
	z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
	opacity: 1
}

.mm-menu_position-right {
	left: auto;
	right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width:300px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-240px, 0, 0);
		transform: translate3d(-240px, 0, 0)
	}
}

@media all and (min-width:550px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
	-webkit-transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
	z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,
.mm-menu_position-front.mm-menu_opened~.mm-slideout,
.mm-menu_position-top.mm-menu_opened~.mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
	z-index: 1
}

.mm-menu_position-front {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_position-bottom,
.mm-menu_position-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	height: 80vh;
	min-height: 140px;
	max-height: 880px
}

.mm-menu_position-bottom {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto
}

.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_shadow-page:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 100;
	-webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
	clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
	left: auto;
	right: 100%;
	-webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
	clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
	content: none;
	display: none
}

.mm-menu_shadow-menu,
.mm-menu_shadow-page:after,
.mm-menu_shadow-panels .mm-panels>.mm-panel {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow: var(--mm-shadow);
	box-shadow: var(--mm-shadow)
}

.mm-menu_theme-white {
	--mm-color-border: rgba(0, 0, 0, 0.1);
	--mm-color-button: rgba(0, 0, 0, 0.3);
	--mm-color-text: rgba(0, 0, 0, 0.7);
	--mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	--mm-color-background: #fff;
	--mm-color-background-highlight: rgba(0, 0, 0, 0.06);
	--mm-color-background-emphasis: rgba(0, 0, 0, 0.03);
	--mm-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu_theme-black,
.mm-menu_theme-dark {
	--mm-color-button: rgba(255, 255, 255, 0.4);
	--mm-color-text-dimmed: rgba(255, 255, 255, 0.4)
}

.mm-menu_theme-dark {
	--mm-color-border: rgba(0, 0, 0, 0.3);
	--mm-color-text: rgba(255, 255, 255, 0.85);
	--mm-color-background: #333;
	--mm-color-background-highlight: rgba(255, 255, 255, 0.08);
	--mm-color-background-emphasis: rgba(0, 0, 0, 0.1);
	--mm-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu_theme-black {
	--mm-color-border: rgba(255, 255, 255, 0.25);
	--mm-color-text: rgba(255, 255, 255, 0.75);
	--mm-color-background: #000;
	--mm-color-background-highlight: rgba(255, 255, 255, 0.2);
	--mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
	--mm-shadow: none
}

.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
	margin: 0 !important
}

.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
	content: '';
	display: block;
	clear: both
}

.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
	float: left;
	position: relative;
	width: 50%;
	height: 0;
	padding: 50% 0 0
}

.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
	left: 0;
	top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	z-index: -1
}

.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
	width: 12.5%;
	padding-top: 12.5%
}

.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
	width: 25%;
	padding-top: 25%
}

.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
	width: 75%;
	padding-top: 75%
}

.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
	width: 100%;
	padding-top: 100%
}

.mm-menu_tileview .mm-listitem__text,
.mm-panel_tileview .mm-listitem__text {
	line-height: 1px;
	text-align: center;
	padding: 50% 10px 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 1px;
	left: 0
}

.mm-menu_tileview .mm-listitem__btn,
.mm-panel_tileview .mm-listitem__btn {
	width: auto
}

.mm-menu_tileview .mm-listitem__btn:after,
.mm-menu_tileview .mm-listitem__btn:before,
.mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview .mm-listitem__btn:after,
.mm-panel_tileview .mm-listitem__btn:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
	content: none;
	display: none
}

.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
	display: none
}

.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
	padding-left: 0;
	padding-right: 0
}

body.modal-open .mm-slideout {
	z-index: unset
}

.mfp-bg {
	z-index: 2100;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.mfp-wrap {
	z-index: 2222;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before,
.mfp-content {
	display: inline-block;
	vertical-align: middle
}

.mfp-container:before {
	content: '';
	height: 100%
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin: -55px 0 0;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:before {
	top: 0
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

.mfp-figure:after,
img.mfp-img {
	display: block;
	width: auto;
	height: auto
}

img.mfp-img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	right: 0;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-ms-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.mfp-no-margins .mfp-container,
.mfp-no-margins img.mfp-img {
	padding: 0
}

.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.my-mfp-zoom-in .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

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

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

.swiper-slide,
.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

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

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.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;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-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-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	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, .5)), to(transparent));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to left, rgba(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, .5)), to(transparent));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to right, rgba(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, .5)), to(transparent));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to top, rgba(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, .5)), to(transparent));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/44*27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1*var(--swiper-navigation-size)/2);
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

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

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

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

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

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

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	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(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.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(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

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

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

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

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: 0;
	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 {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

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

.swiper-container-vertical>.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>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s transform, .2s top;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.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>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform, .2s left;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform, .2s right;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	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>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

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

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

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

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

.swiper-container-vertical>.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, .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: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	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 infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

.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,
.swiper-container-flip {
	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-slide-active {
	pointer-events: auto
}

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

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	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 .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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
@-webkit-keyframes playAnim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
		opacity: 0
	}
}

@keyframes playAnim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	to {
		-webkit-transform: scale(1.7);
		transform: scale(1.7);
		opacity: 0
	}
}

@-webkit-keyframes scrollAnim {

	0%,
	to {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0)
	}

	50% {
		-webkit-transform: translateX(-50%) translateY(7px);
		transform: translateX(-50%) translateY(7px)
	}
}

@keyframes scrollAnim {

	0%,
	to {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0)
	}

	50% {
		-webkit-transform: translateX(-50%) translateY(7px);
		transform: translateX(-50%) translateY(7px)
	}
}

.irs,
.irs-line {
	position: relative;
	display: block
}

.irs {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	font-family: Arial, sans-serif
}

.irs-line {
	overflow: hidden;
	outline: 0 !important
}

.irs-bar,
.irs-shadow {
	position: absolute;
	display: block;
	left: 0;
	width: 0
}

.irs-shadow {
	display: none
}

.irs-handle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1
}

.irs-handle.type_last {
	z-index: 2
}

.irs-handle,
.irs-max,
.irs-min {
	position: absolute;
	display: block;
	cursor: default
}

.irs-min {
	left: 0
}

.irs-max {
	right: 0
}

.irs-from,
.irs-single,
.irs-to {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px
}

.irs-with-grid .irs-grid {
	display: block
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000
}

.irs-grid-pol.small {
	height: 4px
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: 0 0;
	z-index: 2
}

.lt-ie9 .irs-disable-mask {
	background: #000;
	cursor: not-allowed
}

.irs-disabled {
	opacity: .4
}

.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: 0 !important;
	z-index: -9999 !important;
	background: 0 0 !important;
	border-style: solid !important;
	border-color: transparent !important
}

.irs--flat {
	height: 40px
}

.irs--flat.irs-with-grid {
	height: 60px
}

.irs--flat .irs-line {
	top: 25px;
	height: 12px;
	background-color: #e1e4e9;
	border-radius: 4px
}

.irs--flat .irs-bar {
	top: 25px;
	height: 12px;
	background-color: #ed5565
}

.irs--flat .irs-bar--single {
	border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: #e1e4e9
}

.irs--flat .irs-handle {
	top: 22px;
	width: 16px;
	height: 18px;
	background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
	background-color: #a43540
}

.irs--flat .irs-max,
.irs--flat .irs-min {
	top: 0;
	padding: 1px 3px;
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	background-color: #e1e4e9;
	border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #ed5565;
	border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
	background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
	color: #999
}

.irs--big,
.irs--modern {
	height: 55px
}

.irs--big.irs-with-grid {
	height: 70px
}

.irs--big .irs-line {
	top: 33px;
	height: 12px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, #fff));
	background: -o-linear-gradient(top, #ddd -50%, #fff 150%);
	background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
	border: 1px solid #ccc;
	border-radius: 12px
}

.irs--big .irs-bar {
	top: 33px;
	height: 12px;
	background-color: #92bce0;
	border: 1px solid #428bca;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #428bca), to(#b9d4ec));
	background: -o-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
	background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5)
}

.irs--big .irs-bar--single {
	border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
	height: 1px;
	bottom: 16px;
	background-color: rgba(66, 139, 202, .5)
}

.irs--big .irs-handle {
	top: 25px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .3);
	background-color: #cbcfd5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #b4b9be), to(#fff));
	background: -o-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
	border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
	border-color: rgba(0, 0, 0, .45);
	background-color: #939ba7;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
	background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%)
}

.irs--big .irs-max,
.irs--big .irs-min {
	top: 0;
	padding: 1px 5px;
	color: #fff;
	text-shadow: none;
	background-color: #9f9f9f;
	border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
	color: #fff;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #428bca;
	background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
	background: -o-linear-gradient(top, #428bca 0, #3071a9 100%);
	background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
	border-radius: 3px
}

.irs--big .irs-grid-pol {
	background-color: #428bca
}

.irs--big .irs-grid-text {
	color: #428bca
}

.irs--modern.irs-with-grid {
	height: 55px
}

.irs--modern .irs-line {
	top: 25px;
	height: 5px;
	background-color: #d1d6e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
	background: -o-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
	background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
	border: 1px solid #a3adc1;
	border-bottom-width: 0;
	border-radius: 5px
}

.irs--modern .irs-bar {
	top: 25px;
	height: 5px;
	background: #20b426;
	background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
	background: -o-linear-gradient(top, #20b426 0, #18891d 100%);
	background: linear-gradient(to bottom, #20b426 0, #18891d 100%)
}

.irs--modern .irs-bar--single {
	border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(209, 214, 224, .5)
}

.irs--modern .irs-handle {
	top: 37px;
	width: 12px;
	height: 13px;
	border: 1px solid #a3adc1;
	border-top-width: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
	position: absolute;
	display: block;
	top: -4px;
	left: 1px;
	width: 6px;
	height: 6px;
	border: 1px solid #a3adc1;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2),
.irs--modern .irs-handle>i:nth-child(3) {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.irs--modern .irs-handle>i:nth-child(2) {
	top: 0;
	left: 0;
	width: 10px;
	height: 12px;
	background: #e9e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e6e6));
	background: -o-linear-gradient(top, #fff 0, #e9e6e6 100%);
	background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
	border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
	top: 3px;
	left: 3px;
	width: 4px;
	height: 5px;
	border-left: 1px solid #a3adc1;
	border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
	border-color: #7685a2;
	background: #c3c7cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
	background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
	border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
	border-color: #48536a
}

.irs--modern .irs-max,
.irs--modern .irs-min {
	top: 0;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	color: #fff;
	background-color: #d1d6e0;
	border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background-color: #20b426;
	color: #fff;
	border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #20b426
}

.irs--modern .irs-grid {
	height: 25px
}

.irs--modern .irs-grid-pol {
	background-color: #dedede
}

.irs--modern .irs-grid-text {
	color: silver;
	font-size: 13px
}

.irs--sharp {
	height: 50px;
	font-size: 12px;
	line-height: 1
}

.irs--sharp.irs-with-grid {
	height: 57px
}

.irs--sharp .irs-line {
	top: 30px;
	height: 2px;
	background-color: #000;
	border-radius: 2px
}

.irs--sharp .irs-bar {
	top: 30px;
	height: 2px;
	background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
	border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
	height: 1px;
	bottom: 21px;
	background-color: rgba(0, 0, 0, .5)
}

.irs--sharp .irs-handle {
	top: 25px;
	width: 10px;
	height: 10px;
	background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
	background-color: #000
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
	border-top-color: #000
}

.irs--sharp .irs-max,
.irs--sharp .irs-min {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 4px;
	opacity: .4;
	background-color: #a804b2;
	border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 4px;
	background-color: #a804b2;
	color: #fff;
	border-radius: 2px
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before,
.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #a804b2
}

.irs--sharp .irs-grid {
	height: 25px
}

.irs--sharp .irs-grid-pol {
	background-color: #dedede
}

.irs--sharp .irs-grid-text {
	color: silver;
	font-size: 13px
}

.irs--round,
.irs--square {
	height: 50px
}

.irs--round.irs-with-grid {
	height: 65px
}

.irs--round .irs-line {
	top: 36px;
	height: 4px;
	background-color: #dee4ec;
	border-radius: 4px
}

.irs--round .irs-bar {
	top: 36px;
	height: 4px;
	background-color: #006cfa
}

.irs--round .irs-bar--single {
	border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
	height: 4px;
	bottom: 21px;
	background-color: rgba(222, 228, 236, .5)
}

.irs--round .irs-handle {
	top: 26px;
	width: 24px;
	height: 24px;
	border: 4px solid #006cfa;
	background-color: #fff;
	border-radius: 24px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover,
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
	background-color: #f0f6ff
}

.irs--round .irs-max,
.irs--round .irs-min {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #006cfa;
	color: #fff;
	border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
	border-top-color: #006cfa
}

.irs--round .irs-grid {
	height: 25px
}

.irs--round .irs-grid-pol {
	background-color: #dedede
}

.irs--round .irs-grid-text {
	color: silver;
	font-size: 13px
}

.irs--square.irs-with-grid {
	height: 60px
}

.irs--square .irs-line {
	top: 31px;
	height: 4px;
	background-color: #dedede
}

.irs--square .irs-bar {
	top: 31px;
	height: 4px;
	background-color: #000
}

.irs--square .irs-shadow {
	height: 2px;
	bottom: 21px;
	background-color: #dedede
}

.irs--square .irs-handle {
	top: 25px;
	width: 16px;
	height: 16px;
	border: 3px solid #000;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.irs--square .irs-max,
.irs--square .irs-min {
	color: #333;
	font-size: 14px;
	line-height: 1;
	top: 0;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .1)
}

.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
	font-size: 14px;
	line-height: 1;
	text-shadow: none;
	padding: 3px 5px;
	background-color: #000;
	color: #fff
}

.irs--square .irs-grid {
	height: 25px
}

.irs--square .irs-grid-pol {
	background-color: #dedede
}

.irs--square .irs-grid-text {
	color: silver;
	font-size: 11px
}

.pers_timer {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pers_timer .timer_section {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	min-width: 67px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.pers_timer .timer_time {
	width: 78.37px;
	height: 56px;
	padding: 14px 0 12px;
	background: #4591e3;
	font-family: Noah, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 165%;
	text-align: center;
	color: #fff;
	border-radius: 5px
}

.pers_timer .timer_time div {
	display: inline-block
}

.pers_timer .timer_section_desc {
	display: block;
	font-family: "SF Pro Display", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 165%;
	text-align: center;
	color: #25292d;
	margin-top: 5px
}

.timer_section_desc {
	color: #25292d
}

@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/SFProDisplayLight/SFProDisplay-Light.woff2) format("woff2"), url(../fonts/SFProDisplayLight/SFProDisplay-Light.woff) format("woff")
}

@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/SFProDisplayRegular/SFProDisplay-Regular.woff2) format("woff2"), url(../fonts/SFProDisplayRegular/SFProDisplay-Regular.woff) format("woff")
}

@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/SFProDisplayMedium/SFProDisplay-Medium.woff2) format("woff2"), url(../fonts/SFProDisplayMedium/SFProDisplay-Medium.woff) format("woff")
}

@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/SFProDisplaySemibold/SFProDisplay-Semibold.woff2) format("woff2"), url(../fonts/SFProDisplaySemibold/SFProDisplay-Semibold.woff) format("woff")
}

@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/SFProDisplayBold/SFProDisplay-Bold.woff2) format("woff2"), url(../fonts/SFProDisplayBold/SFProDisplay-Bold.woff) format("woff")
}

@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
	font-weight: 800;
	font-style: normal;
	src: url(../fonts/SFProDisplayHeavy/SFProDisplay-Heavy.woff2) format("woff2"), url(../fonts/SFProDisplayHeavy/SFProDisplay-Heavy.woff) format("woff")
}

@font-face {
	font-family: "SF Pro Display";
	font-display: swap;
	font-weight: 900;
	font-style: normal;
	src: url(../fonts/SFProDisplayBlack/SFProDisplay-Black.woff2) format("woff2"), url(../fonts/SFProDisplayBlack/SFProDisplay-Black.woff) format("woff")
}

@font-face {
	font-family: Noah;
	font-display: swap;
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/NoahLight/NoahText-Light.woff2) format("woff2"), url(../fonts/NoahLight/NoahText-Light.woff) format("woff")
}

@font-face {
	font-family: Noah;
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/NoahRegular/NoahText-Regular.woff2) format("woff2"), url(../fonts/NoahRegular/NoahText-Regular.woff) format("woff")
}

@font-face {
	font-family: Noah;
	font-display: swap;
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/NoahMedium/NoahText-Medium.woff2) format("woff2"), url(../fonts/NoahMedium/NoahText-Medium.woff) format("woff")
}

@font-face {
	font-family: Noah;
	font-display: swap;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/NoahBold/NoahText-Bold.woff2) format("woff2"), url(../fonts/NoahBold/NoahText-Bold.woff) format("woff")
}

@font-face {
	font-family: "Open Sans";
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/OpenSans/OpenSans.woff2) format("woff2"), url(../fonts/OpenSans/OpenSans.woff) format("woff")
}

::-webkit-input-placeholder {
	color: #b1becb;
	opacity: 1
}

:-moz-placeholder {
	color: #b1becb;
	opacity: 1
}

::-moz-placeholder {
	color: #b1becb;
	opacity: 1
}

:-ms-input-placeholder {
	color: #b1becb;
	opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: #666
}

body input:required:valid,
body textarea:required:valid {
	color: #666
}

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

._404-sect__container,
.about-sect__container,
.addr-sect__container,
.article-sect__container,
.banners-sect__container,
.best-sect__container,
.brand-sect__container,
.brands-sect__container,
.breadcrumbs-sect__container,
.card-sect__container,
.cart-sect__container,
.catalog-sect__container,
.category-sect__container,
.cdesc-sect__container,
.compare-sect__container,
.consult-sect__container,
.contacts-sect__container,
.cselection-sect__container,
.delivery-sect__container,
.director-sect__container,
.empty-sect__container,
.expert-sect__container,
.faq-sect__container,
.feedback-sect__container,
.fixed-header__container,
.form-sect__container,
.how-sect__container,
.img-sect__container,
.main-footer__container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.main-header__bottom,
.main-header__top {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}

.main-nav__container,
.map-sect__container,
.more-sect__container,
.mproducts-sect__container,
.read-sect__container,
.review-sect__container,
.reviews-sect__container,
.scroll-sect__container,
.sertif-sect__container,
.similar-sect__container,
.social-sect__container,
.subscribe-sect__container,
.tags-sect__container,
.team-sect__container,
.trade-sect__container,
.videoscreen-sect__container,
.vreview-sect__container,
.who-sect__container,
.why-sect__container,
.works-sect__container,
.youtube-sect__container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto
}

.no_wrap {
	display: inline-block;
	white-space: nowrap
}

html {
	text-rendering: optimizeLegibility
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.4;
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Arial, sans-serif;
	overflow-x: hidden;
	font-weight: 400;
	opacity: 1;
	color: #000;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff
}

html::-webkit-resizer {
	width: 10px;
	height: 0
}

html::-webkit-scrollbar {
	width: 10px
}

html::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

html::-webkit-scrollbar-thumb {
	background-color: #b1becb;
	border-radius: 5px
}

html::-webkit-scrollbar-track {
	background-color: #dde3ea
}

.fancybox-infobar,
.hidden {
	display: none
}

li,
ul {
	padding: 0;
	list-style-type: none
}

figure,
h1,
h2,
h3,
h4,
h5,
label,
li,
p,
ul {
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
label {
	font-weight: 400
}

a:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	opacity: 1;
	background-color: #fff;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	overflow: hidden
}

.preloader.done {
	visibility: hidden;
	pointer-events: none;
	opacity: 0
}

.banner-measur::before,
.preloader .spinner-1,
.preloader .spinner-2 {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.preloader .spinner-1,
.preloader .spinner-2 {
	left: 50%;
	margin: 0;
	background-color: #fff
}

.preloader .spinner-1::before,
.preloader .spinner-2::before {
	color: red
}

.banner-measur {
	width: 100%;
	background-color: #4591e3;
	overflow: hidden;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 20px 45px 20px 214px
}

@media only screen and (max-width:1200px) {
	.banner-measur {
		padding: 10px 20px 10px 150px
	}
}

@media only screen and (max-width:480px) {
	.banner-measur {
		padding: 10px 20px 10px 112px
	}
}

.banner-measur::before {
	content: '';
	display: inline-block;
	z-index: 0;
	left: 0;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-color: #4da3ff
}

.banner-measur__bg {
	position: absolute;
	bottom: 0;
	left: 20px;
	z-index: 1
}

@media only screen and (max-width:1200px) {
	.banner-measur__bg {
		left: -45px
	}
}

@media only screen and (max-width:480px) {
	.banner-measur__bg {
		left: -55px;
		bottom: -30px
	}
}

.banner-measur__title {
	position: relative;
	z-index: 3;
	color: #fff;
	margin-bottom: 6px;
	font-size: 26px;
	line-height: 120%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:1200px) {
	.banner-measur__title {
		font-size: 22px
	}
}

@media only screen and (max-width:992px) {
	.banner-measur__title {
		font-size: 20px
	}
	form.catalog-sect__fselect{display:none;}
}

@media only screen and (max-width:480px) {
	.banner-measur__title {
		font-size: 18px
	}
}

.banner-measur__text {
	margin-bottom: 35px;
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 16px;
	line-height: 175%
}

@media only screen and (max-width:1200px) {
	.banner-measur__text {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:480px) {
	.banner-measur__text {
		line-height: 133%
	}
}

.banner-measur__btn {
	padding-left: 65px;
	width: 100%
}

@media only screen and (max-width:1200px) {
	.banner-measur__btn {
		padding-left: 0
	}
}

.banner-measur__btn .def-btn,
.call-popup__input input,
.call-popup__input select {
	width: 100%;
	height: 50px;
	background-color: #fff;
	font-style: normal
}

.banner-measur__btn .def-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	color: #4591e3;
	border-color: #fff;
	text-decoration: none;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: .05em
}

.banner-measur__btn .def-btn:hover {
	border-color: #ff4651
}

.call-popup {
	background: #fff;
	padding: 60px 120px 65px;
	text-align: left;
	max-width: 560px;
	margin: 40px auto;
	position: relative;
	background-color: #fff;
	border-radius: 10px
}

@media only screen and (max-width:576px) {
	.call-popup {
		padding: 45px 50px
	}
}

@media only screen and (max-width:480px) {
	.call-popup {
		padding: 40px 20px
	}
}

.call-popup__submit .def-btn,
.call-popup__title {
	text-align: center;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.call-popup__title {
	color: #25292d;
	font-size: 26px;
	line-height: 134%;
	margin-bottom: 25px
}

@media only screen and (max-width:480px) {
	.call-popup__title {
		font-size: 24px
	}
}

.call-popup__input {
	width: 100%
}

.call-popup__input input,
.call-popup__input select {
	display: block;
	padding: 0 20px 0 24px;
	border: 1px solid #dde3ea;
	color: #000 !important;
	font-size: 12px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400
}

.call-popup__input_top input {
	border-radius: 5px 5px 0 0;
	border-bottom: none
}

.call-popup__input_bottom input {
	border-radius: 0 0 5px 5px
}

.call-popup__submit {
	margin: 20px 0
}

.call-popup__submit .def-btn {
	display: block;
	width: 100%;
	height: 50px;
	padding: 5px 15px;
	background-color: #ff4651;
	color: #fff;
	text-transform: uppercase;
	line-height: .05em;
	font-size: 11px
}

.call-popup__submit .def-btn::before {
	background-color: #ff2d39
}

.call-popup__text {
	text-align: center;
	color: #a5a5a5;
	font-size: 10px;
	line-height: 134%
}

.call-popup__text-icon {
	vertical-align: middle;
	margin-right: 3px
}

.call-popup__text-link {
	display: inline-block;
	color: #a5a5a5;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.call-popup__text-link:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.call-popup__text-link:active,
.call-popup__text-link:focus {
	text-decoration: none;
	color: #a5a5a5
}

.mfp-close {
	font-size: 0;
	color: transparent;
	background-repeat: no-repeat !important;
	background-position: center !important;
	top: -10px;
	background-color: transparent;
	right: -44px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.city-dialog__wrapper-close:hover,
.mfp-close:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

@media only screen and (max-width:992px) {
	.mfp-close {
		font-size: 28px;
		color: inherit;
		top: 0;
		right: 0;
		background-image: none
	}
}

.city-dialog {
	z-index: 2;
	padding-top: 20px
}

.city-dialog__wrapper {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 57px 21px 41px 62px;
	-webkit-box-shadow: 0 10px 64px rgba(0, 0, 0, .08);
	box-shadow: 0 10px 64px rgba(0, 0, 0, .08);
	width: 800px
}

@media only screen and (max-width:992px) {
	.city-dialog__wrapper {
		padding: 50px 20px 30px 30px;
		width: 700px
	}
}

@media only screen and (max-width:768px) {
	.city-dialog__wrapper {
		padding: 50px 20px 30px 30px;
		width: 100%
	}
}

@media only screen and (max-width:576px) {
	.city-dialog__wrapper {
		padding: 35px 20px 30px 15px;
		width: 100%;
	}
}

.city-dialog__wrapper::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 120px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent
}

.city-dialog__wrapper-close {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.city-dialog__wrapper-close:hover {
	text-decoration: none
}

.city-dialog__title {
	margin-bottom: 11px;
	color: #000;
	font-size: 26px;
	line-height: 160%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

.city-dialog .main-header__search {
	width: 100%;
	max-width: 450px;
	margin: 0 0 20px
}

.city-dialog__city {
	margin-bottom: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-x: auto;
	padding-bottom: 5px
}

.city-dialog__city-item {
	display: inline-block;
	white-space: nowrap;
	color: #25292d;
	font-size: 16px;
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-right: 30px;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.city-dialog__city-item:last-child {
	margin-right: 0
}

.city-dialog__city-item:hover,
.city-dialog__word-column a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.city-dialog__city-item:active,
.city-dialog__city-item:focus,
.city-dialog__word-column a:active,
.city-dialog__word-column a:focus {
	text-decoration: none;
	color: #25292d
}

.city-dialog__wcontainer {
	overflow-y: auto;
	max-height: 440px;
	padding-right: 15px
}

.city-dialog__wcontainer::-webkit-resizer {
	width: 4px;
	height: 0
}

.city-dialog__wcontainer::-webkit-scrollbar {
	width: 4px
}

.city-dialog__wcontainer::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

.city-dialog__wcontainer::-webkit-scrollbar-thumb {
	background-color: #dde3ea;
	border-radius: 5px
}

.city-dialog__wcontainer::-webkit-scrollbar-track {
	background-color: rgba(221, 227, 234, .2)
}

.city-dialog__word-title {
	color: #ff4651;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	line-height: 160%;
	margin-bottom: 11px
}

@media only screen and (max-width:768px) {
	.city-dialog__word-title {
		font-size: 20px
	}
}

.city-dialog__word-title::after {
	content: '';
	display: inline-block;
	height: 1px;
	background-color: #ebeff2;
	margin-left: 20px
}

.city-dialog__word-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 25px
}

.city-dialog__word-column,
.city-dialog__word-title::after {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.city-dialog__word-column li {
	display: block;
	margin-bottom: 2px
}

.city-dialog__word-column a {
	display: inline-block;
	color: #25292d;
	font-size: 16px;
	line-height: 160%;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

@media only screen and (max-width:576px) {
	.city-dialog__word-column a {
		font-size: 14px
	}
}

.cookie-dialog {
	background-color: #fff;
	padding: 30px 55px;
	border-radius: 10px;
	position: relative;
	width: 100%;
	max-width: 800px;
	border: 2px solid #4591e3
}

@media only screen and (max-width:768px) {
	.cookie-dialog {
		padding: 30px 20px
	}
}

.cookie-dialog__close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block
}

.cookie-dialog .def-btn,
.cookie-dialog__title {
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.cookie-dialog__title {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 160%
}

.cookie-dialog__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:576px) {
	.cookie-dialog__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.cookie-dialog__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-right: 30px;
	color: #707d8a;
	line-height: 160%;
	font-size: 15px
}

@media only screen and (max-width:576px) {
	.cookie-dialog__text {
		margin-bottom: 20px;
		margin-right: 0
	}
}

.cookie-dialog .def-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 195px;
	flex: 0 0 195px;
	height: 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-size: 11px;
	border-color: #4591e3;
	background-color: #4591e3
}

@media only screen and (max-width:576px) {
	.cookie-dialog .def-btn {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 195px
	}
}

.cookie-dialog .def-btn:hover {
	border-color: #ff4651;
	color: #fff
}

.cookie-dialog .def-btn:active,
.cookie-dialog .def-btn:focus {
	color: #fff
}

.cost-btn,
.cost-btn__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.cost-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	background-color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	position: fixed;
	z-index: 15;
	bottom: calc(50vh - 164px);
	left: 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: translateY(57px) rotate(-90deg);
	-ms-transform: translateY(57px) rotate(-90deg);
	transform: translateY(57px) rotate(-90deg)
}

.cost-btn__icon {
	margin-right: 20px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.cost-btn__text {
	font-size: 15px;
	color: #ff4651;
	line-height: 160%;
	white-space: nowrap
}

.def-btn {
	overflow: hidden;
	position: relative;
	display: inline-block;
	color: #21252b;
	font-size: 12px;
	padding: 11px 25px 10px;
	border: 1px solid #ff4651;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.def-btn .bg-btn,
.def-btn::before {
	position: absolute;
	z-index: 0;
	background-color: #ff4651
}

.def-btn::before {
	content: '';
	top: -1px;
	left: -1px;
	bottom: -1px;
	right: -1px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	opacity: 0;
	display: none
}

.def-btn .bg-btn {
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	-webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
	-o-transition: width .4s ease-in-out, height .4s ease-in-out;
	transition: width .4s ease-in-out, height .4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.def-btn .text-btn,
.def-btn img {
	position: relative;
	z-index: 1
}

.def-btn:hover {
	color: #fff
}

.def-btn:hover::before {
	opacity: 1
}

.def-btn:hover .bg-btn {
	width: 225%;
	height: 500px
}

.def-btn:active,
.def-btn:focus,
.mcart-dialog__table-delete a:focus,
.mcart-dialog__table-delete button:focus {
	outline: 0
}

.def-title {
	color: #25292d;
	font-size: 34px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:992px) {
	.def-title {
		font-size: 32px
	}
}

@media only screen and (max-width:768px) {
	.def-title {
		font-size: 28px
	}
}

@media only screen and (max-width:480px) {
	.def-title {
		font-size: 24px
	}
}

.def-title_line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.def-title_line::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: inline-block;
	height: 1px;
	background-color: #b1becb;
	margin-left: 35px
}

@media only screen and (max-width:576px) {
	.def-title_line::after {
		display: none
	}
}

.def-title_h1 {
	font-size: 42px
}

@media only screen and (max-width:992px) {
	.def-title_h1 {
		font-size: 36px
	}
}

@media only screen and (max-width:768px) {
	.def-title_h1 {
		font-size: 28px
	}
}

@media only screen and (max-width:576px) {
	.def-title_h1 {
		font-size: 24px
	}
}

.def-title_h1_normal {
	font-family: Noah, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 42px
}

@media only screen and (max-width:992px) {
	.def-title_h1_normal {
		font-size: 36px
	}
}

@media only screen and (max-width:768px) {
	.def-title_h1_normal {
		font-size: 28px
	}
}

@media only screen and (max-width:576px) {
	.def-title_h1_normal {
		font-size: 24px
	}
}

.filter-mobile,
.filter-mobile__bg {
	position: fixed;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none
}

.filter-mobile {
	z-index: 101;
	bottom: 0;
	height: 80vh;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.filter-mobile__bg {
	top: 0;
	height: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out
}

.filter-mobile__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	padding: 5px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebeff2;
	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;
	position: relative
}

.filter-mobile__title-text {
	text-align: center;
	font-size: 21px;
	color: #000;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.filter-mobile__title-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.filter-mobile__wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 0 15px;
	overflow-y: auto
}

.filter-mobile.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}

.filter-mobile__bg.active {
	opacity: 1 !important;
	pointer-events: all
}

.filter__result {
	padding: 30px 25px;
	border: 2px solid #aed0f5;
	border-radius: 10px;
	margin-bottom: 15px
}

.filter__result:last-child {
	margin-bottom: 0
}

.filter__result-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #000;
	font-size: 14px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 30px
}

.filter__result-header-btn,
.filter__result-header-btn::before {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.filter__result-header-btn {
	position: relative;
	font-size: 14px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #f22f2f;
	line-height: 134%;
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer
}

.filter__result-header-btn::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted #f22f2f
}

.filter__result-header-btn:hover {
	text-decoration: none
}

.filter__result-header-btn:hover::before {
	border-bottom-style: solid
}

.filter__result-header-btn:active,
.filter__result-header-btn:focus {
	text-decoration: none;
	outline: 0
}

.filter__result-title {
	color: #25292d;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 134%;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 15px
}

.filter__result-row {
	margin-bottom: 12px
}

.filter__result-row:last-child {
	margin-bottom: 0
}

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

.filter__result-info-text {
	display: inline-block;
	font-size: 14px;
	color: #b1becb;
	line-height: 134%;
	margin-right: 10px
}

.filter__result-info-text span {
	color: #25292d;
	margin: 0 7px
}

.filter__result-info-btn {
	border: 0;
	background-color: transparent;
	cursor: pointer
}

.filter__result-info-btn img {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.filter__result-info-btn:hover {
	text-decoration: none
}

.filter__result-info-btn:hover img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.filter__container {
	margin-bottom: 25px;
	border: 1px solid #ebeff2;
	border-radius: 10px
}

.filter__container:last-child {
	margin-bottom: 0
}

.filter__accord {
	padding: 20px 0;
	border-bottom: 1px solid #ebeff2
}

.filter__accord:last-child,
.guarantee-sect__table tr:last-child {
	border-bottom: none
}

.filter__accord_form {
	background-color: #d2dae1;
	background-repeat: no-repeat;
	background-position: 11px 0;
	padding-bottom: 20px
}

.filter__accord-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	padding: 0 25px;
	color: #25292d;
	font-size: 14px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	cursor: pointer
}

.filter__accord-title::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4591e3;
	border-bottom: 1px solid #4591e3;
	-webkit-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-left: 10px
}

.filter__accord-title.active::after {
	-webkit-transform: translateY(1px) rotate(-135deg);
	-ms-transform: translateY(1px) rotate(-135deg);
	transform: translateY(1px) rotate(-135deg)
}

.filter__accord-title_select {
	border-left: 2px solid #4591e3
}

.filter__accord-check input,
.filter__accord-hidden {
	display: none
}

.filter__accord-range {
	padding: 30px 25px 0
}

.filter__accord-range .irs {
	width: 100%
}

.filter__accord-range .irs-line {
	border-radius: 0
}

.filter__accord-range .irs-bar,
.filter__accord-range .irs-line {
	height: 3px;
	background-color: #d2dae1;
	top: 30px !important
}

.filter__accord-range .irs-handle {
	width: 11px;
	height: 19px;
	background-color: #b1becb;
	border-radius: 3px;
	cursor: pointer
}

.filter__accord-range .irs-handle i {
	display: none !important
}

.filter__accord-range .irs.changed .irs-bar,
.filter__accord-range .irs.changed .irs-handle,
.filter__accord-range_trap .irs.changed .irs-handle.from::after,
.filter__accord-range_trap .irs.changed .irs-handle.to::after {
	background-color: #4591e3
}

.filter__accord-range_trap .irs-handle {
	border-radius: 0;
	background-color: transparent;
	top: 20px !important
}

.filter__accord-range_trap .irs-handle.from::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 4px;
	bottom: 3px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #b1becb;
	border-bottom: 8px solid transparent;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.filter__accord-range_trap .irs-handle.from::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #b1becb
}

.filter__accord-range_trap .irs-handle.to::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 4px;
	bottom: 3px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #b1becb;
	border-bottom: 8px solid transparent;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.filter__accord-range_trap .irs-handle.to::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-color: #b1becb
}

.filter__accord-range_trap .irs.changed .irs-handle {
	background-color: transparent
}

.filter__accord-range_trap .irs.changed .irs-handle.from::before {
	border-left: 8px solid #4591e3
}

.filter__accord-range_trap .irs.changed .irs-handle.to::before {
	border-right: 8px solid #4591e3
}

.filter__accord-range .irs-from,
.filter__accord-range .irs-single,
.filter__accord-range .irs-to {
	top: -12px !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: transparent;
	color: #25292d !important;
	font-size: 14px;
	line-height: 133%;
	padding: 0 !important
}

.filter__accord-range .irs-from::before,
.filter__accord-range .irs-single::before,
.filter__accord-range .irs-to::before {
	position: static !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	color: #b1becb !important;
	font-size: 14px !important;
	margin-right: 3px !important
}

.filter__accord-range .irs-from {
	left: 0 !important
}

.filter__accord-range .irs-from::before {
	content: 'от' !important
}

.filter__accord-range .irs-to {
	left: auto !important;
	right: 0
}

.filter__accord-range .irs-to::before {
	content: 'до' !important
}

.filter__accord-checks {
	overflow-y: auto;
	max-height: 235px;
	padding: 0 25px;
	margin-top: 20px
}

.filter__accord-checks::-webkit-resizer {
	width: 3px;
	height: 0
}

.filter__accord-checks::-webkit-scrollbar {
	width: 3px
}

.filter__accord-checks::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

.filter__accord-checks::-webkit-scrollbar-thumb {
	background-color: #707d8a;
	border-radius: 0
}

.filter__accord-checks::-webkit-scrollbar-track {
	background-color: transparent
}

.filter__accord-check {
	display: block;
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #25292d;
	cursor: pointer;
	margin: 0 0 20px
}

.filter__accord-check:last-child {
	margin-bottom: 0
}

.filter__accord-check input:checked+.filter__accord-check-icon {
	border-color: #4591e3
}

.filter__accord-check input:checked+.filter__accord-check-icon img,
.filter__accord-check input:checked+.filter__accord-check-icon svg {
	opacity: 1
}

.filter__accord-check-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 1px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #707d8a;
	border-radius: 3px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.filter__accord-check-icon img,
.filter__accord-check-icon svg {
	opacity: 0;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.filter__accord-check-text {
	font-size: 14px;
	line-height: 134%;
	color: #25292d
}

.filter__accord-check-text-select {
	color: #b1becb;
	display: inline-block;
	margin-left: 5px
}

.filter__accord-check_brand .filter__accord-check-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.filter__accord-check_brand .filter__accord-check-text-img {
	margin-right: 5px;
	margin-top: -2px
}

.filter__accord-form-inputs {
	padding: 20px 25px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.filter__accord-form-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 31.5%;
	margin-bottom: 14px
}

.filter__accord-form-input label {
	display: block;
	margin-bottom: 4px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 134%;
	color: #555f68
}

.filter__accord-form-input input {
	display: block;
	width: 100%;
	height: 45px;
	text-align: center;
	background-color: #fff;
	border: 0;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	padding: 0 5px;
	font-size: 12px
}

.filter__accord-form-input input[type=number]::-webkit-inner-spin-button,
.filter__accord-form-input input[type=number]::-webkit-outer-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0
}

.cart-sect__table-item-count input[type=number],
.filter__accord-form-input input[type=number] {
	-moz-appearance: textfield
}

.cart-sect__table-item-count input[type=number]:focus,
.cart-sect__table-item-count input[type=number]:hover,
.filter__accord-form-input input[type=number]:focus,
.filter__accord-form-input input[type=number]:hover {
	-moz-appearance: number-input
}

.filter__accord-form-input_full {
	width: 100%
}

.filter__accord-form-input_full input {
	padding: 0 20px;
	text-align: left
}

.filter__accord-form-btn {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	height: 45px;
	padding: 5px 15px;
	border-radius: 0;
	border-color: #4591e3;
	background-color: #4591e3;
	width: 100%;
	margin-bottom: -20px
}

.filter__accord-form-btn .bg-btn {
	background-color: #ff4651
}

.filter__accord-form-btn:hover {
	border-color: #ff4651
}

.mcart-dialog {
	display: block;
	padding-top: 0;
	margin-top: 20px
}

.mcart-dialog__wrapper {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 64px rgba(0, 0, 0, .08);
	box-shadow: 0 10px 64px rgba(0, 0, 0, .08);
	padding: 20px 40px 30px;
	width: 550px
}

.mcart-dialog__wrapper svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	fill: #707d8a !important
}

.mcart-dialog__wrapper::before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 5px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent
}

.mcart-dialog__title {
	position: relative;
	padding-right: 20px;
	margin-bottom: 25px
}

.mcart-dialog__title-text {
	font-size: 24px;
	line-height: 160%;
	color: #000;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #dde3ea
}

.mcart-dialog__close,
.mcart-dialog__sclose {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.mcart-dialog__close:hover svg,
.mcart-dialog__sclose:hover svg,
.mcart-dialog__table-delete a:hover svg,
.mcart-dialog__table-delete button:hover svg {
	fill: #ff4651 !important
}

.mcart-dialog__footer {
	padding-top: 20px;
	border-top: 1px solid #dde3ea;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.mcart-dialog__btn,
.mcart-dialog__price {
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.mcart-dialog__price {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	color: #252922;
	font-size: 20px;
	line-height: 160%;
	display: inline-block
}

.mcart-dialog__price span {
	white-space: nowrap
}

.mcart-dialog__btn {
	display: inline-block !important;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #fff;
	background-color: #ff4651;
	text-decoration: none;
	padding: 16px 10px 15px;
	width: 100%;
	max-width: 195px;
	text-align: center
}

.mcart-dialog__btn .bg-btn {
	background-color: #ff2d39
}

.mcart-dialog__table {
	padding-right: 20px;
	max-height: 200px;
	overflow-y: auto
}

.mcart-dialog__table::-webkit-resizer {
	width: 4px;
	height: 0
}

.mcart-dialog__table::-webkit-scrollbar {
	width: 4px
}

.mcart-dialog__table::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

.mcart-dialog__table::-webkit-scrollbar-thumb {
	background-color: #dde3ea;
	border-radius: 5px
}

.mcart-dialog__table::-webkit-scrollbar-track {
	background-color: rgba(221, 227, 234, .2)
}

.mcart-dialog__table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.mcart-dialog__table-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	position: relative
}

.mcart-dialog__table-img img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

.mcart-dialog__table-img-disc {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #f22f2f;
	color: #fff;
	padding: 3px 8px;
	font-size: 10px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.mcart-dialog__table-img-disc::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -5px;
	width: 50%;
	height: 100%;
	z-index: 0;
	background-color: #f22f2f;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg)
}

.mcart-dialog__table-img-disc span {
	position: relative;
	z-index: 1;
	line-height: 134%
}

.mcart-dialog__table-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding-left: 15px
}

.mcart-dialog__table-content-title {
	display: inline !important;
	color: #25292d;
	font-size: 14px;
	line-height: 165%;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-bottom: 8px;
	border-bottom: 1px solid #ebeff2
}

.mcart-dialog__table-content-title span {
	position: relative
}

.mcart-dialog__table-content-title:hover {
	text-decoration: none;
	color: #25292d;
	border-bottom-color: #cdd7e1
}

.article-sect__header-author-link:hover::before,
.mcart-dialog__table-content-title:hover span::before {
	width: 0
}

.mcart-dialog__table-content-title:active,
.mcart-dialog__table-content-title:focus {
	text-decoration: none;
	color: #25292d
}

.mcart-dialog__table-content-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mcart-dialog__table-content-count {
	color: #4591e3;
	margin-right: 14px;
	font-size: 12px;
	line-height: 160%
}

.mcart-dialog__table-content-nprice,
.mcart-dialog__table-content-oprice {
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-style: normal
}

.mcart-dialog__table-content-nprice {
	font-size: 16px;
	color: #25292d;
	font-weight: 500;
	margin-right: 10px
}

.mcart-dialog__table-content-oprice {
	color: #707d8a;
	font-size: 12px;
	font-weight: 300;
	position: relative
}

.mcart-dialog__table-content-oprice::after {
	content: '';
	display: inline-block !important;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(112, 125, 138, .5)
}

.mcart-dialog__table-delete {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	margin-left: 10px
}

.mcart-dialog__table-delete a,
.mcart-dialog__table-delete button {
	display: inline-block !important;
	border: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer
}

.mini-cart,
.mini-cart .empty.active,
.mini-cart .not_empty.active,
.mini-cart__item,
.product-add__icon img {
	display: inline-block
}

.mini-cart .empty,
.mini-cart .not_empty {
	display: none
}

.mini-cart__item {
    position: relative;
	line-height: 1
}

.mini-cart__item-icon {
	position: relative
}

.mini-cart__item-count {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	background-color: #ff4651;
	color: #fff;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	border-radius: 50%
}
@media only screen and (max-width:768px) {
    .mini-cart__item-count{
        right: -7px !important;
    }
}
.mm-navbar {
	height: 58px
}

.mm-navbar__title {
	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: flex-start;
	text-align: left;
	min-height: 32px;
	font-size: 17px;
	color: #21252b !important;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	height: 100%;
	margin-right: 20px;
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -5px
}

.mm-btn:after,
.mm-btn:before {
	border-color: #4591e3
}

.mm-listitem__text {
	font-size: 15px !important;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000
}

.mmenu__main {
	margin-top: -7px !important
}

.mmenu__main .mm-listitem__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mmenu__main-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px
}

.mmenu__logo {
	width: 24px
}

.mmenu__logo-text {
	font-size: 16px !important;
	text-transform: uppercase;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #21252b;
	margin-left: 8px;
	margin-top: 5px
}
.mmenu_sales > a{
	color: #ff4651 !important;	
}
.mmenu_sales .mmenu__main-icon p{
	background: #ff4651;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width:480px) {
	.mmenu__logo-text {
		font-size: 14px !important
	}
}

.mmenu__call,
.mmenu__phone {
	text-align: center;
	position: relative
}

.mmenu__phone {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.35;
	color: #21252b;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px
}

.mmenu__call::after,
.mmenu__ctrsl::after,
.mmenu__phone::after,
.mmenu__social::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 20px);
	height: 1px;
	background-color: rgba(0, 0, 0, .1)
}

.mmenu__call {
	padding: 15px 0
}

.mmenu__call .def-btn {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .03em;
	background-color: #4591e3;
	border-color: #4591e3
}

.mmenu__ctrsl {
	padding: 0 0 15px;
	position: relative
}

.mmenu__ctrsl-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	width: 100%
}

._404-sect__text p:last-child,
._404-sect__text-list li:last-child,
.mmenu__ctrsl-row:last-child {
	margin-bottom: 0
}

.mmenu__ctrsl-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px
}

.mmenu__ctrsl-icon svg,
.scroll-up svg {
	fill: #4591e3;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.mmenu__ctrsl-icon a:hover svg {
	fill: #ff4651
}

.mmenu__ctrsl-title {
	line-height: 134%;
	font-size: 16px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal
}

.mmenu__social {
	text-align: center;
	padding: 15px 0;
	position: relative
}

.mmenu__footer {
	padding: 15px 0 0;
	position: relative;
	display: none
}

@media only screen and (max-width:768px) {
	.mmenu__footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media only screen and (max-width:576px) {
	.mmenu__footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.mmenu__footer .main-header__clock {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 25px 0 0
}

@media only screen and (max-width:576px) {
	.mmenu__footer .main-header__clock {
		margin-right: 0;
		margin-bottom: 10px
	}
}

.mmenu__footer .main-header__email {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0
}

.product-add {
	position: fixed;
	z-index: 15;
	top: 20px;
	right: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .09);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .09);
	border-radius: 8px;
	padding: 20px 30px;
	width: 275px
}

.product-add__close {
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block
}

.product-add__icon {
	margin-bottom: 5px
}

.product-add__link,
.product-add__title {
	font-family: Noah, Arial, sans-serif;
	font-style: normal
}

.product-add__title {
	color: #25292d;
	line-height: 160%;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px
}

.product-add__link {
	display: inline-block;
	line-height: 134%;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #ff4651
}

.product-add__link::after {
	content: '';
	display: inline-block;
	line-height: 134%;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid #ff4651;
	border-right: 1px solid #ff4651;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 5px
}

.product-popup {
	background: #fff;
	padding: 50px 40px;
	text-align: left;
	max-width: 1024px;
	margin: 40px auto;
	position: relative
}

@media only screen and (max-width:768px) {
	.product-popup {
		padding: 45px 20px
	}
}

.product-popup .card-sect__title {
	text-align: center;
	margin-bottom: 30px
}

.product-popup .card-sect__content-visual {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 56.5%;
	flex: 0 0 56.5%;
	max-width: 56.5%
}

@media only screen and (max-width:1200px) {
	.product-popup .card-sect__content-visual {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%
	}
}

@media only screen and (max-width:992px) {
	.product-popup .card-sect__content-visual {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.product-popup .card-sect__tslider {
	margin-bottom: 0
}

.product-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:480px) {
	.product-timer {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.product-timer::after,
.product-timer::before {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: inline-block;
	height: 1px;
	background-color: #dde3ea
}

@media only screen and (max-width:480px) {

	.product-timer::after,
	.product-timer::before {
		display: none
	}
}

.product-timer__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 45px
}

@media only screen and (max-width:576px) {
	.product-timer__content {
		margin: 0 20px
	}
}

@media only screen and (max-width:480px) {
	.product-timer__content {
		margin: 0
	}
}

._404-sect__text p,
._404-sect__text-list li,
.product-timer__title {
	color: #25292d;
	font-size: 16px;
	line-height: 165%;
	margin-bottom: 10px
}

.product-timer .pers_timer .timer_time,
.scroll-up {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (max-width:480px) {
	.product-timer .pers_timer .timer_time {
		width: 67.37px
	}
}

.scroll-up {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: -50px;
	width: 66px;
	height: 66px;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .09);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .09)
}

@media only screen and (max-width:768px) {
	.scroll-up {
		width: 50px;
		height: 50px;
		bottom: 15px
	}
}

.scroll-up svg {
	fill: #25292d
}

.scroll-up.active {
	right: 20px;
	opacity: 1
}

@media only screen and (max-width:768px) {
	.scroll-up.active {
		right: 15px
	}
}

.scroll-up:hover svg {
	fill: #ff4651;
	-webkit-transform: scaleY(1.3);
	-ms-transform: scaleY(1.3);
	transform: scaleY(1.3)
}

._404-sect {
	padding: 100px 0 80px;
	overflow: hidden
}

@media only screen and (max-width:992px) {
	._404-sect {
		padding: 50px 0
	}
}

@media only screen and (max-width:480px) {
	._404-sect {
		padding: 30px 0 45px
	}
}

._404-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

._404-sect__title {
	text-transform: uppercase;
	color: #25292d;
	font-size: 45px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

._404-sect__number {
	margin-bottom: 45px;
	position: relative
}

._404-sect__number img {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0
}

._404-sect__number-text {
	position: relative;
	z-index: 1;
	color: #ff4651;
	line-height: 227px;
	font-size: 249px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:480px) {
	._404-sect__number-text {
		font-size: 175px
	}
}

._404-sect__text {
	margin-bottom: 30px
}

._404-sect__btn .def-btn,
._404-sect__text-title {
	font-family: Noah, Arial, sans-serif;
	font-style: normal
}

._404-sect__text-title {
	line-height: 134%;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 14px
}

@media only screen and (max-width:576px) {
	._404-sect__text-title {
		font-size: 22px
	}
}

@media only screen and (max-width:480px) {
	._404-sect__text-title {
		font-size: 20px
	}
}

._404-sect__text p {
	line-height: 160%;
	font-size: 15px;
	text-indent: 14px
}

._404-sect__text-list li {
	display: block;
	padding-left: 14px;
	font-size: 15px;
	position: relative;
	margin-bottom: 2px
}

._404-sect__text-list li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ff4651
}

._404-sect__btn {
	text-align: center
}

._404-sect__btn .def-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px;
	padding: 5px 15px;
	width: 200px;
	border-color: #4591e3;
	background-color: #4591e3;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em
}

._404-sect__btn .def-btn svg {
	display: inline-block;
	margin-right: 5px
}

._404-sect__btn .def-btn:hover {
	border-color: #ff4651
}

._404-sect__btn .def-btn:active,
._404-sect__btn .def-btn:focus {
	color: #fff
}

.about-sect {
	padding: 105px 0 87px;
	background-color: #295c83;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}

@media only screen and (max-width:992px) {
	.about-sect {
		background-attachment: scroll;
		padding: 65px 0 55px
	}
}

.about-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about-sect__logo {
	margin-bottom: 26px
}

.about-sect__logo img {
	display: inline-block;
	width: 94px;
	height: 132px
}

.about-sect__title {
	color: #fff;
	margin-bottom: 16px;
	font-size: 42px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:992px) {
	.about-sect__title {
		font-size: 36px
	}
}

@media only screen and (max-width:768px) {
	.about-sect__title {
		font-size: 32px;
		margin-bottom: 20px
	}
}

.about-sect__subtitle {
	font-size: 21px;
	line-height: 150%;
	color: #fff;
	margin-bottom: 28px;
	width: 100%;
	max-width: 890px
}

@media only screen and (max-width:768px) {
	.about-sect__subtitle {
		font-size: 20px
	}
}

@media only screen and (max-width:576px) {
	.about-sect__subtitle {
		font-size: 18px
	}
}

.about-sect__text {
	color: #fff;
	line-height: 160%;
	font-size: 15px;
	width: 100%;
	max-width: 890px
}

.addr-sect {
	padding: 30px 0 45px
}

@media only screen and (max-width:768px) {
	.addr-sect {
		padding-bottom: 0
	}
}

.addr-sect__title {
	margin-bottom: 40px
}

.addr-sect .delivery-sect__form {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 40px
}

.addr-sect .delivery-sect__form-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0
}

@media only screen and (max-width:1200px) {
	.addr-sect .delivery-sect__form-title {
		font-size: 22px
	}
}

@media only screen and (max-width:992px) {
	.addr-sect .delivery-sect__form-title {
		margin-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media only screen and (max-width:480px) {
	.addr-sect .delivery-sect__form-title {
		font-size: 20px
	}

	.addr-sect .delivery-sect__form-title br {
		display: none
	}
}

.addr-sect .delivery-sect__form-desc {
	margin-top: 7px
}

.addr-sect .delivery-sect__form-container {
	border-radius: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:992px) {
	.addr-sect .delivery-sect__form-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.addr-sect .delivery-sect__form-fieldset {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 395px;
	flex: 0 0 395px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 75px
}

@media only screen and (max-width:1200px) {
	.addr-sect .delivery-sect__form-fieldset {
		margin-right: 0
	}
}

@media only screen and (max-width:992px) {
	.addr-sect .delivery-sect__form-fieldset {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-top: 25px
	}
}

@media only screen and (max-width:768px) {
	.addr-sect .delivery-sect__form-fieldset {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%
	}
}

.addr-sect .delivery-sect__form-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	border-radius: 5px 0 0 5px;
	overflow: hidden
}

@media only screen and (max-width:480px) {
	.addr-sect .delivery-sect__form-input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-radius: 5px 5px 0 0
	}
}

.addr-sect .delivery-sect__form-submit {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	overflow: hidden;
	border-radius: 0 5px 5px 0
}

@media only screen and (max-width:480px) {
	.addr-sect .delivery-sect__form-submit {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-radius: 0 0 5px 5px
	}
}

.addr-sect .delivery-sect__form-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	margin-top: 11px
}

.addr-sect__place {
	border: 1px solid #dde3ea;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:992px) {
	.addr-sect__place {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media only screen and (max-width:768px) {
	.addr-sect__place {
		padding: 20px
	}
}

@media only screen and (max-width:576px) {
	.addr-sect__place {
		padding: 15px
	}
}

.addr-sect__place:last-child,
.article-sect__contents-list li:last-child {
	margin-bottom: 0
}

.addr-sect__place-sliders {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 285px;
	flex: 0 0 285px;
	max-width: 285px
}

@media only screen and (max-width:992px) {
	.addr-sect__place-sliders {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49%;
		flex: 0 0 49%;
		max-width: 49%
	}
}

@media only screen and (max-width:576px) {
	.addr-sect__place-sliders {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
		max-width: 100%
	}
}

.addr-sect__place-tslider .swiper-slide {
	height: 180px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px
}

@media only screen and (max-width:992px) {
	.addr-sect__place-tslider .swiper-slide {
		height: 220px
	}
}

@media only screen and (max-width:768px) {
	.addr-sect__place-tslider .swiper-slide {
		height: 180px
	}
}

@media only screen and (max-width:576px) {
	.addr-sect__place-tslider .swiper-slide {
		height: 245px
	}
}

@media only screen and (max-width:480px) {
	.addr-sect__place-tslider .swiper-slide {
		height: 200px
	}
}

.addr-sect__place-bslider .swiper-slide {
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer
}

@media only screen and (max-width:480px) {
	.addr-sect__place-bslider .swiper-slide {
		height: 100px
	}
}

.addr-sect__place-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:1200px) {
	.addr-sect__place-content {
		margin: 0 15px
	}
}

@media only screen and (max-width:992px) {
	.addr-sect__place-content {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin: 30px 0 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.addr-sect__place-title {
	font-size: 15px;
	line-height: 130%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 20px
}

.addr-sect__place-text {
	font-size: 14px;
	color: #606060;
	line-height: 160%;
	margin-bottom: 25px
}

.addr-sect__place-form {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:480px) {
	.addr-sect__place-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
}

.addr-sect__place-form-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	min-width: 177px;
	height: 55px;
	background-color: #fafbfb;
	border: 1px solid #ebeff2;
	font-size: 14px;
	color: #000;
	padding: 0 10px 0 20px;
	border-radius: 5px 0 0 5px;
	margin-right: -5px
}

@media only screen and (max-width:480px) {
	.addr-sect__place-form-input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
}

.addr-sect__place-form-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	height: 55px;
	padding: 5px 10px;
	background-color: #ff4651;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .05em;
	text-decoration: none;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:480px) {
	.addr-sect__place-form-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
}

.addr-sect__place-form-btn .bg-btn,
.article-sect__btn .def-btn .bg-btn {
	background-color: #ff2d39
}

.addr-sect__place-form-btn:hover {
	text-decoration: none;
	color: #fff
}

.addr-sect__place-form-btn:active,
.addr-sect__place-form-btn:focus {
	color: #fff;
	outline: 0
}

.addr-sect__place-map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 255px;
	flex: 0 0 255px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:992px) {
	.addr-sect__place-map {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49%;
		flex: 0 0 49%
	}
}

@media only screen and (max-width:576px) {
	.addr-sect__place-map {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.addr-sect__place-map-title {
	font-size: 15px;
	line-height: 130%;
	width: 100%;
	margin-bottom: 20px;
	color: #ff4651
}

.addr-sect__place-map-title img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.addr-sect__place-map-content {
	margin-top: auto;
	position: relative;
	overflow: hidden;
	height: 190px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.article-sect {
	padding: 30px 0
}

@media only screen and (max-width:576px) {
	.article-sect {
		padding-top: 20px
	}
}

.article-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:992px) {
	.article-sect__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.article-sect__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75.5%;
	flex: 0 0 75.5%;
	max-width: 75.5%
}

@media only screen and (max-width:1200px) {
	.article-sect__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
}

@media only screen and (max-width:992px) {
	.article-sect__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px
	}
}

.article-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 255px;
	flex: 0 0 255px;
	max-width: 255px
}

@media only screen and (max-width:1200px) {
	.article-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%
	}
}

@media only screen and (max-width:992px) {
	.article-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.article-sect__aside .equal-atitle {
	margin-bottom: 30px
}

@media only screen and (max-width:992px) {
	.article-sect__aside .equal-atitle {
		display: none
	}
}

.article-sect__aside-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #25292d;
	font-size: 26px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 25px
}

.article-sect__aside-title::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: inline-block;
	height: 1px;
	background-color: #b1becb;
	margin-left: 35px
}

@media only screen and (max-width:576px) {
	.article-sect__aside-title {
		font-size: 22px
	}
}

.article-sect__aside-title span {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

@media only screen and (max-width:992px) {
	.article-sect__aside-articles {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 30px
	}
}

@media only screen and (max-width:768px) {
	.article-sect__aside-articles {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width:480px) {
	.article-sect__aside-articles {
		grid-template-columns: 1fr
	}
}

.article-sect__aside-articles .cdesc-sect__article {
	width: 100%
}

.article-sect__aside-products {
	width: 100%;
	margin-bottom: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:992px) {
	.article-sect__aside-products {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 45px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:768px) {
	.article-sect__aside-products {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media only screen and (max-width:992px) {
	.article-sect__aside-products .mproducts-sect__slide {
		width: 32%;
		margin-right: 1.5%
	}
}

@media only screen and (max-width:768px) {
	.article-sect__aside-products .mproducts-sect__slide {
		width: 49%;
		margin-right: 0
	}
}

@media only screen and (max-width:480px) {
	.article-sect__aside-products .mproducts-sect__slide {
		width: 100%
	}
}

.article-sect__title {
	margin-bottom: 30px
}

@media only screen and (max-width:768px) {
	.article-sect__title {
		height: auto !important
	}
}

.article-sect__header-img {
	width: 100%;
	overflow: hidden;
}

.responsive-img {
	display: block;
	width: 100%;
	height: auto;
}

.article-sect__header-tags {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding-left: 40px;
	padding-right: 20px
}

@media only screen and (max-width:768px) {
	.article-sect__header-tags {
		padding-left: 20px;
		bottom: 20px
	}
}

.article-sect__header-tags a {
	display: inline-block;
	margin-right: 4px;
	white-space: nowrap;
	line-height: 170%;
	color: #25292d;
	font-size: 14px;
	padding: 2px 11px;
	text-decoration: none;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .6);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-bottom: 4px
}

.article-sect__header-tags a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #25292d
}

.article-sect__header-tags a:active,
.article-sect__header-tags a:focus {
	text-decoration: none;
	color: #25292d
}

.article-sect__header-footer {
	padding: 30px 0 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:768px) {
	.article-sect__header-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.article-sect__header-footer::before {
	content: '';
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: inline-block;
	width: 1px;
	height: 70px;
	background-color: #dde3ea;
	-ms-flex-item-align: center;
	align-self: center;
	margin: 0 50px
}

@media only screen and (max-width:1200px) {
	.article-sect__header-footer::before {
		margin: 0 30px
	}
}

@media only screen and (max-width:768px) {
	.article-sect__header-footer::before {
		display: none
	}
}

.article-sect__header-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media only screen and (max-width:768px) {
	.article-sect__header-info {
		display: contents;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%
	}
}

.article-sect__header-author {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:768px) {
	.article-sect__header-author {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 30px
	}
}

.article-sect__header-author-img {
	overflow: hidden;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: cover;
	margin-right: 24px
}

@media only screen and (max-width:1200px) {
	.article-sect__header-author-img {
		margin-right: 15px
	}
}

.article-sect__header-author-title {
	color: #25292d;
	font-size: 24px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 8px
}

.article-sect__header-author-desc {
	color: #25292d;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 7px
}

.article-sect__header-author-link,
.article-sect__header-author-link::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.article-sect__header-author-link {
	position: relative;
	font-size: 14px;
	line-height: 170%
}

.article-sect__header-author-link::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(69, 145, 227, .5);
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

.article-sect__header-author-link,
.article-sect__header-author-link:hover {
	text-decoration: none;
	color: #4591e3
}

.article-sect__header-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

@media only screen and (max-width:768px) {
	.article-sect__header-data {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.article-sect__header-date {
	margin-bottom: 10px;
	white-space: nowrap;
	color: #707d8a;
	font-size: 14px;
	line-height: 170%;
	margin-right: 30px
}

.article-sect__header-time {
	color: #000;
	font-size: 14px;
	line-height: 170%;
	margin-bottom: 10px;
	padding-left: 17px;
	min-height: 11px;
	background-image: url(../img/icons/clock.svg);
	background-repeat: no-repeat;
	background-position: 0 6px
}

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

@media only screen and (max-width:768px) {
	.article-sect__header-btns {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.article-sect__header-print {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 5px 45px;
	border-radius: 5px;
	background-color: #ebeff2;
	border-color: #ebeff2;
	color: #000;
	font-size: 14px;
	margin-right: 12px;
	margin-bottom: 10px
}

@media only screen and (max-width:1200px) {
	.article-sect__header-print {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		padding: 5px 15px
	}
}

.article-sect__header-print .bg-btn {
	background-color: #dce3e8
}

.article-sect__header-print:hover {
	border-color: #ebeff2;
	color: #000
}

.article-sect__header-print:active,
.article-sect__header-print:focus {
	text-decoration: none;
	color: #000
}

.article-sect__header-email {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 5px 35px;
	color: #000;
	font-size: 14px;
	border-color: #4591e3;
	border-radius: 5px;
	margin-bottom: 10px
}

@media only screen and (max-width:1200px) {
	.article-sect__header-email {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		padding: 5px 15px
	}
}

.article-sect__header-email .bg-btn {
	background-color: #4591e3
}

.article-sect__header-email:hover {
	color: #fff !important
}

.article-sect__header-email:active,
.article-sect__header-email:focus {
	text-decoration: none;
	color: #000
}

.article-sect__contents {
	padding-bottom: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #dde3ea
}

.article-sect__contents-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	color: #25292d;
	font-size: 14px;
	line-height: 134%
}

.article-sect__contents-title::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: inline-block;
	height: 1px;
	margin-left: 35px;
	background-color: #dde3ea
}

.article-sect__contents-title span {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.article-sect__contents-list li {
	line-height: 1;
	margin-bottom: 18px
}

.article-sect__contents-list a,
.article-sect__contents-list svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.article-sect__contents-list a {
	display: inline;
	padding-left: 40px;
	position: relative;
	color: #707d8a;
	font-size: 14px;
	line-height: 134%;
	text-decoration: none
}

@media only screen and (max-width:768px) {
	.article-sect__contents-list a {
		padding-left: 35px
	}
}

.article-sect__contents-list a span {
	display: inline;
	border-bottom: 1px dotted transparent
}

.article-sect__contents-list a:hover {
	color: #4591e3 !important
}

.article-sect__contents-list a:hover span {
	border-bottom-color: #4591e3
}

.article-sect__contents-list a:hover svg {
	stroke: #4591e3;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}

.article-sect__contents-list svg {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	stroke: #25292d
}

.article-sect__contents-list ul {
	margin-top: 18px;
	padding-left: 40px
}

@media only screen and (max-width:768px) {
	.article-sect__contents-list ul {
		padding-left: 35px
	}
}

.article-sect__text {
	margin-bottom: 25px
}

.article-sect__text:last-child {
	margin-bottom: 0
}

.article-sect__text-title {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 134%;
	color: #000
}

@media only screen and (max-width:576px) {
	.article-sect__text-title {
		font-size: 20px
	}
}

.article-sect__text-img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	border-radius: 10px;
	margin: 40px 0
}

.article-sect__text blockquote:first-child,
.article-sect__text-img:first-child {
	margin-top: 0
}

.article-sect__text blockquote:last-child,
.article-sect__text p:last-child,
.article-sect__text-img:last-child {
	margin-bottom: 0
}

.article-sect__text-img img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

.article-sect__text-img_header {
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.article-sect__text-img_header img {
	width: 100%
}

.article-sect__text p {
	color: #25292d;
	font-size: 16px;
	line-height: 165%;
	margin-bottom: 20px
}

.article-sect__text blockquote {
	margin: 40px 0;
	padding: 45px 60px;
	background-color: #f4f6f8;
	border-left: 2px solid #4591e3
}

@media only screen and (max-width:768px) {
	.article-sect__text blockquote {
		padding: 35px 30px
	}
}

@media only screen and (max-width:576px) {
	.article-sect__text blockquote {
		padding: 30px 20px
	}
}

.article-sect__text-list {
	margin-bottom: 30px;
	margin-top: 30px
}

.article-sect__text-list:first-child {
	margin-top: 0
}

.article-sect__comments:last-child,
.article-sect__repost:last-child,
.article-sect__text-list li:last-child,
.article-sect__text-list:last-child {
	margin-bottom: 0
}

.article-sect__text-list li {
	padding-left: 28px;
	position: relative;
	color: #25292d;
	font-size: 16px;
	line-height: 165%;
	margin-bottom: 6px
}

.article-sect__text-list li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 17px;
	height: 1px;
	background-color: #ff4651
}

.article-sect__repost {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 30px;
	border: 1px solid #dde3ea;
	border-radius: 100px;
	margin-bottom: 45px
}

.article-sect__repost-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 30px;
	color: #25292d;
	line-height: 165%;
	font-size: 14px
}
@media only screen and (max-width:992px) {
	.article-sect__repost{display: none;}
}

@media only screen and (max-width:480px) {
	.article-sect__repost-title {
		margin-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 25px
	}
}

.article-sect__repost-social {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:480px) {
	.article-sect__repost-social {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.article-sect__repost-social li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 15px
}

.article-sect__repost-social li:last-child {
	margin-right: 0
}

.article-sect__repost-social a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.article-sect__repost-social a:hover {
	text-decoration: none;
	opacity: .6
}

.article-sect__repost-social a:active,
.article-sect__repost-social a:focus {
	text-decoration: none
}

.article-sect__comments {
	margin-bottom: 30px
}

.article-sect__comments-ctrls a,
.article-sect__comments-title {
	color: #25292d;
	font-family: Noah, Arial, sans-serif;
	font-style: normal
}

.article-sect__comments-title {
	margin-bottom: 16px;
	font-size: 34px;
	line-height: 134%;
	font-weight: 400
}

@media only screen and (max-width:992px) {
	.article-sect__comments-title {
		font-size: 28px
	}
}

@media only screen and (max-width:576px) {
	.article-sect__comments-title {
		font-size: 24px
	}
}

.article-sect__comments-ctrls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #f2f5f7;
	border-radius: 10px;
	padding: 0 40px 0 65px;
	margin-bottom: 22px
}

@media only screen and (max-width:992px) {
	.article-sect__comments-ctrls {
		padding: 0 30px
	}
}

.article-sect__comments-ctrls a {
	height: 70px;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-weight: 700;
	line-height: 175%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	position: relative;
	margin-right: 50px
}

@media only screen and (max-width:768px) {
	.article-sect__comments-ctrls a {
		margin-right: 30px
	}
}

@media only screen and (max-width:480px) {
	.article-sect__comments-ctrls a {
		margin-right: 20px
	}
}

.article-sect__comments-ctrls a:last-child {
	margin-right: 0
}

.article-sect__comments-ctrls a::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 15px);
	width: 30px;
	height: 3px;
	background-color: #4591e3;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.article-sect__comments-ctrls a.active,
.article-sect__comments-ctrls a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.article-sect__comments-ctrls a:active,
.article-sect__comments-ctrls a:focus {
	text-decoration: none;
	color: #25292d
}

.article-sect__comments-ctrls a.active::before {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.article-sect__comments-tab {
	display: none
}

.article-sect__comments-tab.active {
	display: block
}

.article-sect__place {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}

.article-sect__place-date {
	color: #707d8a;
	line-height: 170%;
	font-size: 14px;
	white-space: nowrap;
	margin-right: 25px
}

.article-sect__place-city {
	color: #000;
	font-size: 14px;
	line-height: 170%;
	white-space: nowrap
}

.article-sect__slider {
	position: relative;
	margin-bottom: 30px
}

.article-sect__slider-next,
.article-sect__slider-prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 50px;
	height: 50px;
	-webkit-box-shadow: 0 9px 18px rgba(20, 49, 80, .06);
	box-shadow: 0 9px 18px rgba(20, 49, 80, .06);
	background-color: #fff;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.article-sect__slider-next svg,
.article-sect__slider-prev svg {
	stroke: #25292d
}

.article-sect__slider-next:hover,
.article-sect__slider-prev:hover {
	text-decoration: none
}

.article-sect__slider-next:hover svg,
.article-sect__slider-prev:hover svg {
	stroke: #ff4651;
	-webkit-transform: scaleX(1.1);
	-ms-transform: scaleX(1.1);
	transform: scaleX(1.1)
}

.article-sect__slider-next:active,
.article-sect__slider-next:focus,
.article-sect__slider-prev:active,
.article-sect__slider-prev:focus {
	outline: 0
}

.article-sect__slider-prev {
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media only screen and (max-width:992px) {
	.article-sect__slider-prev {
		left: 10px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

.article-sect__slider-next {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

@media only screen and (max-width:992px) {
	.article-sect__slider-next {
		right: 10px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

.article-sect__slide {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media only screen and (max-width:576px) {
	.article-sect__slide {
		height: 400px
	}
}

@media only screen and (max-width:480px) {
	.article-sect__slide {
		height: 360px
	}
}

.article-sect__video {
	width: 100%;
	max-width: 430px
}

.article-sect__video .numbers-sect__video-block {
	width: 100%;
	height: 270px
}

@media only screen and (max-width:992px) {
	.article-sect__video .numbers-sect__video-block {
		min-height: 0
	}
}

.article-sect__btn {
	margin: 30px 0
}

.article-sect__btn:first-child {
	margin-top: 0
}

.article-sect__btn:last-child {
	margin-bottom: 0
}

.article-sect__btn .def-btn {
	padding: 19px 40px 18px;
	color: #fff;
	font-size: 11px;
	line-height: 134%;
	text-transform: uppercase;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .05em;
	background-color: #ff4651;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.article-sect__calc {
	height: 470px;
	background-color: #c4c4c4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.article-sect__calc-text {
	line-height: 165%;
	font-size: 24px;
	color: #000
}

.article-sect__calc-title {
	font-size: 51px;
	text-transform: uppercase;
	color: #000;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 134%;
	margin: 60px 0
}

@media only screen and (max-width:576px) {
	.article-sect__calc-title {
		font-size: 36px
	}
}

.article-sect__vreview-title {
	padding-left: 45px;
	position: relative;
	color: #25292d;
	font-size: 26px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 134%;
	margin-bottom: 25px
}

@media only screen and (max-width:1200px) {
	.article-sect__vreview-title {
		font-size: 22px
	}
}

.article-sect__vreview-title img,
.article-sect__vreview-video::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0
}

.article-sect__vreview-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:992px) {
	.article-sect__vreview-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:576px) {
	.article-sect__vreview-container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.article-sect__vreview-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	-webkit-box-shadow: 0 34px 74px rgba(0, 0, 0, .04);
	box-shadow: 0 34px 74px rgba(0, 0, 0, .04);
	margin-bottom: 22px
}

@media only screen and (max-width:992px) {
	.article-sect__vreview-item {
		width: 32%;
		margin-right: 1.5%
	}
}

@media only screen and (max-width:576px) {
	.article-sect__vreview-item {
		width: 48%
	}
}

.article-sect__vreview-video {
	min-height: 140px;
	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;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative
}

.article-sect__vreview-video::before {
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2)
}

.article-sect__vreview-video a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 40px;
	position: relative;
	z-index: 1
}

.article-sect__vreview-video a img {
	display: inline-block;
	width: 100%
}

.article-sect__vreview-text {
	padding: 17px 20px;
	font-size: 12px;
	line-height: 150%;
	color: #707d8a
}

@media only screen and (max-width:768px) {
	.article-sect__vreview-text {
		padding: 15px 10px
	}
}

.article-sect .catalog-sect__products {
	margin-top: 40px
}

.article-sect .cdesc-sect__expert {
	margin-top: 105px
}

.article-sect .card-sect__content-table {
	margin-bottom: 34px;
	width: 100%;
	max-width: 505px
}

.article-sect .card-sect__content-table-row,
.best-sect__text p {
	margin-bottom: 15px
}

.article-sect .card-sect__content-table-desc {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #25292d
}

.article-sect .product-timer {
	margin: 45px 0
}

.article-sect .product-timer:first-child {
	margin-right: 0
}

.article-sect .product-timer:last-child,
.banners-sect_between .banners-sect__banner:last-child {
	margin-bottom: 0
}

.banners-sect {
	position: relative
}

@media only screen and (max-width:768px) {
	.banners-sect_top {
		margin-top: 40px !important
	}
}

.banners-sect_between {
	margin-bottom: 50px
}

@media only screen and (max-width:576px) {
	.banners-sect_between {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:992px) {
	.banners-sect_between .banners-sect__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.banners-sect_between .banners-sect__banner {
		width: 550px;
		margin-bottom: 30px
	}
}

@media only screen and (max-width:576px) {
	.banners-sect_between .banners-sect__banner {
		width: 100%
	}
}

.banners-sect__banner,
.banners-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.banners-sect__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.banners-sect__banner {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48.6%;
	overflow: hidden;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: cover;
	padding: 60px 225px 60px 70px
}

@media only screen and (max-width:1200px) {
	.banners-sect__banner {
		padding: 20px 225px 20px 40px
	}
}

@media only screen and (max-width:992px) {
	.banners-sect__banner {
		padding: 20px 155px 20px 20px
	}
}

@media only screen and (max-width:768px) {
	.banners-sect__banner {
		width: 100%;
		margin-bottom: 30px;
		min-height: 225px
	}

	.banners-sect__banner:last-child {
		margin-bottom: 0
	}
}

.banners-sect__banner-bg {
	display: block;
	width: 100%
}

.banners-sect__banner_shadow {
	-webkit-box-shadow: 0 24px 40px rgba(68, 129, 196, .12);
	box-shadow: 0 24px 40px rgba(68, 129, 196, .12)
}

.banners-sect__banner_empty {
	display: block;
	padding: 0
}

@media only screen and (max-width:768px) {
	.banners-sect__banner_empty {
		min-height: 0
	}
}

.banners-sect__banner-counter {
	background-color: #25292d;
	padding: 0 30px 0 20px;
	border-radius: 5px;
	color: #fff;
	font-size: 33px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 30px;
	white-space: nowrap
}

@media only screen and (max-width:1200px) {
	.banners-sect__banner-counter {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:992px) {
	.banners-sect__banner-counter {
		margin-bottom: 15px;
		font-size: 30px
	}
}

@media only screen and (max-width:576px) {
	.banners-sect__banner-counter {
		padding: 0 15px 0 10px;
		font-size: 26px
	}
}

.banners-sect__banner-title {
	color: #25292d;
	font-size: 21px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 15px
}

@media only screen and (max-width:1200px) {
	.banners-sect__banner-title {
		font-size: 18px
	}
}

@media only screen and (max-width:992px) {
	.banners-sect__banner-title {
		margin-bottom: 12px;
		font-size: 17px
	}
}

@media only screen and (max-width:480px) {
	.banners-sect__banner-title {
		font-size: 15px
	}
}

.banners-sect__banner-link,
.banners-sect__banner-link::after {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.banners-sect__banner-link {
	text-transform: uppercase;
	font-size: 11px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #4591e3;
	line-height: 133%;
	text-decoration: none;
	letter-spacing: .03rem
}

.banners-sect__banner-link::after {
	content: '';
	vertical-align: middle;
	line-height: 1;
	margin-top: -1px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #4591e3;
	border-right: 1px solid #4591e3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 4px
}

.banners-sect__banner-link:hover,
.brand-sect__ctrls-links a:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.banners-sect__banner-link:hover::after {
	border-top-color: #ff4651;
	border-right-color: #ff4651
}

.banners-sect__banner-link:active,
.banners-sect__banner-link:focus,
.brand-sect__ctrls-links a:active,
.brand-sect__ctrls-links a:focus {
	text-decoration: none;
	color: #4591e3
}

.banners-sect__banner-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none
}

.banners-sect__banner-img .img-number {
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:992px) {
	.banners-sect__banner-img .img-number {
		width: 180px;
		right: 20px
	}
}

.banners-sect__banner-img .img-procent {
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%)
}

@media only screen and (max-width:992px) {
	.banners-sect__banner-img .img-procent {
		width: 80px;
		right: -10px
	}
}

.banners-sect .banner-measur {
	width: 48.6%
}

@media only screen and (max-width:992px) {
	.banners-sect .banner-measur {
		width: 540px;
		min-height: 290px
	}
}

@media only screen and (max-width:576px) {
	.banners-sect .banner-measur {
		width: 100%;
		padding: 10px 20px;
	}
}

@media only screen and (max-width:480px) {
	.banners-sect .banner-measur {
		min-height: 260px
	}
}

.best-sect {
	padding: 40px 0 90px
}

@media only screen and (max-width:992px) {
	.best-sect {
		padding: 30px 0 50px
	}
}

.best-sect__title {
	margin-bottom: 20px
}

.best-sect__img {
	margin: 30px 0;
	overflow: hidden;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.best-sect__img:first-child {
	margin-top: 0
}

.best-sect__img:last-child,
.best-sect__text p:last-child,
.best-sect__text:last-child,
.brand-sect__item-text p:last-child {
	margin-bottom: 0
}

.best-sect__img img {
	width: 100%
}

.best-sect__text {
	margin-bottom: 30px;
	color: #25292d;
	line-height: 155%;
	font-size: 15px;
	width: 100%;
	max-width: 700px
}

.best-sect__select {
	border: 1px solid #4591e3;
	border-radius: 10px;
	padding: 50px 50px 70px;
	position: relative
}

@media only screen and (max-width:768px) {
	.best-sect__select {
		padding: 35px 20px 70px
	}
}

.best-sect__select-title {
	font-size: 18px;
	line-height: 155%;
	margin-bottom: 20px;
	color: #000
}

.best-sect__select p {
	line-height: 160%;
	font-size: 15px;
	color: #000
}

.best-sect__select ol {
	padding-left: 23px;
	margin: 0
}

.best-sect__select li,
.best-sect__select ol {
	list-style-type: decimal
}

.best-sect__select-btn {
	background: #fff;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

@media only screen and (max-width:480px) {
	.best-sect__select-btn {
		padding: 0 10px
	}
}

.best-sect__select-btn .def-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 55px;
	width: 270px;
	padding: 5px 15px;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: #ff4651;
	text-transform: uppercase
}

@media only screen and (max-width:480px) {
	.best-sect__select-btn .def-btn {
		width: 220px
	}
}

.best-sect__select-btn .def-btn .bg-btn {
	background-color: #ff2d39
}

.best-sect__select-btn .def-btn:active,
.best-sect__select-btn .def-btn:focus {
	color: #fff
}

.brand-sect {
	padding: 40px 0 75px
}

@media only screen and (max-width:992px) {
	.brand-sect {
		padding: 30px 0 50px
	}
}

.brand-sect__title {
	margin-bottom: 25px
}

.brand-sect__ctrls {
	padding: 35px 50px 25px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 50px rgba(34, 85, 139, .05);
	box-shadow: 0 10px 50px rgba(34, 85, 139, .05);
	margin-bottom: 25px
}

@media only screen and (max-width:992px) {
	.brand-sect__ctrls {
		padding: 30px 25px 20px
	}
}

@media only screen and (max-width:768px) {
	.brand-sect__ctrls {
		padding: 30px 20px 20px
	}
}

.brand-sect__ctrls-title {
	margin-bottom: 24px;
	font-size: 15px;
	color: #71767b;
	line-height: 134%
}

.brand-sect__content,
.brand-sect__ctrls-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.brand-sect__ctrls-links a,
.brand-sect__item {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.brand-sect__ctrls-links a {
	display: inline-block;
	color: #4591e3;
	font-size: 27px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 10px;
	margin-right: 25px;
	text-transform: uppercase;
	text-decoration: none
}

@media only screen and (max-width:992px) {
	.brand-sect__ctrls-links a {
		margin-right: 20px;
		font-size: 25px
	}
}

.brand-sect__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	border: 1px solid #dde3ea;
	padding: 25px 40px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:1200px) {
	.brand-sect__item {
		padding: 25px 20px
	}
}

@media only screen and (max-width:992px) {
	.brand-sect__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

@media only screen and (max-width:576px) {
	.brand-sect__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.brand-sect__item-img,
.brand-sect__item-text p {
	margin-bottom: 10px
}

.brand-sect__item-img img {
	display: inline-block
}

.brand-sect__item-title {
	margin-bottom: 19px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 134%;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.brand-sect__item-title-place {
	color: #b5c2ce
}

.brand-sect__item-text {
	margin-bottom: 14px;
	line-height: 155%;
	font-size: 13px;
	color: #929292
}

.brand-sect__item-text-btn {
	display: inline-block;
	color: #4591e3;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.brand-sect__item-text-btn:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.brand-sect__item-text-btn:active,
.brand-sect__item-text-btn:focus {
	text-decoration: none;
	color: #4591e3
}

.brand-sect__item-text .hidden,
.brand-sect__item-text-hide {
	display: none
}

.brand-sect__item-all {
	display: inline-block;
	line-height: 134%;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ff4651;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-decoration: none;
	border-bottom: 1px solid transparent
}

.brand-sect__item-all:hover {
	text-decoration: none;
	color: #ff4651;
	border-bottom-color: rgba(255, 70, 81, .5)
}

.brand-sect__item-all:active,
.brand-sect__item-all:focus {
	text-decoration: none;
	color: #ff4651
}

.brand-sect__item:hover {
	border-color: #4591e3
}

.brand-sect__tcontainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.brand-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px
}

.brand-sect__word {
	margin-bottom: 50px;
	width: 100%
}

@media only screen and (max-width:768px) {
	.brand-sect__word {
		margin-bottom: 45px
	}
}

.brand-sect__word-text p:last-child,
.brand-sect__word:last-child,
.card-sect__content-price-q-desc-wrapper p:last-child {
	margin-bottom: 0
}

.brand-sect__word-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #25292d;
	font-size: 22px;
	line-height: 160%;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .3em
}

.brand-sect__word-title::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: inline-block;
	height: 1px;
	background-color: #dde3ea;
	margin-left: 15px
}

.brand-sect__word-title span {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.brand-sect__word-text {
	line-height: 150%;
	font-size: 18px;
	color: #000;
	width: 100%;
	max-width: 855px
}

@media only screen and (max-width:576px) {
	.brand-sect__word-text {
		font-size: 16px
	}
}

.brand-sect__word-text p {
	margin-bottom: 20px
}

.brands-sect {
	padding: 40px 0
}

.brands-sect__title,
.brands-sect__title a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.brands-sect__title {
	margin-bottom: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:768px) {
	.brands-sect__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.brands-sect__title a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 134%;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	color: #ff4651
}

@media only screen and (max-width:768px) {
	.brands-sect__title a {
		margin-top: 20px;
		margin-left: auto
	}
}

.brands-sect__title a::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #ff4651;
	border-top: 1px solid #ff4651;
	margin-left: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.brands-sect__title a:hover {
	text-decoration: none;
	color: #f9000f !important
}

.brands-sect__title a:active,
.brands-sect__title a:focus {
	text-decoration: none;
	color: #ff4651
}

.brands-sect__slider {
	position: relative
}

.brands-sect__slider .swiper-container {
	padding-bottom: 50px
}

.brands-sect__slider .swiper-slide {
	height: auto
}

.brands-sect__slider .swiper-scrollbar {
	background-color: #ebeff2;
	border-radius: 0
}

.brands-sect__slide img,
.brands-sect__slider .swiper-scrollbar-drag {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.brands-sect__slider .swiper-scrollbar-drag {
	border-radius: 0;
	background-color: #b1becb
}

.brands-sect__slider .swiper-scrollbar-drag:hover {
	background-color: #4591e3
}

.brands-sect__slide {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px
}

.brands-sect__slide img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	opacity: .4;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.brands-sect__slide:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.breadcrumbs-sect {
	padding: 18px 0 12px
}

@media only screen and (max-width:480px) {
	.breadcrumbs-sect {
		padding-bottom: 0
	}
}

.breadcrumbs-sect__list,
.breadcrumbs-sect__list li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.breadcrumbs-sect__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	padding-bottom: 4px
}

.breadcrumbs-sect__list li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 133%;
	font-size: 13px;
	color: rgba(85, 85, 85, .65);
	margin-right: 8px;
	margin-bottom: 3px;
	white-space: nowrap
}

.breadcrumbs-sect__list li::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	line-height: 1;
	border-right: 1px solid #4591e3;
	border-bottom: 1px solid #4591e3;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 8px
}

.breadcrumbs-sect__list li:last-child::after {
	display: none
}

.breadcrumbs-sect__list a,
.breadcrumbs-sect__list a svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.breadcrumbs-sect__list a {
	display: inline-block;
	color: #555;
	font-size: 13px;
	line-height: 134%;
	text-decoration: none;
	white-space: nowrap
}

.breadcrumbs-sect__list a svg {
	fill: #555
}

.breadcrumbs-sect__list a:hover {
	color: #4591e3 !important;
	text-decoration: none
}

.breadcrumbs-sect__list a:hover svg {
	fill: #4591e3
}

.breadcrumbs-sect__list a:active,
.breadcrumbs-sect__list a:focus {
	color: #555;
	text-decoration: none
}

.card-sect {
	padding: 20px 0 0 0;
	position: relative;
	z-index: 0;
	margin-bottom: 25px;
}

@media only screen and (max-width:992px) {
	.card-sect {
		padding: 20px 0
	}
}

.card-sect__decor {
	display: inline-block;
	width: 1px;
	margin: 0 10px;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: #f1f1f1
}

.card-sect__title {
	color: #25292d;
	line-height: 134%;
	font-size: 26px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 30px
}

@media only screen and (max-width:768px) {
	.card-sect__title {
		font-size: 24px
	}
}

.card-sect__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:992px) {
	.card-sect__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.card-sect__content-visual {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64.5%;
	flex: 0 0 64.5%;
	max-width: 64.5%
}

@media only screen and (max-width:1200px) {
	.card-sect__content-visual {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media only screen and (max-width:992px) {
	.card-sect__content-visual {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px
	}
}

.card-sect__content-aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 390px;
	flex: 0 0 390px;
	margin-left: auto
}

@media only screen and (max-width:1200px) {
	.card-sect__content-aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding-left: 30px
	}
}

@media only screen and (max-width:992px) {
	.card-sect__content-aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-left: 0
	}
}

.card-sect__content-aside-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
}

@media only screen and (max-width:480px) {
	.card-sect__content-aside-header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 10px
	}
}

.card-sect__content-instock {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #25292d;
	font-size: 14px;
	line-height: 134%
}

@media only screen and (max-width:480px) {
	.card-sect__content-instock {
		margin-bottom: 10px;
		margin-right: 10px
	}
}

.card-sect__content-instock-link,
.card-sect__content-instock-link::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__content-instock-link {
	position: relative;
	color: #4591e3;
	font-size: 14px;
	line-height: 134%;
	text-decoration: none
}

.card-sect__content-instock-link::before {
	content: 'next';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 8px;
	margin-right: -10px;
	color: #4591e3;
	font-family: swiper-icons;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
.card-sect__content-instock-link:hover::before{
	color: #ff4651;
}

.card-sect__content-ctrls-title a:hover,
.card-sect__content-instock-link:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.card-sect__content-instock-link:active,
.card-sect__content-instock-link:focus {
	text-decoration: none;
	color: #4591e3
}

.card-sect__content-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	margin-bottom: 5px
}

@media only screen and (max-width:992px) {
	.card-sect__content-price {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media only screen and (max-width:576px) {
	.card-sect__content-price {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.card-sect__content-price-now {
	color: #25292d;
	line-height: 175%;
	font-size: 26px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-right: 10px;
	white-space: nowrap
}

@media only screen and (max-width:576px) {
	.card-sect__content-price-now {
		margin-bottom: 7px
	}
}

.card-sect__content-price-old {
	color: rgba(177, 192, 206, 1);
	font-size: 20px;
	line-height: 175%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-right: 10px;
	position: relative;
	white-space: nowrap
}

@media only screen and (max-width:576px) {
	.card-sect__content-price-old {
		margin-bottom: 7px
	}
}

.card-sect__content-price-old::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #838383
}

.card-sect__content-price-minus {
	color: #52bb37;
	border: 1px solid currentColor;
	font-size: 12px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 8px 11px 7px;
	border-radius: 20px;
	margin-right: 10px;
	white-space: nowrap
}

@media only screen and (max-width:576px) {
	.card-sect__content-price-minus {
		margin-bottom: 7px
	}
}

.card-sect__content-price-bonus {
	font-size: 12px;
	color: #555;
	line-height: 134%;
	margin-right: 5px
}

@media only screen and (max-width:576px) {
	.card-sect__content-price-bonus {
		margin-bottom: 7px
	}
}

.card-sect__content-price-q {
	position: relative;
	display: inline-block;
	z-index: 2
}

@media only screen and (max-width:576px) {
	.card-sect__content-price-q {
		margin-bottom: 7px
	}
}

.card-sect__content-price-q-text {
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: .5px solid #b1becb;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	color: #707d8a;
	font-size: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.card-sect__content-price-q-desc {
	position: absolute;
	top: 100%;
	right: -10px;
	width: 290px;
	padding-top: 10px;
	z-index: 10;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none
}

.card-sect__content-price-q-desc-wrapper {
	background-color: #fff;
	padding: 20px 25px;
	border-radius: 8px;
	-webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .3);
	box-shadow: 0 24px 64px rgba(0, 0, 0, .3);
	position: relative
}

.card-sect__content-price-q-desc-wrapper::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	right: 7px;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent
}

.card-sect__content-price-q-desc-wrapper p {
	font-size: 12px;
	color: #25292d;
	line-height: 170%;
	margin-bottom: 10px
}

.card-sect__content-price-q:hover .card-sect__content-price-q-desc,
.main-header__nav li:hover ul {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}

.card-sect__content-ctrls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 6px
}

@media only screen and (max-width:480px) {
	.card-sect__content-ctrls {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 25px
	}
}

@media only screen and (max-width:1200px) {
	.card-sect__content-ctrls .main-header__ctrls {
		margin-left: auto;
		margin-right: 30px
	}
}

@media only screen and (max-width:480px) {
	.card-sect__content-ctrls .main-header__ctrls {
		margin-right: 0
	}
}

.card-sect__content-ctrls-title {
	font-size: 14px;
	line-height: 133%;
	color: #25292d
}

.card-sect__content-ctrls-title a,
.card-sect__content-ctrls-title a::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__content-ctrls-title a {
	color: #4591e3;
	text-decoration: none;
	font-size: 14px;
	line-height: 133%;
	position: relative
}

.card-sect__content-ctrls-title a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #4591e3;
}

.card-sect__content-ctrls-title a:hover::before {
	background-color: #ff4651
}

.card-sect__content-ctrls-title a:active,
.card-sect__content-ctrls-title a:focus {
	text-decoration: none;
	color: #25292d
}

.card-sect__content-ctrls-btn {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	background-color: #4591e3;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	height: 55px;
	border: 1px solid #4591e3;
	width: 100%;
	max-width: 120px
}

@media only screen and (max-width:480px) {
	.card-sect__content-ctrls-btn {
		max-width: 100%;
		margin-top: 25px
	}
}

.card-sect__content-ctrls-btn:hover {
	border-color: #ff4651
}

.card-sect__content-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:480px) {
	.card-sect__content-order {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.card-sect__content-order-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	height: 55px;
	width: calc(100% + 5px);
	padding: 0 10px 0 20px;
	background-color: #fafbfb;
	border: 1px solid #ebeff2;
	border-radius: 5px 0 0 5px;
	font-size: 14px;
	margin-right: -5px
}

@media only screen and (max-width:480px) {
	.card-sect__content-order-input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-radius: 5px 5px 0 0
	}
}

.card-sect__content-order-btn {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	height: 55px;
	padding: 5px 10px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 134%;
	color: #fff;
	background-color: #ff4651
}

@media only screen and (max-width:480px) {
	.card-sect__content-order-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.card-sect__content-order-btn .bg-btn {
	background-color: #ff2d39
}

.card-sect__content-order-footer {
	position: relative;
	padding-left: 15px;
	width: 100%;
	margin-top: 14px;
	color: #a5a5a5;
	font-size: 10px;
	line-height: 134%
}

.card-sect__content-order-footer img {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0
}

.card-sect__content-order-footer a,
.card-sect__content-order-footer a::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__content-order-footer a {
	line-height: 134%;
	color: #a5a5a5;
	text-decoration: none;
	position: relative
}

.card-sect__content-order-footer a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(165, 165, 165, .5)
}

.card-sect__content-order-footer a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.card-sect__content-iwould .def-btn .bg-btn,
.card-sect__content-order-footer a:hover::before {
	background-color: #4591e3
}

.card-sect__content-order-footer a:active,
.card-sect__content-order-footer a:focus {
	text-decoration: none;
	color: #a5a5a5
}

.card-sect__content-iwould {
	margin-bottom: 25px
}

.card-sect__content-iwould .def-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 55px;
	text-decoration: none;
	padding: 5px 15px;
	background-color: #4591e3;
	border-color: #4591e3;
}

.card-sect__content-iwould .def-btn .text-btn{
	color:#fff;
}

.card-sect__content-iwould .def-btn:hover {
	text-decoration: none;
	color: #fff !important;
	border-color: #4591e3
}

.card-sect__content-iwould .def-btn,
.card-sect__content-table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	color: #707d8a
}

.card-sect__content-table-row {
	margin-bottom: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	line-height: 134%;
	padding: 4px 6px
}

.card-sect__content-table-row:last-child,
.cart-sect__faq-text p:last-child {
	margin-bottom: 0
}

.card-sect__content-table-row::before {
	content: '';
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: inline-block;
	height: 1px;
	border-bottom: 1px dashed rgba(238, 240, 243, 1);
	margin: 0 7px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.card-sect__content-table-desc,
.card-sect__content-table-title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.card-sect__content-table-desc {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #25292d;
	text-align: right
}

.card-sect__content-share {
	position: relative;
	padding-left: 30px;
	margin-bottom: 27px
}

.card-sect__content-share-icon {
	position: absolute;
	top: 2px;
	left: 0
}

.card-sect__content-share-text {
	color: #555;
	font-size: 14px;
	line-height: 134%
}

.card-sect__content-share-link,
.card-sect__content-share-link::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__content-share-link {
	position: relative;
	color: #4591e3;
	line-height: 134%;
	text-decoration: none
}

.card-sect__content-share-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted #4591e3
}

.card-sect__content-guarantee-more:hover,
.card-sect__content-share-link:hover,
.card-sect__content-stock-more:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.card-sect__content-share-link:hover::before {
	border-bottom-style: solid;
	border-bottom-color: #ff4651
}

.card-sect__content-stock {
	padding: 18px 15px;
	border: 1px solid #ff4651;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.card-sect__content-stock-thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	position: relative
}

.card-sect__content-stock-icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none
}

.card-sect__content-stock-img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

.card-sect__content-stock-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 20px
}

.card-sect__content-stock-title {
	color: #25292d;
	font-size: 14px;
	line-height: 134%;
	margin-bottom: 5px
}

.card-sect__content-guarantee-more,
.card-sect__content-stock-more {
	display: inline-block;
	font-size: 12px;
	line-height: 134%;
	color: #4591e3;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	white-space: nowrap
}

.card-sect__content-guarantee-more::after,
.card-sect__content-stock-more::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-left: 5px;
	border-top: 1px solid #4591e3;
	border-right: 1px solid #4591e3;
	-webkit-transform: translateY(-1px) rotate(45deg);
	-ms-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__content-guarantee-more:hover::after,
.card-sect__content-stock-more:hover::after {
	border-color: #ff4651
}

.card-sect__content-guarantee {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
}

.card-sect__content-guarantee-title,
.card-sect__content-quest .def-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px
}

.card-sect__content-guarantee-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 134%;
	color: #25292d
}

.card-sect__content-guarantee-title img {
	display: inline-block;
	margin-right: 10px
}

.card-sect__content-quest .def-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 55px;
	text-decoration: none;
	border-radius: 30px;
	border-color: #b1becb;
	color: #000
}

.card-sect__content-quest .def-btn img {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	z-index: 1
}

.card-sect__content-quest .def-btn .bg-btn {
	background-color: transparent
}

.card-sect__content-quest .def-btn:hover {
	text-decoration: none;
	color: #ff4651 !important;
	border-color: #ff4651
}

.card-sect__content-quest .def-btn:active,
.card-sect__content-quest .def-btn:focus {
	color: #000
}

.card-sect__mslider {
	position: relative;
	border: 1px solid #ebeff2;
	border-radius: 5px;
	min-height: 200px;
	padding: 30px 60px;
	width: 100%
}

.card-sect__mslider .swiper-container {
	position: relative;
	z-index: 0
}

.card-sect__mslider-info {
	position: absolute;
	top: 11px;
	left: 13px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.card-sect__mslider-info-block {
	background-color: currentColor;
	display: inline-block;
	padding: 5px 15px 4px;
	border-radius: 20px;
	font-size: 12px;
	margin-right: 10px
}

.card-sect__info-rev-rating a:last-child,
.card-sect__info-rev-rating button:last-child,
.card-sect__info-rev-rating div:last-child,
.card-sect__info-rev-rating span:last-child,
.card-sect__mslider-info-block:last-child {
	margin-right: 0
}

.card-sect__mslider-info-block span {
	color: #fff;
	display: inline-block;
	line-height: 133%
}

.card-sect__mslider-play {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 35px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none
}

@media only screen and (max-width:480px) {
	.card-sect__mslider-play {
		bottom: 15px;
		left: 15px
	}
}

.card-sect__mslider-play-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid #4591e3;
	border-radius: 50%
}

@media only screen and (max-width:480px) {
	.card-sect__mslider-play-icon {
		width: 40px;
		height: 40px
	}
}

.card-sect__mslider-play-icon::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 7px solid #4591e3;
	border-bottom: 5px solid transparent;
	margin-right: -2px
}

.card-sect__mslider-play-text {
	color: #25292d;
	font-size: 11px;
	line-height: 134%;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__mslider-play:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.card-sect__mslider-play:hover .card-sect__mslider-play-text {
	color: #4591e3
}

.card-sect__mslider-play:active,
.card-sect__mslider-play:focus {
	text-decoration: none;
	color: #25292d
}

.card-sect__mslider-next,
.card-sect__mslider-prev {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	opacity: 0 !important;
	width: 50px;
    border-radius: 25px;
    height: 50px;
}

.card-sect__mslider-next::after,
.card-sect__mslider-prev::after {
	font-size: 22px;
	color: #4591e3;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__mslider-next:hover,
.card-sect__mslider-prev:hover {
	text-decoration: none;
    box-shadow: 0px 9px 18px 0px rgba(20, 49, 80, 0.06);
}

.card-sect__mslider-next:hover::after,
.card-sect__mslider-prev:hover::after {
	color: #ff4651
}

.card-sect__mslider-prev {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px)
}

.card-sect__mslider-next {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.card-sect__mslider:hover .card-sect__mslider-next,
.card-sect__mslider:hover .card-sect__mslider-prev {
	opacity: 1 !important;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.card-sect__mslide {
	background-color: #fff
}

.card-sect__mslide img,
.card-sect__tslide img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.card-sect__tslider .swiper-slide {
	height: auto
}

.card-sect__tslide {
	padding: 15px;
	border: 1px solid #ebeff2;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	text-align: center
}

.card-sect__tslide::before {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: calc(50% - 20px);
	width: 40px;
	height: 4px;
	background-color: #4591e3;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

.card-sect__tslide img {
	position: relative;
	z-index: 0
}

.card-sect__tslide.swiper-slide-thumb-active::before {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.card-sect__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1200px) {
	.card-sect__info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.card-sect__info-banner {
	-webkit-box-flex: 0;
	position: relative;
	background-color: #59b2ed;
	min-height: 140px;
	overflow: hidden;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 20px 10px 140px;
	color: #fff
}

@media only screen and (max-width:1200px) {
	.card-sect__info-banner {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

@media only screen and (max-width:992px) {
	.card-sect__info-banner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 410px;
		flex: 0 0 410px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}
.card-sect__mslider-pagin{
	display:none;
}
@media only screen and (max-width:768px) {
	.card-sect__info-banner {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.card-sect__mslider-pagin{
		display:flex;
	}
}

.card-sect__info-banner-bg .bg-1 {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0
}

.card-sect__info-banner-bg .bg-2 {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0
}

.card-sect__info-banner-title {
	font-size: 21px;
	line-height: 134%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 8px;
	position: relative;
	z-index: 2
}

@media only screen and (max-width:480px) {
	.card-sect__info-banner-title {
		font-size: 17px
	}
}

.card-sect__info-banner-text {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 134%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 4px
}

.card-sect__info-banner-more,
.card-sect__info-banner-more::after {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__info-banner-more {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 134%;
	position: relative;
	z-index: 2;
	white-space: nowrap
}

.card-sect__info-banner-more::after {
	content: '';
	margin-left: 5px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-1px) rotate(45deg);
	-ms-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg)
}

.card-sect__info-banner-more:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.card-sect__info-banner-more:hover::after {
	border-color: #ff4651
}

.card-sect__info-data {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display:flex;
}

@media only screen and (max-width:1200px) {
	.card-sect__info-data {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		margin-bottom: 25px
	}
}

@media only screen and (max-width:992px) {
	.card-sect__info-data {
		margin-left: 30px;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 0
	}
}

@media only screen and (max-width:768px) {
	.card-sect__info-data {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		margin-bottom: 25px
	}
}

.card-sect__info-watch {
	position: relative;
	padding-left: 21px;
	margin-bottom: 14px;
	margin-right: 20px;
}

.card-sect__info-watch-icon {
	position: absolute;
	top: 1px;
	left: 0
}

.card-sect__info-watch-text {
	color: #555;
	font-size: 14px;
	line-height: 133%
}

.card-sect__info-buy {
	position: relative;
	padding-left: 21px;
	margin-bottom: 17px
}

.card-sect__info-buy-icon {
	position: absolute;
	top: 1px;
	left: 0
}

.card-sect__info-buy-text {
	font-size: 14px;
	line-height: 134%;
	color: #555
}

.card-sect__info-buy-text .select {
	color: #4591e3
}

.card-sect__info-rev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.card-sect__info-rev-rating {
	margin-right: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.card-sect__info-rev-rating a,
.card-sect__info-rev-rating button,
.card-sect__info-rev-rating div,
.card-sect__info-rev-rating span {
	display: inline-block;
	border: 0;
	padding: 0;
	background-color: transparent;
	width: 11px;
	height: 11px;
	background-image: url(../img/icons/rev-star.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 2px
}

.card-sect__info-rev-rating a.active,
.card-sect__info-rev-rating button.active,
.card-sect__info-rev-rating div.active,
.card-sect__info-rev-rating span.active {
	background-image: url(../img/icons/rev-star-active.svg)
}

.card-sect__info-rev-text {
	color: #555f68;
	font-size: 14px;
	line-height: 170%;
	display: inline-block;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.card-sect__info-rev-text::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted #4591e3
}

.card-sect__info-rev-text:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.card-sect__info-rev-text:active,
.card-sect__info-rev-text:focus {
	text-decoration: none;
	color: #555f68
}

.cart-sect {
	padding: 30px 0 45px
}

.cart-sect__title {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cart-sect__title span {
	margin-right: 20px
}

.cart-sect__title-count {
	line-height: 175%;
	color: #b1becb;
	letter-spacing: .04em;
	font-size: 17px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 5px
}

.cart-sect__table,
.cart-sect__table_first {
	margin-bottom: 30px
}

.cart-sect__table-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 5px solid #ebeff2;
	padding: 0 0 15px;
	color: #707d8a;
	font-size: 15px;
	line-height: 175%;
	margin-bottom: 10px
}

@media only screen and (max-width:992px) {
	.cart-sect__table-header {
		display: none
	}
}

.cart-sect__table-header_footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:992px) {
	.cart-sect__table-header_footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.cart-sect__table-header-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 145px;
	flex: 0 0 145px;
	padding-right: 20px
}

.cart-sect__table-header-name {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.cart-sect__table-header-price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px
}

.cart-sect__table-header-all,
.cart-sect__table-header-count {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	text-align: center
}

.cart-sect__table-header-all {
	-ms-flex: 0 0 200px;
	flex: 0 0 200px
}

.cart-sect__table-header-ctrls {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	text-align: right
}

.cart-sect__table-header-ctrls button,
.cart-sect__table-header-ctrls button svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cart-sect__table-header-ctrls button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	color: #25292d;
	font-size: 14px;
	line-height: 134%;
	white-space: nowrap
}

.cart-sect__table-header-ctrls button svg {
	fill: #707d8a;
	margin-right: 7px
}

.cart-sect__table-header-ctrls button:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.cart-sect__table-header-ctrls button:hover svg,
.cart-sect__table-item-ctrls button:hover svg {
	fill: #ff4651
}

.cart-sect__table-header-ctrls button:active,
.cart-sect__table-header-ctrls button:focus {
	text-decoration: none;
	outline: 0;
	color: #25292d
}

.cart-sect__table-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 0;
	border-bottom: .5px solid #dde3ea
}

@media only screen and (max-width:992px) {
	.cart-sect__table-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-item {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.cart-sect__table-item-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 145px;
	flex: 0 0 145px;
	padding-right: 20px
}

@media only screen and (max-width:768px) {
	.cart-sect__table-item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 15px;
		padding-right: 0
	}
}

@media only screen and (max-width:480px) {
	.cart-sect__table-item-img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.cart-sect__table-item-img a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.cart-sect__table-item-img img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

.cart-sect__table-item-name {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding-right: 10px
}

@media only screen and (max-width:992px) {
	.cart-sect__table-item-name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-item-name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
		padding-right: 0;
		text-align: center
	}
}

@media only screen and (max-width:480px) {
	.cart-sect__table-item-name {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.cart-sect__table-item-name a {
	display: inline;
	text-decoration: none;
	font-size: 15px;
	color: #25292d;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border-bottom: 1px solid rgba(37, 41, 45, .1)
}

.cart-sect__table-item-name a:hover {
	text-decoration: none;
	border-bottom-color: #25292d;
	color: #25292d
}

.cart-sect__table-item-name a:active,
.cart-sect__table-item-name a:focus {
	color: #25292d;
	text-decoration: none
}

.cart-sect__table-item-price {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 190px;
	flex: 0 0 190px
}

@media only screen and (max-width:992px) {
	.cart-sect__table-item-price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-item-price {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		text-align: center
	}
}

@media only screen and (max-width:480px) {
	.cart-sect__table-item-price {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

.cart-sect__table-item-price-now {
	color: #25292d;
	font-size: 16px;
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	white-space: nowrap
}

.cart-sect__table-item-price-old {
	display: inline-block;
	position: relative;
	font-size: 13px;
	color: #707d8a;
	white-space: nowrap;
	margin-right: 10px;
	margin-bottom: 5px
}

.cart-sect__table-item-price-old::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(112, 125, 138, .2)
}

.cart-sect__table-item-price-minus {
	font-size: 9px;
	line-height: 134%;
	color: #52bb37;
	white-space: nowrap;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 6px 10px;
	border: .5px solid #52bb37;
	border-radius: 15px
}

.cart-sect__table-item-count {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px
}

@media only screen and (max-width:992px) {
	.cart-sect__table-item-count {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-item-count {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%
	}
}

@media only screen and (max-width:480px) {
	.cart-sect__table-item-count {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		margin-top: 20px
	}
}

.cart-sect__table-item-count-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:768px) {
	.cart-sect__table-item-count-wrapper {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.cart-sect__table-item-count input {
	display: inline-block;
	border: 1px solid #dde3ea;
	text-align: center;
	height: 50px;
	width: 54px;
	margin: 0 10px;
	font-size: 16px;
	line-height: 175%;
	color: #000 !important
}

.cart-sect__table-item-count input[type=number]::-webkit-inner-spin-button,
.cart-sect__table-item-count input[type=number]::-webkit-outer-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0
}

.cart-sect__table-item-count button {
	display: inline-block;
	background-color: transparent;
	border: 0
}

.cart-sect__table-item-count button svg {
	fill: #4591e3
}

.cart-sect__table-item-count button:active,
.cart-sect__table-item-count button:focus {
	outline: 0
}

.cart-sect__table-item-all {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	text-align: center;
	color: #25292d;
	font-size: 16px;
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal
}

@media only screen and (max-width:992px) {
	.cart-sect__table-item-all {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-item-all {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%
	}
}

@media only screen and (max-width:480px) {
	.cart-sect__table-item-all {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
}

.cart-sect__table-item-all span {
	white-space: nowrap
}

.cart-sect__table-item-ctrls {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:992px) {
	.cart-sect__table-item-ctrls {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-item-ctrls {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		margin-top: 20px
	}
}

@media only screen and (max-width:480px) {
	.cart-sect__table-item-ctrls {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
}

.cart-sect__table-item-ctrls button {
	display: inline-block;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	margin-right: 10px
}

.cart-sect__table-item-ctrls button:last-child {
	margin-right: 0
}

.cart-sect__table-footer-del button svg,
.cart-sect__table-item-ctrls button svg {
	fill: #707d8a;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cart-sect__table-item-ctrls button:hover {
	text-decoration: none
}

.cart-sect__table-item-ctrls button:active,
.cart-sect__table-item-ctrls button:focus {
	text-decoration: none;
	outline: 0
}

.cart-sect__table-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	border-bottom: .5px solid #dde3ea
}

@media only screen and (max-width:992px) {
	.cart-sect__table-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.cart-sect__table-footer-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 145px;
	flex: 0 0 145px;
	padding-left: 15px;
	color: #707d8a;
	font-size: 15px;
	line-height: 165%
}

@media only screen and (max-width:768px) {
	.cart-sect__table-footer-info {
		margin-bottom: 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		padding-left: 0
	}
}

.cart-sect__table-footer-name {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding-right: 10px
}

@media only screen and (max-width:992px) {
	.cart-sect__table-footer-name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		margin-bottom: 15px
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-footer-name {
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-right: 0
	}
}

.cart-sect__table-footer-name a {
	font-size: 15px;
	color: #25292d;
	text-decoration: none;
	line-height: 165%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cart-sect__table-footer-name a:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.cart-sect__table-footer-name a:active,
.cart-sect__table-footer-name a:focus {
	text-decoration: none;
	color: #25292d
}

.cart-sect__table-footer-restore {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	text-align: center
}

@media only screen and (max-width:992px) {
	.cart-sect__table-footer-restore {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 93px;
		flex: 0 0 93px;
		margin-left: auto
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-footer-restore {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

.cart-sect__table-footer-paside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	text-align: center
}

@media only screen and (max-width:992px) {
	.cart-sect__table-footer-paside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 93px;
		flex: 0 0 93px
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-footer-paside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

.cart-sect__table-footer-paside a,
.cart-sect__table-footer-restore a {
	line-height: 165%;
	font-size: 15px;
	color: #ff4651;
	display: inline-block;
	position: relative;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-decoration: none
}

.cart-sect__table-footer-paside a::before,
.cart-sect__table-footer-restore a::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgba(255, 70, 81, .15);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cart-sect__table-footer-paside a:hover,
.cart-sect__table-footer-restore a:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.cart-sect__table-footer-paside a:hover::before,
.cart-sect__table-footer-restore a:hover::before {
	width: 100%
}

.cart-sect__table-footer-paside a:active,
.cart-sect__table-footer-paside a:focus,
.cart-sect__table-footer-restore a:active,
.cart-sect__table-footer-restore a:focus {
	text-decoration: none;
	color: #ff4651
}

.cart-sect__table-footer-del {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	text-align: center
}

@media only screen and (max-width:992px) {
	.cart-sect__table-footer-del {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px
	}
}

@media only screen and (max-width:768px) {
	.cart-sect__table-footer-del {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px
	}
}

.cart-sect__table-footer-del button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: transparent;
	border: 0;
	cursor: pointer
}

.cart-sect__table-footer-del button:hover {
	text-decoration: none
}

.cart-sect__table-footer-del button:hover svg {
	fill: #ff4651;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.cart-sect__table-footer-del button:active,
.cart-sect__table-footer-del button:focus {
	text-decoration: none;
	outline: 0
}

.cart-sect__faq {
	width: 100%;
	max-width: 640px;
	margin-bottom: 30px
}

.cart-sect__faq-title {
	font-size: 22px;
	line-height: 150%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #25292d;
	margin-bottom: 7px
}

@media only screen and (max-width:768px) {
	.cart-sect__faq-title {
		font-size: 20px
	}
}

.cart-sect__faq-text {
	margin-bottom: 40px
}

.cart-sect__faq-text p {
	font-size: 15px;
	color: #707d8a;
	margin-bottom: 15px;
	line-height: 150%
}

.cart-sect__faq hr {
	margin: 0;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ebeff2
}

.cart-sect__faq .faq-sect__block-title {
	font-size: 15px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal
}

.cart-sect__faq .faq-sect__block-text p {
	font-size: 14px
}

.cart-sect__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 640px;
	margin-bottom: 60px
}

@media only screen and (max-width:480px) {
	.cart-sect__btns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.cart-sect__submit {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	display: inline-block;
	height: 55px;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .05em;
	text-decoration: none;
	background-color: #ff4651
}

@media only screen and (max-width:480px) {
	.cart-sect__submit {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px
	}
}

.cart-sect__submit .bg-btn {
	background-color: #ff2d39
}

.cart-sect__submit:active,
.cart-sect__submit:focus {
	color: #fff
}

.cart-sect__click {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	border-color: #4591e3;
	color: #4591e3;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .05em;
	height: 55px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:480px) {
	.cart-sect__click {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.cart-sect__click .bg-btn {
	background-color: #4591e3
}

.cart-sect__click:hover {
	border-color: #4591e3;
	color: #fff
}

.cart-sect__click:active,
.cart-sect__click:focus {
	color: #4591e3
}

.catalog-sect {
	padding-bottom: 0
}

.catalog-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.catalog-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 257px;
	flex: 0 0 257px
}

.catalog-sect__empty{
	margin: 35px 0;
	padding: 25px;
}

@media only screen and (max-width:1200px) {
	.catalog-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}
}

@media only screen and (max-width:992px) {
	.catalog-sect__aside {
		display: none
	}
}

.catalog-sect__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75.5%;
	flex: 0 0 75.5%;
	max-width: 75.5%;
	margin-left: auto
}

@media only screen and (max-width:1200px) {
	.catalog-sect__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 73%;
		flex: 0 0 73%;
		max-width: 73%
	}
}

@media only screen and (max-width:992px) {
	.catalog-sect__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.catalog-sect__fselect {
	padding: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	margin-bottom: 15px
}

.catalog-sect__fselect:last-child,
.catalog-sect__spec-list li:last-child {
	margin-bottom: 0
}

.catalog-sect__fselect-title {
	color: #fff;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 3px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.catalog-sect__fselect-text {
	line-height: 134%;
	font-size: 12px;
	color: #fff;
	margin-bottom: 17px
}

.catalog-sect__fselect-input {
	margin-bottom: 6px
}

.catalog-sect__fselect-input input {
	display: block;
	width: 100%;
	height: 45px;
	background-color: #fff;
	border: 0;
	border-radius: 5px;
	padding: 0 15px 0 20px;
	font-size: 12px
}

.catalog-sect__fselect-btn {
	display: block;
	height: 45px;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #ff4651;
	color: #fff;
	text-transform: uppercase;
	line-height: .05em;
	font-size: 11px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	width: 100%
}

.catalog-sect__spec {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 10px
}

.catalog-sect__spec-header {
	padding: 35px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog-sect__spec-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 17px;
	font-size: 14px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 134%
}

.catalog-sect__spec-list {
	text-align: left
}

.catalog-sect__spec-list li {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 134%;
	color: #fff
}

.catalog-sect__spec-list li::before {
	content: '';
	display: inline-block;
	line-height: 134%;
	vertical-align: middle;
	height: 1px;
	width: 10px;
	background-color: #fff;
	margin-right: 7px
}

.catalog-sect__spec-btn,
.catalog-sect__title {
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.catalog-sect__spec-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px;
	color: #fff;
	height: 45px;
	background-color: #25292d;
	border-color: #25292d;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .05em;
	text-decoration: none;
	width: 100%
}

.catalog-sect__spec-btn:hover,
.catalog-sect__tag-all:hover::after {
	border-color: #ff4651
}

.catalog-sect__title {
	font-size: 24px;
	line-height: 134%;
	color: #25292d;
	margin-bottom: 26px
}

@media only screen and (max-width:768px) {
	.catalog-sect__title {
		font-size: 22px
	}
}

.catalog-sect__title-number {
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #707d8a
}

.catalog-sect__tags {
	margin-bottom: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog-sect__ctrls-sort ul li:last-child,
.catalog-sect__tags:last-child {
	margin-bottom: 0
}

.catalog-sect__tags-title {
	width: 100%;
	margin-bottom: 15px;
	line-height: 175%;
	color: #000;
	font-size: 24px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:768px) {
	.catalog-sect__tags-title {
		font-size: 22px
	}
}

.catalog-sect__tag.active .catalog-sect__tag-text::before,
.catalog-sect__tags-hidden,
.catalog-sect__tags.active .catalog-sect__tag-all,
.catalog-sect__tags.active .catalog-sect__tag-decor {
	display: none
}

.catalog-sect__tags.active .catalog-sect__tags-hidden {
	display: block;
	display: contents
}

.catalog-sect__fbtn {
	display: none;
	margin-bottom: 25px
}

@media only screen and (max-width:992px) {
	.catalog-sect__fbtn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.catalog-sect__fbtn .def-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 45px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 12px;
	border-color: #4591e3;
	background-color: #4591e3;
	padding: 5px 35px;
	text-decoration: none
}

.catalog-sect__fbtn .def-btn,
.catalog-sect__fbtn .def-btn span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog-sect__fbtn .def-btn img {
	margin-right: 10px
}

.catalog-sect__fbtn .def-btn:active,
.catalog-sect__fbtn .def-btn:focus {
	border-color: #ff4651
}

.catalog-sect__tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 11px;
	margin-right: 25px;
	text-decoration: none
}

.catalog-sect__tag-text {
	white-space: nowrap;
	line-height: 175%;
	font-size: 12px;
	color: #707d8a;
	position: relative;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.catalog-sect__tag-text::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(112, 125, 138, .25);
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

.catalog-sect__tag-del {
	display: inline-block;
	margin-left: 10px
}

.catalog-sect__tag-del img,
.catalog-sect__tag-text::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.catalog-sect__tag-del:hover,
.catalog-sect__tag:hover {
	text-decoration: none
}

.catalog-sect__tag-del:hover img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.catalog-sect__tag.active .catalog-sect__tag-text {
	color: #000
}

.catalog-sect__tag.active:hover .catalog-sect__tag-text {
	color: #000 !important
}

.catalog-sect__tag:hover .catalog-sect__tag-text {
	color: #ff4651
}

.catalog-sect__tag:hover .catalog-sect__tag-text::before {
	width: 0
}

.catalog-sect__tag-decor {
	font-size: 14px;
	line-height: 175%;
	margin-right: 20px
}

.catalog-sect__tag-all,
.catalog-sect__tag-all::after {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.catalog-sect__tag-all {
	line-height: 175%;
	color: #4591e3;
	position: relative;
	font-size: 14px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none
}

.catalog-sect__tag-all::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #4591e3;
	border-bottom: 1px solid #4591e3;
	margin-left: 5px;
	-webkit-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg)
}

.catalog-sect__tag-all:hover {
	text-decoration: none;
	color: #ff4651
}

.catalog-sect__ctrls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	border-bottom: 5px solid #ebeff2;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:576px) {
	.catalog-sect__ctrls {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.catalog-sect__ctrls-sort {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 35px
}

.catalog-sect__ctrls-sort-title {
	font-size: 14px;
	line-height: 170%;
	color: #707d8a;
	margin-right: 10px
}

.catalog-sect__ctrls-sort-list {
	position: relative;
	display: none;
}

.catalog-sect__ctrls-sort-current1.active,
.catalog-sect__ctrls-sort-list:hover .catalog-sect__ctrls-sort-current1,
.catalog-sect__ctrls-sort-current.active,
.catalog-sect__ctrls-sort-list:hover .catalog-sect__ctrls-sort-current {
	color: #4591e3 !important
}


.catalog-sect__ctrls-sort-list:hover ul {
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	pointer-events: all
}

.catalog-sect__ctrls-sort-current1,
.catalog-sect__ctrls-sort-current{
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	font-size: 14px;
	margin-right: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #25292d;
	text-decoration: none;
	position: relative;
}
.catalog-sect__ctrls-sort-current1.active,
.catalog-sect__ctrls-sort-current.active{
	margin-right: 25px;
}
.catalog-sect__ctrls-sort-current1.active::after,
.catalog-sect__ctrls-sort-current.active::after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 10px;
	right: 0;
	margin-right: -15px;
	top: 50%;
	transform: translateY(-50%);
	background: url(/images/cat_sorts.png) no-repeat center;
}
.catalog-sect__ctrls-sort-current1{
	margin-right: 20px;
}
.catalog-sect__ctrls-sort-current1::after,
.catalog-sect__ctrls-sort-current1::before{
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	top: 50%;
	transform: translateY(-50%);
	right:0;
	margin-right: -15px;
	background: #4591e3;
}
.catalog-sect__ctrls-sort-current1::after{
	transform: translateY(-50%) rotate(45deg);
}
.catalog-sect__ctrls-sort-current1::before{
	transform: translateY(-50%) rotate(-45deg);
	margin-right: -20px;
}
.catalog-sect__ctrls-sort-current.active.desc::after{
	transform: translateY(-50%) scale(1, -1);
}
.catalog-sect__ctrls-sort-list:hover .catalog-sect__ctrls-sort-current1::after{
	transform: translateY(-50%) rotate(-45deg);
}
.catalog-sect__ctrls-sort-list:hover .catalog-sect__ctrls-sort-current1::before{
	transform: translateY(-50%) rotate(45deg);
}
.catalog-sect__ctrls-sort-current.nodesc::after{
	display: none;	
}
.catalog-sect__ctrls-sort-current.nodesc{
	margin-right: 10px;
}
.catalog-sect__ctrls-sort ul a:hover,
.catalog-sect__ctrls-sort-current:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.catalog-sect__ctrls-sort ul a:active,
.catalog-sect__ctrls-sort ul a:focus,
.catalog-sect__ctrls-sort-current:active,
.catalog-sect__ctrls-sort-current:focus {
	text-decoration: none;
	color: #25292d
}
@media only screen and (max-width: 576px) {
    .main_page_tabs .mproducts-sect__slide-hctrls {
        top: 230px !important;
    }
}

.catalog-sect__ctrls-sort ul {
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	background-color: #fff;
	min-width: 183px;
	padding: 11px 20px 19px;
	border-radius: 8px;
	-webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .08);
	box-shadow: 0 24px 64px rgba(0, 0, 0, .08);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.catalog-sect__ctrls-sort ul li {
	line-height: 1;
	margin-bottom: 15px
}

.catalog-sect__ctrls-sort ul a {
	display: inline-block;
	line-height: 134%;
	color: #25292d;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}
@media only screen and (max-width:768px) {
    .catalog-sect__ctrls-sort-current{
        display: none;
    }
	.catalog-sect__ctrls-sort-list{
		display: block;
	}
}
.catalog-sect__ctrls-count {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.catalog-sect__ctrls-count-list a,
.catalog-sect__ctrls-count-title {
	color: #707d8a;
	line-height: 170%;
	font-size: 14px;
	margin-right: 10px
}

.catalog-sect__ctrls-count-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog-sect__ctrls-count-list a {
	color: #25292d;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.catalog-sect__ctrls-count-list a:last-child,
.catalog-sect__pagination-nav li:last-child,
.cdesc-sect__expert-social li:last-child,
.cdesc-sect__nav li:last-child {
	margin-right: 0
}

.catalog-sect__ctrls-count-list a.current,
.catalog-sect__ctrls-count-list a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.catalog-sect__ctrls-count-list a:active,
.catalog-sect__ctrls-count-list a:focus {
	text-decoration: none;
	color: #25292d
}

.catalog-sect__ctrls-view,
.catalog-sect__ctrls-view button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.catalog-sect__ctrls-view {
	margin-left: auto;
	margin-bottom: 20px
}

.catalog-sect__ctrls-view button {
	margin-right: 15px;
	border: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	cursor: pointer
}

.catalog-sect__ctrls-view button:last-child {
	margin-right: 0;
	width: 23px
}

.catalog-sect__ctrls-view button svg {
	fill: #b1becb
}

.catalog-sect__ctrls-view button.active svg {
	fill: #4591e3
}

.catalog-sect__banner {
	display: block;
	position: relative;
	z-index: 0
}

.catalog-sect__banner img,
.cdesc-sect__nav li.active a::before {
	width: 100%
}

.catalog-sect__banner_mtop {
	margin-top: 50px
}

.catalog-sect__banner_mbottom {
	margin-bottom: 50px
}

.catalog-sect__products {
	display: grid;
	grid-template-columns: repeat(3, 31%);
	grid-column-gap: 3.5%;
	grid-row-gap: 60px;
	margin-bottom: 70px;
	position: relative
}

@media only screen and (max-width:1200px) {
	.catalog-sect__products {
		grid-template-columns: repeat(3, 32%);
		grid-column-gap: 2%
	}
}

@media only screen and (max-width:768px) {
	.catalog-sect__products {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-column-gap: inherit;
		grid-row-gap: inherit;
		margin-bottom: 20px
	}
	.cdesc-sect__expert-social,
	.cdesc-sect__expert-text{
		display: none !important;
	}
}

.catalog-sect__products_horizon {
	display: grid;
	grid-template-columns: 100%;
	grid-row-gap: 20px;
	margin-bottom: 40px
}

@media only screen and (max-width:768px) {
	.catalog-sect__product {
		width: 49%;
		margin-bottom: 30px
	}
	.catalog-sect__product-slider-next,
	.catalog-sect__product-slider-prev{
		opacity: 1 !important;
	}
}

@media only screen and (max-width:576px) {
	.catalog-sect__product {
		width: 100%
	}
}

.catalog-sect__product-slider {
	position: relative;
	z-index: 2;
	width: 100%;
	max-height: 100%;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.catalog-sect__product-slider-next,
.catalog-sect__product-slider-prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.catalog-sect__product-slider-next svg,
.catalog-sect__product-slider-prev svg {
	stroke: #4591e3;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.catalog-sect__product-slider-next:hover svg,
.catalog-sect__product-slider-prev:hover svg {
	stroke: #ff4651
}

.catalog-sect__product-slider-prev {
	left: 10px
}

.catalog-sect__product-slider-next {
	right: 10px
}

.catalog-sect__product-slider-fract {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.catalog-sect__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px
}

@media only screen and (max-width:576px) {
	.catalog-sect__pagination {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.catalog-sect__article-text p:last-child,
.catalog-sect__article-text:last-child,
.catalog-sect__article-video-text p:last-child,
.catalog-sect__article:last-child,
.catalog-sect__pagination:last-child,
.cdesc-sect__article-text p:last-child,
.cdesc-sect__character .card-sect__content-table:last-child,
.cdesc-sect__character p:last-child,
.cdesc-sect__expert-text p:last-child,
.cdesc-sect__reviews-text p:last-child {
	margin-bottom: 0
}

.catalog-sect__pagination-next,
.catalog-sect__pagination-prev {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4591e3;
	font-size: 14px;
	text-decoration: none;
	line-height: 164%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.catalog-sect__pagination-next img,
.catalog-sect__pagination-prev img {
	display: inline-block
}

@media only screen and (max-width:576px) {
	.catalog-sect__pagination-prev {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.catalog-sect__pagination-prev img {
	margin-right: 10px
}

@media only screen and (max-width:576px) {
	.catalog-sect__pagination-next {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

.catalog-sect__pagination-next img {
	margin-left: 10px
}

.catalog-sect__pagination-nav {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 15px
}

@media only screen and (max-width:576px) {
	.catalog-sect__pagination-nav {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-bottom: 25px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.catalog-sect__pagination-nav a,
.catalog-sect__pagination-nav li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.catalog-sect__pagination-nav li {
	line-height: 194%;
	margin-right: 10px
}

.catalog-sect__pagination-nav a:hover,
.catalog-sect__pagination-nav li.active a {
	background-color: #4591e3 !important;
	color: #fff !important
}

.catalog-sect__pagination-nav a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 5px;
	font-size: 14px;
	color: #707d8a;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.catalog-sect__pagination-nav a:hover {
	text-decoration: none
}

.catalog-sect__pagination-nav a:active,
.catalog-sect__pagination-nav a:focus {
	text-decoration: none;
	color: #707d8a
}

.catalog-sect__article {
	margin-bottom: 45px
}

.catalog-sect__article-title {
	color: #25292d;
	font-size: 24px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 134%;
	margin-bottom: 13px
}

@media only screen and (max-width:768px) {
	.catalog-sect__article-title {
		font-size: 22px
	}
}

.catalog-sect__article-text {
	margin-bottom: 30px
}

.catalog-sect__article-text p,
.catalog-sect__article-video-text p {
	color: #707d8a;
	font-size: 14px;
	line-height: 170%;
	margin-bottom: 10px
}

.catalog-sect__article-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:576px) {
	.catalog-sect__article-video {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.catalog-sect__article-video-title {
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	line-height: 164%
}

@media only screen and (max-width:768px) {
	.catalog-sect__article-video-title {
		font-size: 14px;
		left: 15px
	}
}

.catalog-sect__article-video-link {
	margin-right: 10px;
	margin-top: 5px
}

.catalog-sect__article-video-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px;
	border-radius: 5px;
	position: relative;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden
}

@media only screen and (max-width:768px) {
	.catalog-sect__article-video-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px
	}
}

@media only screen and (max-width:576px) {
	.catalog-sect__article-video-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 20px;
		min-height: 0;
		height: 300px
	}
}

@media only screen and (max-width:480px) {
	.catalog-sect__article-video-img {
		height: 60vw
	}
}

.catalog-sect__article-video-img::before {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-22.06%, #1c2033), color-stop(73.53%, transparent));
	background: -o-linear-gradient(bottom, #1c2033 -22.06%, transparent 73.53%);
	background: linear-gradient(360deg, #1c2033 -22.06%, transparent 73.53%)
}

.catalog-sect__article-video-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 35px
}

@media only screen and (max-width:768px) {
	.catalog-sect__article-video-text {
		margin-left: 20px
	}
}

@media only screen and (max-width:576px) {
	.catalog-sect__article-video-text {
		margin-left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.mm-menu_navbar_top-1 .mm-panels {
	top: 60px
}

.category-sect {
	padding: 20px 0 30px
}

@media only screen and (max-width:992px) {
	.category-sect {
		padding-bottom: 20px
	}
}

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

@media only screen and (max-width:992px) {
	.category-sect__nav {
		overflow-x: auto;
		padding-bottom: 10px
	}
}

.category-sect__nav li {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

@media only screen and (max-width:992px) {
	.category-sect__nav li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px
	}
}

.category-sect__nav a,
.category-sect__nav-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.category-sect__nav a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none
}

.category-sect__nav a:hover .category-sect__nav-title,
.cdesc-sect__nav li.active a {
	color: #4591e3
}

.category-sect__nav-img {
	width: 100%;
	height: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px
}

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

.category-sect__nav-title {
	text-align: center;
	color: #25292d;
	font-size: 12px;
	line-height: 130%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cdesc-sect {
	padding: 20px 0 15px
}

@media only screen and (max-width:992px) {
	.cdesc-sect {
		padding-bottom: 20px
	}
}

.cdesc-sect__header {
	border-bottom: 1px solid #dde3ea;
	margin-bottom: 55px
}

@media only screen and (max-width:992px) {
	.cdesc-sect__header {
		margin-bottom: 40px
	}
}

.cdesc-sect__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-x: auto
}

.cdesc-sect__nav-count {
	color: #b1becb;
	margin-left: 8px
}

.cdesc-sect__nav li {
	display: inline-block;
	line-height: 1;
	margin-right: 45px;
	margin-bottom: 2px
}

.cdesc-sect__nav a,
.cdesc-sect__nav a::before {
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out
}

.cdesc-sect__nav a,
.cdesc-sect__nav-count {
	font-size: 11px;
	line-height: 175%;
	letter-spacing: .04em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.cdesc-sect__nav a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #25292d;
	text-transform: uppercase;
	padding-bottom: 22px;
	position: relative;
	white-space: nowrap
}

.cdesc-sect__nav a::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #4591e3;
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

@media (max-width:700px) {
	.cdesc-sect__nav a::before {
		bottom: 15px
	}
}

.cdesc-sect__nav a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.cdesc-sect__nav a:active,
.cdesc-sect__nav a:focus {
	text-decoration: none;
	color: #25292d
}

.cdesc-sect__main .cdesc-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:992px) {
	.cdesc-sect__main .cdesc-sect__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.cdesc-sect__main-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-right: 60px
}

@media only screen and (max-width:1200px) {
	.cdesc-sect__main-content {
		margin-right: 30px
	}
}

@media only screen and (max-width:992px) {
	.cdesc-sect__main-content {
		display: contents;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1px;
		order: 1px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.cdesc-sect__main-aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px
}

@media only screen and (max-width:992px) {
	.cdesc-sect__main-aside {
		display: contents;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.cdesc-sect__main-aside .why-sect__title {
	margin-bottom: 50px;
	color: #000;
	font-size: 22px;
	line-height: 134%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:992px) {
	.cdesc-sect__main-aside .why-sect__title {
		width: 100%;
		margin-bottom: 40px
	}
}

@media only screen and (max-width:576px) {
	.cdesc-sect__main-aside .why-sect__title {
		font-size: 20px
	}
}

.cdesc-sect__main-aside .why-sect__items {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:992px) {
	.cdesc-sect__main-aside .why-sect__items {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.cdesc-sect__main-aside .why-sect__item {
	width: 100%;
	margin-bottom: 40px
}

@media only screen and (max-width:992px) {
	.cdesc-sect__main-aside .why-sect__item {
		width: 33.33%
	}
}

@media only screen and (max-width:768px) {
	.cdesc-sect__main-aside .why-sect__item {
		width: 50%
	}
}

@media only screen and (max-width:480px) {
	.cdesc-sect__main-aside .why-sect__item {
		width: 100%
	}
}

.cdesc-sect__main-aside .why-sect__item-btn {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cdesc-sect__tab {
	font-family: "SF Pro Display", Arial, sans-serif;
	display: none
}

@media only screen and (max-width:992px) {
	.cdesc-sect__tab {
		margin-bottom: 40px
	}
}

.cdesc-sect__tab.active {
	display: block
}

.cdesc-sect__description-title {
	margin-bottom: 15px;
	color: #000;
	font-size: 22px;
	line-height: 133%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:576px) {
	.cdesc-sect__description-title {
		font-size: 20px
	}
}

.cdesc-sect__description p {
	margin-bottom: 15px;
	color: #25292d;
	font-size: 14px;
	line-height: 135%
}

.cdesc-sect__expert {
	margin-top: 134px;
	position: relative;
	padding: 100px 55px 58px 75px;
	border: 2px solid #4591e3;
	border-radius: 10px
}

@media only screen and (max-width:1200px) {
	.cdesc-sect__expert {
		padding: 100px 45px 50px
	}
}

@media only screen and (max-width:992px) {
	.cdesc-sect__expert {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin-top: 80px
	}
}

@media only screen and (max-width:768px) {
	.cdesc-sect__expert {
		margin-top: 60px
	}
}

@media only screen and (max-width:576px) {
	.cdesc-sect__expert {
		padding: 0 20px 35px;
		margin-top: 40px
	}
}

.cdesc-sect__expert-title {
	background-color: #fff;
	width: 380px;
	position: absolute;
	top: 0;
	left: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1200px) {
	.cdesc-sect__expert-title {
		left: 40px
	}
}

@media only screen and (max-width:576px) {
	.cdesc-sect__expert-title {
		position: static;
		width: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		margin-bottom: 15px;
		margin-top: -70px;
		background-color: transparent
	}
}

.cdesc-sect__expert-title-img {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 138px;
	flex: 0 0 138px;
	max-width: 138px;
	margin-right: 25px
}

@media only screen and (max-width:576px) {
	.cdesc-sect__expert-title-img {
		margin-right: 0
	}
}

.cdesc-sect__expert-title-content {
	margin-top: 18px
}

.cdesc-sect__expert-title-name {
	margin-bottom: 2px;
	font-size: 24px;
	line-height: 175%;
	color: #707d8a;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

.cdesc-sect__expert-title-desc {
	color: #25292d;
	font-size: 14px;
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.cdesc-sect__expert-social {
	position: absolute;
	top: 40px;
	right: 55px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1200px) {
	.cdesc-sect__expert-social {
		right: 45px
	}
}

@media only screen and (max-width:768px) {
	.cdesc-sect__expert-social {
		top: 65px
	}
}

@media only screen and (max-width:576px) {
	.cdesc-sect__expert-social {
		position: static;
		margin-bottom: 20px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.cdesc-sect__expert-social a,
.cdesc-sect__expert-social li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.cdesc-sect__expert-social li {
	margin-right: 12px
}

.cdesc-sect__expert-social a {
	line-height: 1;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cdesc-sect__expert-social a:hover {
	text-decoration: none;
	opacity: .7
}

.cdesc-sect__expert-social a:active,
.cdesc-sect__expert-social a:focus {
	text-decoration: none;
	opacity: 1
}

.cdesc-sect__expert-text {
	margin-bottom: 30px
}

.cdesc-sect__expert-text p {
	color: #555f68;
	font-size: 14px;
	line-height: 170%;
	margin-bottom: 10px
}

.cdesc-sect__expert-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

@media only screen and (max-width:768px) {
	.cdesc-sect__expert-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width:576px) {
	.cdesc-sect__expert-footer {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media only screen and (max-width:1200px) {
	.cdesc-sect__expert-footer::before {
		left: -45px
	}
}

@media only screen and (max-width:576px) {
	.cdesc-sect__expert-footer::before {
		display: none
	}
}

.cdesc-sect__expert-footer-title {
	color: #000;
	font-size: 19px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 193px;
	flex: 0 0 193px
}

@media only screen and (max-width:768px) {
	.cdesc-sect__expert-footer-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 20px
	}
}

@media only screen and (max-width:576px) {
	.cdesc-sect__expert-footer-title {
		text-align: center
	}
}

.cdesc-sect__expert-footer .card-sect__content-order {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 50px;
	margin-bottom: 0
}

@media only screen and (max-width:1200px) {
	.cdesc-sect__expert-footer .card-sect__content-order {
		margin-left: 20px
	}
}

@media only screen and (max-width:768px) {
	.cdesc-sect__expert-footer .card-sect__content-order {
		margin-left: 0
	}
}

.cdesc-sect__character .card-sect__content-table {
	margin-bottom: 25px
}

.cdesc-sect__character p,
.cdesc-sect__reviews-text p {
	line-height: 150%;
	font-size: 14px;
	color: #25292d;
	margin-bottom: 15px
}

.cdesc-sect__reviews-block {
	width: 100%;
	padding: 38px 41px 30px 38px;
	border: 1px solid #dde3ea;
	margin-bottom: 23px;
	border-radius: 10px
}

@media only screen and (max-width:768px) {
	.cdesc-sect__reviews-block {
		padding: 35px 20px 20px
	}
}

@media only screen and (max-width:576px) {
	.cdesc-sect__reviews-block {
		padding: 30px 15px 20px
	}
}

.cdesc-sect__reviews-rating {
	margin-left: auto
}

@media only screen and (max-width:576px) {
	.cdesc-sect__reviews-rating {
		width: 100%;
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.cdesc-sect__reviews-title,
.cdesc-sect__reviews-title-desc {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-style: normal
}

.cdesc-sect__reviews-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 134%;
	margin-bottom: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cdesc-sect__reviews-title-desc {
	font-weight: 400;
	color: #b1becb
}

.cdesc-sect__reviews-title-desc,
.cdesc-sect__reviews-title-text,
.cdesc-sect__reviews-title-time {
	display: inline-block;
	margin-right: 20px
}

.cdesc-sect__reviews-title-time {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #b1becb
}

.cdesc-sect__reviews-title-text {
	color: #000;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal
}

.cdesc-sect__reviews-text p {
	line-height: 165%
}

.cdesc-sect__reviews-text-hidden,
.cdesc-sect__reviews-text-more.hidden {
	display: none
}

.cdesc-sect__reviews-text-more {
	display: inline-block;
	text-decoration: none;
	color: #4591e3;
	line-height: 150%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cdesc-sect__reviews-text-more:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.cdesc-sect__reviews-text-more:active,
.cdesc-sect__reviews-text-more:focus {
	text-decoration: none;
	color: #4591e3
}

.cdesc-sect__reviews-images {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 20px;
	margin-bottom: 20px
}

@media only screen and (max-width:480px) {
	.cdesc-sect__reviews-images {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px
	}
}

.cdesc-sect__reviews-images img {
	width: 100%
}

.cdesc-sect__article,
.cdesc-sect__articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cdesc-sect__articles {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.cdesc-sect__article {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 48%;
	margin-bottom: 45px
}

@media only screen and (max-width:1200px) {
	.cdesc-sect__article {
		width: 48.5%
	}
}

@media only screen and (max-width:992px) {
	.cdesc-sect__article {
		width: 32%
	}
}

@media only screen and (max-width:768px) {
	.cdesc-sect__article {
		width: 49%
	}
}

@media only screen and (max-width:480px) {
	.cdesc-sect__article {
		width: 100%;
		margin-bottom: 30px
	}
}

.cdesc-sect__article-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-radius: 10px;
	position: relative
}

@media only screen and (max-width:480px) {
	.cdesc-sect__article-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50vw;
		flex: 0 0 50vw
	}
}

.cdesc-sect__article-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #fff;
	padding: 25px 15px;
	border-bottom: 2px solid #b1becb;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

@media only screen and (max-width:992px) {
	.cdesc-sect__article-content {
		padding: 20px 10px
	}
}

.cdesc-sect__article-time,
.cdesc-sect__article-title {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal
}

.cdesc-sect__article-time {
	line-height: 1;
	color: #fff;
	background-color: #83a2c1;
	border-radius: 5px;
	padding: 0 15px;
	height: 33px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 14px
}

.cdesc-sect__article-title {
	display: block;
	line-height: 150%;
	color: #25292d;
	font-size: 15px;
	margin-bottom: 15px;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cdesc-sect__article-title:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.cdesc-sect__article-title:active,
.cdesc-sect__article-title:focus {
	text-decoration: none;
	color: #25292d
}

.cdesc-sect__tab {
	max-width: 100%
}

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

.cdesc-sect__article-text,
.cdesc-sect__article-text p {
	margin-bottom: 15px;
	line-height: 155%;
	font-size: 14px;
	color: #707d8a
}

.cdesc-sect {
	max-width: 100%;
	overflow-x: hidden
}

.roistat-online-chat-holder {
	bottom: 60px !important
}

.cdesc-sect__article:hover .cdesc-sect__article-content {
	border-bottom-color: #4591e3
}

.cdesc-sect__article_big .cdesc-sect__article-img {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px
}

.cdesc-sect__article_big .cdesc-sect__article-img .cdesc-sect__article-time {
	position: absolute;
	bottom: 20px;
	left: 35px;
	margin-bottom: 0
}

.cdesc-sect__article_big .cdesc-sect__article-content {
	padding: 22px 35px 30px
}

.cdesc-sect__article_big .cdesc-sect__article-title {
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 14px
}

.cdesc-sect .delivery-sect__text-img .img-1 {
	top: -35px
}

@media only screen and (max-width:1200px) {
	.cdesc-sect .delivery-sect__text-img .img-1 {
		top: 0;
		left: -32px;
		width: 360px
	}
}

@media only screen and (max-width:480px) {
	.cdesc-sect .delivery-sect__text-img .img-1 {
		width: 100%
	}
}

@media only screen and (max-width:992px) {
	.cdesc-sect .delivery-sect__data {
		margin-bottom: 0
	}
}

.article-sect__comments-tab .cdesc-sect__reviews-title span.cdesc-sect__reviews-title-time {
	margin-left: 30px
}

.compare-sect {
	padding: 30px 0 0
}

.compare-sect__title {
	font-size: 26px;
	line-height: 134%;
	color: #25292d;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 30px
}

@media only screen and (max-width:992px) {
	.compare-sect__title {
		font-size: 24px
	}
}

@media only screen and (max-width:768px) {
	.compare-sect__title {
		font-size: 23px
	}
}

@media only screen and (max-width:576px) {
	.compare-sect__title {
		font-size: 22px
	}
}

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

.compare-sect__header-aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 255px;
	flex: 0 0 255px
}

@media only screen and (max-width:992px) {
	.compare-sect__header-aside {
		display: none
	}
}

.compare-sect__header-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.compare-sect__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.compare-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 255px;
	flex: 0 0 255px;
	border-right: 1px solid #dde3ea;
	border-bottom: 1px solid #dde3ea
}

@media only screen and (max-width:992px) {
	.compare-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border-right: none
	}
}

.compare-sect__aside-title {
	padding: 32px 15px 20px 0;
	font-size: 15px;
	color: #25292d;
	line-height: 146%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:992px) {
	.compare-sect__aside_mhidden {
		display: none
	}
}

.compare-sect__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	border-bottom: 1px solid #dde3ea;
	overflow-x: auto
}

@media only screen and (max-width:992px) {
	.compare-sect__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.compare-sect__main::-webkit-resizer {
	width: 0;
	height: 5
}

.compare-sect__main::-webkit-scrollbar {
	width: 0;
	height: 5px
}

.compare-sect__main::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

.compare-sect__main::-webkit-scrollbar-thumb {
	background-color: #b1becb;
	border-radius: 3px
}

.compare-sect__main::-webkit-scrollbar-track {
	background-color: #ebeff2
}

.compare-sect__main_nscroll {
	pointer-events: none
}

.compare-sect__main_nscroll::-webkit-resizer {
	width: 0;
	height: 0
}

.compare-sect__main_nscroll::-webkit-scrollbar {
	width: 0;
	height: 0
}

.compare-sect__main_nscroll::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

.compare-sect__main_nscroll::-webkit-scrollbar-thumb {
	background-color: #b1becb;
	border-radius: 3px
}

.compare-sect__main_nscroll::-webkit-scrollbar-track {
	background-color: #ebeff2
}

.compare-sect__btns {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 35px 15px 11px 0
}

@media only screen and (max-width:992px) {
	.compare-sect__btns {
		padding: 30px 15px 20px 0
	}
}

.compare-sect__btns-icon {
	display: inline-block;
	width: 36px;
	margin-bottom: 16px
}

.compare-sect__btns-text {
	margin-bottom: 15px;
	font-size: 15px;
	color: #25292d;
	line-height: 155%
}

.compare-sect__btns-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 200px;
	height: 42px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
	border-color: #4591e3;
	background-color: #4591e3;
	margin-bottom: 9px
}

@media only screen and (max-width:480px) {
	.compare-sect__btns-all {
		max-width: 100%
	}
}

.compare-sect__btns-all .bg-btn,
.custom-banner .consult-sect__banner-btn .def-btn::before {
	background-color: #ff4651
}

.compare-sect__btns-all:hover,
.compare-sect__footer-link:hover::before {
	border-color: #ff4651
}

.compare-sect__btns-all:active,
.compare-sect__btns-all:focus {
	outline: 0;
	text-decoration: none
}

.compare-sect__btns-watch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	width: 100%;
	max-width: 200px;
	border-color: #dde3ea;
	background-color: #dde3ea;
	text-transform: uppercase;
	color: #25292d;
	letter-spacing: .05em;
	font-size: 11px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px
}

@media only screen and (max-width:480px) {
	.compare-sect__btns-watch {
		max-width: 100%
	}
}

.compare-sect__btns-watch .bg-btn {
	background-color: #4591e3
}

.compare-sect__btns-watch:hover {
	border-color: #4591e3
}

.compare-sect__btns-watch:active,
.compare-sect__btns-watch:focus {
	text-decoration: none;
	outline: 0
}

.compare-sect__btns-title {
	font-size: 15px;
	color: #25292d;
	line-height: 165%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.compare-sect__ctrls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f5f7;
	border-radius: 10px;
	padding: 0 20px 0 40px
}

@media only screen and (max-width:992px) {
	.compare-sect__ctrls {
		padding: 0 20px
	}
}

@media only screen and (max-width:768px) {
	.compare-sect__ctrls-nav {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		overflow-x: auto
	}
}

.compare-sect__ctrls-nav::-webkit-resizer {
	width: 0;
	height: 5
}

.compare-sect__ctrls-nav::-webkit-scrollbar {
	width: 0;
	height: 5px
}

.compare-sect__ctrls-nav::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

.compare-sect__ctrls-nav::-webkit-scrollbar-thumb {
	background-color: #b1becb;
	border-radius: 3px
}

.compare-sect__ctrls-nav::-webkit-scrollbar-track {
	background-color: #ebeff2
}

.compare-sect__ctrls-nav a,
.compare-sect__ctrls-nav-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.compare-sect__ctrls-nav a {
	position: relative;
	padding: 25px 0 24px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #25292d;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	margin-right: 65px;
	line-height: 175%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media only screen and (max-width:992px) {
	.compare-sect__ctrls-nav a {
		margin-right: 30px
	}
}

@media only screen and (max-width:768px) {
	.compare-sect__ctrls-nav a {
		padding: 20px 0 19px
	}
}

.compare-sect__ctrls-nav a:last-child {
	margin-right: 0
}

.compare-sect__ctrls-nav a span {
	color: #b1becb;
	position: absolute;
	top: 50%;
	left: calc(100% + 8px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.compare-sect__ctrls-nav a::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 3px;
	width: 30px;
	background-color: #4591e3;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

@media only screen and (max-width:768px) {
	.compare-sect__ctrls-nav a::before {
		display: none
	}
}

.compare-sect__ctrls-nav a:hover {
	text-decoration: none;
	color: #4591e3
}

.compare-sect__ctrls-nav a:active,
.compare-sect__ctrls-nav a:focus {
	text-decoration: none;
	color: #25292d
}

.compare-sect__ctrls-nav a.active {
	color: #4591e3
}

.compare-sect__ctrls-nav a.active::before,
.delivery-sect__aside-nav li.active a::before {
	opacity: 1
}

@media only screen and (max-width:768px) {
	.compare-sect__ctrls .cart-sect__table-header-ctrls button {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
}

.compare-sect__desc {
	display: none;
	height: 100%
}

.compare-sect__desc.active,
.compare-sect__products.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.compare-sect__desc-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	padding: 32px 25px 25px;
	border-right: 1px solid #dde3ea
}

@media only screen and (max-width:768px) {
	.compare-sect__desc-item {
		padding: 20px 15px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

@media only screen and (max-width:480px) {
	.compare-sect__desc-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.compare-sect__desc-item p {
	line-height: 146%;
	color: #25292d;
	font-size: 15px
}

.compare-sect__products {
	display: none;
	height: 100%
}

.compare-sect__product {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0
}

@media only screen and (max-width:768px) {
	.compare-sect__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

@media only screen and (max-width:480px) {
	.compare-sect__product {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.compare-sect__product-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	max-height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 25px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media only screen and (max-width:768px) {
	.compare-sect__product-img {
		padding: 25px 15px 20px
	}
}

.compare-sect__product-img button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 14px;
	flex: 0 0 14px;
	margin-bottom: 12px;
	border: 0;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	cursor: pointer
}

.compare-sect__product-img button svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	fill: #707d8a
}

.compare-sect__product-img button:hover svg {
	fill: #ff4651
}

.compare-sect__product-img button:active,
.compare-sect__product-img button:focus {
	outline: 0
}

.compare-sect__product-img img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 100%
}

.compare-sect__product-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 14px 25px 25px;
	border-right: 1px solid #dde3ea
}

@media only screen and (max-width:768px) {
	.compare-sect__product-content {
		padding: 14px 15px 20px
	}
}

.compare-sect__product-title {
	display: block;
	color: #25292d;
	line-height: 145%;
	font-size: 14px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-bottom: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.compare-sect__product-title:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.compare-sect__product-title:active,
.compare-sect__product-title:focus {
	text-decoration: none;
	color: #25292d;
	margin-bottom: 13px
}

.compare-sect__product-price {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.compare-sect__product-price .card-sect__content-price-now {
	font-size: 17px
}

.compare-sect__product-price .card-sect__content-price-old {
	font-size: 13px
}

.compare-sect__product-price .card-sect__content-price-minus {
	font-size: 9px;
	padding: 4px 8px
}

.compare-sect__footer,
.compare-sect__product-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:992px) {
	.compare-sect__footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.compare-sect__footer-aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 255px;
	flex: 0 0 255px;
	padding: 30px 15px 20px 0
}

@media only screen and (max-width:992px) {
	.compare-sect__footer-aside {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.compare-sect__footer-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

@media only screen and (max-width:992px) {
	.compare-sect__footer-main {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.compare-sect__footer-link,
.compare-sect__footer-link::before {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.compare-sect__footer-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #4591e3;
	text-decoration: none
}

.compare-sect__footer-link::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-left: 1px solid #4591e3;
	border-top: 1px solid #4591e3;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 5px
}

.compare-sect__footer-link:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.compare-sect__footer-link:active,
.compare-sect__footer-link:focus {
	text-decoration: none;
	color: #4591e3
}

.compare-sect__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px;
	border: 1px solid #4591e3;
	border-radius: 5px
}

@media only screen and (max-width:768px) {
	.compare-sect__form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media only screen and (max-width:576px) {
	.compare-sect__form {
		padding: 25px 15px
	}
}

.compare-sect__form-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 51px;
	flex: 0 0 51px;
	display: inline-block
}

.compare-sect__form-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 30px;
	color: #25292d
}

@media only screen and (max-width:768px) {
	.compare-sect__form-title {
		margin: 30px 0 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center
	}
}

.compare-sect__form-title-text {
	font-size: 23px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 5px
}

@media only screen and (max-width:1200px) {
	.compare-sect__form-title-text {
		font-size: 20px
	}
}

.compare-sect__form-title-desc {
	font-size: 15px;
	line-height: 146%
}

.compare-sect__form-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:768px) {
	.compare-sect__form-content {
		margin-top: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

@media only screen and (max-width:480px) {
	.compare-sect__form-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.compare-sect__form-input {
	width: calc(50% + 5px);
	border-radius: 5px 0 0 5px;
	height: 55px;
	background-color: #fafbfb;
	border: 1px solid #ebeff2;
	padding: 0 15px 0 20px;
	font-size: 14px;
	color: #000 !important;
	margin-right: -5px
}

@media only screen and (max-width:480px) {
	.compare-sect__form-input {
		width: 100%;
		margin-right: 0
	}
}

.compare-sect__form-btn {
	width: 50%;
	padding: 5px 15px;
	background-color: #ff4651;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 11px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	height: 55px
}

@media only screen and (max-width:480px) {
	.compare-sect__form-btn {
		width: 100%
	}
}

.compare-sect__form-btn .bg-btn,
.consult-sect__banner-btn .def-btn .bg-btn {
	background-color: #ff2d39
}

.compare-sect__form-btn:hover {
	color: #fff
}

.compare-sect__form-desc {
	margin-top: 13px;
	width: 100%;
	font-size: 10px;
	color: #a5a5a5;
	line-height: 134%
}

.compare-sect__form-desc img {
	margin-right: 5px;
	vertical-align: middle
}

.compare-sect__form-desc a {
	display: inline;
	text-decoration: none;
	color: #a5a5a5;
	border-bottom: 1px solid rgba(165, 165, 165, .2);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.compare-sect__form-desc a:hover {
	text-decoration: none;
	color: #4591e3 !important;
	border-bottom-color: #4591e3
}

.compare-sect__form-desc a:active,
.compare-sect__form-desc a:focus {
	text-decoration: none;
	color: #a5a5a5
}

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

@media only screen and (max-width:768px) {
	.consult-sect__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.consult-sect__banner {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	margin-right: 30px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	padding: 79px 80px 60px 60px
}

@media only screen and (max-width:1200px) {
	.consult-sect__banner {
		margin-right: 20px
	}
}

@media only screen and (max-width:992px) {
	.consult-sect__banner {
		padding: 75px 70px 60px 40px
	}
}

@media only screen and (max-width:768px) {
	.consult-sect__banner {
		background-position: right center;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%
	}
}

@media only screen and (max-width:576px) {
	.consult-sect__banner {
		padding: 75px 30px 60px;
		background-image: url(../img/test-banner-2.png) !important
	}
}

.consult-sect__banner:last-child {
	margin-right: 0;
	margin-bottom: 0
}

.consult-sect__banner_static {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px
}

@media only screen and (max-width:768px) {
	.consult-sect__banner_static {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}
}

.consult-sect__banner-icon {
	position: absolute;
	top: -16px;
	left: 60px;
	background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 13px;
	width: 82px;
	height: 70px
}

@media only screen and (max-width:992px) {
	.consult-sect__banner-icon {
		left: 40px
	}
}

.consult-sect__banner-btn .def-btn,
.consult-sect__banner-title {
	color: #fff;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.consult-sect__banner-title {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .15);
	font-size: 38px;
	line-height: 110%;
	margin-bottom: 16px;
	position: relative;
	z-index: 2
}

@media only screen and (max-width:992px) {
	.consult-sect__banner-title {
		font-size: 30px
	}
}

@media only screen and (max-width:576px) {
	.consult-sect__banner-title {
		font-size: 26px
	}
}

.consult-sect__banner-text {
	color: #fff;
	font-size: 18px;
	line-height: 134%;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 30px;
	position: relative;
	z-index: 2
}

@media only screen and (max-width:992px) {
	.consult-sect__banner-text {
		font-size: 16px
	}
}

.consult-sect__banner-btn {
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: auto
}

.consult-sect__banner-btn .def-btn {
	width: 100%;
	max-width: 275px;
	background-color: #ff4651;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 134%;
	padding: 20px 15px 18px;
	border-radius: 7px
}

.consult-sect__banner-label {
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
	background-color: #1a66b2;
	padding: 7px 18px 6px 25px;
	font-size: 12px;
	color: #fff;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 5px 0 5px 5px
}

.consult-sect__banner-label::before {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 0;
	background-color: #1a66b2;
	width: 50%;
	height: 100%;
	top: 0;
	right: -5px;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	border-radius: 5px
}

.consult-sect__banner-label span {
	position: relative;
	z-index: 1
}

.custom-banner {
	padding: 40px 35px 25px 50px;
	background-color: #4591e3;
	position: relative;
	background: -o-linear-gradient(74.93deg, #3976b7 -3.91%, #4a9bf1 67.16%);
	background: linear-gradient(15.07deg, #3976b7 -3.91%, #4a9bf1 67.16%)
}

@media only screen and (max-width:992px) {
	.custom-banner {
		padding: 40px 30px 25px
	}
}

@media only screen and (max-width:576px) {
	.custom-banner {
		background: -o-linear-gradient(74.93deg, #3976b7 -3.91%, #4a9bf1 67.16%) !important;
		background: linear-gradient(15.07deg, #3976b7 -3.91%, #4a9bf1 67.16%) !important
	}
}

.custom-banner .bg-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0
}

@media only screen and (max-width:480px) {
	.custom-banner .bg-1 {
		width: 100%;
		height: auto
	}
}

.custom-banner .bg-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 239px
}

.custom-banner .consult-sect__banner-title {
	font-size: 20px;
	line-height: 121%;
	text-shadow: none;
	margin-bottom: 12px
}

.custom-banner .consult-sect__banner-text {
	font-size: 13px;
	line-height: 130%
}

.custom-banner .consult-sect__banner-btn .def-btn {
	border-color: #fff;
	color: #000;
	background-color: #fff
}

.custom-banner .consult-sect__banner-btn .def-btn:hover {
	border-color: #ff4651;
	color: #fff
}

.contacts-sect {
	padding: 30px 0 25px
}

@media only screen and (max-width:992px) {
	.contacts-sect {
		padding-top: 20px
	}
}

.contacts-sect__container,
.contacts-sect__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

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

.contacts-sect__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:1200px) {
	.contacts-sect__main {
		margin-left: 30px
	}
}

@media only screen and (max-width:992px) {
	.contacts-sect__main {
		margin-left: 0
	}
}

.contacts-sect__title {
	margin-bottom: 23px
}

.contacts-sect__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 120px
}

.contacts-sect__data-email{
	margin-top: 20px;
	display:inline-block;
}

@media only screen and (max-width:992px) {
	.contacts-sect__data {
		margin-bottom: 50px
	}
}

@media only screen and (max-width:576px) {
	.contacts-sect__data {
		margin-bottom: 45px
	}
}

.contacts-sect__data-column {
	width: 48%
}

@media only screen and (max-width:1200px) {
	.contacts-sect__data-column {
		width: 49%
	}
}

@media only screen and (max-width:576px) {
	.contacts-sect__data-column {
		width: 100%;
		margin-bottom: 30px
	}
}

.contacts-sect__data-column:last-child,
.contacts-sect__data-info:last-child {
	margin-bottom: 0
}

.contacts-sect__data-info {
	padding-left: 29px;
	margin-bottom: 20px
}

.contacts-sect__data-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 150%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000
}

@media only screen and (max-width:768px) {
	.contacts-sect__data-select {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.contacts-sect__data-select img {
	display: inline-block;
	position: absolute;
	top: 1px;
	left: -29px
}

.contacts-sect__data-select-phone {
	font-size: 24px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	white-space: nowrap;
	margin-right: 30px;
	position: relative
}

.contacts-sect__data-select-phone:last-child {
	margin-top: 0
}

@media only screen and (max-width:768px) {
	.contacts-sect__data-select .main-footer__social-list {
		margin-top: 15px
	}
}

.contacts-sect__data-select .main-footer__social-list a {
	background-color: #4591e3
}

.contacts-sect__data-select .main-footer__social-list a svg {
	fill: #fff
}

.contacts-sect__data-desc {
	color: #707d8a;
	font-size: 11px;
	line-height: 134%;
	margin-bottom: 8px
}

.contacts-sect__data-desc:last-child {
	margin-bottom: 0
}

.contacts-sect__data-bq {
	padding-left: 22px;
	font-size: 14px;
	line-height: 165%;
	color: #25292d;
	border-left: 2px solid #4591e3
}

.contacts-sect__data-bq-select {
	color: #ff4651;
	white-space: nowrap
}

.contacts-sect__data-call,
.contacts-sect__data-call::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.contacts-sect__data-call {
	position: relative;
	color: #ff4651;
	font-size: 13px;
	line-height: 134%;
	text-decoration: none
}

.contacts-sect__data-call::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px dotted rgba(255, 70, 81, .2)
}

.contacts-sect__data-call:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.contacts-sect__data-call:hover::before {
	border-bottom-style: solid
}

.contacts-sect__data-call:active,
.contacts-sect__data-call:focus {
	text-decoration: none;
	color: #ff4651
}

.contacts-sect__map {
	height: 390px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px
}

.contacts-sect__watch {
	margin-bottom: 65px;
	text-align: center
}

@media only screen and (max-width:576px) {
	.contacts-sect__watch {
		margin-bottom: 45px
	}
}

.contacts-sect__watch .def-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px;
	width: 100%;
	max-width: 287px;
	color: #fff;
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
	height: 55px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: #4591e3;
	border-color: #4591e3
}

.contacts-sect__watch .def-btn:hover,
.delivery-sect .compare-sect__form-content .compare-sect__form-btn:hover {
	border-color: #ff4651
}

.contacts-sect__geo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px
}

.contacts-sect__geo-column {
	width: 48%
}

@media only screen and (max-width:576px) {
	.contacts-sect__geo-column {
		width: 100%;
		margin-bottom: 30px
	}
}

.contacts-sect__geo-column:last-child,
.contacts-sect__requisites p:last-child {
	margin-bottom: 0
}

.contacts-sect__geo-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 15px;
	line-height: 165%;
	color: #25292d
}

.contacts-sect__geo-text-select {
	color: #4591e3
}

.contacts-sect__geo-yandex {
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	height: 70px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dde3ea
}

.contacts-sect__geo-yandex img {
	width: 40px;
	height: 40px;
	margin: 4px 4px 0 0
}

.contacts-sect__gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	margin-bottom: 40px
}

@media only screen and (max-width:768px) {
	.contacts-sect__gallery {
		grid-column-gap: 10px;
		grid-row-gap: 10px
	}
}

@media only screen and (max-width:576px) {
	.contacts-sect__gallery {
		grid-template-columns: 100%
	}
}

.contacts-sect__gallery-item {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.contacts-sect__gallery-item img {
	display: inline-block;
	width: 100%
}

.contacts-sect__gallery .popup-youtube {
	height: 340px
}

.contacts-sect__social {
	background-color: #ebeff2;
	padding: 40px 70px 25px;
	margin-bottom: 38px
}

@media only screen and (max-width:1200px) {
	.contacts-sect__social {
		padding: 40px 30px 25px
	}
}

@media only screen and (max-width:768px) {
	.contacts-sect__social {
		padding: 35px 15px 15px
	}
}

.contacts-sect__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:576px) {
	.contacts-sect__social-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.contacts-sect__social .social-sect__item {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px
}

@media only screen and (max-width:576px) {
	.contacts-sect__social .social-sect__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-right: 0;
		text-align: center
	}
}

@media only screen and (max-width:480px) {
	.contacts-sect__social .social-sect__item {
		padding: 15px 5px
	}
}

.contacts-sect__social .social-sect__item-link {
	color: #25292d
}

.contacts-sect__social .social-sect__item-link:hover {
	color: #4591e3 !important
}

.contacts-sect__social .social-sect__item-link:active,
.contacts-sect__social .social-sect__item-link:focus {
	color: #25292d
}

.contacts-sect .delivery-sect__banners-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%
}

@media only screen and (max-width:992px) {
	.contacts-sect .delivery-sect__banners-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.contacts-sect__requisites {
	margin-bottom: 30px
}

.contacts-sect__requisites p {
	font-size: 15px;
	line-height: 165%;
	color: #000;
	margin-bottom: 15px
}

.contacts-sect__requisites img,
.img-sect a img {
	width: auto;
	max-width: 100%
}

.cselection-sect {
	padding: 30px 0 20px
}

@media only screen and (max-width:576px) {
	.cselection-sect {
		padding-bottom: 0
	}
}

.cselection-sect__title {
	margin-bottom: 38px
}

.cselection-sect__tile,
.cselection-sect__tiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cselection-sect__tiles {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.cselection-sect__tile {
	width: 25%;
	height: 260px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 10px;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

@media only screen and (max-width:992px) {
	.cselection-sect__tile {
		width: 33.33%
	}
}

@media only screen and (max-width:576px) {
	.cselection-sect__tile {
		width: 50%;
		height: 140px;
		margin-bottom: 25px
	}
}

@media only screen and (max-width:480px) {
	.cselection-sect__tile {
		padding: 10px
	}
}

.cselection-sect__tile-icon {
	text-align: center;
	margin-bottom: 27px
}

@media only screen and (max-width:576px) {
	.cselection-sect__tile-icon {
		margin-bottom: 0
	}
}

.cselection-sect__tile-icon img {
	display: inline-block
}

.cselection-sect__tile-text {
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	line-height: 134%;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .05em;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:768px) {
	.cselection-sect__tile-text {
		font-size: 11px
	}
}

.cselection-sect__tile-text img {
	margin-left: 5px;
	margin-top: -1px;
	width: 0;
	opacity: 0;
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

@media only screen and (max-width:768px) {
	.cselection-sect__tile-text img {
		display: none
	}
}

.cselection-sect__tile-text span {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.cselection-sect__tile:hover {
	background-color: #f2f6f9;
	border: 1px solid #dde3ea
}

.cselection-sect__tile:hover .cselection-sect__tile-text img {
	width: 24px;
	opacity: 1
}

.cselection-sect__btn {
	text-align: center;
	margin-bottom: 90px
}

@media only screen and (max-width:992px) {
	.cselection-sect__btn {
		margin-bottom: 55px
	}
}

.cselection-sect__btn:last-child,
.delivery-sect__aside-nav li:last-child,
.delivery-sect__text-content p:last-child {
	margin-bottom: 0
}

.cselection-sect__btn .def-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: #ff4651;
	height: 55px;
	padding: 5px 15px;
	width: 100%;
	max-width: 540px
}

.cselection-sect__btn .def-btn .bg-btn {
	background-color: #ff2d39
}

.cselection-sect__btn .def-btn:active,
.cselection-sect__btn .def-btn:focus,
.cselection-sect__btn .def-btn:hover {
	text-decoration: none;
	color: #fff
}

.cselection-sect__how {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:768px) {
	.cselection-sect__how {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.cselection-sect__how-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px;
	margin-right: 30px
}

@media only screen and (max-width:992px) {
	.cselection-sect__how-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 300px;
		flex: 0 0 300px
	}
}

@media only screen and (max-width:768px) {
	.cselection-sect__how-title {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px
	}
}

.cselection-sect__how-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.cselection-sect__how-text p {
	margin-bottom: 10px;
	color: #25292d;
	font-size: 15px;
	line-height: 155%
}

.delivery-sect {
	padding: 58px 0 30px;
	overflow: hidden
}

@media only screen and (max-width:768px) {
	.delivery-sect {
		padding-top: 30px;
		padding-bottom: 0
	}
}

.delivery-sect_payment {
	padding-top: 35px
}

@media only screen and (max-width:992px) {
	.delivery-sect_payment {
		padding-top: 30px
	}
}

.delivery-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.delivery-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px
}

@media only screen and (max-width:992px) {
	.delivery-sect__aside {
		display: none
	}
}

.delivery-sect__aside-nav {
	padding-top: 5px;
	padding-bottom: 40px;
	border-left: 1px solid #ebeff2
}

.delivery-sect__aside-nav li {
	line-height: 1;
	display: block;
	margin-bottom: 15px
}

.delivery-sect__aside-nav a,
.delivery-sect__aside-nav a::before {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.delivery-sect__aside-nav a {
	position: relative;
	display: block;
	padding: 0 0 0 22px;
	text-transform: uppercase;
	color: #25292d;
	font-size: 11px;
	line-height: 160%;
	letter-spacing: .04em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none
}

.delivery-sect__aside-nav a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: -1px;
	height: 100%;
	width: 1px;
	background-color: #4591e3;
	opacity: 0
}

.delivery-sect__aside-nav a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.delivery-sect__aside-nav a:active,
.delivery-sect__aside-nav a:focus {
	text-decoration: none;
	color: #25292d
}

.delivery-sect__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 50px
}

@media only screen and (max-width:1200px) {
	.delivery-sect__main {
		margin-left: 30px
	}
}

@media only screen and (max-width:992px) {
	.delivery-sect__main {
		margin-left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}
}

.delivery-sect__title {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:768px) {
	.delivery-sect__title {
		margin-bottom: 50px
	}
}

@media only screen and (max-width:576px) {
	.delivery-sect__title {
		margin-bottom: 40px
	}
}

.delivery-sect__subtitle {
	font-size: 26px;
	color: #25292d;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 25px
}

@media only screen and (max-width:768px) {
	.delivery-sect__subtitle {
		font-size: 22px
	}
}

.delivery-sect__subtitle_select {
	color: #ff4651
}

.delivery-sect__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 77px
}

@media only screen and (max-width:768px) {
	.delivery-sect__text {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 45px
	}
}

.delivery-sect__text-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px
}

@media only screen and (max-width:1200px) {
	.delivery-sect__text-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px
	}
}

@media only screen and (max-width:768px) {
	.delivery-sect__text-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.delivery-sect__text-content p {
	color: #25292d;
	font-size: 15px;
	line-height: 165%;
	margin-bottom: 20px
}

.delivery-sect__text_subtitle {
	margin-bottom: 35px
}

.delivery-sect__text_subtitle .delivery-sect__text-content p {
	font-size: 18px;
	line-height: 140%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

.delivery-sect__text-bq {
	font-size: 15px;
	padding-left: 22px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	border-left: 2px solid #ff4651
}

@media only screen and (max-width:576px) {
	.delivery-sect__text-bq {
		padding-left: 15px
	}
}

.delivery-sect__text-img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 10px;
	position: relative
}

@media only screen and (max-width:768px) {
	.delivery-sect__text-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center
	}
}

.delivery-sect__text-img-icon {
	position: absolute;
	z-index: 2;
	top: 93px;
	left: 38px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #f22f2f;
	width: 88px;
	height: 88px
}

@media only screen and (max-width:768px) {
	.delivery-sect__text-img-icon {
		bottom: 30px;
		top: auto;
		left: 0
	}
}

.delivery-sect__text-img-icon img {
	display: inline-block;
	width: 100%;
	max-width: 37px
}

.delivery-sect__text-img .bg {
	position: absolute;
	top: -127px;
	left: 30px;
	z-index: 0
}

@media only screen and (max-width:768px) {
	.delivery-sect__text-img .bg {
		top: -80px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.delivery-sect__text-img .img-1 {
	position: absolute;
	z-index: 1;
	top: -47px;
	left: 0
}

@media only screen and (max-width:768px) {
	.delivery-sect__text-img .img-1 {
		position: relative;
		z-index: 1;
		top: auto;
		left: auto;
		width: atuo;
		max-width: 100%
	}
}

.delivery-sect__text-img .img-2 {
	position: absolute;
	z-index: 0;
	top: -20px;
	left: -75px
}

@media only screen and (max-width:768px) {
	.delivery-sect__text-img .img-2 {
		display: none
	}
}

.delivery-sect__text-img .img-3 {
	position: absolute;
	z-index: 1;
	top: 32px;
	left: 3px
}

@media only screen and (max-width:768px) {
	.delivery-sect__text-img .img-3 {
		display: none
	}
}

.delivery-sect__text-img .img-4 {
	position: absolute;
	z-index: 0;
	top: -75px;
	left: 40px
}

@media only screen and (max-width:768px) {
	.delivery-sect__text-img .img-4 {
		position: static;
		width: auto;
		max-width: 100%
	}
}

.delivery-sect__companys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.delivery-sect__company {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
	border: 1px solid #ebeff2;
	border-radius: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 105px;
	flex: 0 0 105px;
	margin-right: 9px;
	margin-bottom: 9px
}

.delivery-sect__company img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

.delivery-sect__company_w32 img {
	width: 36px
}

.delivery-sect__banners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px
}

@media only screen and (max-width:1200px) {
	.delivery-sect__banners {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media only screen and (max-width:768px) {
	.delivery-sect__banners {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.delivery-sect__banners-img {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 10px
}

@media only screen and (max-width:768px) {
	.delivery-sect__banners-img {
		margin-bottom: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
}

.delivery-sect__banners-img img,
.vreview-sect__item-more a img {
	display: inline-block;
	width: 100%
}

.delivery-sect__banners-custom {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
	margin-left: 25px;
	background-color: #f4f6f8;
	border-radius: 10px;
	padding: 40px
}

@media only screen and (max-width:768px) {
	.delivery-sect__banners-custom {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0
	}
}

@media only screen and (max-width:480px) {
	.delivery-sect__banners-custom {
		padding: 35px 15px 35px 20px
	}
}

.delivery-sect__banners-custom-text {
	color: #25292d;
	font-size: 14px;
	line-height: 165%;
	margin-bottom: 21px
}

.delivery-sect__banners-custom-link,
.delivery-sect__banners-custom-link::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.delivery-sect__banners-custom-link {
	color: #ff4651;
	line-height: 165%;
	text-decoration: none;
	position: relative
}

.delivery-sect__banners-custom-link::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 70, 81, .3);
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

.delivery-sect__banners-custom-link:hover,
.delivery-sect__form-footer a:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.delivery-sect__banners-custom-link:hover::before {
	width: 0
}

.delivery-sect__banners-custom-link:active,
.delivery-sect__banners-custom-link:focus {
	text-decoration: none;
	color: #ff4651
}

.delivery-sect__banners-custom-desc {
	padding-left: 60px;
	font-size: 14px;
	line-height: 150%;
	color: #707d8a;
	position: relative
}

.delivery-sect__banners-custom-desc img {
	position: absolute;
	top: 0;
	left: 0
}

.delivery-sect__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 55px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.delivery-sect__data-column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48%;
	flex: 0 0 48%
}

@media only screen and (max-width:576px) {
	.delivery-sect__data-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 35px
	}
}

.delivery-sect__data p:last-child,
.delivery-sect__data-column:last-child,
.delivery-sect__payment-block-text p:last-child {
	margin-bottom: 0
}

.delivery-sect__data .delivery-sect__subtitle {
	margin-bottom: 17px
}

.delivery-sect__data_select {
	color: #ff4651;
	white-space: nowrap
}

.delivery-sect__data p {
	color: #25292d;
	font-size: 14px;
	line-height: 165%;
	margin-bottom: 20px
}

.delivery-sect .article-sect__video {
	margin-bottom: 50px
}

.delivery-sect__form {
	padding: 35px 55px;
	background-color: #4591e3;
	border-radius: 10px
}

@media only screen and (max-width:1200px) {
	.delivery-sect__form {
		padding: 30px
	}
}

@media only screen and (max-width:768px) {
	.delivery-sect__form {
		padding: 30px 20px
	}
}

.delivery-sect__form-submit button,
.delivery-sect__form-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: Noah, Arial, sans-serif;
	font-style: normal
}

.delivery-sect__form-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 26px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 24px
}

@media only screen and (max-width:768px) {
	.delivery-sect__form-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.delivery-sect__form-title span {
	margin-right: 35px
}

@media only screen and (max-width:768px) {
	.delivery-sect__form-title span {
		margin-bottom: 10px;
		margin-right: 0
	}
}

.delivery-sect__form-desc {
	font-size: 14px;
	line-height: 150%;
	color: #fff
}

@media only screen and (max-width:768px) {
	.delivery-sect__form-desc {
		text-align: center
	}
}

.delivery-sect__form-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 13px
}

.delivery-sect__form-input,
.delivery-sect__form-submit {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

@media only screen and (max-width:576px) {

	.delivery-sect__form-input,
	.delivery-sect__form-submit {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
}

@media only screen and (max-width:480px) {

	.delivery-sect__form-input,
	.delivery-sect__form-submit {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.delivery-sect__form-input {
	border-right: 1px solid #dde3ea
}

@media only screen and (max-width:576px) {
	.delivery-sect__form-input {
		border-bottom: 1px solid #dde3ea
	}
}

@media only screen and (max-width:480px) {
	.delivery-sect__form-input {
		border-right: none
	}
}

.delivery-sect__form-input input {
	display: block;
	width: 100%;
	height: 50px;
	border: 0;
	background-color: #fff;
	padding: 0 15px 0 25px;
	font-size: 12px
}

@media only screen and (max-width:768px) {
	.delivery-sect__form-input input {
		padding: 0 10px
	}
}

.delivery-sect__form-submit button {
	height: 50px;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 11px;
	background-color: #ff4651;
	border-radius: 0;
	padding: 5px 15px
}

.delivery-sect__form-submit button .bg-btn {
	background-color: #ff2d39
}

.delivery-sect__form-footer {
	color: #fff;
	font-size: 11px;
	line-height: 134%;
	text-align: center;
	width: 230px;
	margin-left: auto
}

@media only screen and (max-width:480px) {
	.delivery-sect__form-footer {
		margin-right: auto
	}
}

.delivery-sect__form-footer img {
	margin-right: 5px;
	vertical-align: middle
}

.delivery-sect__form-footer a,
.delivery-sect__form-footer a::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.delivery-sect__form-footer a {
	line-height: 134%;
	color: #fff;
	text-decoration: none;
	position: relative
}

.delivery-sect__form-footer a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1)
}

.delivery-sect__form-footer a:hover::before {
	background-color: rgba(255, 70, 81, .1)
}

.delivery-sect__form-footer a:active,
.delivery-sect__form-footer a:focus {
	text-decoration: none;
	color: #fff
}

.delivery-sect__payment {
	margin-bottom: 55px
}

.delivery-sect__payment-block {
	overflow: hidden;
	padding-left: 50px;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 16px
}

@media only screen and (max-width:768px) {
	.delivery-sect__payment-block {
		padding-left: 40px
	}
}

.delivery-sect__payment-block::before {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 0;
	top: 3px;
	left: 20px;
	height: 100%;
	width: 1px;
	border-right: 1px dashed rgba(255, 70, 81, .2)
}

.delivery-sect__payment-block:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

.delivery-sect__how-item:last-child::before,
.delivery-sect__payment-block:last-child::before {
	display: none
}

.delivery-sect__payment-block-number,
.delivery-sect__payment-block-title {
	font-size: 26px;
	font-weight: 400;
	font-style: normal
}

.delivery-sect__payment-block-number {
	line-height: 1;
	color: #4591e3;
	position: absolute;
	top: 3px;
	left: 0;
	background-color: #fff;
	z-index: 1;
	padding-bottom: 10px
}

.delivery-sect__payment-block-title {
	margin-bottom: 17px;
	color: #25292d;
	line-height: 32px
}

@media only screen and (max-width:768px) {
	.delivery-sect__payment-block-title {
		font-size: 24px
	}
}

@media only screen and (max-width:480px) {
	.delivery-sect__payment-block-title {
		font-size: 22px
	}
}

.delivery-sect__payment-block-text {
	color: #25292d;
	font-size: 15px;
	line-height: 155%
}

.delivery-sect__payment-block-text p {
	margin-bottom: 20px
}

.delivery-sect__ways {
	border: 1px solid #b1becb;
	padding: 65px 65px 70px;
	position: relative;
	margin-bottom: 40px;
	border-radius: 10px
}

@media only screen and (max-width:1200px) {
	.delivery-sect__ways {
		padding: 60px 40px
	}
}

@media only screen and (max-width:768px) {
	.delivery-sect__ways {
		padding: 50px 20px 45px
	}
}

@media only screen and (max-width:480px) {
	.delivery-sect__ways {
		padding: 35px 15px 30px
	}
}

.delivery-sect__ways-title {
	color: #25292d;
	font-size: 26px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:768px) {
	.delivery-sect__ways-title {
		font-size: 22px;
		left: 25px
	}
}

@media only screen and (max-width:576px) {
	.delivery-sect__ways-title {
		left: 15px
	}
}

@media only screen and (max-width:480px) {
	.delivery-sect__ways-title {
		font-size: 22px;
		padding: 0;
		margin-bottom: 40px;
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.delivery-sect__ways-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:576px) {
	.delivery-sect__ways-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.delivery-sect__ways-item {
	width: 45%
}

@media only screen and (max-width:1200px) {
	.delivery-sect__ways-item {
		width: 48%
	}
}

@media only screen and (max-width:768px) {
	.delivery-sect__ways-item {
		width: 49%
	}
}

@media only screen and (max-width:576px) {
	.delivery-sect__ways-item {
		width: 100%;
		margin-bottom: 35px
	}
}

.delivery-sect__ask-inputs input:last-child,
.delivery-sect__ways-item:last-child,
.faq-sect__block-text p:last-child {
	margin-bottom: 0
}

.delivery-sect__ways-item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 150%;
	color: #25292d;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.delivery-sect__ways-item-title img {
	display: inline-block;
	margin-right: 20px
}

.delivery-sect__ways-item-text {
	color: #000;
	font-size: 15px;
	line-height: 160%
}

.delivery-sect__policy p {
	color: #25292d;
	line-height: 170%;
	font-size: 15px
}

.delivery-sect .compare-sect__form-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 350px;
	margin-bottom: 90px
}

@media only screen and (max-width:992px) {
	.delivery-sect .compare-sect__form-content {
		margin-bottom: 50px
	}
}

@media only screen and (max-width:768px) {
	.delivery-sect .compare-sect__form-content {
		max-width: 100%
	}
}

.delivery-sect .compare-sect__form-content .compare-sect__form-input {
	border-radius: 5px 0 0 5px;
	width: calc(50% + 5px);
	margin-right: -5px
}

.delivery-sect .compare-sect__form-content .compare-sect__form-btn {
	background-color: #4591e3;
	border-color: #4591e3
}

.delivery-sect__buy {
	padding: 50px 40px 60px;
	background-color: #f6f9fb;
	border-radius: 10px;
	margin-bottom: 55px
}

@media only screen and (max-width:768px) {
	.delivery-sect__buy {
		margin-bottom: 50px;
		padding: 45px 20px
	}
}

@media only screen and (max-width:576px) {
	.delivery-sect__buy {
		padding-bottom: 20px
	}
}

.delivery-sect__buy-title {
	text-align: center;
	margin-bottom: 45px
}

.delivery-sect__buy-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:576px) {
	.delivery-sect__buy-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.delivery-sect__buy-item {
	width: 32%;
	text-align: center
}

@media only screen and (max-width:576px) {
	.delivery-sect__buy-item {
		width: 100%;
		margin-bottom: 35px
	}
}

.delivery-sect__buy-item-icon {
	height: 90px
}

.delivery-sect__buy-item-text {
	font-size: 16px;
	color: #25292d;
	line-height: 146%
}

.delivery-sect__faq {
	margin-bottom: 30px
}

@media only screen and (max-width:992px) {
	.delivery-sect__faq {
		margin-bottom: 0
	}
}

.delivery-sect__faq-title {
	text-align: center;
	margin-bottom: 45px
}

.delivery-sect__faq-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 100px
}

@media only screen and (max-width:1200px) {
	.delivery-sect__faq-content {
		padding: 0
	}
}

.delivery-sect__faq-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 48%;
	margin-bottom: 50px
}

@media only screen and (max-width:768px) {
	.delivery-sect__faq-block {
		margin-bottom: 40px
	}
}

@media only screen and (max-width:576px) {
	.delivery-sect__faq-block {
		margin-bottom: 35px;
		width: 100%
	}
}

.delivery-sect__faq-block-icon {
	margin-bottom: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #4591e3;
	font-size: 15px
}

.delivery-sect__faq-block-title {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 146%;
	color: #25292d;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.delivery-sect__faq-block-text {
	color: #25292d;
	font-size: 14px;
	line-height: 150%
}

.delivery-sect__how {
	margin-bottom: 80px;
	background-color: #f6f9fb;
	border-radius: 10px;
	padding: 60px 50px
}

@media only screen and (max-width:1200px) {
	.delivery-sect__how {
		padding: 50px 30px
	}
}

@media only screen and (max-width:992px) {
	.delivery-sect__how {
		margin-bottom: 50px
	}
}

@media only screen and (max-width:768px) {
	.delivery-sect__how {
		padding-bottom: 20px
	}
}

.delivery-sect__how-title {
	text-align: center;
	margin-bottom: 30px
}

.delivery-sect__how-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:768px) {
	.delivery-sect__how-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.delivery-sect__how-item {
	width: 23%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #f6f9fb;
	position: relative
}

@media only screen and (max-width:768px) {
	.delivery-sect__how-item {
		width: 48%;
		margin-bottom: 35px
	}
}

@media only screen and (max-width:480px) {
	.delivery-sect__how-item {
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.delivery-sect__how-item::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #ff4651;
	position: absolute;
	right: 0;
	top: 45px
}

@media only screen and (max-width:1200px) {
	.delivery-sect__how-item::before {
		width: 40px
	}
}

@media only screen and (max-width:768px) {
	.delivery-sect__how-item::before {
		display: none
	}
}

.delivery-sect__how-item-img {
	height: 115px;
	padding-top: 20px;
	position: relative
}

.delivery-sect__how-item-img img {
	position: relative;
	z-index: 1
}

.delivery-sect__how-item-number {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #ff4651;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.delivery-sect__how-item-text {
	font-size: 15px;
	line-height: 150%;
	color: #25292d
}

@media only screen and (max-width:480px) {
	.delivery-sect__how-item-text {
		text-align: center
	}
}

.delivery-sect__cooperate {
	margin-bottom: 20px
}

@media only screen and (max-width:992px) {
	.delivery-sect__cooperate {
		margin-bottom: 0
	}
}

.delivery-sect__cooperate-title {
	text-align: center;
	margin-bottom: 70px
}

@media only screen and (max-width:992px) {
	.delivery-sect__cooperate-title {
		margin-bottom: 50px
	}
}

.delivery-sect__cooperate-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:480px) {
	.delivery-sect__cooperate-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.delivery-sect__cooperate-item {
	margin-bottom: 30px;
	margin-right: 70px
}

@media only screen and (max-width:480px) {
	.delivery-sect__cooperate-item {
		margin-right: 0
	}
}

.delivery-sect__cooperate-item:last-child {
	margin-right: 0
}

.delivery-sect .cdesc-sect__expert {
	margin-top: 90px;
	margin-bottom: 50px
}

.delivery-sect__qa {
	border-top: 1px solid #ebeff2;
	width: 100%;
	max-width: 730px;
	margin-bottom: 90px
}

@media only screen and (max-width:992px) {
	.delivery-sect__qa {
		margin-bottom: 50px
	}
}

.delivery-sect__qa .catalog-sect__pagination {
	margin-top: 40px
}

.delivery-sect__ask {
	background-color: #ebeff2;
	border-radius: 10px;
	padding: 40px 45px 50px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: right 47px top 8px
}

@media only screen and (max-width:768px) {
	.delivery-sect__ask {
		padding: 35px 20px
	}
}

.delivery-sect__ask-title {
	margin-bottom: 25px;
	font-size: 21px;
	line-height: 134%;
	color: #000;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

.delivery-sect__ask-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

@media only screen and (max-width:576px) {
	.delivery-sect__ask-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.delivery-sect__ask-inputs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	margin-right: 10px
}

@media only screen and (max-width:768px) {
	.delivery-sect__ask-inputs {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px
	}
}

@media only screen and (max-width:576px) {
	.delivery-sect__ask-inputs {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 14px
	}
}

.delivery-sect__ask-inputs input,
.delivery-sect__ask-textarea textarea {
	width: 100%;
	border: 1px solid #dde3ea;
	border-radius: 5px;
	background-color: #fff;
	font-size: 13px
}

.delivery-sect__ask-inputs input {
	margin-bottom: 14px;
	height: 50px;
	padding: 0 15px 0 24px;
	color: #000 !important
}

.delivery-sect__ask-textarea {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

@media only screen and (max-width:576px) {
	.delivery-sect__ask-textarea {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.delivery-sect__ask-textarea textarea {
	height: 100%;
	padding: 15px 15px 10px 24px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:576px) {
	.delivery-sect__ask-textarea textarea {
		height: 100px
	}
}

.delivery-sect__ask-btn {
	width: 100%;
	height: 55px;
	color: #fff;
	border-color: #4591e3;
	background-color: #4591e3;
	text-transform: uppercase;
	letter-spacing: .05em;
	padding: 5px 15px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 13px
}

.delivery-sect__ask-btn:hover {
	border-color: #ff4651
}

.delivery-sect__ask-btn:active,
.delivery-sect__ask-btn:focus {
	color: #fff;
	outline: 0
}

.delivery-sect__ask-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.delivery-sect__ask-footer .card-sect__content-order-footer {
	display: inline-block;
	width: auto
}

.director-sect {
	background-color: #fff;
	padding: 75px 0 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:576px) {
	.director-sect {
		padding: 40px 0
	}
}

.director-sect_form {
	display: none;
	padding: 45px 0
}

@media only screen and (max-width:992px) {
	.director-sect_form {
		display: block
	}
}

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

.director-sect__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	position: relative;
	margin-right: 40px
}

@media only screen and (max-width:1200px) {
	.director-sect__main {
		margin-right: 30px
	}
}

@media only screen and (max-width:992px) {
	.director-sect__main {
		margin-right: 0
	}
}

.director-sect__main-text {
	width: 100%;
	max-width: 310px;
	font-size: 16px;
	line-height: 169%;
	color: #fff;
	margin-bottom: 210px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:576px) {
	.director-sect__main-text {
		margin-bottom: 390px
	}
}

@media only screen and (max-width:480px) {
	.director-sect__main-text {
		margin-bottom: 340px
	}
}

.director-sect__main-text img {
	position: absolute;
	left: 5px;
	top: calc(100% + 8px)
}

.director-sect__main-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 1
}

.director-sect__main-title-desc,
.director-sect__main-title-name {
	background-color: #fff;
	color: #4591e3;
	padding: 0 15px 0 23px;
	font-size: 17px;
	line-height: 219%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	white-space: nowrap;
	display: inline-block
}

.director-sect__main-title-name {
	font-weight: 400;
	color: #000
}

.director-sect__main-img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: -70px
}

@media only screen and (max-width:992px) {
	.director-sect__main-img {
		right: 40px
	}
}

@media only screen and (max-width:768px) {
	.director-sect__main-img {
		right: 0
	}
}

@media only screen and (max-width:576px) {
	.director-sect__main-img {
		bottom: -55px
	}
}

.director-sect__main-img img {
	display: inline-block
}

@media only screen and (max-width:992px) {
	.director-sect__main-img img {
		width: 350px
	}
}

@media only screen and (max-width:480px) {
	.director-sect__main-img img {
		width: 305px
	}
}

.director-sect__form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 366px;
	flex: 0 0 366px;
	padding: 48px 50px 50px;
	background-color: rgba(255, 255, 255, .15);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px)
}

@media only screen and (max-width:1200px) {
	.director-sect__form {
		padding: 40px 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 310px;
		flex: 0 0 310px
	}
}

@media only screen and (max-width:992px) {
	.director-sect__form {
		display: none
	}
}

.director-sect__form-title {
	text-align: center;
	margin-bottom: 27px;
	color: #fff;
	font-size: 22px;
	line-height: 120%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.director-sect__form-input,
.director-sect__form-textarea {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.director-sect__form-input {
	width: 100%;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #dde3ea
}

.director-sect__form-input input {
	width: 100%;
	font-size: 12px;
	color: #000;
	height: 50px;
	background-color: #fff;
	padding: 0 10px 0 24px;
	border: 0
}

.director-sect__form-textarea {
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px
}

.director-sect__form-textarea textarea {
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 14px 10px 10px 24px;
	border: 0
}

.director-sect__form-btn {
	width: 100%;
	height: 55px;
	border-color: #ff4651;
	background-color: #ff4651;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .05em;
	padding: 5px 15px
}

.director-sect__form-btn .bg-btn {
	background-color: #ff2d39
}

.director-sect__form .compare-sect__form-desc {
	display: inline-block;
	text-align: center;
	color: #fff
}

.director-sect__form .compare-sect__form-desc a {
	color: #fff
}

@media only screen and (max-width:992px) {
	.director-sect__form_laptop {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0
	}
}

.director-sect__form_laptop .director-sect__form-title {
	width: 100%;
	text-align: center;
	color: #000
}

.director-sect__form_laptop .director-sect__form-input {
	border: 1px solid #dde3ea;
	border-bottom: none;
	width: 100%;
	max-width: 320px
}

.director-sect__form_laptop .director-sect__form-textarea {
	width: 100%;
	max-width: 320px;
	border: 1px solid #dde3ea;
	margin-bottom: 20px
}

.director-sect__form_laptop .director-sect__form-btn {
	width: 100%;
	max-width: 320px
}

.director-sect__form_laptop .compare-sect__form-desc,
.director-sect__form_laptop .compare-sect__form-desc a {
	color: #a5a5a5
}

.empty-sect {
	padding: 150px 0
}

.empty-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.empty-sect__icon,
.empty-sect__text {
	margin-bottom: 30px
}

.empty-sect__icon img {
	display: inline-block
}

.empty-sect__text {
	font-size: 26px;
	color: #000;
	line-height: 134%;
	width: 100%;
	max-width: 730px;
	text-align: center
}

@media only screen and (max-width:768px) {
	.empty-sect__text {
		font-size: 22px
	}
}

.empty-sect__link {
	display: inline;
	color: #ff4651;
	line-height: 134%;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	border-bottom: 1px solid rgba(255, 70, 81, .3)
}

.empty-sect__link:hover {
	text-decoration: none;
	color: #ff4651 !important;
	border-bottom-color: #ff4651
}

.empty-sect__link:active,
.empty-sect__link:focus {
	text-decoration: none;
	color: #ff4651
}

.empty-sect__btn {
	text-align: center
}

.empty-sect__btn .def-btn {
	font-size: 12px;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #ff4651
}

.empty-sect__btn .def-btn:hover {
	text-decoration: none;
	color: #fff
}

.empty-sect__btn .def-btn:active,
.empty-sect__btn .def-btn:focus {
	text-decoration: none;
	color: #ff4651
}

.expert-sect {
	padding-top: 70px;
	padding-bottom: 40px
}

@media only screen and (max-width:992px) {
	.expert-sect {
		padding-bottom: 20px;
		padding-top: 60px
	}
}

@media only screen and (max-width:576px) {
	.expert-sect {
		padding-top: 75px
	}
}

.expert-sect .cdesc-sect__expert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 100px 49px 55px 70px;
	margin: 0
}

@media only screen and (max-width:1200px) {
	.expert-sect .cdesc-sect__expert {
		padding: 100px 49px 55px 50px
	}
}

@media only screen and (max-width:992px) {
	.expert-sect .cdesc-sect__expert {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:576px) {
	.expert-sect .cdesc-sect__expert {
		padding: 0 20px 35px
	}
}

.expert-sect .cdesc-sect__expert-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-right: 55px
}

@media only screen and (max-width:1200px) {
	.expert-sect .cdesc-sect__expert-text {
		margin-right: 30px
	}
}

@media only screen and (max-width:992px) {
	.expert-sect .cdesc-sect__expert-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-right: 0
	}
}

.expert-sect .cdesc-sect__expert-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 379px;
	flex: 0 0 379px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:992px) {
	.expert-sect .cdesc-sect__expert-footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.expert-sect .cdesc-sect__expert-footer-title {
	margin-right: 0;
	margin-bottom: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.expert-sect .cdesc-sect__expert-footer::before {
	display: none
}

.expert-sect .cdesc-sect__expert .card-sect__content-order {
	margin-left: 0
}

.faq-sect {
	padding: 40px 0 70px
}

@media only screen and (max-width:992px) {
	.faq-sect {
		padding: 20px 0 50px
	}
}

@media only screen and (max-width:576px) {
	.faq-sect {
		padding-top: 0
	}
}

.faq-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:992px) {
	.faq-sect__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.faq-sect__main,
.faq-sect__title_line::after {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.faq-sect__main {
	margin-right: 55px
}

@media only screen and (max-width:1200px) {
	.faq-sect__main {
		margin-right: 30px
	}
}

@media only screen and (max-width:992px) {
	.faq-sect__main {
		margin-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px
	}
}

.faq-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 400px;
	flex: 0 0 400px
}

@media only screen and (max-width:1200px) {
	.faq-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px
	}
}

@media only screen and (max-width:992px) {
	.faq-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.faq-sect__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #25292d;
	line-height: 170%;
	font-size: 26px;
	letter-spacing: .04em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 17px
}

@media only screen and (max-width:992px) {
	.faq-sect__title {
		font-size: 24px;
		width: 100%
	}
}

.faq-sect__title span {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.faq-sect__title_line::after {
	content: '';
	display: inline-block;
	height: 1px;
	background-color: #b1becb;
	margin-left: 30px
}

.faq-sect__img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 30px;
	padding: 23px 25px;
	background-color: #f4f6f8
}

@media only screen and (max-width:1200px) {
	.faq-sect__img {
		padding: 15px
	}
}

@media only screen and (max-width:992px) {
	.faq-sect__img {
		margin-right: 20px;
		margin-bottom: 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 0px;
		flex: 0 1 0
	}
}

.faq-sect__img:last-child {
	margin-bottom: 0;
	margin-right: 0
}

.faq-sect__img img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.faq-sect__content {
	border-top: 1px solid #ebeff2
}

.faq-sect__block {
	border-bottom: 1px solid #ebeff2
}

.faq-sect__block-title,
.faq-sect__block-title-icon svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.faq-sect__block-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 60px;
	padding: 4px 0;
	font-size: 15px;
	color: #000;
	line-height: 150%;
	cursor: pointer;
	position: relative
}

@media only screen and (max-width:480px) {
	.faq-sect__block-title {
		padding-right: 35px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.faq-sect__block-title-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: auto
}

@media only screen and (max-width:480px) {
	.faq-sect__block-title-icon {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.faq-sect__block-title-icon svg {
	fill: #707d8a
}

.faq-sect__block-title-icon svg:first-child,
.works-sect__text-spoiler span:first-child {
	display: inline-block
}

.faq-sect__block-title-icon svg:last-child,
.how-sect__item:last-child .how-sect__item-icon::after,
.mproducts-sect__slide_horizon .mproducts-sect__slide-hctrls li:last-child,
.works-sect__text-spoiler span:last-child {
	display: none
}

.faq-sect__block-title.active,
.faq-sect__block-title:hover {
	color: #f22f2f
}

.faq-sect__block-title.active .faq-sect__block-title-icon svg,
.faq-sect__block-title:hover .faq-sect__block-title-icon svg {
	fill: #f22f2f
}

.faq-sect__block-title.active .faq-sect__block-title-icon svg:first-child {
	display: none
}

.faq-sect__block-title.active .faq-sect__block-title-icon svg:last-child {
	display: inline-block
}

.faq-sect__block-title span,
.faq-sect__block-title strong {
	margin-right: 20px
}

.faq-sect__block-title-desc {
	color: #b1becb
}

.faq-sect__block p,
.faq-sect__block-text p {
	font-size: 15px;
	color: #555f68;
	line-height: 160%;
	margin-bottom: 15px
}

.faq-sect__block-text {
	padding-bottom: 15px;
	display: none
}

.faq-sect__block-text-select {
	color: #4591e3
}

.faq-sect__block-text p {
	margin-bottom: 10px
}

.feedback-sect {
	padding: 40px 0 100px
}

@media only screen and (max-width:992px) {
	.feedback-sect {
		padding: 20px 0 55px
	}
}

.feedback-sect__title {
	margin-bottom: 30px
}

.feedback-sect__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.feedback-sect__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-right: 30px
}

@media only screen and (max-width:992px) {
	.feedback-sect__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 45px
	}
}

.feedback-sect__main-block {
	display: none
}

.feedback-sect__main-block.active {
	display: block
}

.feedback-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 365px;
	flex: 0 0 365px
}

@media only screen and (max-width:992px) {
	.feedback-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.feedback-sect__ctrls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f2f5f7;
	border-radius: 10px;
	padding: 0 20px 0 75px;
	margin-bottom: 35px
}

@media only screen and (max-width:768px) {
	.feedback-sect__ctrls {
		padding: 0 20px 0 30px
	}
}

@media only screen and (max-width:576px) {
	.feedback-sect__ctrls {
		padding: 0 20px
	}
}

.feedback-sect__ctrls-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px 0;
	color: #25292d;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 175%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-right: 45px;
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:768px) {
	.feedback-sect__ctrls-item {
		margin-right: 30px
	}
}

@media only screen and (max-width:576px) {
	.feedback-sect__ctrls-item {
		margin-right: 20px
	}
}

.feedback-sect__ctrls-item:last-child,
.feedback-sect__form-nav a:last-child {
	margin-right: 0
}

.feedback-sect__ctrls-item::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 3px;
	background-color: #4591e3;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	opacity: 0
}

.feedback-sect__ctrls-item-count {
	margin-left: 7px;
	color: #b1becb !important
}

.feedback-sect__ctrls-item.active,
.feedback-sect__form-nav a.active {
	color: #4591e3 !important
}

.feedback-sect__ctrls-item.active::after,
.feedback-sect__form-nav a.active::after {
	opacity: 1
}

.feedback-sect__ctrls-item:hover,
.feedback-sect__form-nav a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.feedback-sect__ctrls-item:active,
.feedback-sect__ctrls-item:focus,
.feedback-sect__form-nav a:active,
.feedback-sect__form-nav a:focus {
	text-decoration: none;
	color: #25292d
}

.feedback-sect__videos {
	margin-bottom: 45px
}

.feedback-sect__video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 440px;
	margin-bottom: 25px
}

.feedback-sect__reviews .cdesc-sect__reviews-block:last-child,
.feedback-sect__video:last-child {
	margin-bottom: 0
}

.feedback-sect__video-footer,
.feedback-sect__video-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.feedback-sect__video-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover
}

.feedback-sect__video-img::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6)
}

.feedback-sect__video-img .numbers-sect__video-block-play {
	position: relative;
	z-index: 1
}

.feedback-sect__video-footer {
	padding: 20px 0
}

.feedback-sect__video-footer::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: inline-block;
	height: 1px;
	background-color: #ebeff2;
	margin-left: 20px
}

.feedback-sect__video-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	color: #000;
	line-height: 175%;
	font-size: 18px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-right: 30px
}

.feedback-sect__video-desc {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	color: #707d87;
	font-size: 14px;
	line-height: 134%
}

.feedback-sect__reviews {
	margin-bottom: 45px
}

.feedback-sect__reviews .cdesc-sect__reviews-block {
	margin-bottom: 33px
}

.feedback-sect__form {
	border: 1px solid #dde3ea;
	border-radius: 10px
}

.feedback-sect__form-header {
	padding: 30px 35px 0;
	border-bottom: 1px solid #dde3ea
}

@media only screen and (max-width:576px) {
	.feedback-sect__form-header {
		padding: 25px 15px 0
	}
}

.feedback-sect__form-content {
	padding: 35px
}

@media only screen and (max-width:576px) {
	.feedback-sect__form-content {
		padding: 25px 15px
	}
}

.feedback-sect__form-tab,
.guarantee-sect__list ul li::before {
	display: none
}

.feedback-sect__form-tab.active,
.fixed-header .main-header__ctrls .mcart-dialog-container-2.active {
	display: block
}

.feedback-sect__form-title {
	text-align: center;
	margin-bottom: 10px;
	color: #25292d;
	font-size: 26px;
	line-height: 150%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:576px) {
	.feedback-sect__form-title {
		font-size: 24px
	}
}

.feedback-sect__form-text {
	color: #707d8a;
	font-size: 15px;
	line-height: 150%;
	margin-bottom: 30px;
	text-align: center
}

.feedback-sect__form-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.feedback-sect__form-nav a,
.feedback-sect__form-nav a::after {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.feedback-sect__form-nav a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 25px;
	color: #25292d;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .04em;
	line-height: 175%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	margin-right: 45px;
	overflow: hidden;
	position: relative
}

@media only screen and (max-width:768px) {
	.feedback-sect__form-nav a {
		margin-right: 30px
	}
}

@media only screen and (max-width:576px) {
	.feedback-sect__form-nav a {
		margin-right: 20px
	}
}

.feedback-sect__form-nav a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30px;
	height: 3px;
	background-color: #4591e3;
	opacity: 0
}

.feedback-sect__form-input {
	margin-bottom: 10px
}

.feedback-sect__form-input:last-child,
.guarantee-sect p:last-child {
	margin-bottom: 0
}

.feedback-sect__form-input input,
.feedback-sect__form-textarea textarea {
	display: block;
	width: 100%;
	font-size: 12px;
	border: 1px solid #dde3ea;
	border-radius: 5px
}

.feedback-sect__form-input input {
	padding: 0 20px 0 25px;
	height: 50px
}

.feedback-sect__form-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 35px;
	margin-bottom: 18px
}

.feedback-sect__form-rating-title {
	color: #25292d;
	font-size: 14px;
	line-height: 150%;
	margin-right: 20px
}

.feedback-sect__form-rating .cdesc-sect__reviews-rating {
	margin: 0
}

@media only screen and (max-width:576px) {
	.feedback-sect__form-rating .cdesc-sect__reviews-rating {
		width: auto
	}
}

.feedback-sect__form-textarea {
	margin-bottom: 20px
}

.feedback-sect__form-textarea textarea {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 15px 20px 10px 25px
}

.feedback-sect__form-photo {
	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;
	border: 1px dashed #b1becb;
	height: 60px;
	padding: 5px 15px;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 20px
}

.feedback-sect__form-photo img,
.feedback-sect__form-video-text img {
	margin-right: 10px
}

.feedback-sect__form-photo-text {
	font-size: 11px;
	color: #25292d;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.feedback-sect__form-video {
	border: 0;
	padding: 0;
	background-color: transparent;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 25px;
	margin-bottom: 20px
}

.feedback-sect__form-video-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 25px
}

.feedback-sect__form-video-link,
.feedback-sect__form-video-link::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.feedback-sect__form-video-link {
	padding: 0;
	background-color: transparent;
	line-height: 150%;
	font-size: 14px;
	color: #707d8a;
	position: relative;
	cursor: pointer
}

.feedback-sect__form-video-link::before {
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(112, 125, 138, .2)
}

.feedback-sect__form-video-link:hover,
.main-footer__nav a:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.feedback-sect__form-video-link:hover::before {
	border-color: #ff4651
}

.feedback-sect__form-video-link:active,
.feedback-sect__form-video-link:focus {
	text-decoration: none;
	color: #707d8a
}

.feedback-sect__form-submit.def-btn {
	height: 55px;
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background-color: #ff4651
}

.feedback-sect__form-submit.def-btn .bg-btn {
	background-color: #ff2d39
}

.feedback-sect__form-submit.def-btn:hover {
	text-decoration: none;
	color: #fff !important
}

.feedback-sect__form-submit.def-btn:active,
.feedback-sect__form-submit.def-btn:focus {
	text-decoration: none;
	color: #fff
}

.fixed-header {
	padding: 7px 0;
	-webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .09);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .09);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

@media only screen and (max-width:576px) {
	.fixed-header {
		display: none
	}
}

.fixed-header.active {
	opacity: 1;
	z-index: 999;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.fixed-header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:768px) {
	.fixed-header .main-header__menu {
		width: auto;
		margin-right: 20px
	}
}

.fixed-header .main-header__logo {
	margin-right: 0
}

.fixed-header .main-header__logo-img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 0
}

@media only screen and (max-width:768px) {
	.fixed-header .main-header__logo-img img {
		width: 30px
	}
}

@media only screen and (max-width:576px) {
	.fixed-header .main-header__logo-img img {
		width: 21px
	}
}

@media only screen and (max-width:768px) {

	.fixed-header .main-header__ctrls,
	.fixed-header .main-header__search {
		display: none
	}
}

.fixed-header .main-header__ctrls .mcart-dialog-container-2 {
	display: none;
	position: absolute;
	z-index: 3;
	top: 100%;
	right: 0
}

.fixed-header .main-header__top-ctrls {
	margin-left: auto
}

.form-sect ::-webkit-input-placeholder {
	color: #b1becb;
	opacity: 1
}

.form-sect :-moz-placeholder {
	color: #b1becb;
	opacity: 1
}

.form-sect ::-moz-placeholder {
	color: #b1becb;
	opacity: 1
}

.form-sect :-ms-input-placeholder {
	color: #b1becb;
	opacity: 1
}

.form-sect {
	background-color: #263239;
	padding: 54px 0
}

@media only screen and (max-width:768px) {
	.form-sect {
		padding: 45px 0
	}
}

.form-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:992px) {
	.form-sect__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media only screen and (max-width:576px) {
	.form-sect__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.form-sect__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

@media only screen and (max-width:576px) {
	.form-sect__img {
		-webkit-transform: translateY(0) translateX(-10px);
		-ms-transform: translateY(0) translateX(-10px);
		transform: translateY(0) translateX(-10px);
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

.form-sect__img img,
.img-sect a {
	display: inline-block
}

@media only screen and (max-width:576px) {
	.form-sect__img img {
		width: 80px
	}
}

.form-sect__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 45px
}

@media only screen and (max-width:1200px) {
	.form-sect__text {
		margin: 0 30px
	}
}

@media only screen and (max-width:576px) {
	.form-sect__text {
		margin: 30px 0 35px;
		text-align: center
	}
}

.form-sect__title {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 190%
}

.form-sect__form-input input,
.form-sect__subtitle,
.form-sect__title {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-style: normal
}

.form-sect__subtitle {
	line-height: 26px;
	color: #fff;
	font-weight: 300
}

.form-sect__form {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	position: relative
}

@media only screen and (max-width:992px) {
	.form-sect__form {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		margin-top: 40px
	}
}

@media only screen and (max-width:576px) {
	.form-sect__form {
		margin-top: 0
	}
}

.form-sect__form-input {
	display: block;
	position: relative;
	z-index: 0
}

.form-sect__form-input input {
	display: block;
	width: 100%;
	height: 64px;
	background-color: #fff;
	border-radius: 5px;
	border: 0;
	color: #000 !important;
	font-size: 14px;
	font-weight: 400;
	padding: 0 270px 0 25px
}

@media only screen and (max-width:1200px) {
	.form-sect__form-input input {
		padding-right: 235px
	}
}

@media only screen and (max-width:768px) {
	.form-sect__form-input input {
		padding: 0 200px 0 20px
	}
}

@media only screen and (max-width:480px) {
	.form-sect__form-input input {
		padding: 0 150px 0 15px
	}
}

.form-sect__form-submit {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 260px;
	height: calc(100% - 8px);
	font-size: 14px;
	background-color: #4591e3;
	text-transform: uppercase;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding-right: 15px;
	padding-left: 15px
}

@media only screen and (max-width:1200px) {
	.form-sect__form-submit {
		width: 220px
	}
}

@media only screen and (max-width:768px) {
	.form-sect__form-submit {
		width: 188px
	}
}

@media only screen and (max-width:480px) {
	.form-sect__form-submit {
		width: 140px
	}
}

.guarantee-sect p {
	line-height: 160%;
	color: #25292d;
	font-size: 15px;
	margin-bottom: 23px
}

.guarantee-sect__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 460px;
	flex: 0 0 460px
}

@media only screen and (max-width:768px) {
	.guarantee-sect__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.guarantee-sect__panel {
	border: 1px solid #b1becb;
	border-radius: 10px;
	position: relative;
	padding: 60px 55px 55px;
	margin-bottom: 60px
}

@media only screen and (max-width:992px) {
	.guarantee-sect__panel {
		margin-bottom: 50px;
		padding: 60px 30px 45px
	}
}

@media only screen and (max-width:768px) {
	.guarantee-sect__panel {
		padding: 45px 20px 40px
	}
}

@media only screen and (max-width:576px) {
	.guarantee-sect__panel {
		padding: 30px 15px
	}
}

.guarantee-sect__panel-title {
	background-color: #fff;
	font-size: 26px;
	line-height: 134%;
	color: #25292d;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 55px;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:1200px) {
	.guarantee-sect__panel-title {
		left: 30px;
		font-size: 23px
	}
}

@media only screen and (max-width:992px) {
	.guarantee-sect__panel-title {
		left: 25px;
		font-size: 22px;
		padding: 0 10px
	}
}

@media only screen and (max-width:768px) {
	.guarantee-sect__panel-title {
		position: static;
		margin-bottom: 35px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (max-width:576px) {
	.guarantee-sect__panel-title {
		font-size: 20px
	}
}

.guarantee-sect__panel-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:768px) {
	.guarantee-sect__panel-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.guarantee-sect__panel-item {
	width: 31%;
	margin-bottom: 33px
}

@media only screen and (max-width:768px) {
	.guarantee-sect__panel-item {
		text-align: center;
		width: 100%
	}
}

.guarantee-sect__panel-item-icon {
	height: 75px
}

.guarantee-sect__list {
	margin-bottom: 23px
}

.guarantee-sect__list li:last-child,
.guarantee-sect__list:last-child {
	margin-bottom: 0
}

.guarantee-sect__list li {
	line-height: 160%;
	color: #25292d;
	font-size: 15px;
	position: relative
}

.guarantee-sect__list li::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #ff4651;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0
}

.guarantee-sect__list li,
.guarantee-sect__list ul {
	margin-bottom: 8px;
	padding-left: 15px
}

.guarantee-sect__h1 {
	margin-top: 45px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.guarantee-sect__h1:first-child {
	margin-top: 0
}

.guarantee-sect__subtitle {
	font-size: 18px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 25px;
	line-height: 160%
}

.guarantee-sect__h2 {
	color: #25292d;
	font-size: 26px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 23px
}

@media only screen and (max-width:768px) {
	.guarantee-sect__h2 {
		font-size: 24px
	}
}

@media only screen and (max-width:576px) {
	.guarantee-sect__h2 {
		font-size: 22px
	}
}

.guarantee-sect__h3 {
	font-size: 15px;
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 18px
}

.guarantee-sect__twrapper {
	width: 100%;
	max-width: 790px;
	overflow: auto;
	margin-bottom: 45px
}

.guarantee-sect__table {
	border: 1px solid #b1becb;
	border-top: none;
	width: 100%;
	border-collapse: collapse
}

@media only screen and (max-width:480px) {
	.guarantee-sect__table {
		min-width: 480px
	}
}

.guarantee-sect__table-header {
	background-color: #ebeff2
}

.guarantee-sect__table tr {
	border-bottom: 1px solid #b1becb
}

.guarantee-sect__table td {
	color: #000
}

.guarantee-sect__table td,
.guarantee-sect__table th {
	border-right: 1px solid #b1becb;
	padding: 20px 25px;
	text-align: center;
	font-size: 15px;
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:576px) {

	.guarantee-sect__table td,
	.guarantee-sect__table th {
		font-size: 14px
	}
}

.guarantee-sect__table td:last-child,
.guarantee-sect__table th:last-child {
	border-right: none
}

.guarantee-sect__table td:first-child,
.guarantee-sect__table th:first-child {
	text-align: left
}

.guarantee-sect__table th {
	color: #ff4651
}

.guarantee-sect__table th:first-child {
	color: #707d8a
}

.guarantee-sect__attention {
	margin-bottom: 55px;
	border: 1px solid #4591e3;
	border-radius: 10px;
	padding: 30px 55px
}

@media only screen and (max-width:768px) {
	.guarantee-sect__attention {
		padding: 30px 20px
	}
}

.guarantee-sect__attention-title {
	margin-bottom: 12px;
	color: #4591e3;
	line-height: 160%;
	font-size: 18px
}

.guarantee-sect__attention p {
	margin-bottom: 12px
}

.home-sect__banner {
	display: block;
	min-height: 422px;
	background-color: #e9f0fa;
	background-repeat: no-repeat;
	background-position: center center
}

@media only screen and (max-width:1200px) {
	.home-sect__banner {
		background-image: none !important;
		min-height: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.home-sect__banner-img {
	display: none
}

@media only screen and (max-width:1200px) {
	.home-sect__banner-img {
		display: inline-block;
		width: 100%
	}
}

.how-sect {
	padding: 50px 0
}

@media only screen and (max-width:992px) {
	.how-sect {
		padding: 0 0 30px
	}
}

@media only screen and (max-width:576px) {
	.how-sect {
		padding-top: 30px
	}
}

.how-sect__title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:992px) {
	.how-sect__title {
		margin-bottom: 20px;
		font-size: 30px
	}
}

@media only screen and (max-width:768px) {
	.how-sect__title {
		margin-bottom: 45px;
		font-size: 26px
	}
}

.how-sect__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:768px) {
	.how-sect__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.how-sect__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

@media only screen and (max-width:768px) {
	.how-sect__item {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		max-width: 360px;
		text-align: center;
		margin-bottom: 30px
	}

	.how-sect__item:last-child {
		margin-bottom: 0
	}
}

.how-sect__item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	-moz-text-align-last: left;
	text-align-last: left;
	position: relative
}

@media only screen and (max-width:768px) {
	.how-sect__item-icon {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100px;
		flex: 0 0 100px
	}
}

.how-sect__item-icon::after {
	content: '';
	position: absolute;
	width: 64%;
	top: calc(50% - 1px);
	right: 0;
	border-bottom: 2px dotted #4591e3
}

@media only screen and (max-width:992px) {
	.how-sect__item-icon::after {
		width: 50%
	}
}

@media only screen and (max-width:768px) {
	.how-sect__item-icon::after {
		display: none
	}
}

.how-sect__item-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	width: 95%;
	padding-bottom: 20px;
	border-bottom: 2px solid #d4dce3
}

@media only screen and (max-width:1200px) {
	.how-sect__item-text {
		width: 100%
	}
}

@media only screen and (max-width:768px) {
	.how-sect__item-text {
		border-bottom: none;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 0px;
		flex: 0 1 0
	}
}

.how-sect__item-text p {
	color: #555f68;
	font-size: 12px;
	line-height: 170%
}

.how-sect__item-title {
	color: #000;
	line-height: 160%;
	font-size: 16px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 5px
}

.img-sect {
	padding: 45px 0
}

.main-footer {
	padding-top: 25px;
	background: #ebeff2;
	overflow: hidden
}

@media only screen and (max-width:768px) {
	.main-footer {
		padding: 70px 0 45px
	}
}

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

@media only screen and (max-width:768px) {
	.main-footer__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.main-footer__decor {
	margin: 0 0 45px;
	border: 0;
	border-bottom: 1px solid #d9dce0
}

@media only screen and (max-width:768px) {
	.main-footer__decor {
		height: 1px;
		width: 100%;
		display: none
	}
}

.main-footer__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 65px 80px 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:992px) {
	.main-footer__main {
		padding: 50px 35px 35px 0
	}
}

@media only screen and (max-width:768px) {
	.main-footer__main {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		padding: 0;
		display: contents
	}
}

.main-footer__main-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 75px
}

@media only screen and (max-width:992px) {
	.main-footer__main-columns {
		margin-bottom: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width:768px) {
	.main-footer__main-columns {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
}

.main-footer__main-column {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding-right: 30px
}

@media only screen and (max-width:992px) {
	.main-footer__main-column {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		display: contents
	}
}

.main-footer__main-title {
	font-size: 16px;
	color: #707d8a;
	line-height: 190%;
	text-transform: uppercase;
	margin-bottom: 13px;
	pointer-events: none
}

@media only screen and (max-width:992px) {
	.main-footer__main-title {
		display: none;
		height: auto !important;
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 133%;
		letter-spacing: .03em;
		font-family: Noah, Arial, sans-serif;
		font-weight: 400;
		font-style: normal;
		pointer-events: all
	}
}

@media only screen and (max-width:768px) {
	.main-footer__main-title {
		text-align: center
	}
}

.main-footer__main-title-icon {
	display: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 15px
}

@media only screen and (max-width:992px) {
	.main-footer__main-title-icon {
		display: inline-block
	}
}

.main-footer__main-title_mobile {
	display: block
}

.main-footer__main-title.active .main-footer__main-title-icon,
.main-footer__nav-expand.active .main-footer__nav-expand-icon,
.main-header__nav li:hover>a .main-header__nav-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.main-footer__main-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 45px
}

@media only screen and (max-width:992px) {
	.main-footer__main-bottom {
		margin-bottom: 35px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width:768px) {
	.main-footer__main-bottom {
		display: contents
	}
}

.main-footer__main-info {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

@media only screen and (max-width:768px) {
	.main-footer__main-info {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		margin-bottom: 40px
	}
}

.main-footer__main-info-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 23px
}

@media only screen and (max-width:768px) {
	.main-footer__main-info-row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.main-footer__main-info-row:last-child {
		margin-bottom: 0
	}
}

.main-footer__main-info-label {
	display: inline-block;
	margin-right: 25px;
	color: #707d8a;
	font-size: 14px;
	line-height: 177%
}

.main-footer__main-info-icons {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-footer__main-info-icon {
	display: inline-block;
	line-height: 1;
	margin-right: 20px
}

.main-footer__main-info-icon:last-child,
.main-footer__social-list li:last-child,
.main-header__nav li:last-child,
.main-header__social-list li:last-child {
	margin-right: 0
}

.main-footer__main-footer {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:992px) {
	.main-footer__main-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media only screen and (max-width:768px) {
	.main-footer__main-footer {
		display: none
	}
}

.main-footer__main-footer-link,
.main-footer__main-footer-text {
	color: #98a5b1;
	font-size: 14px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 190%
}

.main-footer__main-footer-link {
	text-decoration: none;
	position: relative;
	white-space: nowrap
}

.main-footer__main-footer-link,
.main-footer__main-footer-link::before,
.main-footer__nav a {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-footer__main-footer-link::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(152, 165, 177, .9);
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

.main-footer__main-footer-link:hover {
	text-decoration: none;
	color: #98a5b1 !important
}

.main-footer__main-footer-link:hover::before {
	width: 0
}

.main-footer__nav {
	display: block
}

@media only screen and (max-width:992px) {
	.main-footer__nav {
		display: none;
		margin-top: -30px;
		margin-bottom: 30px
	}
}

.main-footer__nav li {
	font-size: 14px;
	line-height: 270%
}

.main-footer__nav span,
.main-footer__nav a {
	color: #25292d;
	line-height: 1.2;
	text-decoration: none
}

.main-footer__nav a:active,
.main-footer__nav a:focus {
	text-decoration: none;
	color: #25292d
}

.main-footer__nav-expand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 270%;
	color: #4591e3;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none
}

@media only screen and (max-width:992px) {
	.main-footer__nav-expand {
		display: none
	}
}

.main-footer__nav-expand-icon {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-footer__nav_expand {
	overflow: hidden;
	-webkit-transition: max-height .3s;
	-o-transition: max-height .3s;
	transition: max-height .3s
}

@media only screen and (max-width:992px) {
	.main-footer__nav_expand {
		max-height: 100% !important
	}
}

.main-footer__nav_expand.active {
	max-height: 100% !important
}

.main-footer__social {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	font-size: 10px;
	padding-right: 30px
}

@media only screen and (max-width:992px) {
	.main-footer__social {
		padding-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin-bottom: 35px
	}
}

@media only screen and (max-width:768px) {
	.main-footer__social {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
}

.main-footer__social-title {
	color: #000;
	font-size: 14px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 190%;
	margin-bottom: 19px;
	letter-spacing: .03em
}

@media only screen and (max-width:768px) {
	.main-footer__social-title {
		text-align: center
	}
}

.main-footer__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-footer__social-list li {
	display: inline-block;
	line-height: 1;
	margin-right: 6px
}

.main-footer__social-icon,
.main-footer__social-list a {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-footer__social-list a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%
}

.main-footer__social-list a:hover {
	background-color: currentColor
}

.main-footer__social-list a:hover .main-footer__social-icon {
	fill: #fff
}

.main-footer__social-icon {
	fill: #4591e3
}

.main-footer__aside,
.main-footer__aside::before {
	background-color: #e1e6ea;
	border-radius: 80px 0 0 0
}

.main-footer__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 310px;
	flex: 0 0 310px;
	padding: 80px 0 40px 80px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:992px) {
	.main-footer__aside {
		padding: 50px 0 35px 35px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 380px;
		flex: 0 0 380px
	}
}

@media only screen and (max-width:768px) {
	.main-footer__aside {
		background-color: transparent;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		padding: 0;
		display: contents
	}
}

.main-footer__aside::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2000px;
	height: 2000px;
	z-index: 0
}

@media only screen and (max-width:768px) {
	.main-footer__aside::before {
		display: none
	}
}

.main-footer__aside-info {
	margin-bottom: 80px;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:992px) {
	.main-footer__aside-info {
		margin-bottom: 50px
	}
}

@media only screen and (max-width:768px) {
	.main-footer__aside-info {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 40px
	}
}

@media only screen and (max-width:576px) {
	.main-footer__aside-info {
		width: 218px
	}
}

.main-footer__aside-info-row {
	margin-bottom: 24px;
	padding-left: 29px;
	position: relative
}

.main-footer__aside-info-row:last-child {
	margin-bottom: 0
}

.main-footer__aside-info-icon {
	position: absolute;
	top: 4px;
	left: 0
}

.main-footer__aside-info-text {
	color: #25292d;
	line-height: 151%;
	font-size: 14px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal
}

.main-footer__aside-info-desc {
	margin-top: 5px;
	color: #707d8a;
	font-size: 11px;
	line-height: 133%
}

.main-footer__aside-info-link,
.main-footer__aside-info-link::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-footer__aside-info-link {
	font-size: 14px;
	color: #25292d;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	position: relative
}

.main-footer__aside-info-link::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(112, 125, 138, .4);
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.main-footer__aside-info-link:hover,
.main-header__nav a:hover,
.main-header__nav ul li>a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.main-footer__aside-info-link:hover::before {
	width: 0;
	-webkit-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	transform: translateX(-1px)
}

.main-footer__aside-info-link:active,
.main-footer__aside-info-link:focus {
	text-decoration: none;
	color: #25292d
}

.main-footer__aside-articles {
	position: relative;
	z-index: 1;
	margin-bottom: 75px
}

@media only screen and (max-width:992px) {
	.main-footer__aside-articles {
		margin-bottom: 45px
	}
}

@media only screen and (max-width:768px) {
	.main-footer__aside-articles {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: center;
		margin: 0 0 30px;
		padding: 30px 0;
		width: 100%;
		border-top: 1px solid #d9dce0;
		border-bottom: 1px solid #d9dce0
	}
}

.main-footer__aside-articles-row {
	margin-bottom: 27px
}

.main-footer__aside-articles-row:last-child,
.main-header__nav ul li:last-child {
	margin-bottom: 0
}

.main-footer__aside-articles-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4px
}

@media only screen and (max-width:768px) {
	.main-footer__aside-articles-img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.main-footer__aside-articles-img img {
	display: inline-block;
	line-height: 1
}

.main-footer__aside-articles-link,
.main-footer__aside-articles-link::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-footer__aside-articles-link {
	line-height: 177%;
	color: #707d8a;
	font-size: 14px;
	text-decoration: none;
	position: relative
}

.main-footer__aside-articles-link::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	height: 1px;
	background-color: rgba(112, 125, 138, .4)
}

.main-footer__aside-articles-link:hover {
	text-decoration: none;
	color: #4591e3 #4591e3
}

.main-footer__aside-articles-link:hover::before {
	width: 0;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px)
}

.main-footer__aside-footer {
	margin-top: auto;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:768px) {
	.main-footer__aside-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
		text-align: center
	}
}

.main-footer__aside-footer-text {
	color: #98a5b1;
	font-size: 14px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 190%
}

.main-footer__aside-footer .main-footer__main-footer {
	display: none
}

@media only screen and (max-width:768px) {
	.main-footer__aside-footer .main-footer__main-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		text-align: center;
		align-items: center;
		margin-bottom: 15px
	}
}

.main-footer__call {
	position: relative;
	z-index: 1;
	font-size: 10px;
	margin-bottom: 45px
}

@media only screen and (max-width:992px) {
	.main-footer__call {
		margin-bottom: 40px
	}
}

@media only screen and (max-width:768px) {
	.main-footer__call {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.main-footer__call-phone {
	color: #4591e3;
	text-transform: uppercase;
	line-height: 190%;
	font-size: 28px;
	white-space: nowrap
}

.main-footer__call-text {
	margin-bottom: 15px;
	font-size: 14px;
	color: #707d8a
}

.main-footer__call-btn {
	display: block;
	width: 100%;
	border: 0;
	background-color: #fff;
	letter-spacing: .03em;
	font-size: 12px;
	text-transform: uppercase;
	color: #4591e3;
	line-height: 190%;
	padding: 14px 15px 13px
}

.main-header__search ::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1
}

.main-header__search :-moz-placeholder {
	color: #b8b8b8;
	opacity: 1
}

.main-header__search ::-moz-placeholder {
	color: #b8b8b8;
	opacity: 1
}

.main-header__search :-ms-input-placeholder {
	color: #b8b8b8;
	opacity: 1
}

.main-header {
	position: relative;
	z-index: 4
}

.main-header__decor {
	margin: 0;
	border: 0;
	border-bottom: 1px solid #eaeef2
}

@media only screen and (max-width:768px) {
	.main-header__decor {
		display: none
	}
}

.main-header__top,
.main-header__top .main-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-header__top {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:992px) {
	.main-header__top {
		padding: 8px 15px
	}
}

@media only screen and (max-width:768px) {
	.main-header__top {
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
		box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
		position: relative
	}
}

.main-header__top .main-header__logo {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	position: static
}

@media only screen and (max-width:768px) {
	.main-header__top .main-header__logo {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

.main-header__top .main-header__logo .city-dialog-container-2 {
	display: none;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	width: 100%;
	top: 100%;
	left: 0
}

.main-header__top .main-header__logo .city-dialog-container-2.active {
	display: block;
	opacity: 1
}

.main-header__top .main-header__logo .city-dialog-container-2 .city-dialog {
	padding-top: 10px;
	width: 100%
}

.main-header__top .main-header__logo .city-dialog-container-2 .city-dialog__wrapper,
.main-nav__nav li:hover .main-nav__nav-link::before {
	width: 100%
}

.main-header__top .main-header__logo .city-dialog-container-2 .city-dialog__wrapper::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media only screen and (max-width:576px) {
	.main-header__top .main-header__logo-img img {
		width: 21px;
		height: 29px
	}

	.main-header__top .main-header__logo-title {
		font-size: 12px;
		line-height: 1;
		margin-bottom: 2px
	}

	.main-header__top .main-header__logo-desc {
		margin-bottom: 0
	}
}

.main-header__top-ctrls,
.main-header__top-mcart .empty,
.main-header__top-mcart .not-empty {
	display: none
}

@media only screen and (max-width:768px) {
	.main-header__top-ctrls {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.main-header__top-search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 14px
}

.main-header__top-search img {
	line-height: 1;
	display: inline-block
}

.main-header__top-mcart,
.main-header__top-search {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.main-header__top-mcart-item {
	position: relative;
	width: 25px;
	height: 23px;
	background-position: 0 0;
	background-repeat: no-repeat
}

.main-header__top-mcart-item img {
	width: 27px
}

.main-header__top-mcart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	background-color: #ff4651;
	color: #fff;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	border-radius: 50%
}

.main-header__search-button img,
.main-header__top-mcart .empty.active,
.main-header__top-mcart .not-empty.active {
	display: inline-block
}

.main-header__menu {
	display: none;
	width: 60px
}

@media only screen and (max-width:992px) {
	.main-header__menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

.main-header__mobile-call{
	display: none;
}
@media only screen and (max-width:576px) {
	.main-header__top-mcart{
		display: flex;
    	justify-content: end;
	}
	.main-header__mobile-call{
		display: block;
		margin-left: 20px;
	}
	.main-header__mobile-call svg{
		fill:#4591e3;
	}
}

.main-header__menu-container,
.main-header__nav {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.main-header__menu-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 17px;
	position: relative
}

.main-header__menu-container::after,
.main-header__menu-container::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #4591e3;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.main-header__menu-container::before {
	top: 0
}

.main-header__menu-container::after {
	bottom: 0
}

.main-header__menu-container span {
	width: 100%;
	height: 2px;
	background-color: #4591e3;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.main-header__menu.active .main-header__menu-container::before {
	top: 50%;
	-webkit-transform: translateY(-1px) rotate(-45deg);
	-ms-transform: translateY(-1px) rotate(-45deg);
	transform: translateY(-1px) rotate(-45deg)
}

.main-header__menu.active .main-header__menu-container span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.main-header__menu.active .main-header__menu-container::after {
	opacity: 0
}

.main-header__nav {
	margin-right: 15px
}

@media only screen and (max-width:992px) {
	.main-header__nav {
		display: none
	}
}

.main-header__nav li {
	line-height: 1;
	margin-right: 20px;
	position: relative
}

@media only screen and (max-width:1200px) {
	.main-header__nav li {
		margin-right: 15px
	}
}

.main-header__nav li:hover>a {
	color: #4591e3
}

.main-header__nav span,
.main-header__nav a,
.main-header__nav-arrow {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-header__nav-arrow {
	margin-left: 3px;
	vertical-align: middle
}

.main-header__nav span,
.main-header__nav a {
	color: #21252b;
	line-height: 1;
	font-size: 13px;
	text-decoration: none;
	padding: 9px 0
}

.main-header__nav a:hover .main-header__nav-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.main-header__nav a:active,
.main-header__nav a:focus,
.main-header__nav ul li>a:active,
.main-header__nav ul li>a:focus {
	text-decoration: none;
	color: #21252b
}

.main-header__nav ul {
	position: absolute;
	z-index: 2;
	background-color: #fff;
	border-radius: 10px;
	min-width: 296px;
	padding: 30px;
	-webkit-box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 24px 64px 0 rgba(0, 0, 0, .08);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	pointer-events: none
}

.main-header__nav ul::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 100%;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-right: 8px solid transparent
}

.main-header__nav ul li {
	margin-bottom: 8px;
	margin-right: 0
}

.main-header__nav ul li>a {
	padding: 0;
	display: inline-block;
	line-height: 1.4;
	font-size: 16px
}

.main-header__clock {
	margin-left: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: #21252b;
	font-size: 13px;
	line-height: 1
}
.main-header__top-logo-city-mob{
	display:none;
}
@media only screen and (max-width:768px) {
	.main-header__clock {
		display: none
	}
	.main-header__top-logo-city-mob{
		display: flex;
		align-items: center;
		flex-grow: 1;
	}
	.main-header__top-logo-city-mob .main-header__logo-img img{
		height: 30px;
	}
	.main-header__top .main-header__logo{
		flex: unset;
	}
	.main-header__logo-ww{
		display: flex;
    	flex-direction: column;
	}
	#cities_footer1{
		font-size: 12px;
		color: #4591E3;
		border-bottom: 1px dotted #4591E3;
		text-decoration: none;
	}
	.main-header__top-mcart{
		max-height: 40px;
	}
	.main-header__logo-title{
		margin-bottom: 0 !important;
	}
	.main-header__top{
		position: fixed;
    	z-index: 999;
    	background: #fff;
    	top: 0;
		left: 0;
	}
	body{
		padding-top: 50px;
	}
}

.main-header__clock span {
	display: inline-block;
	font-size: 9px;
	margin-left: 3px
}

.main-header__email {
	margin-left: 58px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1200px) {
	.main-header__email {
		margin-left: 25px
	}
}

@media only screen and (max-width:768px) {
	.main-header__email {
		display: none
	}
}

.main-header__email-icon {
	width: 20px
}

.main-header__email-link,
.main-header__email-link::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-header__email-link {
	padding-bottom: 2px;
	color: #21252b;
	line-height: 1.1;
	font-size: 14px;
	text-decoration: none;
	position: relative
}

.main-header__email-link::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dde3ea
}

.main-header__email-link:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.main-header__email-link:hover::before {
	background-color: #4591e3
}

.main-header__email-link:active,
.main-header__email-link:focus {
	text-decoration: none;
	color: #21252b
}

.main-header__social {
	margin-left: 58px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1200px) {
	.main-header__social {
		margin-left: 25px
	}
}

@media only screen and (max-width:768px) {
	.main-header__social {
		display: none
	}
}

.main-header__social-label {
	line-height: 1;
	font-size: 13px;
	color: #21252b;
	margin-right: 12px
}

@media only screen and (max-width:1200px) {
	.main-header__social-label {
		display: none
	}
}

.main-header__bottom,
.main-header__social-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-header__social-list,
.main-header__social-list li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.main-header__social-list li {
	line-height: 1;
	margin-right: 12px
}

.main-header__social-list a {
	display: inline-block;
	line-height: 1;
	width: 15px;
	height: 15px
}

.main-header__logo .city-dialog-container-1,
.main-header__social-list a svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-header__social-list a svg {
	fill: #aeaeae;
	width: auto;
	height: inherit
}

.main-header__social-list a:hover svg {
	fill: #4591e3
}

.main-header__bottom {
	padding: 23px 15px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:992px) {
	.main-header__bottom {
		padding: 15px
	}
}

@media only screen and (max-width:768px) {
	.main-header__bottom {
		display: none
	}
}

.main-header__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative
}

.main-header__logo .city-dialog-container-1 {
	display: none;
	position: absolute;
	opacity: 0;
	top: 100%;
	left: 0
}

.main-header__logo .city-dialog-container-1.active {
	display: block;
	opacity: 1
}

.main-header__logo-img {
	display: inline-block;
	line-height: 1;
	margin-right: 20px
}

@media only screen and (max-width:1200px) {
	.main-header__logo-img {
		margin-right: 10px
	}
}

.main-header__logo-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #21252b;
	margin-bottom: 4px
}

.main-header__logo-desc {
	line-height: 1;
	font-size: 12px;
	color: #757575;
	margin-bottom: 5px
}

.main-header__logo-link {
	display: inline-block;
	line-height: 1;
	color: #4591e3;
	text-decoration: none;
	position: relative;
	border-bottom: 1px dashed #4591e3;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-header__logo-link:hover {
	text-decoration: none;
	color: #2f84e0 !important;
	border-bottom: 1px solid #2f84e0
}

.main-header__logo-link:active,
.main-header__logo-link:focus {
	text-decoration: none;
	color: #4591e3
}

.main-header__search {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin: 0 35px
}

@media only screen and (max-width:1200px) {
	.main-header__search {
		margin: 0 25px
	}
}

.main-header__search-input {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #dde4eb;
	border-radius: 70px;
	padding: 0 15px 0 50px;
	font-size: 14px;
	color: #000 !important
}

.main-header__search-button {
	display: inline-block;
	line-height: 1;
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	padding: 4px 6px
}

.main-header__search-button:active,
.main-header__search-button:focus {
	outline: 0
}

.main-header__search-result {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
	pointer-events: none
}

.main-header__search-result.active {
	display: block;
	pointer-events: all
}

.main-header__search-result .mcart-dialog__wrapper::before {
	right: auto;
	left: 48px
}

.main-header__search-result .mcart-dialog__table-content-title strong {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.main-header__search-result .mcart-dialog__footer {
	border-top: none
}

.main-header__search-result .mcart-dialog__btn {
	background-color: transparent;
	color: #ff4651;
	max-width: 100%
}

.main-header__search-result .mcart-dialog__btn:hover {
	color: #fff !important
}

.main-header__phone {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 0px;
	flex: 0 1 0
}

@media only screen and (max-width:992px) {
	.main-header__phone {
		display: none
	}
}

.main-header__phone-row {
	line-height: 1.35;
	color: #21252b;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 4px;
	white-space: nowrap
}

.main-header__phone-row:last-child,
.main-nav__submenu-content-nav li:last-child {
	margin-bottom: 0
}

.main-header__call {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	white-space: nowrap;
	margin: 0 25px
}

@media only screen and (max-width:992px) {
	.main-header__call {
		display: none
	}
}

.main-header__ctrls {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-header__ctrls-link {
	margin-right: 22px;
	line-height: 1;
	height: 30px;
	position: relative
}

@media only screen and (max-width:1200px) {
	.main-header__ctrls-link {
		margin-right: 15px
	}
}

.main-header__ctrls-link:last-child,
.mproducts-sect__slide-ctrls li:last-child,
.mproducts-sect__slide-hctrls li:last-child {
	margin-right: 0
}

.main-header__ctrls-link a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.main-header__ctrls-link svg {
	fill: #4591e3;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	width: auto
}

.main-header__ctrls-link_empty svg {
	fill: none !important
}

.main-header__ctrls-link_empty:hover svg {
	fill: none !important;
	stroke: #ff4651 !important
}

.main-header__ctrls-link:hover .svg {
	fill: #ff4651;
	stroke: #ff4651
}

.main-header__ctrls-link .mcart-dialog-container-1 {
	display: none;
	position: absolute;
	z-index: 20;
	top: 100%;
	right: 0
}

.main-header__ctrls-link .mcart-dialog-container-1.active {
	display: block
}

.main-nav {
	background-color: #fcfcfc
}

.main-nav__container {
	position: relative
}

@media only screen and (max-width:1200px) {
	.main-nav__container {
		padding: 0
	}
}

.main-nav__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

@media only screen and (max-width:992px) {
	.main-nav__nav {
		overflow: auto
	}
}

@media only screen and (max-width:768px) {
	.main-nav__nav {
		display: none
	}
}

.main-nav__nav li {
	display: inline-block;
	line-height: 1
}

.main-nav__nav-link {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 66px;
	padding: 5px 23px;
	text-decoration: none
}

@media only screen and (max-width:1200px) {
	.main-nav__nav-link {
		padding: 5px 13px
	}
}

.main-nav__nav-link::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	border-radius: 3px 3px 0 0;
	background-color: #4591e3;
	-webkit-transition: width .3s ease-out;
	-o-transition: width .3s ease-out;
	transition: width .3s ease-out;
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

@media only screen and (max-width:992px) {
	.main-nav__nav-link::before {
		display: none
	}
}

.main-nav__nav-icon,
.main-nav__submenu-nav a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.main-nav__nav-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px
}

.main-nav__nav-text {
	color: #21252b;
	font-size: 14px;
	line-height: 17px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap
}

.main-nav__nav-text::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	line-height: 1;
	width: 7px;
	height: 7px;
	border-right: 1px solid #4591e3;
	border-bottom: 1px solid #4591e3;
	-webkit-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg)
}

@media only screen and (max-width:992px) {
	.main-nav__nav-text::after {
		display: none
	}
}

.main-nav__nav li:hover .main-nav__submenu {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.main-nav__submenu {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 64px rgba(0, 0, 0, .08);
	box-shadow: 0 10px 64px rgba(0, 0, 0, .08);
	padding: 60px 8px 60px 50px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none
}

@media only screen and (max-width:1200px) {
	.main-nav__submenu {
		padding: 50px 30px 0
	}
}

@media only screen and (max-width:992px) {
	.main-nav__submenu {
		display: none
	}
}

.main-nav__submenu-nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 285px;
	flex: 0 0 285px;
	padding-right: 40px;
	border-right: 1px solid #f2f2f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

@media only screen and (max-width:1200px) {
	.main-nav__submenu-nav {
		padding-right: 30px
	}
}

.main-nav__submenu-nav li {
	width: 50%;
	margin-bottom: 25px;
	padding: 0 10px
}

.main-nav__submenu-nav a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	text-decoration: none
}

.main-nav__submenu-nav a:hover {
	text-decoration: none
}

.main-nav__submenu-nav a:hover .main-nav__submenu-title {
	color: #4591e3 !important
}

.main-nav__submenu-icon {
	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;
	height: 82px;
	width: 100%;
	margin-bottom: 4px
}

.main-nav__submenu-icon img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}

.main-nav__submenu-title {
	color: #25292d;
	font-size: 12px;
	line-height: 120%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.main-nav__submenu-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	height: 100%;
	max-height: 680px;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 60px
}

@media only screen and (max-width:1200px) {
	.main-nav__submenu-content {
		padding-left: 40px
	}
}

.main-nav__submenu-content::-webkit-resizer {
	width: 4px;
	height: 0
}

.main-nav__submenu-content::-webkit-scrollbar {
	width: 4px
}

.main-nav__submenu-content::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

.main-nav__submenu-content::-webkit-scrollbar-thumb {
	background-color: #dde3ea;
	border-radius: 5px
}

.main-nav__submenu-content::-webkit-scrollbar-track {
	background-color: rgba(221, 227, 234, .001)
}

.main-nav__submenu-content-column {
	width: 33%;
	padding-right: 15px
}

.main-nav__submenu-content-block {
	margin-bottom: 25px
}

.main-nav__submenu-content-nav a,
.main-nav__submenu-content-title {
	font-family: "SF Pro Display", Arial, sans-serif;
	font-style: normal;
	font-size: 14px
}

.main-nav__submenu-content-title {
	line-height: 160%;
	color: #25292d;
	font-weight: 700;
	margin-bottom: 3px
}

.main-nav__submenu-content-nav li {
	line-height: 1;
	margin-bottom: 2px
}

.main-nav__submenu-content-nav a {
	color: #707d8a;
	font-weight: 400;
	line-height: 180%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-decoration: none
}

.main-nav__submenu-content-nav a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.main-nav__submenu-content-nav a:active,
.main-nav__submenu-content-nav a:focus {
	text-decoration: none;
	color: #707d8a
}

.map-sect {
	padding: 100px 0 0
}

@media only screen and (max-width:992px) {
	.map-sect {
		padding-top: 50px
	}
}

.map-sect_about {
	padding: 40px 0
}

@media only screen and (max-width:992px) {
	.map-sect_about {
		padding: 20px 0
	}
}

.map-sect__container {
	overflow: hidden;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:768px) {
	.map-sect__container {
		border-radius: 0
	}
}

.map-sect__map {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	min-height: 300px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media only screen and (max-width:768px) {
	.map-sect__map {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-height: 320px;
		margin-bottom: 35px
	}
}

.map-sect__map-title {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 220px;
	line-height: 150%;
	font-size: 18px;
	color: #000;
	padding: 20px 15px;
	background-color: rgba(255, 255, 255, .63);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px)
}

@media only screen and (max-width:768px) {
	.map-sect__map-title {
		font-size: 16px
	}
}

.map-sect__form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 500px;
	flex: 0 0 500px;
	padding: 65px 85px 75px;
	border: 1px solid #ebeff2;
	border-radius: 0 10px 10px 0;
	border-left: none
}

@media only screen and (max-width:1200px) {
	.map-sect__form {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px;
		padding: 60px 30px
	}
}

@media only screen and (max-width:768px) {
	.map-sect__form {
		border: 1px solid #ebeff2;
		border-radius: 10px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		padding: 40px 20px
	}
}

@media only screen and (max-width:480px) {
	.map-sect__form {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.map-sect__form-title {
	font-size: 24px;
	line-height: 150%;
	color: #25292d;
	margin-bottom: 15px
}

.map-sect__form-text {
	color: #707d8a;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 20px
}

.map-sect__form-input {
	display: block;
	margin-bottom: 9px
}

.map-sect__form-input input {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #dde3ea;
	border-radius: 5px;
	padding: 4px 20px 4px 25px;
	font-size: 12px
}

.map-sect__form-submit .def-btn {
	height: 55px;
	width: 100%;
	padding: 5px 15px;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: .05em;
	font-size: 11px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: #ff4651;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.map-sect__form-submit .def-btn .bg-btn {
	background-color: #ff2d39
}

.more-sect {
	padding: 0 0 20px
}

.more-sect__content {
	border: 1px solid #b1becb;
	padding: 55px 115px
}

@media only screen and (max-width:1200px) {
	.more-sect__content {
		padding: 50px
	}
}

@media only screen and (max-width:992px) {
	.more-sect__content {
		padding: 45px 30px
	}
}

@media only screen and (max-width:768px) {
	.more-sect__content {
		padding: 40px 20px 10px
	}
}

.more-sect__text,
.more-sect__title {
	text-align: center;
	margin-bottom: 13px
}

.more-sect__text {
	margin-bottom: 45px;
	font-size: 15px;
	line-height: 160%;
	color: #25292d
}

.more-sect__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.more-sect__item {
	width: 30%;
	text-align: center;
	padding: 0 10px
}

@media only screen and (max-width:768px) {
	.more-sect__item {
		width: 100%;
		margin-bottom: 40px
	}
}

.more-sect__item-img {
	height: 147px
}

.more-sect__item-img img {
	display: inline-block;
	width: auto;
	max-width: 100%
}

.more-sect__item-title {
	display: inline-block;
	color: #ff4651;
	text-decoration: none;
	font-size: 16px;
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	border-bottom: 1px solid rgba(255, 70, 81, .2);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-bottom: 13px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.more-sect__item-title:hover {
	text-decoration: none;
	color: #ff4651;
	border-bottom-color: #ff4651
}

.more-sect__item-title:active,
.more-sect__item-title:focus {
	text-decoration: none;
	color: #ff4651
}

.more-sect__item-text {
	color: #707d8a;
	font-size: 15px;
	line-height: 160%
}

.mproducts-sect {
	padding: 70px 0 40px
}

@media only screen and (max-width:1200px) {
	.mproducts-sect {
		padding-bottom: 20px
	}
}

@media only screen and (max-width:992px) {
	.mproducts-sect {
		padding: 50px 0 25px
	}
}

.mproducts-sect__ctrls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-bottom: 1px solid #dde4eb;
	margin-bottom: 30px
}

@media only screen and (max-width:992px) {
	.mproducts-sect__ctrls {
		overflow-x: auto;
		border-bottom: none
	}
}

.mproducts-sect__ctrls::-webkit-scrollbar-button {
	background-repeat: no-repeat;
	width: 0;
	height: 0
}

.mproducts-sect__ctrls-item,
.mproducts-sect__ctrls-item::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.mproducts-sect__ctrls-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	color: #21252b;
	font-size: 16px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	letter-spacing: .03em;
	padding: 10px 35px 22px;
	position: relative
}

@media only screen and (max-width:992px) {
	.mproducts-sect__ctrls-item {
		padding: 10px 20px;
		margin-bottom: 10px;
		font-size: 14px
	}
}

.mproducts-sect__ctrls-item::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	opacity: 0;
	height: 5px;
	border-radius: 3px;
	background-color: #4591e3;
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

@media only screen and (max-width:992px) {
	.mproducts-sect__ctrls-item::before {
		display: none
	}
}

.mproducts-sect__ctrls-item:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.mproducts-sect__ctrls-item:active,
.mproducts-sect__ctrls-item:focus {
	text-decoration: none;
	color: #21252b
}

.mproducts-sect__ctrls-item.active {
	color: #4591e3 !important
}

.mproducts-sect__ctrls-item.active::before {
	width: 100%;
	opacity: 1
}

.mproducts-sect__slider {
	display: none;
	padding: 0 15px;
	position: relative
}

.mproducts-sect__slider.active {
	display: block
}

.mproducts-sect__slider .swiper-wrapper {
	padding-bottom: 64px
}

@media only screen and (max-width:992px) {
	.mproducts-sect__slider .swiper-wrapper {
		padding-bottom: 0
	}
}

.mproducts-sect__slider .swiper-slide {
	height: auto
}

.mproducts-sect__slider-next,
.mproducts-sect__slider-prev {
	top: calc(50% - 22px);
	width: 54px;
	height: 54px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 9px 18px rgba(20, 49, 80, .4);
	box-shadow: 0 9px 18px rgba(20, 49, 80, .4)
}

@media only screen and (max-width:992px) {

	.mproducts-sect__slider-next,
	.mproducts-sect__slider-prev {
		top: calc(21%)
	}
}

@media only screen and (max-width:576px) {

	.catalog-sect__product-slider-next, 
	.catalog-sect__product-slider-prev,
	.mproducts-sect__slider-next,
	.mproducts-sect__slider-prev {
		display: none;
	}
}

.mproducts-sect__slider-next::after,
.mproducts-sect__slider-prev::after {
	font-size: 18px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.mproducts-sect__slider-next:hover::after,
.mproducts-sect__slider-prev:hover::after {
	color: #ff4651
}

.mproducts-sect__slider-prev {
	left: -11px
}

.mproducts-sect__slider-prev::after {
	margin-left: -4px
}

.mproducts-sect__slider-next {
	right: -11px
}

.mproducts-sect__slider-next::after {
	margin-right: -4px
}

.mproducts-sect__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	background-color: #fff;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.mproducts-sect__slide-img {
	position: relative;
	z-index: 0;
	height: 250px;
	-o-object-position: 0 center;
	object-position: 0 center
}

.mproducts-sect__slide-img-item {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	z-index: 0
}

.mproducts-sect__slide-slider {
	position: relative;
	z-index: 2;
	width: 100%;
	max-height: 100%;
	opacity: 0;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

@media only screen and (max-width:576px) {
	.mproducts-sect__slide-slider {
		opacity: 1
	}
}

.mproducts-sect__slide-slider-next,
.mproducts-sect__slide-slider-prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 1
}

.mproducts-sect__slide-slider-next svg,
.mproducts-sect__slide-slider-prev svg {
	stroke: #fff;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.product-item-compare-icon label:hover svg.stroke,
.mproducts-sect__slide-hctrls a:hover svg.stroke,
.mproducts-sect__slide-slider-next:hover svg,
.mproducts-sect__slide-slider-prev:hover svg,
.mproducts-sect__slide_horizon .mproducts-sect__slide-ctrls a:hover svg.stroke,
.mproducts-sect__slide_horizon .mproducts-sect__slide-hctrls a:hover svg.stroke {
	stroke: #ff4651
}

.mproducts-sect__slide-slider-prev {
	left: 10px
}

.mproducts-sect__slide-slider-next {
	right: 10px
}

.mproducts-sect__slide-slider-fract {
	position: absolute;
	z-index: 1;
	bottom: 5px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 300;
	font-style: normal
}

@media only screen and (max-width:576px) {
	.mproducts-sect__slide-slider-fract {
		display: inline-block;
		position: absolute;
		width: auto;
		bottom: auto;
		top: 10px;
		left: auto;
		right: 10px
	}
}

.mproducts-sect__slide-slide {
	height: 250px !important;
	width: 100% !important;
	background-repeat: no-repeat;
	background-position: center !important;
	background-size: cover
}

.mproducts-sect__slide-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	height: 100%
}

@media only screen and (max-width:480px) {
	.mproducts-sect__slide-content {
		padding: 20px 0 0
	}
}

.mproducts-sect__slide-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 14px
}

.mproducts-sect__slide-header .mproducts-sect__slide-video {
	display: none
}
.mproducts-sect__slide-header-mesta,
.mproducts-sect__slide-header-exist,
.mproducts-sect__slide-header-size {
	color: #a1a1a1;
	font-size: 13px;
	line-height: 133%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .05em
}
.mproducts-sect__slide-header-mesta{
	position: relative;
	padding-left: 20px;
}
.mproducts-sect__slide-header-mesta::before{
	content: "";
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 15px;
	background: url(/local/templates/bass2021/img/man1.png) center no-repeat;
	background-size: contain;
}

.mproducts-sect__slide-header-size {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mproducts-sect__slide-header-size span {
	display: inline-block;
	line-height: 1;
	margin-top: 1px
}

.mproducts-sect__slide-header-size img {
	display: inline-block;
	line-height: 1;
	margin-right: 4px
}

.mproducts-sect__slide-header-exist {
	text-align: right;
	text-transform: uppercase
}

.mproducts-sect__slide-title {
	display: block;
	color: #25292d;
	min-height: 40px;
	font-size: 14px;
	line-height: 146%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 15px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-decoration: none
}

.mproducts-sect__slide-title:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.mproducts-sect__slide-title:active,
.mproducts-sect__slide-title:focus {
	text-decoration: none;
	color: #25292d
}

.mproducts-sect__slide-table {
	font-size: 12px;
	color: #707d8a;
	margin-bottom: 20px
}

.mproducts-sect__slide-table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0;
	padding: 2px 4px;
	border-bottom: .5px solid rgba(221, 227, 234, .5)
}

.mproducts-sect__slide-table-row:nth-child(2n) {
	background: rgba(221, 227, 234, .5)
}

.mproducts-sect__slide-table-desc,
.mproducts-sect__slide-table-title {
	line-height: 160%
}

.mproducts-sect__slide-table-title {
	margin-right: 10px
}

.mproducts-sect__slide-table-desc {
	text-align: right
}

.mproducts-sect__slide-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mproducts-sect__slide-price-now {
	font-weight: 600;
	color: #25292d;
	line-height: 160%;
	font-size: 16px;
	margin-right: 11px
}

.mproducts-sect__slide-price-minus,
.mproducts-sect__slide-price-now,
.mproducts-sect__slide-price-old {
	display: inline-block;
	white-space: nowrap;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-style: normal
}

.mproducts-sect__slide-price-old {
	font-weight: 300;
	color: #707d8a;
	font-size: 12px;
	line-height: 160%;
	position: relative;
	margin-right: 11px
}

.mproducts-sect__slide-price-old::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 100%;
	height: 1px;
	background-color: rgba(112, 125, 138, .7)
}

.mproducts-sect__slide-price-minus {
	color: #52bb37;
	font-size: 8px;
	line-height: 133%;
	font-weight: 700;
	padding: 5px 8px 4px;
	border: 1px solid #52bb37;
	border-radius: 10px
}

.mproducts-sect__slide-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*position:absolute;top:100%;left:0;z-index:1;width:100%;*/
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	pointer-events: none;
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 30px 43px 4px rgba(50, 50, 50, .07);
	box-shadow: 0 30px 43px 4px rgba(50, 50, 50, .07);
	padding: 0 5px 6px;
	margin-top: 10px;
}

@media only screen and (max-width:992px) {
	.mproducts-sect__slide-footer {
		padding: 20px 0 0;
		position: static;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		pointer-events: all;
		z-index: 1
	}
}

.q_trade__text a{
	color:#000;
}
.q_shops-banner a{
	color:#fff;
}

@media only screen and (max-width:768px) {
	.mproducts-sect__slide-footer {
		-webkit-box-shadow: none;
		box-shadow: none
	}
}
.article-sect__aside-products .mproducts-sect__slide-footer{
	margin: 0 !important;
}
.fast_view_desc{
	margin-top: 20px;
}
.fast_view_desc-title{
	margin-bottom: 20px;
	font-weight: bold;
}
.fast_view_desc img{
	height: auto;
	max-width: 100%;
}
.fast_view_desc-w{
	text-align: left;
}
.mproducts-sect__slide-btn,
.mproducts-sect__slide-click {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	height: 44px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	text-decoration: none !important;
}
.button-wrap{
	width: 48%;
}
.mproducts-sect__slide-btn:focus,
.mproducts-sect__slide-btn {
	color: #fff;
	background-color: #ff4651;
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 12px;
}

.mproducts-sect__slide-btn .bg-btn {
	background-color: #ff2d39
}

.mproducts-sect__slide-click {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 15px;
	border-color: #4591e3;
	color: #4591e3;
	letter-spacing: .05em;
	text-decoration: none;
	margin: 0 12px
}

@media only screen and (max-width:768px) {
	.mproducts-sect__slide-click {
		margin: 0 0 0 10px
	}
}

.mproducts-sect__slide-click .bg-btn {
	background-color: #4591e3
}

.mproducts-sect__slide-click:hover {
	text-decoration: none;
	color: #fff !important;
	border-color: #4591e3
}

.mproducts-sect__slide-click:active,
.mproducts-sect__slide-click:focus {
	color: #4591e3
}

.mproducts-sect__slide-hctrls {
	position: absolute;
	top: 220px;
	right: 12px;
	z-index: 3;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	pointer-events: none;
	opacity: 0
}

@media only screen and (max-width:992px) {
	.mproducts-sect__slide-hctrls {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.mproducts-sect__slide-hctrls li {
	line-height: 1;
	margin-right: 10px
}

.product-item-compare-icon label,
.mproducts-sect__slide-ctrls,
.mproducts-sect__slide-hctrls a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-item-compare-icon label,
.mproducts-sect__slide-hctrls a,
.mproducts-sect__slide-hctrls li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.product-item-compare-icon label,
.mproducts-sect__slide-hctrls a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
	box-shadow: 0 0 15px rgba(0, 0, 0, .4)
}

.product-item-compare-icon label svg,
.mproducts-sect__slide-ctrls a svg,
.mproducts-sect__slide-hctrls a svg {
	fill: #4591e3;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.product-item-compare-icon label svg.stroke,
.mproducts-sect__slide-hctrls a svg.stroke {
	stroke: #4591e3
}

.product-item-compare-icon label:hover svg,
.mproducts-sect__slide-hctrls a:hover svg {
	fill: #ff4651
}

.mproducts-sect__slide-ctrls {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px
}

.mproducts-sect__slide-ctrls li {
	height: 25px;
	margin-right: 17px
}

.mproducts-sect__slide-ctrls a,
.mproducts-sect__slide-labels {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.mproducts-sect__slide-ctrls a {
	line-height: 1
}

.mproducts-sect__slide-ctrls a svg {
	fill: #555f68
}

.mproducts-sect__slide-ctrls a svg.stroke {
	stroke: #555f68
}

.mproducts-sect__slide-ctrls a:hover svg {
	fill: #ff4651 !important
}

.mproducts-sect__slide-ctrls a:hover svg.stroke,
.mproducts-sect__slide-ctrls a:hover svg.stroke rect {
	stroke: #ff4651 !important
}

.mproducts-sect__slide-labels {
	position: absolute;
	z-index: 0;
	top: 2px;
	left: 1px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mproducts-sect__slide-label {
	position: relative;
	display: inline-block;
	background-color: currentColor;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 134%;
	padding: 4px 10px 3px;
	border-radius: 3px;
	margin-right: 10px
}

.mproducts-sect__slide-label:first-child::before {
	display: none
}

.mproducts-sect__slide-label::after,
.mproducts-sect__slide-label::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	color: inherit;
	height: 100%;
	width: 50%;
	border-radius: 4px;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	background-color: currentColor
}

.mproducts-sect__slide-label::before {
	left: -3px
}

.mproducts-sect__slide-label::after {
	right: -3px
}

.mproducts-sect__slide-label span {
	color: #fff;
	position: relative;
	z-index: 1;
	white-space: nowrap
}

.mproducts-sect__slide-video,
.mproducts-sect__slide-video-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mproducts-sect__slide-video {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 20px;
	border-radius: 13px 0 26px 13px;
	background-color: rgba(241, 241, 241, .74);
	padding-right: 10px
}

.mproducts-sect__slide-video-icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background-color: #ff4651;
	border-radius: 50%;
	margin-right: 6px
}

.mproducts-sect__slide-video-icon::before,
.numbers-sect__video-block-play::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 4px solid transparent;
	margin-right: -2px
}

.mproducts-sect__slide-video-text {
	color: #707d8a;
	line-height: 134%;
	font-size: 9px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase
}

.mproducts-sect__slide:hover {
	-webkit-box-shadow: 0 30px 43px 4px rgba(50, 50, 50, .07);
	box-shadow: 0 30px 43px 4px rgba(50, 50, 50, .07)
}

.mproducts-sect__slide .mproducts-sect__slide-footer,
.mproducts-sect__slide:hover .mproducts-sect__slide-footer {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	pointer-events: all
}

.mproducts-sect__slide:hover .mproducts-sect__slide-hctrls {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	pointer-events: all
}

.mproducts-sect__slide:hover .catalog-sect__product-slider,
.mproducts-sect__slide:hover .mproducts-sect__slide-slider {
	opacity: 1
}

.mproducts-sect__slide_horizon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border: 1px solid #ececec;
	border-radius: 5px
}

@media only screen and (max-width:768px) {
	.mproducts-sect__slide_horizon {
		width: 100%;
		margin-bottom: 0
	}
}

@media only screen and (max-width:576px) {
	.mproducts-sect__slide_horizon {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	max-width: 330px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:768px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px;
		max-width: 250px
	}
}

@media only screen and (max-width:576px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-img {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		height: 196px;
		width: 100%
	}
}

@media only screen and (max-width:576px) and (max-width:480px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-img {
		max-width: 100%
	}
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-slide {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: auto !important
}

@media only screen and (max-width:576px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-slide {
		height: 196px !important
	}
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-hctrls {
	bottom: 14px;
	right: 12px
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-hctrls li {
	margin-right: 0
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-hctrls a {
	background: rgba(255, 255, 255, .7);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px)
}

.product-item-compare-icon label svg,
.mproducts-sect__slide_horizon .mproducts-sect__slide-hctrls a svg {
	fill: #25292d;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-hctrls a svg.stroke {
	stroke: #25292d
}

.product-item-compare-icon label:hover svg,
.mproducts-sect__slide_horizon .mproducts-sect__slide-hctrls a:hover svg {
	fill: #ff4651
}

.product-item-compare-icon input{
	display: none;
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 30px 30px 30px 35px
}

@media only screen and (max-width:1200px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-content {
		padding: 25px 15px 25px 20px
	}
}

@media only screen and (max-width:768px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-content {
		padding: 20px 15px
	}
}

@media only screen and (max-width:576px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-content {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%
	}
	.mproducts-sect__slide-hctrls{
		top: 300px;
	}
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-header {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-header-size {
	margin-right: 30px;
	margin-bottom: 10px
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-header-exist {
	margin-bottom: 10px;
	margin-right: 20px
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-header .mproducts-sect__slide-video {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: static;
	margin-bottom: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-table {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-bottom: 7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-table-row {
	width: 47%;
	margin-bottom: 13px;
	border-bottom: .5px solid #ebeff2
}

@media only screen and (max-width:480px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-table-row {
		width: 100%
	}
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-price {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	margin-bottom: 24px
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-price-minus {
	margin-left: 0
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-footer {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	position: static;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
	z-index: 1
}

@media only screen and (max-width:768px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.catalog-sect__ctrls-view{
		display: none;
	}
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-click,
.numbers-sect__video-social-list a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media only screen and (max-width:768px) {
	.mproducts-sect__slide_horizon .mproducts-sect__slide-ctrls {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 20px
	}
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-ctrls a svg {
	fill: #4591e3
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-ctrls a svg.stroke {
	stroke: #4591e3
}

.mproducts-sect__slide_horizon .mproducts-sect__slide-ctrls a:hover svg,
.numbers-sect__video-social-list a:hover svg {
	fill: #ff4651
}

.numbers-sect {
	padding: 110px 0 220px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	background-size: cover
}

@media only screen and (max-width:1200px) {
	.numbers-sect {
		padding-top: 90px;
		padding-bottom: 17vw
	}
}

@media only screen and (max-width:992px) {
	.numbers-sect {
		background-attachment: scroll;
		padding-top: 55px
	}
}

@media only screen and (max-width:768px) {
	.numbers-sect {
		padding-bottom: 50px
	}
}

.numbers-sect__container {
	width: 100%;
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto
}

.numbers-sect__main {
	margin-bottom: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:992px) {
	.numbers-sect__main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:480px) {
	.numbers-sect__main {
		margin-bottom: 45px
	}
}

.numbers-sect__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding-right: 60px
}

@media only screen and (max-width:1200px) {
	.numbers-sect__content {
		padding-right: 30px
	}
}

@media only screen and (max-width:992px) {
	.numbers-sect__content {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px
	}
}

.numbers-sect__title {
	font-size: 42px;
	color: #fff;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 47px;
	line-height: 134%
}

@media only screen and (max-width:1200px) {
	.numbers-sect__title {
		font-size: 36px;
		font-size: clamp(36px, 3.75vw, 42px)
	}
}

@media only screen and (max-width:992px) {
	.numbers-sect__title {
		margin-bottom: 45px;
		font-size: 28px
	}
}

@media only screen and (max-width:480px) {
	.numbers-sect__title {
		font-size: 26px;
		margin-bottom: 40px
	}
}

.numbers-sect__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.numbers-sect__item {
	width: 28%;
	margin-bottom: 20px
}

@media only screen and (max-width:1200px) {
	.numbers-sect__item {
		width: 31%
	}
}

@media only screen and (max-width:480px) {
	.numbers-sect__item {
		width: 48%
	}
}

.numbers-sect__item-title {
	color: #ff4651;
	font-size: 38px;
	line-height: 150%;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 5px
}

@media only screen and (max-width:1200px) {
	.numbers-sect__item-title {
		font-size: 30px;
		font-size: clamp(29px, 3vw, 36px)
	}
}

@media only screen and (max-width:480px) {
	.numbers-sect__item-title {
		font-size: 26px
	}
}

.numbers-sect__item-text {
	font-size: 14px;
	line-height: 160%;
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

.numbers-sect__video {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 500px;
	flex: 0 0 500px;
	background-color: #fff;
	padding: 35px 35px 30px;
	border-radius: 10px
}

@media only screen and (max-width:992px) {
	.numbers-sect__video {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}
}

@media only screen and (max-width:576px) {
	.numbers-sect__video {
		padding: 20px 15px
	}
}

.numbers-sect__video-block {
	min-height: 265px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 22px
}

@media only screen and (max-width:992px) {
	.numbers-sect__video-block {
		min-height: 52vw
	}
}

.numbers-sect__video-block-play {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative
}

.numbers-sect__video-block-play::before {
	display: inline-block;
	line-height: 1;
	border-top: 8px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 8px solid transparent
}

.numbers-sect__video-block-play::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0
}

.numbers-sect__video-block-play:hover::after {
	-webkit-animation: playAnim .7s ease-out infinite forwards;
	animation: playAnim .7s ease-out infinite forwards
}

.numbers-sect__video-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media only screen and (max-width:480px) {
	.numbers-sect__video-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.numbers-sect__video-footer::before {
	content: '';
	display: inline-block;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	height: 1px;
	background-color: #ebeff2;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin: 0 15px 7px
}

@media only screen and (max-width:480px) {
	.numbers-sect__video-footer::before {
		display: none
	}
}

.numbers-sect__video-text {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

@media only screen and (max-width:480px) {
	.numbers-sect__video-text {
		margin-bottom: 15px
	}
}

.numbers-sect__video-title {
	font-size: 18px;
	color: #25292d;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.25;
	margin-bottom: 5px
}

.numbers-sect__video-desc {
	color: #707d8a;
	font-size: 14px;
	line-height: 1.25
}

.numbers-sect__video-social {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 0px;
	flex: 0 1 0
}

@media only screen and (max-width:480px) {
	.numbers-sect__video-social {
		-ms-flex-item-align: end;
		align-self: flex-end
	}
}

.numbers-sect__video-social-label {
	line-height: 1.25;
	font-size: 14px;
	color: #707d8a;
	margin-bottom: 6px
}

@media only screen and (max-width:480px) {
	.numbers-sect__video-social-label {
		text-align: right
	}
}

.numbers-sect__video-social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.numbers-sect__video-social-list li {
	display: inline-block;
	line-height: 1;
	margin-right: 15px
}

.numbers-sect__video-social-list li:last-child {
	margin-right: 0
}

.numbers-sect__video-social-list a svg {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	fill: #707d8a
}

.numbers-sect__video-social-list a:hover {
	text-decoration: none
}

.numbers-sect__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:768px) {
	.numbers-sect__footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.numbers-sect__footer-column {
	width: 48%
}

@media only screen and (max-width:992px) {
	.numbers-sect__footer-column {
		width: 49%
	}
}

@media only screen and (max-width:768px) {
	.numbers-sect__footer-column {
		margin-bottom: 15px;
		width: 100%
	}
}

.numbers-sect__footer-column-hide {
	display: none
}

.numbers-sect__footer p:last-child,
.numbers-sect__footer-column:last-child {
	margin-bottom: 0
}

.numbers-sect__footer p,
.numbers-sect__footer-read {
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 170%
}

.numbers-sect__footer-read {
	display: block;
	margin-top: -10px;
	color: #ff4651;
	text-decoration: none
}

.numbers-sect__footer-read::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #ff4651;
	border-right: 1px solid #ff4651;
	-webkit-transform: translateY(-2px) rotate(45deg);
	-ms-transform: translateY(-2px) rotate(45deg);
	transform: translateY(-2px) rotate(45deg);
	margin-left: 5px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.numbers-sect__footer-read.active {
	margin-top: 0
}

.numbers-sect__footer-read.active::after {
	-webkit-transform: translateY(2px) rotate(-135deg);
	-ms-transform: translateY(2px) rotate(-135deg);
	transform: translateY(2px) rotate(-135deg)
}

.numbers-sect__footer p {
	color: #fff;
	margin-bottom: 15px
}

.plus-sect {
	padding: 90px 0 120px
}

@media only screen and (max-width:992px) {
	.plus-sect {
		padding: 50px 0
	}
}

@media only screen and (max-width:576px) {
	.plus-sect {
		padding: 50px 0 20px
	}
}

@media only screen and (max-width:480px) {
	.plus-sect {
		padding: 45px 0 20px
	}
}

.plus-sect__title {
	padding: 0 15px;
	margin-bottom: 40px;
	text-align: center;
	color: #25292d;
	line-height: 133%;
	font-size: 42px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:992px) {
	.plus-sect__title {
		font-size: 34px
	}
}

@media only screen and (max-width:768px) {
	.plus-sect__title {
		font-size: 26px
	}
}

.plus-sect__container {
	width: 100%;
	max-width: 1240px;
	padding: 0 15px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:992px) {
	.plus-sect__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.plus-sect__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 263px;
	flex: 0 0 263px;
	position: relative;
	z-index: 0
}

@media only screen and (max-width:1200px) {
	.plus-sect__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 240px;
		flex: 0 0 240px
	}
}

@media only screen and (max-width:576px) {
	.plus-sect__column {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 50%
	}
}

@media only screen and (max-width:480px) {
	.plus-sect__column {
		width: 100%;
		margin-bottom: 35px
	}
}

@media only screen and (max-width:992px) {
	.plus-sect__column:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media only screen and (max-width:576px) {
	.plus-sect__column:first-child {
		padding-right: 10px
	}
}

@media only screen and (max-width:480px) {
	.plus-sect__column:first-child {
		padding-right: 0
	}
}

@media only screen and (max-width:992px) {
	.plus-sect__column:last-child {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
}

@media only screen and (max-width:576px) {
	.plus-sect__column:last-child {
		padding-left: 10px
	}
}

@media only screen and (max-width:480px) {
	.plus-sect__column:last-child {
		padding-left: 0;
		margin-bottom: 0
	}
}

.plus-sect__column:last-child .plus-sect__point {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media only screen and (max-width:480px) {
	.plus-sect__column:last-child .plus-sect__point {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.plus-sect__column:last-child .plus-sect__point-title {
	text-align: right
}

@media only screen and (max-width:480px) {
	.plus-sect__column:last-child .plus-sect__point-title {
		text-align: left
	}
}

.plus-sect__column:last-child .plus-sect__point-order {
	padding-left: 0;
	padding-right: 30px
}

@media only screen and (max-width:480px) {
	.plus-sect__column:last-child .plus-sect__point-order {
		padding-left: 30px;
		padding-right: 0
	}
}

.plus-sect__column:last-child .plus-sect__point-order::before {
	left: auto;
	right: 0
}

@media only screen and (max-width:480px) {
	.plus-sect__column:last-child .plus-sect__point-order::before {
		right: auto;
		left: 0
	}
}

.plus-sect__column:last-child .plus-sect__point-order-line {
	left: auto;
	right: calc(100% + 40px)
}

@media only screen and (max-width:1200px) {
	.plus-sect__column:last-child .plus-sect__point-order-line {
		right: calc(100% + 15px)
	}
}

.plus-sect__column:last-child .plus-sect__point-text {
	text-align: right
}

@media only screen and (max-width:480px) {
	.plus-sect__column:last-child .plus-sect__point-text {
		text-align: left
	}
}

.plus-sect__img {
	margin-top: 50px;
	padding: 30px;
	position: relative;
	z-index: 1;
	margin-right: 25px;
	margin-left: 25px
}

@media only screen and (max-width:1200px) {
	.plus-sect__img {
		margin-right: 15px;
		margin-left: 15px
	}
}

@media only screen and (max-width:992px) {
	.plus-sect__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin: 0 0 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media only screen and (max-width:480px) {
	.plus-sect__img {
		margin-bottom: 35px
	}
}

.plus-sect__img::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #4591e3;
	border-radius: 50%
}

@media only screen and (max-width:992px) {
	.plus-sect__img::before {
		max-width: 434px;
		max-height: 434px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.plus-sect__img img {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: auto;
	max-width: 100%
}

.plus-sect__point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 47px
}

@media only screen and (max-width:480px) {
	.plus-sect__point {
		margin-bottom: 35px
	}
}

.plus-sect__point:last-child {
	margin-bottom: 0
}

.plus-sect__point-order {
	position: relative;
	padding-left: 30px;
	line-height: 150%;
	color: #707d8a;
	font-size: 26px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 3px
}

.plus-sect__point-order::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #4591e3;
	width: 11px;
	height: 11px;
	border-radius: 50%
}

.plus-sect__point-order span {
	display: inline-block;
	line-height: 1
}

.plus-sect__point-order-line {
	position: absolute;
	left: calc(100% + 40px);
	top: 50%;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

@media only screen and (max-width:1200px) {
	.plus-sect__point-order-line {
		left: calc(100% + 15px)
	}
}

@media only screen and (max-width:992px) {
	.plus-sect__point-order-line {
		display: none
	}
}

.plus-sect__point-order-line_bottom {
	top: auto;
	bottom: 50%;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.plus-sect__point-title {
	color: #25292d;
	margin-bottom: 12px;
	font-size: 22px;
	line-height: 150%
}

.plus-sect__point-text {
	color: #707d8a;
	font-size: 14px;
	line-height: 150%
}

.read-sect {
	padding: 40px 0 80px;
	overflow: hidden
}

@media only screen and (max-width:992px) {
	.read-sect {
		padding: 40px 0 80px
	}
}

.read-sect__title {
	margin-bottom: 35px
}

.read-sect__title,
.similar-sect__title {
	color: #25292d;
	font-size: 45px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:992px) {

	.read-sect__title,
	.similar-sect__title {
		font-size: 36px
	}
}

@media only screen and (max-width:768px) {

	.read-sect__title,
	.similar-sect__title {
		font-size: 28px
	}
}

@media only screen and (max-width:576px) {

	.read-sect__title,
	.similar-sect__title {
		font-size: 26px
	}
}

.read-sect__slider {
	position: relative
}

@media only screen and (max-width:576px) {
	.read-sect__slider {
		padding: 0 15px
	}
}

.read-sect__slider .swiper-container {
	position: relative;
	z-index: 1
}

.read-sect__slider .swiper-slide {
	height: auto
}

.read-sect__slider-next,
.read-sect__slider-prev {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 9px 18px rgba(20, 49, 80, .06);
	box-shadow: 0 9px 18px rgba(20, 49, 80, .06);
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.read-sect__slider-next::after,
.read-sect__slider-prev::after {
	font-size: 18px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.read-sect__slider-next:hover::after,
.read-sect__slider-prev:hover::after {
	color: #ff4651
}

.read-sect__slider-next:active,
.read-sect__slider-next:focus,
.read-sect__slider-prev:active,
.read-sect__slider-prev:focus {
	outline: 0
}

.read-sect__slider-prev {
	left: 10px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.read-sect__slider-prev::after {
	margin-left: -4px
}

.read-sect__slider-next {
	right: 10px;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.read-sect__slider-next::after {
	margin-right: -4px
}

.read-sect .cdesc-sect__article {
	width: calc(25% - 15px);
	margin-bottom: 0
}

@media only screen and (max-width:1200px) {
	.read-sect .cdesc-sect__article {
		width: calc(25% - 10px)
	}
}

@media only screen and (max-width:992px) {
	.read-sect .cdesc-sect__article {
		width: 100%
	}
}

.read-sect .cdesc-sect__article_big {
	width: calc(50% - 15px)
}

.read-sect .cdesc-sect__article_big .cdesc-sect__article-img .cdesc-sect__article-time {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media only screen and (max-width:1200px) {
	.read-sect .cdesc-sect__article_big {
		width: calc(50% - 10px)
	}
}

@media only screen and (max-width:992px) {
	.read-sect .cdesc-sect__article_big {
		width: 100%
	}

	.read-sect .cdesc-sect__article-img {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 270px;
		flex: 0 0 270px
	}
}

@media only screen and (max-width:768px) {
	.read-sect .cdesc-sect__article-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px
	}
}

@media only screen and (max-width:576px) {
	.read-sect .cdesc-sect__article-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 250px;
		flex: 0 0 250px
	}
}

@media only screen and (max-width:992px) {
	.read-sect .cdesc-sect__article-img .cdesc-sect__article-time {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		position: absolute;
		bottom: 20px;
		left: 35px;
		margin-bottom: 0
	}

	.read-sect .cdesc-sect__article-content {
		padding: 22px 15px 30px
	}
}

@media only screen and (max-width:768px) {
	.read-sect .cdesc-sect__article-content {
		padding: 20px 15px
	}
}

@media only screen and (max-width:992px) {
	.read-sect .cdesc-sect__article-time {
		display: none
	}

	.read-sect .cdesc-sect__article-title {
		font-size: 18px;
		line-height: 134%;
		margin-bottom: 14px
	}
}

@media only screen and (max-width:768px) {
	.read-sect .cdesc-sect__article-title {
		font-size: 18px
	}
}

.review-sect {
	padding: 30px 0 0
}

.review-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.review-sect__title {
	margin-bottom: 15px
}

.review-sect__main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-right: 30px
}

@media only screen and (max-width:992px) {
	.review-sect__main {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 35px
	}
}

.review-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px
}

@media only screen and (max-width:992px) {
	.review-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.review-sect .cdesc-sect__reviews-block {
	padding: 0;
	border: 0;
	margin-bottom: 30px
}

.review-sect .cdesc-sect__reviews-block .card-sect__info-rev-rating span {
	width: 13px;
	height: 13px;
	background-position: 0 0;
	background-size: 13px 13px;
	margin-right: 4px
}

.review-sect .cdesc-sect__reviews-images {
	margin-top: 30px
}

.review-sect .cdesc-sect__reviews-rating {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 0
}

.review-sect__btn {
	width: 240px;
	padding: 19px 15px 18px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: #ff4651;
	margin-bottom: 35px
}

.review-sect__btn span::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.review-sect__btn .bg-btn {
	background-color: #ff2d39
}

.reviews-sect {
	padding: 40px 0 60px
}

@media only screen and (max-width:992px) {
	.reviews-sect {
		padding-bottom: 20px
	}
}

@media only screen and (max-width:992px) and (max-width:480px) {
	.reviews-sect {
		padding-bottom: 40px
	}
}

.reviews-sect_about {
	margin-top: 70px
}

@media only screen and (max-width:992px) {
	.reviews-sect_about {
		margin-top: 50px
	}
}

@media only screen and (max-width:576px) {
	.reviews-sect_about {
		margin-top: 30px
	}
}

@media only screen and (max-width:480px) {
	.reviews-sect_about {
		margin-top: 10px
	}
}

.reviews-sect__tcontent {
	display: none
}

.reviews-sect__tcontent.active {
	display: block
}

.reviews-sect__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 45px
}

@media only screen and (max-width:576px) {
	.reviews-sect__title {
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media only screen and (max-width:480px) {
	.reviews-sect__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.reviews-sect__title-text {
	color: #25292d;
	font-size: 42px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-right: 45px
}

@media only screen and (max-width:992px) {
	.reviews-sect__title-text {
		font-size: 36px;
		margin-right: 35px
	}
}

@media only screen and (max-width:768px) {
	.reviews-sect__title-text {
		font-size: 30px
	}
}

@media only screen and (max-width:576px) {
	.reviews-sect__title-text {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

@media only screen and (max-width:480px) {
	.reviews-sect__title-text {
		margin-right: 0
	}
}

.reviews-sect__title-watch,
.reviews-sect__title-watch::after {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.reviews-sect__title-watch {
	margin-left: auto;
	color: #4591e3;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 134%;
	letter-spacing: .05em;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none
}

@media only screen and (max-width:576px) {
	.reviews-sect__title-watch {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media only screen and (max-width:480px) {
	.reviews-sect__title-watch {
		display: none
	}
}

.reviews-sect__title-watch::after {
	content: '';
	width: 6px;
	height: 6px;
	margin-left: 4px;
	border-top: 1px solid #4591e3;
	border-right: 1px solid #4591e3;
	-webkit-transform: translateY(-1px) rotate(45deg);
	-ms-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg)
}

.reviews-sect__title-watch:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.reviews-sect__title-watch:hover::after {
	border-top-color: #ff4651;
	border-right-color: #ff4651
}

.reviews-sect__ctrls {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:576px) {
	.reviews-sect__ctrls {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 100%;
		margin-top: 20px
	}
}

@media only screen and (max-width:480px) {
	.reviews-sect__ctrls {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.reviews-sect__ctrls-btn {
	min-width: 110px;
	border-radius: 5px;
	background-color: #f1f6fc;
	text-align: center;
	padding: 15px 15px 14px 20px;
	text-decoration: none;
	color: #25292d;
	line-height: 134%;
	font-size: 14px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .03em;
	text-transform: uppercase;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-right: -5px
}

.reviews-sect__ctrls-btn:first-child {
	padding: 15px 10px 14px
}

.reviews-sect__ctrls-btn.active,
.reviews-sect__ctrls-btn:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #4591e3;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	z-index: 1
}

.reviews-sect__ctrls-btn:active,
.reviews-sect__ctrls-btn:focus {
	text-decoration: none;
	color: #25292d
}

.reviews-sect__slider {
	position: relative;
	padding: 0 15px
}

.reviews-sect__slider .swiper-wrapper {
	padding: 10px 0 40px
}

.reviews-sect__slider-next,
.reviews-sect__slider-prev {
	top: 144px;
	width: 54px;
	height: 54px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 9px 18px rgba(20, 49, 80, .06);
	box-shadow: 0 9px 18px rgba(20, 49, 80, .06)
}

.reviews-sect__slider-next::after,
.reviews-sect__slider-prev::after {
	font-size: 18px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.reviews-sect__slider-next:hover::after,
.reviews-sect__slider-prev:hover::after {
	color: #ff4651
}

.reviews-sect__slider-prev {
	left: -11px
}

.reviews-sect__slider-prev::after {
	margin-left: -4px
}

.reviews-sect__slider-next {
	right: -11px
}

.reviews-sect__slider-next::after {
	margin-right: -4px
}

.reviews-sect__slide {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 34px 74px rgba(0, 0, 0, .04);
	box-shadow: 0 34px 74px rgba(0, 0, 0, .04);
	overflow: hidden
}

.reviews-sect__slide-img {
	height: 288px;
	background-color: #f1f6fc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.reviews-sect__slide-footer {
	padding: 15px 20px 20px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:1200px) {
	.reviews-sect__slide-footer {
		padding: 15px 15px 20px 20px
	}
}

@media only screen and (max-width:576px) {
	.reviews-sect__slide-footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	#tab-2 .reviews-sect__slider-next, 
	#tab-2 .reviews-sect__slider-prev{
		background: transparent;
		box-shadow: none;
	}
}

.reviews-sect__slide-footer::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 20px;
	display: inline-block;
	height: 1px;
	background-color: #ebeff2
}

@media only screen and (max-width:576px) {
	.reviews-sect__slide-footer::after {
		display: none
	}
}

.reviews-sect__slide-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 18px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #000;
	line-height: 175%;
	margin-right: 30px
}

@media only screen and (max-width:1200px) {
	.reviews-sect__slide-title {
		font-size: 16px;
		margin-right: 20px
	}
}

.reviews-sect__slide-desc {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	color: #707d8a;
	font-size: 14px;
	line-height: 134%
}

@media only screen and (max-width:576px) {
	.reviews-sect__slide-desc {
		margin-left: auto
	}
}

.reviews-sect__mobile {
	display: none;
	width: 100%;
	text-align: center
}

@media only screen and (max-width:480px) {
	.reviews-sect__mobile {
		display: block
	}
}

.reviews-sect__mobile .reviews-sect__title-watch {
	display: inline-block;
	font-size: 13px
}

.scroll-sect_mtop {
	margin-top: 50px
}

@media only screen and (max-width:992px) {
	.scroll-sect_mtop {
		margin-top: 45px
	}
	aside.catalog-sect__aside.active{
		position: fixed;
		top: 64px;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		z-index: 999;
		background: #fff;
	}
	.catalog-sect__aside-wrap{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow-y: auto;
	}
	.catalog-sect__aside-close{
		position: fixed;
		right: 15px;
		top: 75px;
		width: 25px;
		height: 25px;
		z-index: 999;
	}
	.catalog-sect__aside-close::before,
	.catalog-sect__aside-close::after{
		content: "";
		position: absolute;
		height: 2px;
		width: 100%;
		background: #333;
	}
	.catalog-sect__aside-close::before{
		transform: rotate(45deg);
	}
	.catalog-sect__aside-close::after{
		transform: rotate(-45deg);
	}
}
@media only screen and (max-width:768px) {
	aside.catalog-sect__aside.active{top:54px}
}
@media only screen and (max-width:576px) {
	aside.catalog-sect__aside.active{top:50px}
}

.scroll-sect_mbottom {
	margin-bottom: 50px
}

@media only screen and (max-width:992px) {
	.scroll-sect_mbottom {
		margin-bottom: 45px
	}
}

.scroll-sect__container,
.scroll-sect__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

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

.scroll-sect__container::after,
.scroll-sect__container::before {
	content: '';
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	height: 2px;
	background-color: #d4dce3
}

.scroll-sect__title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 0px;
	flex: 0 1 0;
	margin: 0 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	line-height: 175%;
	white-space: nowrap;
	color: #555f68
}

.scroll-sect__title-icon {
	position: relative;
	margin-right: 19px;
	width: 24px;
	height: 36px;
	border: 2px solid #4591e3;
	border-radius: 12px
}

.scroll-sect__title-icon::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ff4651;
	width: 4px;
	height: 5px;
	border-radius: 50%;
	-webkit-animation: scrollAnim 1.1s ease-out infinite forwards;
	animation: scrollAnim 1.1s ease-out infinite forwards
}

.sertif-sect {
	padding: 40px 0 85px
}

@media only screen and (max-width:992px) {
	.sertif-sect {
		padding: 30px 0 55px
	}
}

.sertif-sect__title {
	margin-bottom: 47px
}

@media only screen and (max-width:576px) {
	.sertif-sect__title {
		margin-bottom: 40px
	}
}

.sertif-sect__subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 47px;
	font-size: 22px;
	color: #25292d;
	line-height: 160%
}

@media only screen and (max-width:768px) {
	.sertif-sect__subtitle {
		font-size: 20px
	}
}

.sertif-sect__subtitle::after {
	content: '';
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: inline-block;
	height: 1px;
	background-color: #dde3ea;
	margin-left: 17px
}

.sertif-sect__subtitle span {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.sertif-sect__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 65px
}

@media only screen and (max-width:992px) {
	.sertif-sect__items {
		margin-bottom: 50px
	}
}

.sertif-sect__items:last-child {
	margin-bottom: 0
}

.sertif-sect__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #dde3ea;
	padding: 20px 40px 30px;
	text-align: center;
	text-decoration: none;
	width: 33.33%;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

@media only screen and (max-width:992px) {
	.sertif-sect__item {
		padding: 20px 20px 30px
	}
}

@media only screen and (max-width:768px) {
	.sertif-sect__item {
		width: 50%
	}
}

@media only screen and (max-width:480px) {
	.sertif-sect__item {
		width: 100%
	}
}

.sertif-sect__item-img {
	height: 200px;
	margin-bottom: 25px;
	position: relative
}

.sertif-sect__item-img img {
	display: inline-block;
	height: 200px;
	width: auto;
	max-width: 100%;
	position: relative;
	z-index: 0
}

.sertif-sect__item-icon,
.sertif-sect__item-title {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.sertif-sect__item-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, .09);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .09);
	opacity: 0
}

.sertif-sect__item-icon img {
	display: inline-block;
	width: 20px;
	height: 19px
}

.sertif-sect__item-title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #000;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

.sertif-sect__item:hover {
	border-color: #4591e3
}

.sertif-sect__item:hover .sertif-sect__item-icon {
	opacity: 1
}

.sertif-sect__item:hover .sertif-sect__item-title {
	color: #4591e3
}

.similar-sect {
	padding: 60px 0 90px;
	background-color: #f4f6f8
}

@media only screen and (max-width:992px) {
	.similar-sect {
		padding: 50px 0
	}
}

.similar-sect__title {
	margin-bottom: 35px
}

.similar-sect .def-title {
	margin-bottom: 40px
}

.similar-sect__products {
	display: grid;
	grid-template-columns: repeat(4, 23%);
	grid-column-gap: 2.6%;
	grid-row-gap: 60px;
	position: relative;
	z-index: 0
}

@media only screen and (max-width:1200px) {
	.similar-sect__products {
		grid-template-columns: repeat(4, 24%);
		grid-column-gap: 1.3%
	}
}

@media only screen and (max-width:992px) {
	.similar-sect__products {
		grid-template-columns: repeat(3, 32%);
		grid-column-gap: 2%;
		grid-row-gap: 30px
	}
}

@media only screen and (max-width:768px) {
	.similar-sect__products {
		grid-template-columns: repeat(2, 49%);
		grid-column-gap: 2%
	}
}

@media only screen and (max-width:480px) {
	.similar-sect__products {
		grid-template-columns: repeat(1, 100%);
		grid-column-gap: 0
	}

	.similar-sect .mproducts-sect__slide-content {
		padding: 20px 15px
	}
}

.similar-sect_action {
	background-color: #fff;
	padding: 50px 0 70px
}

@media only screen and (max-width:992px) {
	.similar-sect_action {
		padding: 0 0 20px
	}
}

.social-sect {
	padding: 85px 0
}

@media only screen and (max-width:992px) {
	.social-sect {
		padding: 60px 0
	}
}

@media only screen and (max-width:768px) {
	.social-sect {
		padding: 50px 0 10px
	}
}

@media only screen and (max-width:480px) {
	.social-sect {
		display: none
	}
}

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

@media only screen and (max-width:768px) {
	.social-sect__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

.social-sect__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 5px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #ebeff2
}

@media only screen and (max-width:992px) {
	.social-sect__item {
		padding: 5px 10px
	}
}

@media only screen and (max-width:768px) {
	.social-sect__item {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		border-right: none;
		width: 32%;
		margin-bottom: 45px
	}
}

@media only screen and (max-width:480px) {
	.social-sect__item {
		width: 50%
	}
}

.social-sect__item:last-child {
	border-right: none
}

.social-sect__item-wrapper {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (max-width:992px) {
	.social-sect__item-wrapper {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.social-sect__item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px
}

@media only screen and (max-width:992px) {
	.social-sect__item-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}
}

.social-sect__item-title-icon {
	margin-right: 13px
}

@media only screen and (max-width:992px) {
	.social-sect__item-title-icon {
		margin-right: 0;
		margin-bottom: 10px
	}
}

.social-sect__item-title-text {
	font-size: 16px;
	color: #4b4b4b;
	line-height: 190%
}

.social-sect__item-link,
.social-sect__item-text {
	color: #b1becb;
	font-size: 14px;
	line-height: 190%
}

.social-sect__item-link {
	display: inline-block;
	color: #4591e3;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-decoration: none
}

.social-sect__item-link:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.social-sect__item-link:active,
.social-sect__item-link:focus {
	text-decoration: none;
	color: #4591e3
}

.subscribe-sect_last {
	margin-bottom: 45px
}

.subscribe-sect__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:768px) {
	.subscribe-sect__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.subscribe-sect__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-right: 20px;
	background-color: #4591e3;
	border-radius: 10px;
	padding: 50px 35px
}

@media only screen and (max-width:992px) {
	.subscribe-sect__form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media only screen and (max-width:768px) {
	.subscribe-sect__form {
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media only screen and (max-width:576px) {
	.subscribe-sect__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 45px 15px
	}
}

.subscribe-sect__form .form-sect__text {
	margin: 0 20px
}

@media only screen and (max-width:576px) {
	.subscribe-sect__form .form-sect__subtitle {
		margin-bottom: 20px
	}
}

.subscribe-sect__form .form-sect__form-input input {
	padding: 0 95px 0 25px
}

.subscribe-sect__form .form-sect__form-submit {
	width: 86px
}

.subscribe-sect__form .form-sect__form-submit img {
	margin-top: 5px
}

.subscribe-sect__youtube {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 310px;
	flex: 0 0 310px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background-color: #ebeff2;
	border-radius: 10px;
	padding: 35px 20px 35px 105px;
	text-decoration: none
}

@media only screen and (max-width:768px) {
	.subscribe-sect__youtube {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
}

.subscribe-sect__youtube-bg {
	position: absolute;
	top: 50%;
	left: -20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 110px
}

.subscribe-sect__youtube-title {
	font-size: 21px;
	color: #25292d;
	line-height: 26px;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 8px
}

.subscribe-sect__youtube-text {
	color: #ff4651;
	font-size: 14px;
	line-height: 164%
}

.tags-sect {
	padding: 0 0 55px
}

@media only screen and (max-width:992px) {
	.tags-sect {
		padding: 25px 0 50px
	}
}

.tags-sect__decor {
	height: 5px;
	width: 100%;
	background-color: #ebeff2
}

.tags-sect__title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 175%;
	color: #000;
	font-family: Noah, Arial, sans-serif;
	font-weight: 400;
	font-style: normal
}

@media only screen and (max-width:768px) {
	.tags-sect__title {
		font-size: 22px
	}
}

@media only screen and (max-width:576px) {
	.tags-sect__title {
		line-height: 150%
	}
}

.tags-sect__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 25px
}

.tags-sect__nav li {
	margin-bottom: 15px;
	margin-right: 25px
}

.tags-sect__nav a,
.tags-sect__nav a::before {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.tags-sect__nav a {
	position: relative;
	font-size: 12px;
	color: #555f68;
	line-height: 175%;
	text-decoration: none
}

.tags-sect__nav a::before {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(85, 95, 104, .2);
	-webkit-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	transform-origin: 0 center
}

.tags-sect__nav a:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.tags-sect__nav a:hover::before {
	width: 0
}

.tags-sect__nav a:active,
.tags-sect__nav a:focus {
	text-decoration: none;
	color: #555f68
}

.team-sect {
	padding: 80px 0 50px
}

@media only screen and (max-width:992px) {
	.team-sect {
		padding: 30px 0 50px
	}
}

@media only screen and (max-width:768px) {
	.team-sect {
		padding: 0 0 45px
	}
}

.team-sect__title {
	margin-bottom: 32px
}

@media only screen and (max-width:992px) {
	.team-sect__title {
		margin-bottom: 85px
	}
}

.team-sect__item,
.team-sect__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.team-sect__items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.team-sect__item {
	width: 48.6%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 50px 40px 50px 0;
	border: 1px solid #b1becb;
	border-left: none;
	border-radius: 10px;
	position: relative;
	margin-bottom: 37px
}

@media only screen and (max-width:1200px) {
	.team-sect__item {
		width: 49%
	}
}

@media only screen and (max-width:992px) {
	.team-sect__item {
		border: 1px solid #b1becb;
		border-top: none;
		padding: 77px 20px 30px;
		margin-bottom: 90px
	}
}

@media only screen and (max-width:576px) {
	.team-sect__item {
		width: 100%
	}
}

.team-sect__item::before {
	content: '';
	display: inline-block;
	height: 35px;
	width: 15px;
	border-radius: 10px 0 0 0;
	border-left: 1px solid #b1becb;
	position: absolute;
	top: 0;
	left: 0
}

@media only screen and (max-width:992px) {
	.team-sect__item::before {
		width: 30%;
		height: 15px;
		border: 0;
		border-top: 1px solid #b1becb
	}
}

@media only screen and (max-width:768px) {
	.team-sect__item::before {
		width: 20%
	}
}

.team-sect__item::after {
	content: '';
	display: inline-block;
	height: 38%;
	width: 15px;
	border-radius: 0 0 0 10px;
	border-left: 1px solid #b1becb;
	position: absolute;
	bottom: 0;
	left: 0
}

@media only screen and (max-width:992px) {
	.team-sect__item::after {
		width: 30%;
		height: 15px;
		border: 0;
		border-top: 1px solid #b1becb;
		border-radius: 0 10px 0 0;
		bottom: auto;
		left: auto;
		top: 0;
		right: 0
	}
}

@media only screen and (max-width:768px) {
	.team-sect__item::after {
		width: 20%
	}
}

.team-sect__item-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 117px;
	flex: 0 0 117px;
	height: 117px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover
}

@media only screen and (max-width:992px) {
	.team-sect__item-icon {
		position: absolute;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 117px;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.team-sect__item-content {
	color: #25292d
}

.team-sect__item-desc,
.team-sect__item-name {
	font-size: 18px;
	line-height: 160%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 5px
}

.team-sect__item-desc {
	line-height: 155%;
	font-weight: 700;
	margin-bottom: 10px
}

.team-sect__item-text {
	color: #707d8a;
	font-size: 15px;
	line-height: 160%
}

.team-sect__form {
	margin-top: 10px
}

@media only screen and (max-width:992px) {
	.team-sect__form {
		margin-top: -40px
	}
}

.team-sect__form.delivery-sect__form {
	background-color: #fff;
	border: 1px solid #ff4651
}

.team-sect__form .delivery-sect__form-title {
	color: #25292d
}

.team-sect__form .delivery-sect__form-desc {
	color: #707d8a
}

.team-sect__form .delivery-sect__form-input {
	border: 1px solid #dde3ea;
	overflow: hidden
}

.team-sect__form .delivery-sect__form-input_start {
	border-radius: 5px 0 0 5px
}

.team-sect__form .delivery-sect__form-footer,
.team-sect__form .delivery-sect__form-footer a {
	color: #a5a5a5
}

.team-sect__form .delivery-sect__form-footer a:active,
.team-sect__form .delivery-sect__form-footer a:focus {
	color: #a5a5a5
}

.trade-sect {
	padding: 40px 0 95px
}

@media only screen and (max-width:992px) {
	.trade-sect {
		padding: 30px 0 25px
	}
}

.trade-sect__title {
	margin-bottom: 40px
}

.trade-sect__subtitle {
	margin-bottom: 60px;
	text-align: center;
	font-size: 24px;
	line-height: 150%;
	color: #000
}

@media only screen and (max-width:768px) {
	.trade-sect__subtitle {
		font-size: 22px
	}
}

@media only screen and (max-width:576px) {
	.trade-sect__subtitle {
		font-size: 20px;
		margin-bottom: 50px
	}
}

.trade-sect__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 85px
}

@media only screen and (max-width:992px) {
	.trade-sect__content {
		margin-bottom: 55px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.trade-sect__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

@media only screen and (max-width:992px) {
	.trade-sect__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 30px
	}
}

.trade-sect__img img {
	display: block;
	width: 100%;
	margin-bottom: 20px
}

.trade-sect__img img:last-child,
.trade-sect__text p:last-child,
.videoscreen-sect__content-text p:last-child,
.why-sect__item-hidden p:last-child {
	margin-bottom: 0
}

.trade-sect__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	margin-left: 30px
}

@media only screen and (max-width:992px) {
	.trade-sect__text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0
	}
}

.trade-sect__text p {
	font-size: 15px;
	line-height: 150%;
	color: #000;
	margin-bottom: 15px
}

.trade-sect__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.trade-sect__item {
	width: 23%
}

@media only screen and (max-width:992px) {
	.trade-sect__item {
		width: 48%;
		margin-bottom: 40px
	}
}

@media only screen and (max-width:480px) {
	.trade-sect__item {
		width: 100%;
		text-align: center
	}
}

.trade-sect__item-icon {
	height: 65px
}

.trade-sect__item-title {
	font-size: 18px;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 150%;
	margin-bottom: 10px;
	text-transform: uppercase
}

.trade-sect__item-text {
	color: #000;
	line-height: 150%;
	font-size: 15px
}

@media only screen and (max-width:576px) {
	.videoscreen-sect__container {
		padding: 0
	}
}

.videoscreen-sect__content {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:992px) {
	.videoscreen-sect__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-radius: 0
	}
}

.videoscreen-sect__content-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding: 85px 226px 85px 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 0
}

@media only screen and (max-width:1200px) {
	.videoscreen-sect__content-left {
		padding: 85px 226px 85px 50px
	}
}

@media only screen and (max-width:992px) {
	.videoscreen-sect__content-left {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%
	}
}

@media only screen and (max-width:768px) {
	.videoscreen-sect__content-left {
		padding-right: 50px
	}
}

@media only screen and (max-width:576px) {
	.videoscreen-sect__content-left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 185px 15px 40px;
		border-radius: 10px 10px 0 0
	}
}

@media only screen and (max-width:480px) {
	.videoscreen-sect__content-left {
		padding-top: 120px
	}
}

.videoscreen-sect__content-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 260px;
	flex: 0 0 260px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	position: relative;
	z-index: 1
}

@media only screen and (max-width:1200px) {
	.videoscreen-sect__content-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 240px;
		flex: 0 0 240px
	}
}

@media only screen and (max-width:992px) {
	.videoscreen-sect__content-right {
		width: 100%
	}
}

@media only screen and (max-width:576px) {
	.videoscreen-sect__content-right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		background-image: none !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px
	}
}

.videoscreen-sect__content-right-img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 55px
}

@media only screen and (max-width:1200px) {
	.videoscreen-sect__content-right-img {
		right: 35px
	}
}

@media only screen and (max-width:992px) {
	.videoscreen-sect__content-right-img {
		right: 50%;
		-webkit-transform: translateY(0) translateX(50%);
		-ms-transform: translateY(0) translateX(50%);
		transform: translateY(0) translateX(50%);
		top: auto;
		bottom: 35px
	}
}

@media only screen and (max-width:576px) {
	.videoscreen-sect__content-right-img {
		bottom: auto;
		top: 40px
	}
}

@media only screen and (max-width:480px) {
	.videoscreen-sect__content-right-img {
		width: 290px;
		top: 55px
	}
}

.videoscreen-sect__content-title {
	margin-bottom: 15px;
	color: #000;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 45px;
	font-size: 36px
}

@media only screen and (max-width:1200px) {
	.videoscreen-sect__content-title {
		font-size: 30px
	}
}

.videoscreen-sect__content-text {
	margin-bottom: 28px;
	width: 100%;
	max-width: 490px;
	color: #555f68
}

@media only screen and (max-width:992px) {
	.videoscreen-sect__content-text {
		max-width: 100%
	}
}

.videoscreen-sect__content-text p {
	font-size: 16px;
	line-height: 160%;
	margin-bottom: 10px
}

.videoscreen-sect__content-social {
	position: relative;
	padding: 35px 33px 28px;
	border: 1px solid #4591e3;
	border-top: none;
	border-radius: 10px
}

@media only screen and (max-width:576px) {
	.videoscreen-sect__content-social {
		width: 100%;
		border-radius: 0;
		padding: 0;
		border: 0
	}
}

.videoscreen-sect__content-social::after,
.videoscreen-sect__content-social::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	border-top: 1px solid #4591e3;
	height: 25px;
	background-color: transparent;
	pointer-events: none
}

.videoscreen-sect__content-social::before {
	left: 0;
	border-radius: 10px 0 0 0;
	width: 20px
}

.videoscreen-sect__content-social::after {
	right: 0;
	border-radius: 0 10px 0 0;
	width: 30px
}

@media only screen and (max-width:576px) {

	.videoscreen-sect__content-social::after,
	.videoscreen-sect__content-social::before {
		display: none
	}
}

.videoscreen-sect__content-social-title {
	position: absolute;
	top: 0;
	left: 29px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #555f68;
	line-height: 160%;
	font-size: 14px
}

@media only screen and (max-width:576px) {
	.videoscreen-sect__content-social-title {
		display: none
	}

	.videoscreen-sect__content-social .main-footer__social-list {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.videoscreen-sect__content-social .main-footer__social-list li:not(:last-child) {
	margin-right: 11px
}

.videoscreen-sect__content-social .main-footer__social-list a {
	background-color: #4591e3
}

.videoscreen-sect__content-social .main-footer__social-list a:hover {
	background-color: currentColor
}

.videoscreen-sect__content-social .main-footer__social-icon {
	fill: #fff
}

.videoscreen-sect_last {
	margin: 65px 0
}

@media only screen and (max-width:992px) {
	.videoscreen-sect_last {
		margin: 50px 0
	}
}

.vreview-sect {
	padding: 40px 0 65px
}

.vreview-sect__title {
	margin-bottom: 23px
}

.vreview-sect .catalog-sect__ctrls {
	margin-bottom: 22px
}

.vreview-sect .catalog-sect__ctrls-count {
	margin-left: auto
}

.vreview-sect .main-header__search {
	margin: 0 0 25px
}

.vreview-sect .main-header__search-input {
	border-radius: 0
}

.vreview-sect__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-bottom: 40px
}

@media only screen and (max-width:992px) {
	.vreview-sect__items {
		grid-column-gap: 10px;
		grid-row-gap: 20px
	}
}

@media only screen and (max-width:768px) {
	.vreview-sect__items {
		grid-template-columns: repeat(2, 1fr)
	}
}

@media only screen and (max-width:480px) {
	.vreview-sect__items {
		grid-template-columns: 100%
	}
}

.vreview-sect__item,
.vreview-sect__item-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

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

.vreview-sect__item-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 195px;
	flex: 0 0 195px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media only screen and (max-width:480px) {
	.vreview-sect__item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50vw;
		flex: 0 0 50vw
	}
}

.vreview-sect__item-img::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0, 0, 0, .4)
}

.vreview-sect__item-img_img::before {
	display: none
}

.vreview-sect__item-content,
.vreview-sect__item-tags a {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.vreview-sect__item-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	background-color: #fff;
	border-bottom: 1px solid #b1becb
}

.vreview-sect__item-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px
}

.vreview-sect__item-tags a {
	display: inline-block;
	font-size: 12px;
	line-height: 175%;
	color: #707d8a;
	text-decoration: none;
	margin-right: 5px;
	white-space: nowrap
}

.vreview-sect__item-tags a:hover,
.vreview-sect__item-title:hover {
	text-decoration: none;
	color: #4591e3 !important
}

.vreview-sect__item-tags a:active,
.vreview-sect__item-tags a:focus {
	text-decoration: none;
	color: #707d8a
}

.vreview-sect__item-title {
	display: block;
	color: #25292d;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 150%;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.vreview-sect__item-title:active,
.vreview-sect__item-title:focus {
	text-decoration: none;
	color: #25292d
}

.vreview-sect__item-subtitle {
	margin-bottom: 7px;
	color: #707d8a;
	line-height: 170%;
	font-size: 12px;
	margin-top: auto
}

.vreview-sect__item-name{
	text-decoration: none;
	text-transform: uppercase;
	color: #707d8a;
}

.vreview-sect__item-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vreview-sect__item-more a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 45px;
	margin-right: 15px;
	margin-bottom: 5px
}

.vreview-sect__item:hover .vreview-sect__item-content {
	border-color: #4591e3
}

.who-sect {
	padding: 73px 0 0
}

@media only screen and (max-width:992px) {
	.who-sect {
		padding-top: 50px
	}
}

.who-sect__title {
	text-align: center;
	margin-bottom: 58px
}

.who-sect__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.who-sect__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 222px;
	flex: 0 0 222px;
	margin: 0 15px 70px;
	text-align: center
}

@media only screen and (max-width:992px) {
	.who-sect__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		margin: 0 0 55px;
		padding: 0 15px
	}
}

@media only screen and (max-width:768px) {
	.who-sect__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%
	}
}

@media only screen and (max-width:480px) {
	.who-sect__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0 10px
	}
}

.who-sect__item-img {
	height: 134px
}

.who-sect__item-img img {
	width: auto;
	max-width: 100%
}

.who-sect__item-text {
	font-size: 15px;
	line-height: 140%;
	color: #000
}

@media only screen and (max-width:768px) {
	.who-sect__item:last-child {
		margin-bottom: 0
	}
}

.why-sect {
	padding: 70px 0 30px
}

@media only screen and (max-width:992px) {
	.why-sect {
		padding: 50px 0 0
	}
}

.why-sect__title {
	margin-bottom: 55px;
	font-size: 28px;
	line-height: 1.2;
	color: #21252b;
	font-family: "SF Pro Display", Arial, sans-serif;
	font-weight: 600;
	font-style: normal
}

@media only screen and (max-width:992px) {
	.why-sect__title {
		margin-bottom: 50px;
		font-size: 26px
	}
}

@media only screen and (max-width:576px) {
	.why-sect__title {
		font-size: 24px;
		margin-bottom: 45px
	}
}

.why-sect__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width:992px) {
	.why-sect__items {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}
}

@media only screen and (max-width:576px) {
	.why-sect__items {
		margin-bottom: 20px
	}
}

.why-sect__item {
	width: 23%;
	margin-bottom: 60px;
	padding-right: 30px
}

@media only screen and (max-width:1200px) {
	.why-sect__item {
		width: 24%;
		padding-right: 20px
	}
}

@media only screen and (max-width:992px) {
	.why-sect__item {
		width: 32%
	}
}

@media only screen and (max-width:768px) {
	.why-sect__item {
		width: 50%
	}
}

@media only screen and (max-width:576px) {
	.why-sect__item {
		margin-bottom: 10px
	}
}

@media only screen and (max-width:480px) {
	.why-sect__item {
		width: 100%;
		padding-right: 0
	}
}

.why-sect__item-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.why-sect__item-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
    height: 60px;
}

@media only screen and (max-width:1200px) {
	.why-sect__item-icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px
	}
}

/*.why-sect__item-header{cursor:pointer}*/
.why-sect__item-title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	color: #000;
	font-size: 15px;
	line-height: 134%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.why-sect__item-btn {
	display: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	margin-left: 10px;
	height: 30px;
	line-height: 1;
	pointer-events: none
}

@media only screen and (max-width:992px) {
	.why-sect__item-btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.why-sect__item-btn::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #4591e3;
	border-right: 1px solid #4591e3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.why-sect__item-btn.active::before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.why-sect__item-hidden {
	display: block;
}

.why-sect__item-hidden p {
	color: #555f68;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px
}

.works-sect {
	padding-bottom: 100px
}

@media only screen and (max-width:992px) {
	.works-sect {
		padding-bottom: 50px
	}
}

.works-sect_about {
	padding: 100px 0 120px;
	background-color: #f4f6f8
}

@media only screen and (max-width:992px) {
	.works-sect_about {
		padding: 50px 0
	}
}

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

@media only screen and (max-width:992px) {
	.works-sect__container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.works-sect__container_slider {
	margin-bottom: 75px
}

@media only screen and (max-width:576px) {
	.works-sect__container_slider {
		margin-bottom: 50px
	}
}

.works-sect__slider {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 62%;
	flex: 0 0 62%;
	max-width: 62%;
	position: relative;
	background-color: #f1f6fc;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media only screen and (max-width:992px) {
	.works-sect__slider {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px
	}
}

.works-sect__slider .swiper-container {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%
}

.works-sect__slider-ctrls {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.works-sect__slider-next svg,
.works-sect__slider-prev svg,
.works-sect__slider-zoom {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.works-sect__slider-next,
.works-sect__slider-prev,
.works-sect__slider-zoom {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.works-sect__slider-zoom {
	background-color: #ddd;
	margin-right: 1px
}

.works-sect__slider-zoom:hover {
	text-decoration: none;
	background-color: #fff
}

.works-sect__slider-next,
.works-sect__slider-prev {
	background-color: #fff;
	cursor: pointer
}

.works-sect__slider-prev {
	margin-right: 1px
}

.works-sect__slider-next svg,
.works-sect__slider-prev svg {
	stroke: #4591e3
}

.works-sect__slider-next:focus,
.works-sect__slider-prev:focus {
	outline: 0
}

.works-sect__slider-next:hover svg,
.works-sect__slider-prev:hover svg {
	stroke: #ff4651;
	-webkit-transform: scaleX(1.2);
	-ms-transform: scaleX(1.2);
	transform: scaleX(1.2)
}

.works-sect__slider-next {
	margin-right: 0
}

.works-sect__slider-fract {
	left: auto;
	bottom: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 0;
	overflow: hidden;
	position: relative
}

.works-sect__slider-fract::before {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #b1becb;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.works-sect__slider-fract .swiper-pagination-current {
	color: #4591e3;
	font-size: 18px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.works-sect__slider-fract .swiper-pagination-total {
	font-size: 18px;
	color: #b1becb;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.works-sect__slide {
	display: block;
	min-height: 470px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media only screen and (max-width:576px) {
	.works-sect__slide {
		min-height: 350px
	}
}

.works-sect__aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width:992px) {
	.works-sect__aside {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-left: 0
	}
}

.works-sect__title {
	color: #25292d;
	font-size: 42px;
	line-height: 133%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 15px
}

@media only screen and (max-width:992px) {
	.works-sect__title {
		font-size: 36px
	}
}

@media only screen and (max-width:576px) {
	.works-sect__title {
		font-size: 30px
	}
}

@media only screen and (max-width:480px) {
	.works-sect__title {
		font-size: 26px
	}
}

.works-sect__subtitle {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.works-sect__subtitle-text {
	margin-left: 25px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	color: #25292d;
	font-size: 18px;
	line-height: 150%
}

.works-sect__text {
	margin-bottom: 25px;
	color: #707d8a;
	line-height: 160%;
	font-size: 14px
}

.works-sect__text-hidden {
	display: none
}

.works-sect__text-spoiler {
	display: inline-block;
	color: #4591e3;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.works-sect__text-spoiler.active span:first-child {
	display: none
}

.works-sect__text-spoiler.active span:last-child {
	display: inline-block
}

.works-sect__text-spoiler:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.works-sect__text-spoiler:active,
.works-sect__text-spoiler:focus {
	text-decoration: none;
	color: #4591e3
}

.works-sect__discuss,
.works-sect__watch {
	font-size: 11px;
	text-transform: uppercase;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: .05em;
	height: 55px;
	padding: 5px 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none
}

.works-sect__discuss {
	margin-top: auto;
	margin-bottom: 15px;
	text-align: center;
	background-color: #ff4651;
	color: #fff
}

.works-sect__discuss .bg-btn {
	background-color: #ff2d39
}

.works-sect__watch {
	color: #4591e3;
	border-color: #4591e3
}

.works-sect__watch .bg-btn {
	background-color: #4591e3
}

.works-sect__watch:hover {
	text-decoration: none;
	color: #fff !important
}

.works-sect__groups {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%
}

@media only screen and (max-width:992px) {
	.works-sect__groups {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.works-sect__group {
	width: 47%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width:1200px) {
	.works-sect__group {
		width: 48%
	}
}

@media only screen and (max-width:992px) {
	.works-sect__group {
		width: 100%;
		margin-bottom: 40px
	}
}

.works-sect__group:last-child {
	margin-bottom: 0
}

.works-sect__group-title {
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	padding-left: 50px;
	font-size: 26px;
	line-height: 134%;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #25292d
}

@media only screen and (max-width:1200px) {
	.works-sect__group-title {
		font-size: 24px
	}
}

@media only screen and (max-width:768px) {
	.works-sect__group-title {
		font-size: 22px
	}
}

.works-sect__group-title img {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0
}

.works-sect__group-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
	width: 100%
}

.works-sect__group-items .article-sect__vreview-item {
	width: 48%;
	margin-bottom: 0
}

@media only screen and (max-width:992px) {
	.works-sect__group-items .article-sect__vreview-video {
		height: 200px
	}
}

@media only screen and (max-width:768px) {
	.works-sect__group-items .article-sect__vreview-video {
		height: 150px
	}
}

.works-sect__group-footer,
.works-sect__group-footer a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.works-sect__group-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.works-sect__group-footer::after {
	content: '';
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	height: 1px;
	background-color: #d2dae1;
	margin-right: 30px
}

.works-sect__group-footer a {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 11px;
	line-height: 134%;
	color: #ff4651;
	text-transform: uppercase;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	letter-spacing: .05em;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	margin-right: 20px
}

.works-sect__group-footer a::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #ff4651;
	border-right: 1px solid #ff4651;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.works-sect__group-footer a:hover {
	text-decoration: none;
	color: #ff1321 !important
}

.works-sect__group-footer a:active,
.works-sect__group-footer a:focus {
	text-decoration: none;
	color: #ff4651
}

.youtube-sect {
	padding: 10px 0 100px
}

@media only screen and (max-width:992px) {
	.youtube-sect {
		padding: 0 0 40px
	}
}

@media only screen and (max-width:576px) {
	.youtube-sect {
		padding-bottom: 0
	}
}

.youtube-sect__column,
.youtube-sect__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.youtube-sect__column {
	width: 48.5%
}

@media only screen and (max-width:992px) {
	.youtube-sect__column {
		width: 100%
	}
}

.youtube-sect__title {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:480px) {
	.youtube-sect__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.youtube-sect__link,
.youtube-sect__link::after {
	display: inline-block;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease
}

.youtube-sect__link {
	line-height: 134%;
	color: #4591e3;
	letter-spacing: .05em;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Noah, Arial, sans-serif;
	font-weight: 700;
	font-style: normal
}

@media only screen and (max-width:480px) {
	.youtube-sect__link {
		margin-top: 20px
	}
}

.youtube-sect__link::after {
	content: '';
	width: 5px;
	height: 5px;
	vertical-align: middle;
	margin-left: 5px;
	border-right: 1px solid #4591e3;
	border-bottom: 1px solid #4591e3;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.youtube-sect__link:hover {
	text-decoration: none;
	color: #ff4651 !important
}

.youtube-sect__link:hover::after {
	border-color: #ff4651
}

.youtube-sect__link:active,
.youtube-sect__link:focus {
	text-decoration: none;
	color: #4591e3
}

.youtube-sect__item {
	width: 48%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none
}

@media only screen and (max-width:576px) {
	.youtube-sect__item {
		width: 49%
	}
}

.youtube-sect__item-img {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 145px;
	flex: 0 0 145px;
	border-radius: 10px
}

@media only screen and (max-width:992px) {
	.youtube-sect__item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 200px;
		flex: 0 0 200px
	}
}

@media only screen and (max-width:576px) {
	.youtube-sect__item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25vw;
		flex: 0 0 25vw
	}
}

.youtube-sect__item-img-icon {
	display: inline-block;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.youtube-sect__item-img-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	will-change: transform
}

.youtube-sect__item-img::before {
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .15);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.youtube-sect__item-content {
	padding: 13px 0 23px
}

.youtube-sect__item-content p {
	line-height: 130%;
	font-size: 13px;
	color: #25292d
}

.youtube-sect__item:hover .youtube-sect__item-img-bg {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08)
}

.youtube-sect__item:hover .youtube-sect__item-img::before {
	background-color: transparent
}

.youtube-sect__item_big {
	width: 100%;
	margin-bottom: 23px
}

@media only screen and (max-width:992px) {
	.youtube-sect__item_big {
		margin-bottom: 30px
	}
}

.youtube-sect__item_big .youtube-sect__item-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px
}

@media only screen and (max-width:992px) {
	.youtube-sect__item_big .youtube-sect__item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 350px;
		flex: 0 0 350px
	}
}

@media only screen and (max-width:576px) {
	.youtube-sect__item_big .youtube-sect__item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 52vw;
		flex: 0 0 52vw
	}
}

.youtube-sect__item_big .youtube-sect__item-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	border-bottom: 1px solid #b1becb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px 20px 35px
}

@media only screen and (max-width:576px) {
	.youtube-sect__item_big .youtube-sect__item-content {
		padding: 15px 10px 20px
	}
}

.youtube-sect__item_big .youtube-sect__item-content p {
	font-size: 15px
}

@media (max-width:701px) {
	.mproducts-sect__slide-title {
		min-height: auto;
		margin-bottom: 0
	}

	.mproducts-sect__slide-price {
		margin-top: 10px
	}

	.article-sect .article-sect__video.mx-auto {
		position: relative;
		padding-top: calc(100%/880*480)
	}

	.article-sect .numbers-sect__video-block {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100% !important
	}
}

/* promo */


.cdesc-sect__reviews-title {
	flex-wrap: nowrap;
}

.cdesc-sect__reviews-img {
	width: 90px;
	height: 90px;
	max-width: 90px;
	max-height: 90px;
	border-radius: 50%;
	object-fit: cover;
}

.cdesc-sect__reviews-content {
	margin-left: 35px;
}

.cdesc-sect__reviews-content-top {
	display: flex;
	width: 100%;
	position: relative;
}

.cdesct-sec__reviews-stars {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
}

.cdesct-sec__reviews-stars li {
	width: 13px;
	height: 13px;
	margin: 0px 1px;
}
@media (max-width:768px) {
    .main_mob_order_0{
        order: 0;
    }
    .main_mob_order_1{
        order: 1;
    }
}
.grecaptcha-badge{
    display:none;
}
.fsupbtn{
    position: fixed;
    right: 5%;
    bottom: 15px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,.4);
    cursor: pointer;
    z-index: 9000;
}
.fsupbtn::before,
.fsupbtn::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #444;
}
.fsupbtn::before{
    transform: translateX(-50%) rotate(-45deg);
    margin-left: -5px;
}
.fsupbtn::after{
    transform: translateX(-50%) rotate(45deg);
    margin-left: 5px;
}
@media screen and (max-width: 768px) {
	.fsupbtn {
		display: none;
	}
}
.card-sect__hr-mob{
	display: none;
	padding: 15px;
	color: #4591e3;
	border: 2px solid #4591e3;
	text-decoration: none;
	text-align: center;
}
@media (max-width:576px) {
	.card-sect__hr-mob{
		display: block;
	}
	.catalog-sect__ctrls-sort{
		flex-wrap: wrap;
	}
}

.mmenu-moobile-content{
	display: flex;
	flex-direction: column;
	padding: 25px;
}
.mmenu-moobile-content b{
	padding: 0;
	margin: 0;
}
.mmenu-moobile-content a {
	color: #4591e3 !important;
}
.mmenu-moobile-soc a:not(:last-child){
	margin-right: 15px;
}
.mmenu-mobile-closee{
	position: absolute;
	width: 25px;
	right: 15px;
	top: 17px;
	height: 25px;
}
.mmenu-mobile-closee::before,
.mmenu-mobile-closee::after{
	position: absolute;
	content: "";
	background: #666;
	width: 100%;
	height: 2px;
	top:11px;
}
.mmenu-mobile-closee::before{
	transform: rotate(45deg);
}
.mmenu-mobile-closee::after{
	transform: rotate(-45deg);
}
.main-header__ctrls > .main-header__ctrls-link:nth-child(1){
	visibility: visible !important;
}
.modal-faq .faq-sect{
	width: 100%;
	max-width: 100%;
	padding-top:0;
	padding-bottom: 0;
}
.modal-faq .faq-sect__main{
	margin-right: 0;
}
.modal-faq .card-sect__content-ctrls-btn{
	max-width: 400px;
	margin-top: 20px;
}
.modal-faq .card-sect__content-ctrls-btn .text-btn{
	color: #fff;
}
.modal-faq-win{
	z-index: 99999 !important;
}
.mproducts-sect__slide-footer-one-click{
	width: 48%;
	margin-left: 5px;
	padding: 11px 5px 10px 5px;
	height: 44px;
	text-decoration: none !important;
}
.mproducts-sect__slide-footer-one-click span{
	color: #ff4651;
	font-size:12px;
	font-weight: 500;
}
.mproducts-sect__slide-footer-one-click:hover span{
	color: #ff4651;
}
.main-header__search-fixed-input{
	display: none;
	position: absolute;
    bottom: 0;
    margin-bottom: -50px;
    z-index: 1000;
    left: 0;
    right: 0;
}
.main-header__search-fixed-input input[type="text"] {
	width: 100%;
    border: 1px solid #4591e3;
    padding: 15px 81px 15px 15px;
    background: #fff;
	line-height: 100%;
	font-size: 16px;
}
.main-header__search-fixed-input input[type="submit"] {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    background: #4591e3;
    border: none;
    color: #fff;
	line-height: 100%;
	font-size: 16px;
}
.modal-add-cart-bg {
    position: fixed;
    bottom: 0;
    left: 15px;
    z-index: 9999;
}
.center{
    text-align: center;
}
.modal-add-cart-bg .modal-add-cart {
    width: 100%;
    max-width: 280px;
    padding: 29px 30px 31px 36px;
    background: #fff;
    position: relative;
    z-index: 999;
    text-align: left;
    border: 1px solid #2f84e0;
    margin-bottom: 15px;
    box-shadow: 0 10px 40px 10px rgb(0 0 0 / 40%);
}
.modal-add-cart-bg .modal-add-cart button.close {
    display: block;
    width: 14px;
    height: 14px;
    background: url(/local/templates/bass2021/img/icons/add-cart-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    border: none;
    position: absolute;
    top: 20px;
    right: 22px;
    cursor: pointer; 
}
.modal-add-cart-bg .modal-add-cart img {
    margin-bottom: 6px; 
}
.modal-add-cart-bg .modal-add-cart h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    text-align: left;
    color: #000000;
    margin: 0;
    margin-bottom: 6px; 
}
.modal-add-cart-bg .modal-add-cart a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 133.7%;
    color: #2f84e0;
    padding-right: 12px;
    position: relative; 
}
.modal-add-cart-bg .modal-add-cart a:before {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    background: url(/local/templates/bass2021/img/icons/add-cart-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 6px;
    right: 0; 
} 
.sv_razm_btn{
	background: rgba(89, 178, 237, 1);
    position: fixed;
    color: #fff;
    top: 27%;
    right: -20px;
    transform: rotate(-90deg);
    padding: 5px 10px;
    border-radius: 10px 5px 0 0;
    font-size: 14px;
    line-height: 100%;
	cursor: pointer;
	z-index: 2000;
}