

/* Start:/local/templates/bass2021/css/all.css?1750893701579373*/
@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(/local/templates/bass2021/css/../fonts/SFProDisplayLight/SFProDisplay-Light.woff2) format("woff2"), url(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../fonts/SFProDisplayRegular/SFProDisplay-Regular.woff2) format("woff2"), url(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../fonts/SFProDisplayMedium/SFProDisplay-Medium.woff2) format("woff2"), url(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../fonts/SFProDisplaySemibold/SFProDisplay-Semibold.woff2) format("woff2"), url(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../fonts/SFProDisplayBold/SFProDisplay-Bold.woff2) format("woff2"), url(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../fonts/SFProDisplayHeavy/SFProDisplay-Heavy.woff2) format("woff2"), url(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../fonts/SFProDisplayBlack/SFProDisplay-Black.woff2) format("woff2"), url(/local/templates/bass2021/css/../fonts/SFProDisplayBlack/SFProDisplay-Black.woff) format("woff")
}

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

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

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

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

@font-face {
	font-family: "Open Sans";
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/bass2021/css/../fonts/OpenSans/OpenSans.woff2) format("woff2"), url(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../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(/local/templates/bass2021/css/../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 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 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 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;
}
/* End */


/* Start:/local/templates/bass2021/css/bootstrap.css?1709659849188390*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-sect__container [id^=bx_incl_area] {
  display: contents;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
	    position: fixed;
    width: 100%;
    z-index: 1000;
  /*position: relative;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 0 10px 0 0;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 30px;
    line-height: 1;
    text-align: center;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
    width: 40px;
    height: 40px;
    padding: 40px;
    background: no-repeat 50% / 50% 50%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  border-radius: 0 30px 30px 0;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  border-radius: 30px 0 0 30px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #F44336;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding: 20px;
    color: #222;
    background-color: #FAFAFA;
    width: fit-content;
    margin: auto;
    text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* End */


/* Start:/local/templates/bass2021/css/jquery.fancybox.min.css?171500423712795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/bass2021/css/jivosite/jivosite.css?17189751601934*/
/* MAIN WRAPPER WIDGETS-AREA*/
#widgets-area {
	width: 50px;
	height: auto;
	position: fixed;
	right: 0;
	bottom: calc(50% - 140px);
	background-color: rgba(95, 158, 160, 0.2);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	gap: 3px;
	padding: 4px 7px;
	border-radius: 20px 0 0 20px;
	z-index: 1000;
	box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {
	#widgets-area {
		width: 39px;
/*		border-radius: 20px 20px 0 0;
		height: 30px;
		width: auto;
		bottom: 0;
		right: calc(50% - 86px);
		flex-direction: row;*/
	}

	#widgets-area>.widget-href>img {
		width: 25px !important;
		height: auto;
	}

	#jivo_custom_widget {
		width: 25px !important;
		height: 25px !important;
	}
}

#widgets-area>.widget-href {
	display: inline-block;
	object-fit: contain;
}

#widgets-area>.widget-href>img {
	width: 50px;
	height: auto;
	transition: .1s;
}

#widgets-area>.widget-href>svg {
	transition: .1s;
}

#widgets-area>.widget-href>img:hover, #widgets-area>.widget-href>svg:hover {
	transform: scale(1.1) rotate(360deg);
	transition: .5s;
}

/* hide the original widget - that there were no two labels on the screen*/
#jivo_chat_widget {
	display: none;
}

/* the default style - for offline messages if no one is online */
#jivo_custom_widget {
	/* position: fixed;
	left: -3px;
	top: 30%; */
	z-index: 300000;
	cursor: pointer;
	transition: .1s;
	height: 36px;
	width: 36px;
	background-size: contain;
	border-radius: 50px;
	background-image: url(/upload/jivosite/jivo_widget_offline.png);
}

/* when you hover the label should be shifted to the right by 3px */
#jivo_custom_widget:hover {
	left: 0;
	transform: scale(1.1) rotate(360deg);
	transition: .5s;
}

/* if there are operators online - show other label*/
#jivo_custom_widget.jivo_online {
	/*height: 50px;*/
	background-image: url(/upload/jivosite/jivo_widget_online.png);
}
/* End */


/* Start:/local/templates/bass2021/css/app1.css?17407249985874*/
.fspreloader{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8);
}
.sk-wave {
    width: 6em;
    height: 4em;
    margin: auto;
    text-align: center;
    font-size: 1em;
}
.sk-rect:not(:last-child){
    margin-right: 5px;
}
.sk-wave .sk-rect {
    background-color: #4591e3;
    height: 100%;
    width: 0.5em;
    display: inline-block;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect-1 {
    animation-delay: -1.2s;
}
.sk-wave .sk-rect-2 {
    animation-delay: -1.3s;
}
.sk-wave .sk-rect-3 {
    animation-delay: -1.4s;
}
.sk-wave .sk-rect-4 {
    animation-delay: -1.5s;
}
.sk-wave .sk-rect-5 {
    animation-delay: -1.6s;
}
@keyframes sk-wave-stretch-delay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
   }
    20% {
        transform: scaleY(1);
   }
}
.soc_modal_ar{
    display: none;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    margin: 15px;
    padding: 25px 50px;
    z-index: 4000;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .5);
}
.soc_modal_ar .close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
}
.soc_modal_ar .close::before,
.soc_modal_ar .close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #444;
    height: 2px;
}
.soc_modal_ar .close::before{
    transform: rotate(45deg);
}
.soc_modal_ar .close::after{
    transform: rotate(-45deg);
}
.soc_modal_ar > p{
    color: #000;
    font-size: 18px;
}
.soc_modal_ar > a{
    color: #4591e3;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px dashed #4591e3;
}
.soc_modal_ar-w a:not(:last-child){
    margin-right: 10px;
}
.soc_modal_ar-w{
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.soc_modal_ar .close{
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.dzensvgmodsoc path{
    transform: scale(0.6);
}
.main_mob_only{
    display: none;
}
@media (max-width: 768px){
	.soc_modal_ar{
		margin: 15px 0;
	}
    .main_mob_only{
        display: block;
    }
    .main_mob_test,
    .main_top_sec,
    .main_mob_you{
        margin-top: 30px;
    }
}
.white-link{
    color: #fff;
}
.main_mob_order_2{
    order: 2;
}
.main_mob_order_3{
    order: 3;
}
.main_mob_order_4{
    order: 4;
}
.main_mob_order_5{
    order: 5;
}
.main_mob_order_6{
    order: 6;
}
.main_mob_order_7{
    order: 7;
}
.main_mob_order_8{
    order: 8;
}
.main_mob_order_9{
    order: 9;
}
.main_mob_order_10{
    order: 10;
}
.main_mob_order_11{
    order: 11;
}
.main_mob_order_12{
    order: 12;
}
.main_mob_order_13{
    order: 13;
}
.main_mob_order_14{
    order: 14;
}
.main_mob_order_15{
    order: 15;
}
.modal{
    overflow: auto !important;
}
.mproducts-sect__slide-labels{
    z-index: 100;
}
.product-item-mob{
    display: none;
    margin-bottom: 20px;
}
.product-item-mob .mproducts-sect__slide-title{
    text-align: center;
}
.product-item-mob .mproducts-sect__slide-price{
    justify-content: center;
}
@media (max-width: 576px){
    .product-item-mob{
        display: block;
    }
    .mproducts-sect__slide-content .mproducts-sect__slide-title{
        display: none;
    }
    .product-item{
        margin-bottom: 0;
        margin: 5px 0;
        padding: 30px;
    }
    .mproducts-sect__slide-header-exist, .mproducts-sect__slide-header-size{
        font-size:12px;
    }
    .mproducts-sect__slide-header{
        flex-direction: column;
        align-items: center;
    }
    .mproducts-sect__slide-header-exist{
        margin-top: 5px;
    }
}
.fast_view-bottom{
    display: block;
}
.fast_view-call{
    max-width: 400px;
    margin-top: 30px;
    width: 100%;
    background: #4591e3;
    border-radius: 5px;
    padding: 10px 0;
    height: auto !important;
}
.fast_view-call a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fast_view-call a svg{
    fill: #fff;
}
.fsprodimgsgal-bls-w{
    height: 250px;
    display: flex;
}
.fsprodimgsgal-bls{
    position: relative;
    flex-grow: 1;
}
.fsprodimgsgal-pag{
    position: absolute;
    bottom: 15px;
    display:flex;
    left: 50%;
    transform: translateX(-50%);
}
.fsprodimgsgal-pag-item{
    display:block;
    width: 5px;
    margin: 0 3px;
    height: 5px;
    border-radius: 5px;
    background: #999;
    transition: .3s all ease;
}
.fsprodimgsgal-pag-item.active{
    background: #2f84e0;
}
.product-item .catalog-sect__product-slider{
    display: none;
}
@media (max-width: 768px){
    .product-item .catalog-sect__product-slider{
        display: flex;
    }
    .fsprodimgsgal-bls-w{
        display: none;
    }
}
.main-header__nav a.top-menu-acc{
    position: relative;
    margin-right: 8px;
    color: #ff4651;
}
.top-menu-acc::after{
    content: "%";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    background: #ff4651;
    color: #fff;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plus-sect__img img.plus-sect__img-target{
    /*max-width: 400px !important;*/
    width: clamp(290px, 100vw, 400px);
}
.card-sect__mslider-pagin{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.card-sect__mslider-pagin .swiper-pagination-bullet{
    margin: 0 3px;
}
.card-mslider{
    margin-bottom: 20px;
}
.fancybox-button.fancybox-button--close svg path{
    stroke-width: 1;
}
.ytblock-vk-icon{
    width: 50px;
}
/* End */


/* Start:/local/templates/bass2021/css/beauty.css?172857133110189*/
.cdesc-sect__description-animated {
  position: relative;
  overflow: auto;
  box-shadow: -3px 3px 17px 3px rgba(0, 0, 0, 0.062745098);
  margin: 7px;
  padding: 7px 33px 22px 30px;
  border-radius: 7px;
  width: 100%;
  transition: 0.5s;
  background: linear-gradient(to left, transparent 0px, rgba(211, 247, 246, 0.3411764706) 100px, transparent 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.cdesc-sect__description-animated:hover {
  background-size: 100% 100%;
  background-position: 800px 0;
  box-shadow: -3px 3px 27px 7px rgba(0, 0, 0, 0.0901960784);
  transition: 1s;
}
.cdesc-sect__description-animated img {
  transition: 0.5s;
  border-radius: 7px;
  box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, 0.1254901961);
}
.cdesc-sect__description-animated img:hover {
  box-shadow: 3px 3px 12px 1px rgba(0, 0, 0, 0.1254901961);
  transform: scale(1.05);
  transition: 0.5s;
}
.cdesc-sect__description-animated>p>a {
  color: rgb(70, 100, 156);
  text-decoration: none;
  background: linear-gradient(to bottom, transparent, rgba(36, 138, 179, 0.281));
  background-size: 100% 5px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  padding: 0 5px;
  border-radius: 3px;
  transition: 0.5s;
}
.cdesc-sect__description-animated>p>a:hover {
  background-size: 100% 100%;
  background-position: 10% 100%;
  color: black;
  text-decoration-color: rgba(0, 0, 255, 0.164);
  transition: 0.5s;
}
.cdesc-sect__description-animated h2,
.cdesc-sect__description-animated h3 {
  margin: 27px 7px 7px 3px;
  display: block;
/*  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.33); */
}
.cdesc-sect__description-animated p {
  text-align: justify;
  /*text-indent: 12px;*/
  margin: 12px 0;
  min-width: 30%;
}
/*.cdesc-sect__description-animated p::first-letter {
  color: blue;
  text-shadow: -2px 2px 12px rgba(0, 0, 0, 0.4);*/
}
.cdesc-sect__description-animated iframe {
  border-radius: 7px;
  box-shadow: 1px 1px 22px 0px rgba(0, 0, 0, 0.1254901961);
}
.cdesc-sect__description-animated .to-right {
  float: right;
  margin: 12px 0 12px 12px;
}
.cdesc-sect__description-animated .to-left {
  float: left;
  margin: 12px 12px 12px 0;
}
.cdesc-sect__description-animated .thirty-percent {
  width: 30% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .fifty-percent {
  width: 50% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .hundred-percent {
  width: 100% !important;
  height: auto !important;
}
.cdesc-sect__description-animated .hundred-percent:hover {
  transform: scale(0.95) !important;
}
.cdesc-sect__description-animated .hundred {
  width: 100px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .three-hundred {
  width: 300px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .five-hundred {
  width: 500px !important;
  height: auto !important;
}
.cdesc-sect__description-animated .no-shadow {
  box-shadow: none !important;
  text-shadow: none !important;
}
.cdesc-sect__description-animated .no-radius {
  border-radius: 0 !important;
}
.cdesc-sect__description-animated .center-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 27px;
}
.cdesc-sect__description-animated .center-around p {
  flex: 1 0 30%;
}
.cdesc-sect__description-animated .center-around img {
  flex: 1 0 30%;
}

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

.article-video-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 27px;
	box-shadow: -2px 5px 13px 2px #0000001c;
    padding: 7px 12px;
    border-radius: 7px;
    transition: 1s;
}
.article-video-container:hover {
    transform: scale(1.01);
    transition: .5s;
}
.article-video-container>iframe {
    min-width: 45%;
    border-radius: 7px;
    box-shadow: -2px 5px 13px 2px #00000070;
    float: left;
    width: 50%;
    height: 200px;
}
.article-video-container img {
    border-radius: 7px;
    box-shadow: -2px 5px 13px 2px #0000001c;
    transition: .5s;
}

.article-video-container img:hover {
    transform: scale(1.3) translateY(-50px);
    box-shadow: -7px 10px 26px 2px #00000085;
    transition: .5s;
}
.cdesc-sect__description-animated figure  {
	padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	
.cdesc-sect__description-animated figcaption {
	font-size: 12px; 
    margin: -10px 10px 0 27px;
}
.cdesc-sect__description-animated figcaption>span {
	font-size: 12px; 
    font-style: italic;
    color: #0000005c;
    margin-right: 7px;
}

.cdesc-sect__description-animated ol li {
    list-style-type: decimal;
}

/* mobile-version repear */
.main-footer__aside-info-desc {
    font-size: 12px !important;
}

/* --start Кнопки звонка и ватсаппа в моб.версии внизу Эдуард */
@media screen and (min-width: 769px) {
  .bottomEasyCalls {
    display: none;
    opacity: 0;
    transition: 0.5s;
  }
  .main_mob_order_8 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .bottomEasyCalls {
    position: fixed;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    bottom: 0;
    left: 0;
    box-shadow: -1px 0px 8px 0 rgba(0, 0, 0, 0.4392156863);
    z-index: 1000;
    transition: 0.5s;
  }
  .bottomEasyCalls > span {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .bottomEasyCalls a {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: white;
    font-size: clamp(12px, 2.5svw, 22px);
    text-decoration: none;
    font-weight: 700;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3137254902);
  }
  .bottomEasyCalls > div a {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .bottomEasyCalls > .easyCall {
    width: 50%;
    min-width: 100px;
    background-color: #FF4651;
    padding: 7px;
    border: solid 1px #dbdbdb;
  }
  .bottomEasyCalls > .easyCall svg {
    margin-bottom: -4px;
    margin-right: 3px;
    height: clamp(15px, 7svw, 20px);
  }
  .bottomEasyCalls > .easyWhatsApp {
    width: 50%;
    min-width: 100px;
    background-color: #25D366;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    padding: 7px;
    border-right: solid 1px #dbdbdb;
  }
  .bottomEasyCalls > .easyWhatsApp svg {
    margin-bottom: -3px;
    width: auto;
    height: clamp(15px, 7svw, 32px);
  }
  .fsupbtn {
     bottom: 50px;
  }
}
@media screen and (max-width: 340px) {
    .bottomEasyCalls > .easyWhatsApp {
      padding: 7px 25px;
    }
  }
/* --end Кнопки звонка и ватсаппа в моб.версии внизу Эдуард */

/* --start Костыль для отображения кнопко листинга купить в 1 клик */
@media screen and (max-width:1085px) and (min-width:991px) {
    .mproducts-sect__slide-footer-one-click {
        padding: 5px 5px 10px 5px;
    }
}
/* --end Костыль для отображения кнопко листинга купить в 1 клик */

/* --start Костыль для отображения кнопки консультанта ("сползла") */
.consult-sect__banner.consult-sect__banner_static.custom-banner > div.consult-sect__banner-btn {
  margin-top: initial;  
}
/* --start Костыль для отображения кнопки консультанта ("сползла") */
/* --start Манагер */
.manager-leiko {
    background: url(/local/templates/bass2021/img/aside-fselect-bg.jpg) no-repeat bottom;
    background-size: cover;
    background-position: top;
    position: relative;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.manager-leiko > .manager-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: white;
    align-items: flex-start;
    position: absolute;
    top: 10px;
    left: 5px;
    justify-content: space-evenly;
    width: 100%;
}

.manager-leiko > .catalog-sect__fselect-title, .manager-leiko > .catalog-sect__fselect-text {
  text-shadow: 1px 1px 7px black;
  backdrop-filter: blur(5px);
  padding: 3px;
  border-radius: 7px;
  } 

.manager-leiko > .manager-info a {
    color: white;
}

.manager-leiko > .manager-info a:hover {
    color: #b8dbf9;
}

.manager-leiko > .manager-info > div {
    font-size: clamp(12px, 2em, 14px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 48%;
    text-wrap: nowrap;
}

.manager-leiko > .manager-info > .manager-stars {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: -7px;
    font-size: 22px;
    color: #ff4651;
    text-shadow: 1px -1px 5px white;
}

.manager-comments {
    color: white;
    font-size: clamp(12px, 2em, 14px);
    text-shadow: none;
    margin-top: -5px;
}

@media screen and (max-width: 450px) {
  form.catalog-sect__fselect {
    display: flex;
  }
  .catalog-sect__aside-close::before, .catalog-sect__aside-close::after {
    background: white;
    top: -15px;
    right: -15px;
  }
  .manager-leiko > .manager-info > .manager-stars {
    margin-top: -6px;
    font-size: 30px;
  }
  .manager-leiko > .manager-info > div, .manager-comments {
    font-size: clamp(18px, 2em, 20px);
  }
  .manager-comments {
    margin-top: -8px;
  }
}
/* --end Манагер */
/* --start костыль телефоны для коллтрекинга, скрывать наши, показывать call touch*/
/*.zphone {
  display: none;
  }
*/
.calltouch_upload_number {
  display: inline-block;
  }
.main-footer__call-phone > a[href^="tel:"], .contacts-sect__data-select-phone > a[href^="tel:"] {
  color: #4591E3 !important;
  text-decoration: none;
}
/* --end костыль телефоны для коллтрекинга, скрывать наши, показывать call touch*/
/* End */


/* Start:/local/templates/bass2021/basseyn-spa_custom-style.css?1727183267838*/
/*Таблица из статьи плавательных бассейнов https://xn----7sbbbvy2arnae2j.xn--p1ai/shop/gidromassazhnye/plavatelnye/*/
.table-swimming, .table-swimming th, .table-swimming td, .table-swimming tr {
	border: 1px solid black;
	border-collapse: collapse;
    padding: 3px;
    text-align: center;
}
.table-swimming {
    width: 100%;
}

.table-swimming .table-swimming-text-start {
    text-align: left;
}


/*Таблица из статьи SPA-бассейны с двумя чашами https://xn----7sbbbvy2arnae2j.xn--p1ai/shop/gidromassazhnye/spa_basseyny_s_dvumya_chashami/*/
.table-two-bowls, .table-two-bowls th, .table-two-bowls td, .table-two-bowls tr {
	border: 1px solid black;
	border-collapse: collapse;
    padding: 3px;
    text-align: center;
}

/*.table-two-bowls {
    width: 100%;
}*/
/* End */


/* Start:/local/templates/bass2021/components/bitrix/search.title/.default/style.css?1623698002129*/
/* .main-header__search-result{
    position: relative!important;
    display: block!important;
    pointer-events: all;
} */
/* End */


/* Start:/local/templates/bass2021/components/bitrix/sale.basket.basket.line/.default/style.css?162178993996*/
.mcart-dialog{
	background-color: #fff;
	box-shadow: 0 12px 28px #dedede;
	border-radius: 5px;
}
/* End */


/* Start:/local/templates/bass2021/components/bitrix/system.pagenavigation/.default/style.min.css?16698876021187*/
.pagination{width:100%;display:flex}.pagination .pagi-link:hover span,.pagination a.pagi-link{color:#707d8a}.pagination .pagi-current,.pagination a.pagi-link{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:33px;height:33px;border-radius:5px;line-height:194%;margin-right:10px;font-size:14px;text-decoration:none;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.pagination .pagi-prev{width:auto;margin-right:auto!important}.pagination .pagi-current{background-color:#4591e3!important;color:#fff!important}.pagination .pagi-next,.pagination .pagi-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}.pagination .pagi-next span{margin-right:5px}.pagination .pagi-prev span{margin-left:5px}.pagination .pagi-next{width:auto;margin-left:auto}
/* End */


/* Start:/local/templates/bass2021/styles.css?171956116236282*/
textarea {
  resize: none
}

.list-item .mproducts-sect__slide-footer {
  box-shadow: 0 0 0 0 #fff;
  padding: 0
}

.catalog-sect__product-slider {
  background: #fff;
  opacity: 1;
}

.catalog-sect__product-slider-next,
.catalog-sect__product-slider-prev {
  opacity: 0
}

.product-item:hover .catalog-sect__product-slider-next,
.product-item:hover .catalog-sect__product-slider-prev {
  opacity: 1
}

.card-sect__content-quest-social {
  color: #000;
  text-align: center;
  border: 1px solid #b1becb;
  border-radius: 30px;
  text-decoration: none;
}

.card-sect__content-quest-social-title {
  font-size: 14px;
  padding-top: 5px;
}

.card-sect__content-quest-social-list {
  display: flex;
  margin: 5px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px 0;
}

.card-sect__content-quest-social-icon {
  fill: #4591e3;
}

.mcart-dialog {
  z-index: 16
}

.favorites .mproducts-sect__slide-footer {
  box-shadow: 0 0 0 0
}

.no-item_size-b {
  font-size: 18px
}

.no-item_color {
  color: #FF4651
}

.no-item_size-sm {
  font-size: 10px;
}

.no-item_pos-logo {
  position: absolute;
  top: 0;
  right: 0;
}

.no-item_pos {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #FF4651;
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 167px;
  padding: 5px 10px;
  border-radius: 36px;
  z-index: 25;
}

.main-footer__yandex img {
  max-width: 200px !important;
}

.q_shops-banner .q_shops-banner__right {
  flex: 0 0 379px;
}


@media (max-width: 768px) {
  .q_shops-banner .q_shops-banner__right {
    flex: 0 0 100%;
  }
}


.promo {
  position: fixed;
  left: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  z-index: 1000;
}

.promo * {
  color: #fff;
}

.promo__title {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.promo__title span {
  font-weight: 600;
  font-size: 42px;
  color: #fff;
}

.promo_top {
  height: 165px;
  padding: 20px;
  border: 1px solid #4591e3;
  background: url(/img/promoGift.svg) no-repeat center center;
  background-position-y: 10%;
  background-size: 50%;
  background-color: #4591e3;
  border-radius: 10px;
}

.promo__inactive {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo__timer {
  width: 100%;
  height: 25px;
  background: #4591e3;
  position: relative;
  border-radius: 2px;
  margin-top: 5px;
}

.promo__timer::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -webkit-transition: width 40s linear;
  transition: width 38s linear;
}

.promo__timer.is-active::after {
  width: 0%;
}

.promo_active {
  height: 165px;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.promo_active p {
  text-align: center;
}

.promo_active b {
  font-weight: 600;
}

.promo__coupe {
  display: block;
  margin-top: 7px;
  font-size: 36px;
  font-weight: 700;
}

.promo__button {
  margin-top: 10px;
  background: #4591e3;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 7px;
  opacity: 1;
  border: none;
  border-radius: 10px;
  height: 46px;
  cursor: pointer;
}

.promo__button.is-active {
  background: #fff;
  opacity: 1 !important;
  border: 1px solid #4591e3;
  color: #4591e3;
}

.promo__close {
  position: absolute;
  width: 15px;
  height: 15px;
  background: transparent;
  top: -3px;
  right: -3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.promo__close::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 15px;
  height: 2px;
  background: #4591E3;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.promo__close::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 2px;
  background: #4591E3;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cdesc-sect__reviews-title {
  flex-wrap: nowrap;
  align-items: flex-start;
}

.cdesc-sect__reviews-img {
  width: 100%;
  height: 270px;
  max-width: 100%;
  max-height: 300px;
  border-radius: 15px 15px 0px 0px;
  object-fit: cover;
}

.cdesc-sect__reviews-content {
  margin-left: 0px;
  width: 100%;
}

.cdesc-sect__reviews-content-top {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 7px;
}

.cdesct-sec__reviews-stars {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

.cdesct-sec__reviews-stars li {
  width: 13px;
  height: 13px;
  margin: 0px 1px;
}


.cdesc-sect__reviews-date {
  color: #b1b1b1;
  font-size: 16px;
}

.cdesc-sect__reviews-city {
  margin-left: 22px;
  color: #b1b1b1;
  font-size: 16px;
}

.cdesc-sect__reviews-title-text {
  font-size: 18px;
  margin-top: 20px;

}


.cdesc-sec__reviews-product-name {
  color: #333;
  font-size: 18px;
  margin-top: 15px;
}

.cdesc-sec__reviews-product {
  display: flex;
  align-items: center;
  text-decoration: none;
}



.cdesc-sec__reviews-product-img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 15px;
}

.cdesc-sec__reviews-product-text {
  line-height: 1;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

@media (max-width: 480px) {
  .cdesc-sect__reviews-content-top {
    flex-wrap: wrap;
  }

  .cdesct-sec__reviews-stars {
    position: static;
  }

  .cdesc-sect__reviews-city {
    width: 120px;
  }
}

@media (max-width: 420px) {
  .cdesc-sect__reviews-content-top {
    flex-direction: column
  }

  .cdesc-sect__reviews-city {
    margin-left: 0px;
  }

  .cdesc-sect__reviews-date,
  .cdesc-sect__reviews-city {
    font-size: 14px;
  }

  .cdesc-sect__reviews-img {
    width: 70px;
    height: 70px;
    max-width: 70px;
  }

  .cdesc-sect__reviews-content {
    margin-left: 0px;
  }

  .cdesct-sec__reviews-stars {
    margin-top: 5px;
  }

  .cdesc-sect__reviews-title-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .cdesc-sec__reviews-product-img {
    width: 70px;
    height: 70px;
    margin-right: 8px;
  }

  .cdesc-sec__reviews-product-text {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .mobile-fix-buttons {
    display: none !important;
  }

  .promo {
    left: auto;
    right: 20px;
    bottom: 40px;
    width: 160px;
  }

  .promo_top {
    padding: 10px;
    height: 120px;
  }

  .promo__title {
    font-size: 14px;
  }

  .promo__title span {
    font-size: 28px;
  }

  .promo__coupe {
    font-size: 28px;
  }

  .promo__button {
    height: 40px;
  }

  .popupAnim_e298 {
    display: none !important;
  }
}


/*reviews*/

.feedback-sect__content {
  flex-direction: column;
}

.feedback-sect__main {
  width: 100%;
}

.cdesc-sect__reviews-block {
  width: calc(50% - 10px);
}

.feedback-sect__reviews.rev-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.cdesc-sect__reviews-product__more {
  color: #4591e3;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.feedback-sect__reviews .cdesc-sect__reviews-block {
  margin-bottom: 20px;
  border: none;
  border-bottom: 2px solid #f2f2f2;
  border-radius: 0px;
}

.cdesc-sect__reviews-product__more {
  position: relative;
  line-height: 1;
}

.cdesc-sect__reviews-product__more::after {
  content: "";
  position: absolute;
  font-size: 13px;
  background: #a6a6a6;
  font-family: FontAwesome;
  right: -20px;
  top: 6px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  transition: 0.3s all ease-in-out;
}

.cdesc-sect__reviews-product__more::before {
  content: "";
  position: absolute;
  font-size: 13px;
  background: #a6a6a6;
  font-family: FontAwesome;
  right: -20px;
  top: 13px;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  transition: 0.3s all ease-in-out;
}

.cdesc-sect__reviews-product__more:hover::after {
  transform: rotate(35deg) translateX(1px);
  /*top: 11px;*/
}

.cdesc-sect__reviews-product__more:hover::before {
  transform: rotate(-35deg) translateX(1px);
  /*top: 16px;*/
}


@media (max-width: 768px) {
  .cdesc-sect__reviews-block {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cdesc-sec__reviews-product {
    flex-wrap: wrap;
    display: flex;
  }

  .cdesc-sec__reviews-product-text {
    width: 100%;
  }

  .cdesc-sec__reviews-product-img {
    width: 110px;
    height: 110px;
  }
}

.feedback-sect__aside {
  width: 100%;
}

.feedback-sect__form form {
  display: flex;
  align-items: center;
}

.feedback-sect__form-submit.def-btn {
  width: 300px;
  margin-left: auto;
}

.feedback-sect__form-video {
  margin: 20px;
}

.feedback-sect__form-input {
  margin-bottom: 0px;
  margin: 0px 5px;
}

.feedback-sect__form-text {
  display: none;
}

.feedback-sect__form-nav a::after {
  width: 100%;
}

#form-tab-2 form {
  display: flex;
  flex-wrap: wrap;
}

#form-tab-2 .feedback-sect__form-input {
  width: calc(50% - 15px);
}

#form-tab-2 .feedback-sect__form-rating {
  width: 100%;
  margin: 20px 0px;
}

#form-tab-2 .feedback-sect__form-textarea {
  width: 100%;
}

.card-sect__info-rev-rating div {
  cursor: pointer;
}

.card-sect__info-rev-rating {
  flex-direction: row-reverse;
}

.rate__item:hover,
.rate__item:hover~.rate__item,
.rate__item.active,
.rate__item.active~.rate__item {
  filter: invert(87%) sepia(37%) saturate(4687%) hue-rotate(357deg) brightness(105%) contrast(109%);
}

#form-tab-2 .feedback-sect__form-video {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
}

#form-tab-2 .feedback-sect__form-submit.def-btn {
  margin: 0 auto;
}

.feedback-sect__videos.rev-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feedback-sect__video {
  border: 2px solid #f3f3f3;
  border-radius: 15px;
  overflow: hidden;
  max-width: 580px;
  width: calc(50% - 15px);
}

.feedback-sect__video-footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px 15px;
}

.feedback-sect__video .cdesc-sect__reviews-content-top {
  margin: 5px 0px;
}

@media (max-width: 992px) {
  #form-tab-1 form {
    flex-wrap: wrap;
  }

  #form-tab-1 .feedback-sect__form-input {
    width: 100%;
    margin: 5px 0px;
  }
}

@media (max-width: 768px) {
  .feedback-sect__video {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  #form-tab-1 form {
    flex-direction: column;
    align-items: flex-start;
  }

  #form-tab-1 .feedback-sect__form-submit.def-btn {
    margin-left: 0;
    margin-right: auto;
  }

  #form-tab-1 .feedback-sect__form-video {
    margin-left: 0;
  }
}

.temp-dnone {
  display: none;
}

.cdesc-sect .cdesc-sect__description h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 3px !important;
}

.cdesc-sect .cdesc-sect__description h3 {
  font-weight: 600;
  font-size: 16px !important;
  margin-bottom: 3px !important;
}

.cdesc-sect .cdesc-sect__description h4 {
  font-weight: 600 !important;
  font-size: 14px !important;
  margin-bottom: 3px !important;
}

.cdesc-sect .cdesc-sect__description b {
  font-weight: 600 !important;
}

.cdesc-sect__reviews-block {
  padding: 0px;
}

.cdesc-sect__reviews-content-wrap {
  padding: 20px;
}


@media (max-width: 520px) {
  .cdesc-sect__reviews-img {
    height: 220px !important;
    width: 100% !important;
  }
}

.sections-list-horizontal_item img {
  max-width: 100px !important;
  object-fit: contain;
}

@media (max-width: 992px) {
  .sale-cashback-gift-block {
    padding: 22px !important;
  }
}

@media (max-width: 480px) {
  .sale-cashback-gift-block p {
    font-size: 14px;
  }
}

.container-iframe iframe {
  position: static !important;
  min-height: 400px;
}

.container-iframe {
  padding: 0px !important;
  height: auto;
}

@media (max-width: 640px) {
  .container-iframe iframe {
    min-height: 280px;
  }
}

@media (max-width: 375px) {
  .container-iframe iframe {
    min-height: 210px;
  }
}

.main-footer__biotronika {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.biotronika__button {
  display: block;
  width: 32%;
  text-align: center;
  padding: 15px 0px;
  font-size: 12px;
  color: #25292d;
  background: #fff;
  text-decoration: none;
  transition: color .3s ease;
  font-weight: 500;
  border-radius: 5px;
}
.biotronika__button:hover {
  color: #4591E3;
}

.biotronika__project {
  padding-left: 20px;
  position: relative;
}
.biotronika__project::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 22px;
  top: 50%; transform: translateY(-50%);
  background: url('https://i.ibb.co/71fw1Ty/biotronika-Footer-Logo.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.biotronika__other {
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all .3s ease;
}

.biotronika__other-header {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.biotronika__other-header::after {
  display: inline-block;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-top: 1px solid #4591e3;
  border-right: 1px solid #4591e3;
  -webkit-transform: translateY(-2px) rotate(-45eg);
  -ms-transform: translateY(-2px) rotate(-45eg);
  transform: translateY(-2px) rotate(45deg) rotateX(180deg);
}

.biotronika__other.is-active .biotronika__other-header::after{
  -webkit-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

.biotronika__other-body {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s ease;
}
.biotronika__other.is-active .biotronika__other-body {
  max-height: 70px;
}

.biotronika__other.is-active {
  border-radius: 5px 5px 0px 0px;
}


.biotronika__other-item {
  width: 80%;
  margin: 0 auto;
  padding: 8px 0px;
  padding-left: 22px;
  color: #25292d;
  text-decoration: none;
  text-align: left;
  border-top: 1px solid #E1E8F0;
  position: relative;
  transition: color .3s ease;
}

.biotronika__other-item:hover {
  color: #4591E3;
}

.biotronika__other-item::before {
  content: '';
  position: absolute;
  width: 15px; height: 15px;
  top: 50%; left: 0; transform: translateY(-50%);
  background: url('https://i.ibb.co/VgstJtH/massage-Footer-Logo.png') no-repeat center;
  background-size: contain;
}

.biotronika__other-item:nth-child(2)::before {
  background-image: url('https://i.ibb.co/BtnRLH8/biokamin-Footer-Logo.png');
}


@media (max-width: 1140px) {
  .main-footer__main {
    padding-right: 40px;
  }
  .main-footer__main-columns {
    margin-bottom: 35px;
  }
  .biotronika__button {
    width: 250px;
    padding: 15px 0px;
    margin: 8px 0px;
    text-align: left;
  }

  .biotronika__button:not(.biotronika__other) {
    padding: 15px 4%;
  }
  .biotronika__project {
    padding-left: 7.5% !important;
  }
  .biotronika__project::before {
    left: 10.7%;
  }

  .biotronika__other-header {
    text-align: left;
  }

  .main-footer__biotronika {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .biotronika__button:not(.biotronika__other) {
    padding: 15px 42px !important;
  }
  .biotronika__project::before {
    left: 25px;
  }
  .biotronika__button {
    width: 48%;
    font-size: 14px;
  }
  .main-footer__aside iframe {
    width: 180px;

  }
}

@media (max-width: 560px) {
  .biotronika__button {
    width: 100%;
  }
  .biotronika__button:not(.biotronika__other) {
    padding: 15px 50px !important;
  }
  .biotronika__other-header {
    width: 100%;
    padding: 0px 50px;
  }
  .biotronika__other-item {
    width: calc(100% - 100px);
  }
}

@media (max-width: 375px) {
  .biotronika__button {
    font-size: 12px;
  }
}

.feedback-sect__ctrls-item::after {

left: calc(50% - 5px);
}
.promo {
	display: none;
}

.img-description {
	color: #555F68 !important;
	font-size: 12px !important;
	transform: translateY(-15px);
}

.ex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ex-card {
  width: calc(50% - 12px);
  margin: 11px 0px;
  margin-right: 24px;
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  border: 1px solid #B1BECB;
}
.ex-card:nth-child(2n) {
  margin-right: 0px;
}
.ex-card__img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: cover;
}
.ex-card-content {
  padding: 35px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ex-card__name {
  font-weight: 400;
  font-size: 16px;
  color: #25292D;
}
.ex-card__prof {
  font-weight: 700;
  font-size: 16px;
  color: #25292D;
  margin-top: 7px;
}
.ex-card-revs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11px;
}
.ex-card-revs__count {
  font-weight: 400;
  color: #707D8A;
  line-height: 1;
  font-size: 14px;
}
.ex-card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ex-card-stars__item {
  width: 22px;
  height: 22px;
}
.ex-card__desc {
  margin-top: 12px;
  color: #707D8A;
  line-height: 1.6;
}
.ex-card__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  background: #4591E3;
  margin-top: 25px;
  margin-left: 35px;
  border-radius: 10px;
  padding: 19px 60px;
  cursor: pointer;
}

@media (max-width: 920px) {
  .ex-card-content {
    padding: 20px;
    padding-bottom: 0px;
  }

  .ex-card {
    padding-bottom: 20px;
  }

  .ex-card__button {
    margin-left: 20px;
  }

  .ex-card__desc {
    margin-top: 7px;
  }

  .ex-card-revs {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .ex-card {
    max-width: 540px;
    width: auto;
    margin: 12px auto;
    margin-right: auto !important;
  }
}
@media (max-width: 480px) {
  .ex-card {
    width: 100%;
    max-width: 100%;
  }

  .ex-card__desc {
    font-size: 14px;
  }

  .ex-card__button {
    width: calc(100% - 40px);
    margin: 0px 20px;
    margin-top: 15px;
  }
}
.expert-plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C7D1DA;
  min-height: 400px;
  border-radius: 30px;
  background: #F1F6FC;
  margin: 10px 0px;
}

.expert-left {
  width: 50%;
  padding: 60px 0px 60px 60px;
}
.expert-right {
  width: 50%;
  position: relative;
  padding: 60px 0px 60px 60px;
}
.expert__img-big {
  position: absolute;
  bottom: 0px;
  right: 60px;
}
.expert-big__button {
  margin-left: 0px;
  margin-right: 30px;
  letter-spacing: 1px;
}
.expert-big__mail {
  text-decoration: none;
  color: #96A7BC;
}
.expert-big__name {
  font-size: 24px;
}
.expert-big__prof {
  font-size: 24px;
}
.expert-big__revs p {
  margin-left: 4px;
}

.expert-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 60px;
  top: 10%;
}
.expert-social__link {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.expert-social__link:not(:last-child) {
  margin-bottom: 8px;
}

.gendir-plate {
  background: #4186D0;
  margin-top: 20px;
}
.gendir-plate .expert-right {
  background-image: url(/local/templates/bass2021/<?=SITE_TEMPLATE_PATH;?>/img/experts/genDirSpa.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}
.gendir-plate * {
  color: #ffffff;
}
.gendir-plate .expert-big__mail {
  color: #8BC3FF;
}
.gendir-plate .ex-card__button {
  color: #21252B;
  background: #fff;
  font-weight: 700;
}

@media (max-width: 992px) {
  .expert-big__desc {
    font-size: 14px;
    line-height: 1.225;
  }

  .expert-left {
    padding: 35px 0px 35px 35px;
  }

  .expert-right {
    padding: 35px 35px 35px 0px;
  }

  .expert__img-big {
    height: 90%;
  }

  .expert-bottom {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .expert-big__mail {
    width: 230px;
    text-align: center;
  }
}
.expert-social-mob {
  display: none;
}

.gendir-plate {
  overflow: hidden;
}

.expert-big__mail--mob {
  display: none;
}

@media (max-width: 920px) {
  .gendir-plate .expert-right {
    background-size: 200%;
  }

  .expert-big__mail {
    display: none;
  }

  .expert-big__mail--mob {
    display: block;
    width: 100%;
    text-align: left;
  }

  .gendir-plate.expert-plate {
    margin-top: 25px;
  }

  .expert-social {
    display: none;
  }

  .expert-social-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 22px;
  }

  .expert-bottom {
    margin-top: 10px;
  }

  .expert-social__link:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .expert-plate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 460px;
    margin: 0 auto;
  }

  .expert-left {
    width: 100%;
    padding: 0px 30px 30px 30px;
    padding-top: 25px;
  }

  .expert-right {
    padding: 30px 30px 30px 0px;
    height: 400px;
    width: 100%;
  }

  .expert__img-big {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .gendir-plate .expert-right {
    background-color: #1D2022;
  }

  .expert-big__button {
    margin: 0 auto !important;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .expert-big__mail {
    margin-top: 5px;
  }

  .expert-big__button {
    font-size: 14px;
    padding: 19px 0px;
  }
}
@media (max-width: 768px) {
  .expert-plate {
    width: auto;
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  .expert-right {
    height: 320px;
  }

  .expert-big__prof,
  .expert-big__name {
    font-size: 16px;
  }

  .expert__img-big {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 420px) {
  .expert-right {
    height: 250px;
  }

  .gendir-plate .expert-right {
    height: 300px;
  }

  .expert-left {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .expert-right {
    height: 200px;
  }

  .gendir-plate .expert-right {
    height: 240px;
  }
}

.custom-sect-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75.5%;
  flex: 0 0 75.5%;
  max-width: 75.5%;
  margin-left: auto;
}
.custom-sect-container .catalog-sect__main {
  flex: none;
  max-width: 100%;
  width: 100%;
}

@media(max-width: 1200px){
  .custom-sect-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
  }
}

@media(max-width: 992px){
  .custom-sect-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sotbit-seo-meta-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.sotbit-seo-meta-tags .sotbit-seometa-tags-wrapper a {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px 6px 3px 0;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.sotbit-seo-meta-tags .sotbit-seometa-tags-wrapper a:hover {
  color: #23527c;
  text-decoration: none;
  border-color: #23527c;
}
.sotbit-text.sotbit-text_top {
  margin-bottom: 20px;
}
.sotbit-text.sotbit-text_bottom>div {
  margin: 20px 0;
}

.biotronika__other-header {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.biotronika__other-header::after {
  display: inline-block;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-top: 1px solid #4591e3;
  border-right: 1px solid #4591e3;
  -webkit-transform: translateY(-2px) rotate(-45eg);
  -ms-transform: translateY(-2px) rotate(-45eg);
  transform: translateY(-2px) rotate(45deg) rotateX(180deg);
}

.biotronika__other.is-active .biotronika__other-header::after{
  -webkit-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

.biotronika__other-body {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .3s ease;
}
.biotronika__other.is-active .biotronika__other-body {
  max-height: 70px;
}

.biotronika__other.is-active {
  border-radius: 5px 5px 0px 0px;
}


.biotronika__other-item {
  width: 80%;
  margin: 0 auto;
  padding: 8px 0px;
  padding-left: 22px;
  color: #25292d;
  text-decoration: none;
  text-align: left;
  border-top: 1px solid #E1E8F0;
  position: relative;
  transition: color .3s ease;
}

.biotronika__other-item:hover {
  color: #4591E3;
}

.biotronika__other-item::before {
  content: '';
  position: absolute;
  width: 15px; height: 15px;
  top: 50%; left: 0; transform: translateY(-50%);
  background: url('https://i.ibb.co/VgstJtH/massage-Footer-Logo.png') no-repeat center;
  background-size: contain;
}

.biotronika__other-item:nth-child(2)::before {
  background-image: url('https://i.ibb.co/BtnRLH8/biokamin-Footer-Logo.png');
}


@media (max-width: 1140px) {
  .main-footer__main {
    padding-right: 40px;
  }
  .main-footer__main-columns {
    margin-bottom: 35px;
  }
  .biotronika__button {
    width: 250px;
    padding: 15px 0px;
    margin: 8px 0px;
    text-align: left;
  }

  .biotronika__button:not(.biotronika__other) {
    padding: 15px 4%;
  }
  .biotronika__project {
    padding-left: 7.5% !important;
  }
  .biotronika__project::before {
    left: 10.7%;
  }

  .biotronika__other-header {
    text-align: left;
  }

  .main-footer__biotronika {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .biotronika__button:not(.biotronika__other) {
    padding: 15px 42px !important;
  }
  .biotronika__project::before {
    left: 25px;
  }
  .biotronika__button {
    width: 48%;
    font-size: 14px;
  }
  .main-footer__aside iframe {
    width: 180px;

  }
}

@media (max-width: 560px) {
  .biotronika__button {
    width: 100%;
  }
  .biotronika__button:not(.biotronika__other) {
    padding: 15px 50px !important;
  }
  .biotronika__other-header {
    width: 100%;
    padding: 0px 50px;
  }
  .biotronika__other-item {
    width: calc(100% - 100px);
  }
}

@media (max-width: 375px) {
  .biotronika__button {
    font-size: 12px;
  }
}

.feedback-sect__ctrls-item::after {

left: calc(50% - 5px);
}
.promo {
	display: none;
}

.img-description {
	color: #555F68 !important;
	font-size: 12px !important;
	transform: translateY(-15px);
}

.ex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ex-card {
  width: calc(50% - 12px);
  margin: 11px 0px;
  margin-right: 24px;
  border-radius: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  border: 1px solid #B1BECB;
}
.ex-card:nth-child(2n) {
  margin-right: 0px;
}
.ex-card__img {
  width: 100%;
  aspect-ratio: 10/6;
  object-fit: cover;
}
.ex-card-content {
  padding: 35px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ex-card__name {
  font-weight: 400;
  font-size: 16px;
  color: #25292D;
}
.ex-card__prof {
  font-weight: 700;
  font-size: 16px;
  color: #25292D;
  margin-top: 7px;
}
.ex-card-revs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 11px;
}
.ex-card-revs__count {
  font-weight: 400;
  color: #707D8A;
  line-height: 1;
  font-size: 14px;
}
.ex-card-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ex-card-stars__item {
  width: 22px;
  height: 22px;
}
.ex-card__desc {
  margin-top: 12px;
  color: #707D8A;
  line-height: 1.6;
}
.ex-card__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  background: #4591E3;
  margin-top: 25px;
  margin-left: 35px;
  border-radius: 10px;
  padding: 19px 60px;
  cursor: pointer;
}

@media (max-width: 920px) {
  .ex-card-content {
    padding: 20px;
    padding-bottom: 0px;
  }

  .ex-card {
    padding-bottom: 20px;
  }

  .ex-card__button {
    margin-left: 20px;
  }

  .ex-card__desc {
    margin-top: 7px;
  }

  .ex-card-revs {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .ex-card {
    max-width: 540px;
    width: auto;
    margin: 12px auto;
    margin-right: auto !important;
  }
}
@media (max-width: 480px) {
  .ex-card {
    width: 100%;
    max-width: 100%;
  }

  .ex-card__desc {
    font-size: 14px;
  }

  .ex-card__button {
    width: calc(100% - 40px);
    margin: 0px 20px;
    margin-top: 15px;
  }
}
.expert-plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C7D1DA;
  min-height: 400px;
  border-radius: 30px;
  background: #F1F6FC;
  margin: 10px 0px;
}

.expert-left {
  width: 50%;
  padding: 60px 0px 60px 60px;
}
.expert-right {
  width: 50%;
  position: relative;
  padding: 60px 0px 60px 60px;
}
.expert__img-big {
  position: absolute;
  bottom: 0px;
  right: 60px;
}
.expert-big__button {
  margin-left: 0px;
  margin-right: 30px;
  letter-spacing: 1px;
}
.expert-big__mail {
  text-decoration: none;
  color: #96A7BC;
}
.expert-big__name {
  font-size: 24px;
}
.expert-big__prof {
  font-size: 24px;
}
.expert-big__revs p {
  margin-left: 4px;
}

.expert-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 60px;
  top: 10%;
}
.expert-social__link {
  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: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}
.expert-social__link:not(:last-child) {
  margin-bottom: 8px;
}

.gendir-plate {
  background: #4186D0;
  margin-top: 20px;
}
.gendir-plate .expert-right {
  background-image: url(/local/templates/bass2021/<?=SITE_TEMPLATE_PATH;?>/img/experts/genDirSpa.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}
.gendir-plate * {
  color: #ffffff;
}
.gendir-plate .expert-big__mail {
  color: #8BC3FF;
}
.gendir-plate .ex-card__button {
  color: #21252B;
  background: #fff;
  font-weight: 700;
}

@media (max-width: 992px) {
  .expert-big__desc {
    font-size: 14px;
    line-height: 1.225;
  }

  .expert-left {
    padding: 35px 0px 35px 35px;
  }

  .expert-right {
    padding: 35px 35px 35px 0px;
  }

  .expert__img-big {
    height: 90%;
  }

  .expert-bottom {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .expert-big__mail {
    width: 230px;
    text-align: center;
  }
}
.expert-social-mob {
  display: none;
}

.gendir-plate {
  overflow: hidden;
}

.expert-big__mail--mob {
  display: none;
}

@media (max-width: 920px) {
  .gendir-plate .expert-right {
    background-size: 200%;
  }

  .expert-big__mail {
    display: none;
  }

  .expert-big__mail--mob {
    display: block;
    width: 100%;
    text-align: left;
  }

  .gendir-plate.expert-plate {
    margin-top: 25px;
  }

  .expert-social {
    display: none;
  }

  .expert-social-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 22px;
  }

  .expert-bottom {
    margin-top: 10px;
  }

  .expert-social__link:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 8px;
  }

  .expert-plate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 460px;
    margin: 0 auto;
  }

  .expert-left {
    width: 100%;
    padding: 0px 30px 30px 30px;
    padding-top: 25px;
  }

  .expert-right {
    padding: 30px 30px 30px 0px;
    height: 400px;
    width: 100%;
  }

  .expert__img-big {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .gendir-plate .expert-right {
    background-color: #1D2022;
  }

  .expert-big__button {
    margin: 0 auto !important;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }

  .expert-big__mail {
    margin-top: 5px;
  }

  .expert-big__button {
    font-size: 14px;
    padding: 19px 0px;
  }
}
@media (max-width: 768px) {
  .expert-plate {
    width: auto;
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  .expert-right {
    height: 320px;
  }

  .expert-big__prof,
  .expert-big__name {
    font-size: 16px;
  }

  .expert__img-big {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 420px) {
  .expert-right {
    height: 250px;
  }

  .gendir-plate .expert-right {
    height: 300px;
  }

  .expert-left {
    padding: 25px;
  }
}
@media (max-width: 360px) {
  .expert-right {
    height: 200px;
  }

  .gendir-plate .expert-right {
    height: 240px;
  }
}
/* End */


/* Start:/local/templates/bass2021/template_styles.css?171768824224883*/
@font-face {
    font-family: "SF UI Display";
    font-style: normal;
    font-weight: 400;
    src: local("SF UI Display"),
    url("/local/templates/bass2021/fonts/sf-ui-display-regular/sf-ui-display-regular.woff2") format("woff2"),
    url("/local/templates/bass2021/fonts/sf-ui-display-regular/sf-ui-display-regular.woff") format("woff");
}
.fixed-header{
    z-index: 100;
}
jdiv [class*=jivoMobileButton] {
/*    left: 20px; */

    bottom: 40px;
}
.contacts-sect__geo-text.address-box {
    border: 3px dashed #59b2ed;
    padding: 15px;
}
a.contacts-sect__gallery-item{
    text-decoration: none;
}

a.contacts-sect__gallery-item p{
    color: initial;
    text-decoration: none;
    text-align: center;
}

.btn-default{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    max-width: 100%;
    text-align: center;
    height: 50px;
    padding: 5px 15px;
    background-color: #ff4651;
    border: 1px solid #ff4651;
    color: #fff;
    text-transform: uppercase;
    line-height: .05em;
    font-size: 11px;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    box-shadow: none;
    transition: 0.3 ease;
}
.btn-default:hover{
    cursor: pointer;
    background-color: transparent;
    color: #ff4651;
}

.article-sect__header-author-img{
    flex: 1 0 108px;
}
.article-sect__header-author-desc{
    font-weight: 600;
}

.works-sect .works-sect__subtitle-text a{
    color: inherit;
    text-decoration: none;
}

.mproducts-sect__slide-slide{
    background-position: left center;
    background-size: contain;
    cursor: pointer;
}

.catalog-sect__ctrls-view .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    cursor: pointer;
}

.catalog-sect__ctrls-view .button.active svg {
    fill: #4591e3;
}

.main-header__phone-row a{
    color: inherit;
}
.main-header__phone-row a:hover{
    color: #4591e3!important;
}
.main-header__social .main-header__social-label{
    display: none;
}
.main-header__ctrls > .main-header__ctrls-link:nth-child(1){
    visibility: hidden;
}
.main-nav .main-nav__nav-text{
    position: relative;
    white-space: initial;
    /*color: #ffffff;*/
    padding-right: 10px;
    font-size: 12px;
}
.main-nav .main-nav__nav-text::after{
    position: absolute;
    right: -5px;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%) rotate(45deg);
    /*filter: brightness(0) invert(1);*/
}
.main-nav .main-nav__nav-link.no-sub .main-nav__nav-text{
    padding-right: 0;
}
.main-nav .main-nav__nav-link.no-sub .main-nav__nav-text::after{
    content: none;
}
.main-nav{
    background-color: #fcfcfc;
    /*box-shadow: 5px 5px 15px rgba(89, 178, 237, 0.35);*/
}
.main-nav .main-nav__nav-link{
    padding-left: 10px;
    padding-right: 10px;
}
.main-nav li:first-child .main-nav__nav-link{
    padding-left: 0;
}
.main-nav li:last-child .main-nav__nav-link{
    padding-right: 0;
}

.main-nav .main-nav__nav-icon{
    flex-basis: 22px;
    margin-right: 10px;
}

.popup-window-buttons{
    padding-left: 20px;
    padding-right: 20px;
}
.popup-window-buttons .def-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 5px 15px;
    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;
    box-shadow: none;
}
.popup-window-buttons .def-btn:hover{
    box-shadow: 0 6px 16px rgb(255, 70, 81, 0.35);
}

.popup-window-content .call-popup__input_bottom textarea{
    display: block;
    width: 100%;
    font-size: 12px;
    font-family: "SF Pro Display",Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 15px 20px 10px 25px;
    border: 1px solid #dde3ea;
    border-radius: 5px;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    min-height: 100px;
}

/* MODAL POPUP */
.modalPopup{
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    box-shadow: 0 6px 14px rgb(0 0 0 / 9%);
    border-radius: 8px;
    padding: 20px 30px;
}
.modalPopup .popup-window-close-icon::after{
    width: 15px;
    height: 15px;
    background-image: url('/local/templates/bass2021/./img/icons/close.svg')
}
.modalPopup .popup-window-titlebar-text{
    color: #25292d;
    font-size: 18px;
    font-family: Noah,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
}
.modalPopup .popup-window-content{
    padding: 20px 10px;
    text-align: center;
}
.modalPopup .popup-window-content *{
    color: #555f68;
    font-size: 14px;
    line-height: 170%;
    font-family: -apple-system,BlinkMacSystemFont,"SF Pro Display",Arial,sans-serif;
}
.modalPopup .popUpIcon{
    margin-bottom: 25px;
    text-align: center;
}
.modalPopup .popUpIcon img{
    width: 42px;
}
.modalPopup .popup-window-buttons .def-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 150px;
    text-align: center;
    height: 50px;
    padding: 5px 15px;
    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;
    box-shadow: none;
}
.compare_link{
    position: relative;
}
.compare_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%;
}
.vreview-sect__item-more .vreview-sect__item-more-link{
    width: 100%;
    display: flex;
    align-items: center;
    color: #707d8a;
}
.vreview-sect__item-more .vreview-sect__item-more-link img{
    width: 45px;
    height: auto;
    margin-right: 10px;
}
.vreview-sect__item-more .vreview-sect__item-more-link span{
    color: #707d8a;
    line-height: 170%;
    font-size: 12px;
}

.text-light{
    color: #ffffff!important;
}
.mx-auto{
    margin-left: auto!important;
    margin-right: auto!important;
}
.mt-3{
    margin-top: 1em!important;
}
.mb-3{
    margin-bottom: 1em!important;
}
.ml-0{
    margin-left: 0!important;
}
.pl-3{
    padding-left: 1em!important;
}
.pt-3{
    padding-top: 1em!important;
}
.pl-4{
    padding-left: 1.5em!important;
}
.list-disc,
.list-disc li{
    list-style: disc;
}

.w-100{
    max-width: 100%!important;
    width: 100%!important;
}
ul.normal-style{
    font-size: 14px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 170%;
    margin-bottom: 25px;
}
.catalog-sect__article li,
.catalog-sect__article ul {
    margin-left: 10px;
    list-style-type: disc;
}
/*
.modal-content {
    background-color: transparent!important;
    border: 0!important;
}
button.close {
    position: absolute;
    right: 22px;
    cursor: pointer;
    z-index: 100000;
}*/
.main-nav__submenu{
    z-index: 99;
}
.amoforms-footer-copyright{display:none!important}

.modalPopup {
    padding: 10px 0!important;
    z-index: 1150;
}

.modal button.popup-window-buttons{
    background: transparent;
    border: 0;
    padding: 10px 0;
}
.modal-title{
    font-size: 16px;
    margin-bottom: 0;
}
ul.main-nav__nav li>a{text-decoration:none}
ul.main-nav__submenu-content-nav li {display:block}
.main-header__phone-row a {
    text-decoration: none;
}
.modal.show {
    display: block!important;
    opacity: 1!important;
}
.bx-filter_range-price {
    margin-top: -10px;
}
.bx-filter_range-price__title {
    font-weight: bold;
    font-size: 16px;
}
.bx-filter_range-price__choice___input label{
    font-weight: normal;
    font-size: 14px;
    line-height: 134%;
    color: #25292d;
    padding-left: 25px;
    cursor: pointer;
}
.bx-filter_range-price__button {
    margin: 10px auto 20px;
    text-align: center;
}
.bx-filter_range-price__button button{
    background-color: #1485ce;
    border-color: #1485ce;
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
}
.bx-filter_range-price__button button:hover{
    background-color: #53a4d8;
    border-color: #53a4d8;
    color: #fff;
}
.catalog-sect__brends .catalog-sect__products {
    display: grid;
    grid-template-columns: repeat(4,23%);
    grid-column-gap: 2.5%;
    grid-row-gap: 51px;
    margin-bottom: 70px;
    position: relative;
    z-index: 0;
}
.favorites .inner{
    text-align: center;
    margin-bottom: 25px;
}
.inner_title{
    font-size: 1.4rem;
}
.mproducts-sect__slide-hctrls .favor.active svg {
    fill: #ffc107;
}
.modalPopup h3>a {
    color: #000;
    text-decoration: none;
}
.modalPopup h3>a:hover {
    text-decoration: none;
}
.modalPopup .mproducts-sect__slide-price-now {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    color: #25292d;
    font-size: 18px!important;
    white-space: nowrap;
    margin-right: 11px;
}
.modalPopup .mproducts-sect__slide-btn {
    height: auto!important;
}
.modalPopup .mproducts-sect__slide-label span {
    color: #fff;
}
.modalPopup .mproducts-sect__slide-btn .text-btn {
    color: #fff;
}
.modalPopup .mproducts-sect__slide-btn .text-btn:hover {
    text-decoration: none;
}
.article-sect__text ul {
    margin: 0;
    list-style-type: disc;
}
.article-sect__text ul li {
    padding-left: 0;
    list-style-type: disc;
}


#modalFeedback .modal-content{
    border-radius: 0;
}
#modalFeedback .modal-header {
    position: relative;
    display: block;
    border-bottom: 0;
    text-align: center;
    margin: auto;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#modalFeedback .modal-header .close {
    position: absolute;
    top: 10px;
    right: 14px;
    padding: 0;
    margin: 0;
}
#modalFeedback .modal-title {
    padding-top: 30px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1.5;
}
#modalFeedback .modal-text{
    text-align: center;
    padding: 0 50px 25px;
    color: #A4A4A4;
    line-height: 1.5;
}
#modalFeedback .box-feedback_border>div:first-child
{
    border: 1px solid #DDE3EA;
}
#modalFeedback .box-feedback_border>div:nth-child(2)
{
    border: 1px solid #DDE3EA;
    border-left: 0;
}
#modalFeedback .box-feedback_border>div:nth-child(3)
{
    border: 1px solid #DDE3EA;
    border-top: 0;
}
#modalFeedback .box-feedback_border>div:last-child
{
    border-right: 1px solid #DDE3EA;
    border-bottom: 1px solid #DDE3EA;
}
#modalFeedback .box-feedback{
}
#modalFeedback .box-feedback a{
    display: block;
    color: #090404;
    padding: 35px;
}
#modalFeedback .box-feedback:hover a{
    color: #fff;
    text-decoration: none;
}
#modalFeedback .box-feedback img{
    padding-bottom: 10px;
    transition: all .3s ease;
}
#modalFeedback .box-feedback:hover img{
    opacity: 0;
}
#modalFeedback .box-feedback.call:hover {
    background: url("https://lovia-spa.ru/images/icons/call_hover.png") 50% 36% no-repeat #34b1b0;
}
#modalFeedback .box-feedback.request-call:hover {
    background: url("https://lovia-spa.ru/images/icons/request-call_hover.png") 50% 36% no-repeat #34b1b0;
}
#modalFeedback .box-feedback.viber:hover {
    background: url("https://lovia-spa.ru/images/icons/viber_hover.png") 50% 36% no-repeat #7c52a0;
}
#modalFeedback .box-feedback.whatsapp:hover {
    background: url("https://lovia-spa.ru/images/icons/whatsapp_hover.png") 50% 36% no-repeat #2cc54e;
}
.home_banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home_banner__block {
    width: 100%;
    height: 425px;
}
.win-logo {
    margin: 0 10px;
}
.win-logo a,
.win-logo a:hover {
    color: #707d8a;
    text-decoration: none;
}
.win-logo_txt {
    font-size: 12px;
    line-height: 1;
    float: left;
    padding: 8px 5px;
}
.win-logo_svg {
    float: right;
}
.win-logo_svg svg {
    width: 122px;
    height: 35px;
    fill: #707d8a;
    stroke: #707d8a;
}
.win-logo_svg svg path {
    fill: #707d8a;
    stroke: #707d8a;
}







@media (max-width: 1200px) {
    .catalog-sect__brends .catalog-sect__products {
        grid-template-columns: repeat(3,32%);
        grid-column-gap: 2%;
    }
}
@media (max-width: 768px) {
    .home_banner {
        background-size: auto 100%;
    }
.home_banner__block {
    width: 100%;
    height: 235px;
}
    .mini-cart__item-count {
        top: 0;
        right: 5px;
    }
    .catalog-sect__brends .catalog-sect__product {
        width: 100%;
        margin-bottom: 30px;
    }
    .catalog-sect__brends .catalog-sect__products {
        grid-template-columns: repeat(2,49%);
    }
}
@media (max-width: 600px) {
    .home_banner__block {
        height: 215px;
    }
}
@media (max-width: 540px) {
    .home_banner__block {
        height: 160px;
    }
}
@media (max-width: 411px) {
    .catalog-sect__brends .catalog-sect__products {
        grid-template-columns: repeat(1,100%);
        grid-column-gap: 0;
    }
    .home_banner__block {
        height: 130px;
    }
}
iframe, img {
    max-width: 100% !important;
}
.roistat-multiwidget-pulsator-holder{
    bottom: 40px !important;
}
.zphone{
    color: #4591E3;
    text-decoration: none;
}
.container-iframe{
    position: relative;
    width: 100%;
    padding-top: calc(100% / 16 * 9);
}
.container-iframe iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
    right: 0;
}

.garant-sect__container {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

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

.aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}

.garant-sect__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-left: 50px;
}

.redlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}
.redlist__item {
    padding-left: 15px;
    position: relative;
    margin: 7px 0px;
}
.redlist__item::before {
    content: "";
    position: absolute;
    background: #FF4651;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1220px) {
    .garant-sect__container {
        width: calc(100% - 40px);
    }

    .container {
        width: calc(100% - 40px);
    }
}
@media (max-width: 992px) {
    .aside {
        display: none;
    }

    .garant-sect__main {
        margin-left: 0px;
    }
}
/*new-style end*/

/*guaranty start*/
.garant-sect__main-add {
    margin-top: 60px;
}

.q_add__title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
.q_add__text {
    margin-top: 22px;
}
.q_add__subtitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 22px;
}
.q_add__list {
    margin-top: 10px;
}
.q_add__list-cert li:last-child::before {
    display: none;
}
.q_add__table {
    width: 90%;
    border: 1px solid #B1BECB;
    border-top: none;
    margin-top: 32px;
    margin-bottom: 32px;
}
.q_add__table tr {
    width: 100%;
}
.q_add__table td {
    border: 1px solid #B1BECB;
    width: 25%;
    text-align: center;
    vertical-align: middle;
}
.q_add__table p {
    display: block;
    margin: auto auto;
}
.q_add__table thead {
    height: 70px;
    background: #EBEFF2;
}
.q_add__table thead tr td {
    color: #F22F2F;
}
.q_add__table thead tr td:first-child {
    color: #707D8A;
}
.q_add__table tbody tr td {
    height: 70px;
}
.q_add__num-list {
    list-style: auto;
    padding-left: 50px;
}
.q_add__num-list li {
    margin: 5px 0px;
}

@media (max-width: 640px) {
    .q_add__table {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .q_add__table td {
        font-size: 12px;
    }

    .q_add__table tbody tr td {
        height: 65px;
    }
}
.garant-sect__main-exception {
    margin-top: 60px;
}

.q_exc {
    padding: 60px;
    padding-top: 10px;
    border: 1px solid #b1becb;
    border-radius: 10px;
}
.q_exc__title {
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    color: #25292d;
    background: #fff;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.q_exc__bottom {
    font-size: 14px;
    line-height: 22px;
    margin-top: 23px;
    color: #000;
}
.q_exc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}
.q_exc__list-item {
    padding-left: 15px;
    position: relative;
    margin: 7px 0px;
}
.q_exc__list-item::before {
    content: "";
    position: absolute;
    background: #FF4651;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1160px) {
    .q_exc__title {
        font-size: 22px;
    }

    .q_exc {
        padding: 40px;
    }
}
@media (max-width: 1024px) {
    .q_exc__title {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .q_exc {
        padding-top: 20px;
    }

    .q_exc__title {
        width: auto;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .q_exc__title {
        font-size: 16px;
        line-height: 21px;
    }

    .q_exc {
        padding: 20px;
    }
}
.garant-sect__main-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.q_garant-hero {
    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;
}
.q_garant-hero__title {
    font-size: #25292D;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.q_garant__description {
    width: 45%;
    font-size: 14px;
    line-height: 22px;
}
.q_garant__img {
    width: 40%;
}

@media (max-width: 1160px) {
    .q_garant-hero__title {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 640px) {
    .q_garant-hero {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .q_garant__description {
        width: 100%;
    }

    .q_garant__description {
        margin-top: 15px;
    }

    .q_garant-hero__title {
        font-size: 32px;
    }
}
@media (max-width: 420px) {
    .q_garant__img {
        width: 60%;
    }

    .q_garant-hero__title {
        font-size: 26px;
    }

    .q_garant__img {
        margin-top: 20px;
    }
}
.garant-sect__main-req {
    margin-top: 45px;
}

.q_req {
    padding: 60px;
    border: 1px solid #B1BECB;
    border-radius: 10px;
}
.q_req__title {
    font-size: 26px;
    line-height: 32px;
    color: #25292D;
    text-align: center;
    background: #fff;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 15px;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}
.q_req-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.q_req__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 32%;
}
.q_req__item-img {
    width: 56px;
    height: auto;
}
.q_req__item-text {
    margin-top: 20px;
}
.q_req__bottom {
    font-size: 14px;
    line-height: 22px;
    margin-top: 33px;
}

@media (max-width: 1160px) {
    .q_req__title {
        font-size: 22px;
    }

    .q_req {
        padding: 40px 40px;
    }
    .q_req__title {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@media (max-width: 1024px) {
    .q_req__title {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .q_req {
        padding-top: 20px;
    }

    .q_req__title {
        -webkit-transform: none;
        transform: none;
        width: auto;
        margin-bottom: 25px;
    }

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

    .q_req__item {
        width: 100%;
        max-width: 100%;
        margin: 10px 0px;
    }
    .modal-cookie {
        padding: 10px 20px!important;
    }
    .modal-cookie .form-sect__form-submit {
        height: 38px!important;
        font-size: 12px!important;
    }
    .modal-cookie-content p {
        font-size: 11px;
        line-height: 1;
    }
}
@media (max-width: 480px) {
    .q_req__item-img {
        width: 48px;
    }
}
@media (max-width: 480px) {
    .q_req__title {
        font-size: 16px;
        line-height: 21px;
    }
}
@media (max-width: 420px) {
    .q_req {
        padding: 20px;
    }
}
.q_trade__title {
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.q_trade__wrap {
    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;
}
.q_trade__wrap .q_trade__text {
    width: 55%;
}
.q_trade__img {
    width: 35%;
}
.q_trade__title {
    margin-top: 30px;
}
.q_trade__reason {
    margin: 22px 0px;
    color: #000;
}
.q_trade__reason b {
    font-weight: 700;
}
.q_trade__subtitle {
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}

@media (max-width: 1160px) {
    .q_trade__title {
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 640px) {
    .q_trade__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .q_trade__wrap .q_trade__text {
        width: 100%;
        margin: 10px 0px;
    }
}
@media (max-width: 420px) {
    .q_trade__title {
        font-size: 26px;
    }
}
.q_wrn {
    padding: 30px 55px;
    border: 1px solid #4591E3;
    border-radius: 10px;
}
.q_wrn__title {
    color: #4591E3;
    font-size: 18px;
    line-height: 28px;
}
.q_wrn__description {
    margin-top: 12px;
    color: #000;
}

@media (max-width: 1160px) {
    .q_wrn {
        padding: 30px 40px;
    }

    .garant-sect__main-exception {
        margin-top: 50px;
    }
}
@media (max-width: 420px) {
    .q_wrn {
        padding: 20px;
    }
}
/*guaranty end*/
.cdesc-sect .cdesc-sect__description *{
    text-align: left;
    font-family: "SF UI Display",Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #25292D;
    font-size: 14px;
    line-height: 133.7%;
}
.cdesc-sect .cdesc-sect__description h3, .cdesc-sect__description .cdesc-sect__description-title{
    margin-bottom: 17px;
    color: #000;
    line-height: 133.7%; 
    font-size: 22px;
}
.cdesc-sect .cdesc-sect__description p{
    color: #25292D;
    font-size: 14px;
    line-height: 133.7%;
}

.cdesc-sect .cdesc-sect__description ol {
    padding: 0;
}
.cdesc-sect .cdesc-sect__description ol li {
    list-style-type: decimal;
}
.cdesc-sect .cdesc-sect__description li p:first-child{
    display: inline;
    /*text-indent: 0em;*/
}
.cdesc-sect .cdesc-sect__description li{
    list-style-position: inside;
    list-style-type: circle;
}
/* End */
/* /local/templates/bass2021/css/all.css?1750893701579373 */
/* /local/templates/bass2021/css/bootstrap.css?1709659849188390 */
/* /local/templates/bass2021/css/jquery.fancybox.min.css?171500423712795 */
/* /local/templates/bass2021/css/jivosite/jivosite.css?17189751601934 */
/* /local/templates/bass2021/css/app1.css?17407249985874 */
/* /local/templates/bass2021/css/beauty.css?172857133110189 */
/* /local/templates/bass2021/basseyn-spa_custom-style.css?1727183267838 */
/* /local/templates/bass2021/components/bitrix/search.title/.default/style.css?1623698002129 */
/* /local/templates/bass2021/components/bitrix/sale.basket.basket.line/.default/style.css?162178993996 */
/* /local/templates/bass2021/components/bitrix/system.pagenavigation/.default/style.min.css?16698876021187 */
/* /local/templates/bass2021/styles.css?171956116236282 */
/* /local/templates/bass2021/template_styles.css?171768824224883 */
