@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);

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: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	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;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	-o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	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;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	-o-transition: opacity .25s ease, visibility 0s ease .25s;
	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;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	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;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	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;
	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 {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0
}

.fancybox-caption {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
	background: -o-linear-gradient(bottom, 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);
	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
}

.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 {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	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;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	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;
	-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);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0);
	-ms-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)
}

@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
	}
}

.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;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 500;
	line-height: 1.4
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

h5 {
	font-size: 1.25rem
}

h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem
}

abbr[data-bs-original-title],
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol,
ul {
	padding-left: 2rem
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: .875em
}

mark {
	padding: .2em;
	background-color: #fcf8e3
}

sub,
sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #0d6efd;
	text-decoration: underline
}

a:hover {
	color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}

figure {
	margin: 0 0 1rem
}

img,
svg {
	vertical-align: middle
}

table {
	caption-side: bottom;
	border-collapse: collapse
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

select:disabled {
	opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
	display: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

::-moz-focus-inner {
	padding: 0;
	border-style: none
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem
	}
}

legend+* {
	clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0
}

::-webkit-inner-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
	padding: 0
}

::file-selector-button {
	font: inherit
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

iframe {
	border: 0
}

summary {
	display: list-item;
	cursor: pointer
}

progress {
	vertical-align: baseline
}

[hidden] {
	display: none !important
}

@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-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(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-container-pointer-events {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.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;
	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(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.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 {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-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(0px - (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;
	text-transform: none;
	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 {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.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: 50%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.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 top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.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 left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.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
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-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%;
	opacity: .6;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-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
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #17a866;
	color: #fff
}

::selection {
	background-color: #17a866;
	color: #fff
}

input,
textarea {
	outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red
}

input:required:valid,
textarea:required:valid {
	border-color: green
}

body,
html {
	height: 100%;
	min-height: 100%
}

body {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.74;
	color: #222;
	min-width: 320px;
	position: relative;
	overflow-x: hidden
}

@media (max-width:991.98px) {
	.page-body {
		padding-top: 60px
	}
}

.container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1199.98px) {
	.container {
		width: 992px
	}
}

@media (max-width:991.98px) {
	.container {
		width: 768px
	}
}

@media (max-width:767.98px) {
	.container {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}
}

.dflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.diflex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.aifs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.aife {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.jcfe {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.jcsb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fwrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fdc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.f-auto {
	width: auto
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #17a866
}

body::-webkit-scrollbar {
	width: 5px;
	background-color: #17a866
}

body::-webkit-scrollbar-thumb {
	background-color: #17a866;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

a:hover {
	color: initial
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes spin2 {
	to {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}

@keyframes spin2 {
	to {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}

.circle {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.circle::before {
	content: '';
	background: #17a866;
	position: absolute;
	-webkit-box-shadow: 0 4px 10px rgba(23, 168, 102, .33);
	box-shadow: 0 4px 10px rgba(23, 168, 102, .33);
	border-radius: 100%
}

.spin {
	-webkit-animation-name: spin;
	animation-name: spin
}

.spin2 {
	-webkit-animation-name: spin2;
	animation-name: spin2
}

.hover-shadow {
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.hover-shadow:hover {
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .25);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .25)
}

.big-title {
	font-weight: 600;
	font-size: 100px;
	line-height: 1;
	color: #17a866
}

.t-center {
	text-align: center
}

.s-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.3;
	color: #222
}

@media (max-width:767.98px) {
	.s-title {
		font-size: calc(20px + 6 * ((100vw - 320px)/ 850))
	}
}

.big-title {
	font-weight: 600;
	font-size: 60px;
	line-height: 1.3;
	color: #222
}

.sub-title {
	font-size: 30px;
	font-weight: 600
}

.green-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 120%;
	color: #17a866
}

.btn {
	font-weight: 600;
	font-size: 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 35px;
	text-align: center;
	color: #17a866;
	border: 1px solid #abeacd;
	text-decoration: none;
	border-radius: 100px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.btn:hover {
	background-color: #17a866;
	color: #fff
}

.btn-2 {
	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: 60px;
	padding: 0 35px;
	background: #17a866;
	border-radius: 100px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	border: none
}

@media (max-width:767.98px) {
	.btn-2 {
		height: 40px;
		font-size: 14px
	}
}

.btn-2:hover {
	color: #fff;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .25);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .25)
}

.btn-3 {
	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: 60px;
	padding: 0 35px;
	font-size: 20px;
	font-weight: 600;
	color: #17a866;
	border: 1px solid #abeacd;
	border-radius: 100px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	color: #17a866;
	text-decoration: none
}

@media (max-width:767.98px) {
	.btn-3 {
		height: 40px;
		font-size: 14px
	}
}

.btn-3:hover {
	background-color: #17a866;
	color: #fff
}

.bread {
	font-size: 0;
	padding-top: 18px
}

.bread * {
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .4);
	text-decoration: none
}

.bread>*+::before {
	content: '/';
	display: inline-block;
	margin: 0 5px
}

.mt170 {
	margin-top: 170px
}

@media (max-width:1199.98px) {
	.mt170 {
		margin-top: 80px
	}
}

@media (max-width:991.98px) {
	.mt170 {
		margin-top: 60px
	}
}

@media (max-width:767.98px) {
	.mt170 {
		margin-top: 40px
	}
}

.mt35 {
	margin-top: 35px
}

@media (max-width:767.98px) {
	.mt35 {
		margin-top: 15px
	}
}

.mt30 {
	margin-top: 30px
}

.mt45 {
	margin-top: 45px
}

.mt75 {
	margin-top: 75px
}

.mt70 {
	margin-top: 70px
}

.mt100 {
	margin-top: 100px
}

.mt15 {
	margin-top: 15px
}

.mt50 {
	margin-top: 50px
}

.mt120 {
	margin-top: 120px
}

.footer {
	margin-top: 110px;
	padding-bottom: 65px
}

@media (max-width:767.98px) {
	.footer {
		margin-top: 40px;
		padding-bottom: 30px
	}
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:991.98px) {
	.footer .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer .container>* {
		margin: 0 10px 20px
	}
}

.footer__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer__item ul {
	padding: 0;
	margin: 0;
	font-size: 0
}

.footer__item ul li {
	list-style-type: none
}

.footer__item ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	font-size: calc(12px + 2 * ((100vw - 320px)/ 850));
	text-decoration: none;
	color: initial;
	line-height: 1.3;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.footer__item ul li a:hover {
	color: #17a866
}

.footer__item ul li+li {
	margin-top: 23px
}

@media (max-width:767.98px) {
	.footer__item ul li+li {
		margin-top: 12px
	}
}

@media (min-width:768px) {
	.footer__item:last-child {
		max-width: 210px
	}
}

.footer__logo img {
	width: 184px;
	height: auto
}

.footer__desc-logo {
	margin-top: 24px;
	font-size: 10px;
	line-height: 1.5
}

@media (max-width:767.98px) {
	.footer__desc-logo {
		margin-top: 10px
	}
}

.footer__tel {
	margin-top: 30px;
	font-size: 20px;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 600;
	text-decoration: none;
	color: initial
}

@media (max-width:767.98px) {
	.footer__tel {
		margin-top: 10px
	}
}

.footer__copy {
	font-size: 12px;
	margin: 0 0 20px
}

.footer__polyt {
	font-size: 12px;
	color: #17a866;
	text-decoration: none
}

.footer__socials {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__socials a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.footer__socials a img {
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.footer__socials a:hover img {
	-webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .4));
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .4))
}

.footer__socials a+a {
	margin-left: 26px
}

.mt95 {
	margin-top: 95px
}

.title-nav {
	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
}

.next-slide,
.prev-slide {
	width: 19px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../images/svg/prev.svg);
	z-index: 3
}

.prev-slide {
	left: -40px
}

.next-slide {
	right: -40px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.product-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	padding: 15px
}

.product-card__img {
	height: 200px;
	padding: 5px;
	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
}

.product-card__img img {
	max-width: 100%;
	max-height: 100%
}

.product-card__name {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 8px;
	color: initial;
	text-decoration: none
}

.product-card__text {
	margin-top: auto
}

.product-card__art {
	color: #bcbcbc;
	font-size: 10px
}

.product-card__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;
	margin-top: 9px
}

.product-card__btns .btn-2 {
	height: 44px;
	font-size: 14px;
	padding: 0 25px
}

.catalog-item {
	padding: 15px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	color: initial;
	text-decoration: none;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.catalog-item:hover {
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, .5)
}

.catalog-item__img {
	height: 200px;
	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
}

.catalog-item__img img {
	max-width: 100%;
	max-height: 100%
}

.catalog-item__title {
	padding: 20px 10px 5px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	color: #17a866
}

.loadmore {
	background: #fff;
	border: 1px solid #abeacd;
	border-radius: 100px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	margin-top: 30px;
	color: #17a866;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 19px 20px 19px 70px;
	position: relative;
	cursor: pointer
}

.loadmore::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	width: 32px;
	height: 32px;
	background-image: url(../images/svg/loadmore.svg);
	display: block;
	margin: auto
}

.text-list ul {
	margin: 30px 0;
	padding: 0;
	list-style-type: none
}

.text-list ul li {
	font-size: 18px;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.text-list ul li::before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../images/svg/check.svg);
	display: inline-block;
	margin-right: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.text-list ul li+li {
	margin-top: 15px
}

.mobile-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	background-color: #fff;
	padding: 0 10px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	display: none
}

.mobile-wrapper .header__logo img {
	max-height: 35px;
	width: auto
}

.mobile-wrapper .header__logo-text b,
.mobile-wrapper .header__logo-text span {
	color: #251f34
}

.mobile-wrapper .header__logo-text span {
	margin-top: 5px
}

@media (max-width:991.98px) {
	.mobile-wrapper {
		display: block
	}
}

.mobile-wrapper .bottom {
	position: fixed;
	margin-top: 60px;
	max-width: 85vw;
	height: calc(100vh - 60px);
	overflow: auto;
	width: 100%;
	background-color: #fff;
	padding: 20px 20px;
	z-index: 3;
	left: 0;
	right: auto;
	top: 0;
	bottom: 0;
	-webkit-transform: translate(-200%, 0);
	-o-transform: translate(-200%, 0);
	-moz-transform: translate(-200%, 0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translate(-200%, 0);
	-ms-transform: translate(-200%, 0);
	transform: translate(-200%, 0);
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33)
}

.mobile-wrapper .adress_popover {
	width: 100%
}

.header-top__phone {
	font-size: 12px;
	color: #2d2e33;
	line-height: 1;
	margin-top: 5px
}

.mobile-wrapper .bottom.opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.bottom-mobile-phone {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1;
	color: #000
}

.bottom-mobile-phone .icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #f4f4f4;
	margin-right: 10px
}

.bottom-mobile-phone .icon img {
	max-width: 11px;
	height: auto
}

.bottom-social-mobile {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bottom-social-mobile a+a {
	margin-left: 30px
}

.mobile-wrapper .bottom ul {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0
}

.mobile-wrapper .bottom ul+ul {
	margin-top: 30px
}

.mobile-wrapper .bottom .menu a {
	font-size: 14px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 600;
	color: #212529
}

.mobile-wrapper .bottom .main-modal-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px
}

.mobile-wrapper .bottom .main-modal-menu a::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #17a866;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px
}

.mobile-wrapper .bottom .menu li+li {
	margin-top: 7px
}

.mobile-wrapper .bottom .city_popover a {
	margin: 5px 5px 0
}

.mobile-wrapper .top {
	position: relative;
	z-index: 10;
	height: 60px
}

.mobile-wrapper .logo img {
	width: 50px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contact-mobile a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #f4f4f4;
	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: relative
}

.contact-mobile a img {
	max-width: 100%
}

.contact-mobile a+a {
	margin-left: 5px
}

body.hidd,
html.hidd {
	overflow: hidden
}

body.hidd {
	padding-right: 5px
}

body.hidd::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 20
}

.hamburger {
	width: 20px;
	height: 14px;
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	cursor: pointer
}

.hamburger span {
	display: block;
	position: absolute;
	height: 1.5px;
	width: 100%;
	background: #2d2e33;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.hamburger span:nth-child(1) {
	top: 0
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
	top: 0;
	bottom: 0;
	margin: auto
}

.hamburger span:nth-child(4) {
	top: auto;
	bottom: 0;
	width: 50%;
	left: auto;
	right: 0
}

.hamburger.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%
}

.hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hamburger.open span:nth-child(4) {
	width: 0
}

.goal {
	margin-top: 220px
}

.goal .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.goal__text {
	width: 50%;
	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
}

.goal .form-main {
	margin-top: 120px
}

.roles__title {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.4
}

.roles__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #abeacd;
	padding: 15px;
	border-radius: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 420px;
	position: relative
}

.roles__icons::before {
	content: '';
	position: absolute;
	left: 135px;
	right: 135px;
	height: 1px;
	background: #17a866;
	margin: auto;
	top: 0;
	bottom: 0
}

.roles__icon-row {
	width: 93px;
	height: 93px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	position: relative;
	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;
	padding: 10px
}

.roles__icon-row:last-child span {
	right: auto;
	left: -15px
}

.roles__icon-row img {
	max-width: 100%;
	max-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.roles__icon-row span {
	position: absolute;
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 16px;
	font-weight: 700;
	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: 30px;
	height: 30px;
	border-radius: 100%;
	background: #17a866;
	-webkit-box-shadow: 0 4px 10px rgba(23, 168, 102, .33);
	box-shadow: 0 4px 10px rgba(23, 168, 102, .33);
	color: #fff
}

.roles__text-blocks {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.roles__text-col {
	width: 250px
}

.roles__text-col+div {
	margin-left: 45px
}

.roles__text-col p {
	color: #868686;
	font-size: 14px;
	margin: 5px 0 0
}

.roles__sub-title {
	font-weight: 600;
	font-size: 20px
}

.roles .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.roles .container>div {
	width: 50%
}

.roles .container>div:first-child {
	padding-right: 75px;
	text-align: right;
	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
}

.events__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 70px;
	margin-top: 40px;
	margin-bottom: 20px
}

.events__item {
	position: relative;
	padding: 45px;
	border-radius: 15px;
	overflow: hidden
}

.events__item>div {
	position: relative;
	z-index: 3
}

.events__item::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -o-linear-gradient(344.51deg, #222 0, rgba(34, 34, 34, .3) 100%);
	background: linear-gradient(105.49deg, #222 0, rgba(34, 34, 34, .3) 100%);
	opacity: .8;
	z-index: 2
}

.events__item>img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.events__info {
	margin-top: 17px;
	color: #fff;
	margin-bottom: 30px;
}

.events__sub-title {
	font-weight: 300;
	font-size: 34px;
	color: #fff;
	line-height: 1.3
}

.events__date {
	font-weight: 600;
	font-size: 34px;
	line-height: 1
}

.events__time {
	font-size: 20px;
	line-height: 1;
	margin-top: 12px;
	padding-top: 10px;
	border-top: 3px solid #17a866
}

.events__load {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.events .btn-2 {
	margin-top: auto;
	position: relative;
	z-index: 3
}

.news-item {
	text-decoration: none;
	color: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 15px;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12)
}

.news-item__img {
	height: 230px;
	border-radius: 15px 15px 0 0;
	overflow: hidden
}

.news-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.news-item__text {
	padding: 35px;
	background-color: #fff;
	border-radius: 0 0 15px 15px
}

.news-item__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1
}

.news-item__links {
	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-top: 20px
}

.news-item .services__detail {
	text-decoration: none
}

.news-item .services__detail:hover {
	color: #17a866
}

.news-item .services__detail:hover::after {
	width: 50px
}

.news-item__date {
	font-size: 12px;
	color: #c4c4c4;
	margin-top: 5px
}

.news-item__counters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.news-item__counter+.news-item__counter {
	position: relative;
	margin-left: 100px
}

.news-item__counter+.news-item__counter::before {
	content: '';
	width: 58px;
	height: 58px;
	border-right: 100%;
	background: #f1f1f1;
	display: block;
	position: absolute;
	left: -80px;
	top: 0;
	border-radius: 100%;
	background-image: url(../images/svg/centers.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.news-item__counter-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color: #17a866
}

.news-item__counter-desc {
	font-size: 14px;
	line-height: 1;
	margin-top: 10px
}

.cart__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cart__main-wrapper {
	margin-top: 15px
}

.cart__table {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.cart__table-img {
	width: 70px;
	height: 60px;
	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;
	margin-right: 15px
}

.cart__table-img img {
	max-width: 100%;
	max-height: 100%
}

.cart table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}

.cart table tr {
	border-radius: 15px
}

.cart table tr td {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px
}

.cart table tr td:first-child {
	border-left: 1px solid #e9e9e9;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px
}

.cart table tr td:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-right: 1px solid #e9e9e9
}

.cart table tr+tr {
	margin-top: 10px
}

.cart__table-info {
	max-width: 240px
}

.cart__table-title {
	font-size: 12px;
	line-height: 1.4
}

.cart__table-art {
	font-size: 10px;
	line-height: 1;
	color: #bcbcbc;
	margin-top: 8px
}

.cart__form {
	width: 400px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 85px;
	padding: 35px 40px;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px
}

.cart__form .form-single__bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 17px
}

.cart__form .form-single__checkbox {
	margin: 0 0 15px;
	font-size: 12px
}

.cart__form .form-single__wrap {
	margin-top: 30px
}

.cart__table-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cart__table-price {
	font-size: 0;
	line-height: 1
}

.cart .spacer {
	height: 20px
}

.cart__table-sum {
	font-size: 14px;
	font-weight: 700
}

.cart__table-price-day {
	color: #b7b7b7;
	font-size: 10px;
	margin-top: 5px
}

.cart__remove {
	width: 20px;
	height: 20px;
	background-image: url(../images/svg/remove.svg);
	cursor: pointer
}

.cart__final-price {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 700
}

.product-card__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #abeacd;
	padding: 10px 12px;
	border-radius: 100px
}

.product-card__number input {
	min-width: 34px;
	width: 34px;
	max-width: 80px !important;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	color: #0d1026;
	text-align: center;
	border: none
}

.product-card__number button {
	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: 24px;
	height: 24px;
	border-radius: 100%;
	background: #17a866;
	border: none;
	position: relative;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.product-card__number button:hover {
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.product-card__number button::after,
.product-card__number button::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 2px;
	background-repeat: no-repeat;
	background-image: url(../images/svg/minus-input.svg)
}

.product-card__number .minus::after {
	display: none
}

.product-card__number .plus::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.info-case {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.info-case>div+div {
	margin-left: 60px
}

.info-case__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.info-case__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 12px;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background: #f1f1f1;
	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
}

.info-case__title {
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
	color: #17a866
}

.info-case__desc {
	font-size: 14px;
	line-height: 1;
	margin-top: 10px
}

.case-map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	background: #fff;
	-webkit-box-shadow: 6px 6px 100px rgba(0, 0, 0, .07);
	box-shadow: 6px 6px 100px rgba(0, 0, 0, .07);
	border-radius: 15px
}

.case-map__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	padding-right: 40px;
	line-height: 1;
	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
}

.case-map__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin-left: 32px
}

.case-map__item>img {
	position: absolute;
	left: -32px;
	top: 0;
	bottom: 0;
	margin: auto
}

.case-map__item+div {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e4e9ed
}

.case-map__city {
	font-weight: 600;
	font-size: 14px;
	color: #17a866;
	margin-bottom: 5px
}

.case-map__title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: initial;
	text-decoration: none
}

.case-map__desc {
	font-weight: 500;
	font-size: 12px;
	color: #a4a4a4;
	margin-top: 5px
}

.case-map__map {
	min-height: 130px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	border-radius: 5px;
	overflow: hidden
}

.case-map__map #map {
	height: 100%
}

.catalog-card {
	margin-top: 20px
}

.catalog-card__bottom,
.catalog-card__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.catalog-card__bottom>div,
.catalog-card__main>div {
	width: 100%;
	overflow: hidden
}

.catalog-card__bottom>div+div,
.catalog-card__main>div+div {
	margin-left: 70px
}

.catalog-card__gallery-init .swiper-slide a {
	border: 1px solid #eaecee;
	border-radius: 15px;
	background: #fff;
	height: 335px;
	padding: 20px;
	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;
	outline: 0
}

.catalog-card__gallery-init .swiper-slide a img {
	max-width: 100%;
	max-height: 100%
}

.catalog-card__stock {
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #17a866
}

.catalog-card__short-info {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.catalog-card__short-info span {
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaecee;
	padding-right: 40px
}

.catalog-card__short-info span+span {
	margin-left: 15px
}

.catalog-card__wrap-price {
	margin-top: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.catalog-card__price-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.catalog-card__price-box span {
	font-size: 12px;
	color: #acacac;
	line-height: 1
}

.catalog-card__price-box b {
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	margin-top: 7px
}

.catalog-card__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f4f5f5;
	border-radius: 30px;
	padding: 12px;
	margin-right: 18px
}

.catalog-card__number input {
	min-width: 34px;
	width: 34px;
	max-width: 80px !important;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	border: none;
	background: 0 0
}

.catalog-card__number button {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: #fff;
	cursor: pointer;
	padding: 0;
	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: none
}

.catalog-card__number button::before {
	content: '';
	display: inline-block;
	background-size: 100%;
	width: 24px;
	height: 24px;
	background-position: center
}

.catalog-card__number .minus::before {
	background-image: url(../images/svg/minus.svg)
}

.catalog-card__number .plus::before {
	background-image: url(../images/svg/plus.svg)
}

.catalog-card__btns {
	margin-top: 25px
}

.catalog-card__btns a {
	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: 60px;
	padding: 0 35px;
	border-radius: 100px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	text-decoration: none
}

.catalog-card__btns a:hover {
	color: #fff
}

.catalog-card__add {
	background: #17a866;
	color: #fff
}

.catalog-card__add:hover {
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, .3);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, .3)
}

.catalog-card__fast {
	margin-left: 12px;
	border: 1px solid #abeacd;
	color: initial
}

.catalog-card__fast:hover {
	background-color: #17a866;
	border-color: #17a866
}

.catalog-card__title {
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 16px;
	color: #17a866
}

.catalog-card__table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse
}

.catalog-card__table tr {
	border-top: 1px solid #eaecee
}

.catalog-card__table tr:last-child {
	border-bottom: 1px solid #eaecee
}

.catalog-card__table td {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	padding: 6px 0
}

.catalog-card__table td:last-child {
	font-weight: 700;
	text-align: right
}

.catalog-card__desc p {
	font-size: 14px
}

.catalog-card__desc p:last-child {
	margin-bottom: 0
}

.catalog-card__bottom {
	margin-top: 65px
}

.input-buffer {
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
	white-space: nowrap
}

.catalog-page h1 {
	margin-top: 15px
}

.catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.catalog__side {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	margin-right: 100px;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.catalog__nav {
	border-top: 1px solid #eaecee;
	padding-top: 15px
}

.catalog__nav>ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.catalog__nav>ul>li>a {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none
}

.catalog__nav>ul>li .active {
	color: #17a866
}

.catalog__nav>ul>li ul {
	padding: 0;
	margin: 15px 0;
	list-style-type: none
}

.catalog__nav>ul>li ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #eaecee;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
	padding: 5px 12px;
	text-decoration: none;
	color: initial;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.catalog__nav>ul>li ul li .active {
	background-color: #17a866;
	color: #fff
}

.catalog__nav>ul>li ul li+li {
	margin-top: 7px
}

.catalog__nav>ul>li+li {
	margin-top: 20px
}

.catalog__grid-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.catalog__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 30px
}

.comment__title {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 15px
}

.comment__field-wrapper {
	padding: 10px 12px;
	border: 1px solid #d4d4d4;
	border-radius: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comment__field-wrapper input[type=text] {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0 20px;
	font-size: 14px;
	line-height: 1.3;
	border: none
}

.comment__field-wrapper input[type=text]::-webkit-input-placeholder {
	color: #999
}

.comment__field-wrapper input[type=text]::-moz-placeholder {
	color: #999
}

.comment__field-wrapper input[type=text]:-ms-input-placeholder {
	color: #999
}

.comment__field-wrapper input[type=text]::-ms-input-placeholder {
	color: #999
}

.comment__field-wrapper input[type=text]::placeholder {
	color: #999
}

.comment__field-wrapper .btn-2 {
	height: 44px;
	padding: 0 30px;
	font-size: 16px;
	margin-left: auto
}

.comment__photo {
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.comment__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%
}

.comment__list {
	margin-top: 45px
}

.comment__item-list-row {
	border-top: 1px solid #ebe5ec;
	padding-top: 17px
}

.comment__item-list-row:last-child {
	border-bottom: 1px solid #ebe5ec;
	padding-bottom: 17px
}

.comment__item-list-row+.comment__item-list-row {
	margin-top: 15px
}

.comment__item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.comment__item-list .comment__photo {
	margin-right: 16px
}

.comment__item-list+.comment__item-list {
	margin-top: 15px;
	padding-top: 15px;
	margin-left: 55px;
	border-top: 1px solid #ebe5ec
}

.comment__item-list-have-child .comment__item-list:first-child {
	position: relative
}

.comment__item-list-have-child .comment__item-list:first-child::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 55px;
	bottom: -40px;
	width: 1px;
	background-color: #c4c4c4
}

.comment__item-list-have-child .comment__item-list:first-child::after {
	content: '';
	width: 21px;
	height: 17px;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 20px;
	bottom: -55px;
	background-image: url(../images/svg/comment-arrow.svg)
}

.comment__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comment__name {
	font-weight: 600;
	font-size: 14px;
	line-height: 1
}

.comment__prof {
	margin-left: 11px;
	color: #b6b6b6;
	font-size: 14px;
	font-weight: 500
}

.comment__time {
	margin-left: auto;
	font-size: 11px;
	color: #b6b6b6;
	font-weight: 500
}

.comment__message {
	font-size: 12px;
	margin: 7px 0 0
}

.comment__item-bottom {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comment__answer {
	font-size: 10px;
	line-height: 1;
	color: #17a866;
	text-decoration: none
}

.comment__loadmore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contacts-single .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contacts-single__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 350px;
	flex: 0 0 350px
}

.contacts-single__list {
	height: 620px;
	overflow: auto;
	padding: 50px 20px 50px 50px;
	margin-top: -30px;
	margin-left: -50px;
	position: relative
}

.contacts-single__list::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 80px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.contacts-single__list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #17a866
}

.contacts-single__list::-webkit-scrollbar {
	width: 5px;
	background-color: #17a866
}

.contacts-single__list::-webkit-scrollbar-thumb {
	background-color: #17a866;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.contacts-single__list label {
	width: 100%;
	cursor: pointer
}

.contacts-single__list label+label {
	margin-top: 20px
}

.contacts-single__list label input {
	display: none
}

.contacts-single__list label input:checked+.contacts-single__item-row {
	border: none;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12)
}

.contacts-single__list label input:checked+.contacts-single__item-row .contacts-single__hidden {
	display: block
}

.contacts-single__list label input:checked+.contacts-single__item-row .adres .contacts-single__city {
	color: #17a866
}

.contacts-single__item-row {
	padding: 15px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 15px
}

.contacts-single__item {
	line-height: 1.2;
	padding-left: 32px;
	position: relative
}

.contacts-single__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 19px;
	height: 19px;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat
}

.contacts-single__item a {
	text-decoration: none
}

.contacts-single .tel::before {
	background-image: url(../images/svg/contacts-page/1.svg)
}

.contacts-single .adres::before {
	background-image: url(../images/svg/contacts-page/2.svg)
}

.contacts-single .metro::before {
	background-image: url(../images/svg/contacts-page/3.svg)
}

.contacts-single__city {
	color: #a08d9f;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px
}

.contacts-single__title {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	color: #222
}

.contacts-single__desc {
	font-weight: 500;
	font-size: 12px;
	color: #a4a4a4
}

.contacts-single__hidden {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contacts-single__hidden .contacts-single__item {
	padding-top: 15px;
	border-top: 1px solid #e4e9ed;
	margin-top: 15px
}

.contacts-single__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 12px
}

.contacts-single__socials a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f5f5f5;
	border-radius: 100px;
	padding: 5px 20px 5px 6px;
	font-size: 12px;
	color: #222
}

.contacts-single__socials a::before {
	content: '';
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 12px;
	width: 30px;
	height: 30px;
	border-radius: 100%
}

.contacts-single__socials a+a {
	margin-left: 10px
}

.contacts-single__socials a.whats::before {
	background: #25d366;
	background-image: url(../images/svg/messagers/1.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.contacts-single__socials a.tg::before {
	background: #08c;
	background-image: url(../images/svg/messagers/2.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.contacts-single__video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 6px;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	background: #17a866;
	border-radius: 100px;
	margin-top: 8px
}

.contacts-single__video::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	background-image: url(../images/svg/triangle.svg);
	background-position: 50%;
	background-repeat: no-repeat
}

.contacts-single__video:hover {
	color: #fff
}

.contacts-single__map {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.contacts-single__map #map {
	width: 100%;
	height: 100%
}

.contacts-page {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 30px
}

.contacts-page__item {
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding: 30px 35px
}

.contacts-page__name {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.3
}

.contacts-page__user {
	margin: 25px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contacts-page__user img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 11px;
	-o-object-fit: cover;
	object-fit: cover
}

.contacts-page__t-user {
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: #b6b6b6
}

.contacts-page__d-user {
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	margin-top: 8px
}

.contacts-page__bottom {
	margin-top: auto;
	padding-top: 25px;
	border-top: 1px solid #ebe5ec;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contacts-page__bottom 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: initial;
	font-size: 16px;
	font-weight: 600;
	line-height: 1
}

.contacts-page__bottom a::before {
	content: '';
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: inline-block;
	margin-right: 10px;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px
}

.contacts-page__bottom a+a {
	margin-top: 12px
}

.contacts-page__tel::before {
	background-image: url(../images/svg/contacts/1.svg)
}

.contacts-page__mail::before {
	background-image: url(../images/svg/contacts/2.svg)
}

.bread.silver *,
.bread.silver a {
	color: #cfcfcf
}

.curse {
	margin: 15px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.curse h1 {
	font-weight: 600;
	font-size: 40px;
	line-height: 120%;
	color: #222;
	margin: 0
}

.curse h2 {
	font-weight: 600;
	font-size: 26px
}

.curse h3 {
	font-size: 19px;
	line-height: 1.3;
	margin: 0
}

.curse__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.curse__top {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.curse__top-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (min-width:768px) {
	.curse__top-item:not(:last-child) {
		margin-right: 40px
	}
}

.curse__top-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	margin-right: 10px
}

.curse__top-icon img {
	max-width: 100%;
	max-height: 100%
}

.curse__top-text {
	line-height: 1
}

.curse__top-title {
	font-size: 12px;
	color: #afafaf
}

.curse__top-desc {
	font-size: 19px;
	margin-top: 8px
}

.curse__form {
	margin-top: 35px;
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding: 35px 45px
}

.curse__t-form {
	font-weight: 600;
	font-size: 20px
}

.curse__inputs {
	margin-top: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 36px;
	height: 73px;
	padding: 8px 8px 8px 26px
}

.curse__input {
	width: 39%;
	height: 100%;
	position: relative
}

.curse__input::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 2
}

.curse__input input {
	border: none;
	width: 100%;
	padding-left: 32px;
	position: relative;
	height: 100%;
	font-size: 14px
}

.curse__input input::-webkit-input-placeholder {
	color: #868686
}

.curse__input input::-moz-placeholder {
	color: #868686
}

.curse__input input:-ms-input-placeholder {
	color: #868686
}

.curse__input input::-ms-input-placeholder {
	color: #868686
}

.curse__input input::placeholder {
	color: #868686
}

.curse__input+.curse__input {
	margin-left: 25px
}

.curse__input+.curse__input::after {
	content: '';
	position: absolute;
	left: -25px;
	top: 5px;
	bottom: 5px;
	width: 1px;
	background-color: #abeacd
}

.curse .phone::before {
	background-image: url(../images/svg/stomatolog/phone.svg)
}

.curse .user::before {
	background-image: url(../images/svg/stomatolog/user.svg)
}

.curse__submit {
	width: 22%;
	height: 100%
}

.curse__submit input {
	width: 100%;
	height: 100%;
	background: #17a866;
	border-radius: 100px;
	padding: 0 25px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	border: none;
	cursor: pointer
}

.curse__check {
	font-size: 12px;
	color: #bbb;
	line-height: 1.3;
	margin-top: 20px
}

.curse__check a {
	color: #bbb
}

.curse__text {
	margin-top: 65px
}

.curse__map {
	margin-top: 35px
}

.curse__map #map {
	height: 165px;
	border-radius: 15px
}

.curse__side {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	margin-left: 100px;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.curse__users {
	margin-top: 40px
}

.curse__users h3 {
	font-size: 19px
}

.curse__users-list {
	margin-top: 25px
}

.curse__user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.curse__user+div {
	margin-top: 20px
}

.curse__user-photo {
	width: 39px;
	height: 39px;
	border-radius: 100%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 16px
}

.curse__user-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.curse__user-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1
}

.curse__user-name {
	font-size: 12px;
	font-weight: 600
}

.curse__user-rating {
	font-size: 11px;
	font-weight: 500;
	color: #b6b6b6;
	margin-top: 5px
}

.single-event {
	max-width: 800px;
	margin: 30px auto 0
}

.single-event__img {
	border-radius: 15px;
	overflow: hidden;
	position: relative
}

.single-event__img img {
	width: 100%;
height: auto;
}

.single-event__date-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0 20px
}

.single-event__date {
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	padding: 5px 15px;
	background: #17a866;
	border-radius: 15px;
	margin-right: 18px
}

.single-event__title {
	margin: 0
}

.single-event__day {
	margin-bottom: 20px
}

.single-event__play {
	width: 135px;
	height: 135px;
	border-radius: 100%;
	background-color: #17a866;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.single-event__play::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 0;
	margin-right: -5px;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 38px;
	margin-left: 5px;
	border-color: transparent transparent transparent #fff
}

.single-event__date-post {
	font-size: 12px;
	margin-top: 15px;
	color: #afafaf
}

.single-event__date-post+.single-event__date-title {
	margin-top: 10px
}

.form-single {
	padding: 50px 60px;
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px
}

.form-single__title {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3
}

.form-single__desc {
	margin-top: 15px;
	font-size: 18px;
	color: #b4b4b4;
	line-height: 1.3
}

.form-single__wrap {
	display: -ms-grid;
	display: grid;
	gap: 17px
}

.form-single .form-2-col {
	margin-top: 35px;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr)
}

.form-single .form-3-col {
	margin-top: 25px;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr)
}

.form-single__field {
	border: 1px solid #e1e1e1;
	border-radius: 7px;
	padding: 10px 15px;
	font-size: 0
}

.form-single__field input {
	width: 100%;
	border: none;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	margin-top: 5px
}

.form-single__field input::-webkit-input-placeholder {
	color: #868686
}

.form-single__field input::-moz-placeholder {
	color: #868686
}

.form-single__field input:-ms-input-placeholder {
	color: #868686
}

.form-single__field input::-ms-input-placeholder {
	color: #868686
}

.form-single__field input::placeholder {
	color: #868686
}

.form-single__field-title {
	font-size: 10px;
	line-height: 1
}

.form-single__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px
}

*+.form-single__checkbox {
	margin-left: 20px
}

.form-single__checkbox {
	font-size: 10px;
	line-height: 1.3;
	color: #bbb
}

.form-single__checkbox a {
	color: inherit
}

.community__post-links+.comment {
	border-top: 1px solid #ebe5ec;
	margin-top: 40px;
	padding-top: 40px
}

.single-page {
	margin-top: 20px
}

.nav-cat {
	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: 0 0 0 -10px;
	list-style-type: none;
	padding: 0
}

.nav-cat li {
	margin: 0 10px 10px
}

.nav-cat li a {
	font-weight: 600;
	font-size: 14px;
	color: rgba(34, 34, 34, .4);
	text-decoration: none;
	padding-bottom: 3px
}

.nav-cat li a.active {
	color: #222;
	border-bottom: 1px solid #17a866
}

.nav-cat+.events__wrapper {
	margin-top: 20px
}

.faq {
	-webkit-box-shadow: 0 33px 145px rgba(0, 0, 0, .07), 0 13.7866px 60.5775px rgba(0, 0, 0, .0503198), 0 7.37098px 32.3876px rgba(0, 0, 0, .0417275), 0 4.13211px 18.1562px rgba(0, 0, 0, .035), 0 2.19453px 9.64265px rgba(0, 0, 0, .0282725), 0 .91319px 4.01252px rgba(0, 0, 0, .0196802);
	box-shadow: 0 33px 145px rgba(0, 0, 0, .07), 0 13.7866px 60.5775px rgba(0, 0, 0, .0503198), 0 7.37098px 32.3876px rgba(0, 0, 0, .0417275), 0 4.13211px 18.1562px rgba(0, 0, 0, .035), 0 2.19453px 9.64265px rgba(0, 0, 0, .0282725), 0 .91319px 4.01252px rgba(0, 0, 0, .0196802);
	border-radius: 15px;
	padding: 0 20px
}

.faq__item {
	position: relative;
	cursor: pointer
}

.faq__item+div {
	border-top: 1px solid #abeacd
}

.faq__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	position: relative;
	padding: 25px 0 25px 51px
}

.faq__title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 21px;
	height: 21px;
	background-image: url(../images/svg/plus-green.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.faq__desc {
	font-size: 16px;
	color: #868686;
	line-height: 1.3;
	padding-left: 51px;
	padding-bottom: 25px;
	display: none
}

.faq__desc p:last-child {
	margin-bottom: 0
}

.faq__item.opened .faq__title::before {
	background-image: url(../images/svg/minus-green.svg)
}

.price-tab {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 0 40px
}

.price-tab__item {
	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;
	border-bottom: 1px solid #abeacd;
	padding: 12px 0;
	color: #222
}

.price-tab__item b {
	font-weight: 600
}

.header {
	padding: 25px 0;
	background-color: #fff
}

@media (max-width:1199.98px) {
	.header {
		padding: 10px 0
	}
}

@media (max-width:991.98px) {
	.header {
		display: none
	}
}

.header .container {
	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
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: initial;
	text-decoration: none
}

@media (max-width:1199.98px) {
	.header__logo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.header__logo img {
	width: 117px;
	height: auto;
	margin-right: 19px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.header__logo span {
	font-size: 10px;
	line-height: 1.3
}

@media (max-width:1199.98px) {
	.header__logo span {
		margin-top: 10px
	}
}

.header__types {
	font-weight: 600;
	font-size: calc(12px + 2 * ((100vw - 320px)/ 850));
	min-width: 132px;
	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;
	cursor: pointer;
	border-bottom: 1px solid #17a866
}

.header__types::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
	background: url(../images/svg/header/carret-down.svg) no-repeat center/100%
}

.header__city::before {
	background-image: url(../images/svg/header/nav.svg)
}

.header__city,
.header__lc {
	font-size: 12px;
	position: relative;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__city::before,
.header__lc::before {
	content: '';
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px
}

.header__lc::before {
	background-image: url(../images/svg/header/user.svg)
}

.header__phone {
	font-size: 18px;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: initial;
	text-decoration: none
}

@media (max-width:1199.98px) {
	.header__phone {
		font-size: 14px
	}
}

.header__phone::before {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 7px;
	background-image: url(../images/svg/header/phone.svg)
}

.header__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__btns a+a {
	margin-left: 9px
}

.btn-cart {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #abeacd;
	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-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.btn-cart::before {
	content: '';
	display: inline-block;
	background-image: url(../images/svg/header/cart.svg);
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.btn-cart:hover {
	border-color: #17a866;
	background-color: #17a866
}

.btn-cart:hover::before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

nav {
	background-color: #17a866
}

@media (max-width:991.98px) {
	nav {
		display: none
	}
}

nav ul {
	padding: 0;
	height: 52px;
	margin: 0;
	font-size: 0;
	list-style-type: none;
	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
}

nav ul li a {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none
}

nav ul li a:hover {
	text-decoration: underline;
	color: #fff
}

.invest {
	margin-top: 20px
}

.invest__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 30px
}

.invest__item {
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding: 35px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 340px;
	color: initial;
	text-decoration: none
}

.invest__item:hover .main-page__item--arrow {
	width: 100px
}

.invest__item>img {
	position: absolute;
	right: 40px;
	top: 60px;
	max-width: 190px;
	max-height: 250px
}

.invest__item-content {
	max-width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.invest__title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2
}

.invest__desc {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 20px;
	color: #868686;
	margin-bottom: 35px
}

.invest__bottom-info {
	margin-top: auto
}

.invest__price {
	font-weight: 600;
	font-size: 40px;
	line-height: 1
}

.invest__desc-price {
	font-size: 18px;
	line-height: 1;
	margin-top: 5px;
	color: #17a866;
	position: relative
}

.invest .main-page__item--arrow {
	margin-top: 30px
}

.centers {
	margin-top: 70px;
	padding-top: 50px;
	border-top: 1px solid #e7e7e7
}

.voxel-counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 40px 0
}

.voxel-counter__text {
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: 20px 20px 20px 95px;
	position: relative;
	height: 100%
}

.voxel-counter__text::before {
	content: '';
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background-image: url(../images/svg/invest.svg);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: 50%;
	display: block;
	background-color: #f1f1f1;
	position: absolute;
	top: 50%;
	left: 21px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.voxel-counter__title {
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color: #17a866
}

.voxel-counter__title+.voxel-counter__desc {
	margin-top: 10px
}

.voxel-counter__desc {
	font-size: 14px;
	line-height: 1.2;
	min-width: 240px
}

.voxel-counter-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px
}

.voxel-counter-wrapper>div {
	margin: 0
}

.voxel-counter-wrapper>div+div {
	margin-left: 20px
}

.invest-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.invest-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.invest-list__item+div {
	margin-left: 15px
}

.invest-list__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 5px;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background: #f1f1f1;
	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-right: 15px
}

.invest-list__icon img {
	max-width: 100%;
	max-height: 100%
}

.invest-list__text-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.3;
	white-space: nowrap
}

.invest-list__text-row b {
	font-weight: 14px
}

.invest-list__text-row span {
	font-size: 12px;
	color: #9b9b9b
}

.invest-list__text-row+div {
	margin-top: 10px
}

.slide-invest {
	height: 450px
}

.slide-invest img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 15px
}

.invest-slider__wrapper {
	position: relative
}

.invest-slider__slider {
	overflow: hidden
}

.invest-slider__slider img {
	width: 100%;
	height: auto;
	border-radius: 15px
}

.invest-slider a {
	outline: 0
}

.examples__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 70px
}

.examples__item {
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	padding: 20px 35px;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.examples__top {
	line-height: 1.2;
	margin-bottom: 20px
}

.examples__title {
	font-weight: 600;
	font-size: 46px
}

.examples__desc {
	font-size: 18px
}

.examples__sub-desc {
	font-size: 12px;
	color: #c4c4c4;
	margin-top: 3px
}

.examples__middle {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.examples__mid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.examples__mid-item+div {
	margin-left: 30px
}

.examples__mid-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 17px;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background: #f1f1f1;
	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
}

.examples__mid-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 1;
	color: #17a866;
	white-space: nowrap
}

.examples__mid-desc {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 7px
}

.examples__bottom {
	margin-top: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f1f1f1;
	border-radius: 10px;
	padding: 12px 15px
}

.examples__bottom-price {
	white-space: nowrap;
	margin-right: 15px;
	font-weight: 600;
	font-size: 23px;
	line-height: 1;
	color: #17a866
}

.examples__bottom-title {
	font-size: 12px;
	line-height: 1.3
}

.examples__bottom-desc {
	font-size: 10px;
	margin-top: 5px;
	line-height: 1.3;
	color: #9e9e9e
}

.franshiza {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #e7e7e7
}

.franshiza__wrap {
	counter-reset: num;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 30px
}

.franshiza__item {
	counter-increment: num;
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding: 20px 30px
}

.franshiza__item::before {
	content: counter(num) " этап";
	font-weight: 300;
	font-size: 24px;
	line-height: 1
}

.franshiza__item:nth-child(-n+9)::before {
	content: "0"counter(num) " этап"
}

.franshiza__title {
	font-weight: 600;
	font-size: 34px;
	line-height: 1;
	color: #17a866;
	margin-top: 10px
}

.franshiza__desc {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 20px
}

.marj {
	min-height: 480px
}

.marj .container {
	position: relative
}

.marj__text {
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding: 20px 35px;
	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: 415px;
	margin-top: 30px;
	position: relative;
	z-index: 3
}

.marj__top .marj__title {
	font-weight: 600;
	font-size: 40px
}

.marj__title {
	color: #17a866;
	line-height: 1
}

.marj__desc {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 5px
}

.marj__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px
}

.marj__bottom>div+div {
	margin-left: 40px
}

.marj .form-main {
	position: absolute;
	right: 300px;
	top: 0
}

.marj__big-elipse {
	width: 265px;
	height: 265px;
	border-radius: 100%;
	position: absolute;
	right: -223px;
	top: 10px;
	background-color: #17a866;
	z-index: 20;
	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: 70px 50px
}

.marj__big-elipse span {
	font-size: 19px;
	line-height: 1;
	color: #fff
}

.marj__big-elipse b {
	margin: 12px 0;
	font-weight: 600;
	font-size: 60px;
	color: #fff;
	line-height: 1
}

.marj__mini-elipse {
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 100%;
	width: 184px;
	height: 184px;
	position: absolute;
	right: -65px;
	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;
	bottom: -55px;
	z-index: 10;
	line-height: 1;
	padding: 45px
}

.marj__mini-elipse>* {
	white-space: nowrap
}

.marj__mini-elipse b {
	font-weight: 600;
	font-size: 40px
}

.marj__mini-elipse span {
	font-size: 14px;
	margin-top: 10px
}

.reviews-slide {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 15px;
	padding: 50px 25px 25px;
	color: initial
}

.reviews-slide__logo {
	height: 60px
}

.reviews-slide__logo img {
	max-width: 100%;
	max-height: 100%
}

.reviews-slide__title {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 15px
}

.reviews-slide__bottom {
	margin-top: auto
}

.reviews-slide__company {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2
}

.reviews-slide__detail {
	margin-top: 12px;
	font-size: 12px;
	font-weight: 600;
	color: #17a866;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.reviews-slide__detail::after {
	content: '';
	display: inline-block;
	width: 32px;
	height: 5px;
	background-image: url(../images/svg/stomatolog/arrow.svg);
	background-size: 100%;
	margin-left: 13px;
	background-repeat: no-repeat
}

.reviews-slider__wrapper {
	position: relative
}

.reviews-slider__wrapper .next,
.reviews-slider__wrapper .prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 34px;
	height: 11px;
	z-index: 3;
	cursor: pointer
}

.reviews-slider__wrapper .prev {
	left: -60px
}

.reviews-slider__wrapper .next {
	right: -60px
}

.reviews-slider__init {
	overflow: hidden
}

.graphics__table {
	width: 660px;
	height: 500px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	counter-reset: num
}

.graphics__table::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
	width: calc(100% / 22)
}

.graphics__table span {
	width: calc(100% / 22);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	top: 0;
	bottom: 0;
	background: #f1f1f1;
	border-radius: 10px;
	counter-increment: num
}

.graphics__table span::before {
	content: counter(num);
	font-size: 16px;
	margin-top: 5px
}

.graphics__table span:nth-child(2n) {
	background-color: transparent
}

.graphics__table-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.graphics__row {
	position: absolute;
	border-radius: 30px;
	height: 6px
}

.graphics .row-1 {
	top: 66px;
	background: #4fa5de;
	left: 0;
	right: 0
}

.graphics .row-2 {
	top: 126px;
	background: #02d295;
	left: calc(100% / 22);
	right: 0;
	width: calc((100% / 22) * 3)
}

.graphics .row-3 {
	top: 176px;
	background: #3fcee2;
	left: 0;
	right: 0;
	width: calc((100% / 22) * 5)
}

.graphics .row-4 {
	top: 226px;
	background: #fbbe5c;
	left: calc((100% / 22) * 6);
	right: 0;
	width: calc((100% / 22) * 16)
}

.graphics .row-5 {
	top: 276px;
	background: #ff817c;
	left: calc((100% / 22) * 8);
	right: 0;
	width: calc((100% / 22) * 14)
}

.graphics .row-6 {
	top: 326px;
	background: #e0a1e6;
	right: 0;
	width: calc((100% / 22) * 3)
}

.graphics .row-7 {
	top: 376px;
	background: #00ac5e;
	right: 0;
	left: 0
}

.graphics .row-8 {
	top: 426px;
	background: #02b2c9;
	right: 0;
	width: calc((100% / 22) * 8)
}

.graphics .row-9 {
	top: 473px;
	background: #fe5e7d;
	right: 0;
	width: calc((100% / 22) * 1)
}

.graphics .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.graphics__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 24px;
	padding-top: 48px
}

.graphics__text-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.graphics__text-row span {
	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;
	min-width: 80px;
	padding: 5 15px;
	min-height: 38px;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 30px;
	color: #fff
}

.graphics__text-row p {
	margin: 0;
	font-size: 14px;
	line-height: 1.3
}

.graphics__text-row+div {
	margin-top: 12px
}

.graphics__text-row:first-child span {
	background: #4fa5de
}

.graphics__text-row:nth-child(2) {
	margin-top: 22px
}

.graphics__text-row:nth-child(2) span {
	background: #02d295
}

.graphics__text-row:nth-child(3) span {
	background: #3fcee2
}

.graphics__text-row:nth-child(4) span {
	background: #fbbe5c
}

.graphics__text-row:nth-child(5) span {
	background: #ff817c
}

.graphics__text-row:nth-child(6) span {
	background: #e0a1e6
}

.graphics__text-row:nth-child(7) span {
	background: #00ac5e
}

.graphics__text-row:nth-child(8) span {
	background: #02b2c9
}

.graphics__text-row:nth-child(9) span {
	background: #fe5e7d
}

.univer-about+.goal {
	margin-top: 150px
}

.main-page {
	background-color: #17a866;
	background-image: url(../images/bg-line.png);
	min-height: 100%;
	background-position: center;
	background-size: cover;
	padding: 30px 0 60px
}

.main-page__top {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main-page__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-page__logo img {
	width: 220px;
	height: auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.main-page__title {
	font-weight: 600;
	font-size: 40px;
	line-height: 1.22;
	text-align: center;
	color: #fff;
	max-width: 800px;
	margin: 17px 0 0
}

@media (max-width:767.98px) {
	.main-page__title {
		font-size: calc(20px + 10 * ((100vw - 320px)/ 850))
	}
}

.main-page__desc {
	font-size: calc(16px + 3 * ((100vw - 320px)/ 850));
	line-height: 1.3;
	margin-top: 25px;
	text-align: center;
	color: #fff
}

.main-page__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[6];
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
	margin-top: 35px
}

@media (max-width:991.98px) {
	.main-page__wrapper {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 20px
	}
}

@media (max-width:767.98px) {
	.main-page__wrapper {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
	}
}

.main-page__item {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	background-color: #000;
	background: #fff;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, .1);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, .1);
	border-radius: 15px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	color: initial;
	text-decoration: none;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

@media (max-width:991.98px) {
	.main-page__item {
		-ms-grid-column-span: 1;
		grid-column: span 1
	}
}

.main-page__item div,
.main-page__item h2,
.main-page__item p {
	position: relative;
	z-index: 3
}

.main-page__item:hover {
	-webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, .5);
	box-shadow: 10px 10px 50px rgba(0, 0, 0, .5)
}

.main-page__item:hover .main-page__item--arrow {
	width: 100px
}

.main-page__item:hover .main-page__item--desc,
.main-page__item:hover .main-page__item--title {
	color: #17a866
}

.main-page__item>img {
	position: absolute;
	z-index: 1
}

.main-page__item:not(:first-child):not(:nth-child(2)) .main-page__item--title {
	font-size: 22px
}

.main-page__item:not(:first-child):not(:nth-child(2))>img {
	top: 30px;
	right: 30px
}

@media (max-width:991.98px) {
	.main-page__item:not(:first-child):not(:nth-child(2))>img {
		top: 10px;
		right: 10px
	}
}

.main-page__item:first-child,
.main-page__item:nth-child(2) {
	min-height: 200px;
	-ms-grid-column-span: 3;
	grid-column: span 3
}

@media (max-width:991.98px) {

	.main-page__item:first-child,
	.main-page__item:nth-child(2) {
		grid-column: initial
	}
}

.main-page__item:first-child>img,
.main-page__item:nth-child(2)>img {
	max-width: 185px;
	height: auto;
	right: 30px;
	bottom: 0
}

@media (max-width:991.98px) {

	.main-page__item:first-child>img,
	.main-page__item:nth-child(2)>img {
		max-width: 120px;
		right: 0
	}
}

.main-page__item:first-child .main-page__item--title,
.main-page__item:nth-child(2) .main-page__item--title {
	font-size: 32px
}

@media (max-width:991.98px) {

	.main-page__item:first-child .main-page__item--title,
	.main-page__item:nth-child(2) .main-page__item--title {
		font-size: 22px
	}
}

.main-page__item--title {
	font-weight: 600;
	line-height: 1.3;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	margin: 0
}

.main-page__item--desc {
	max-width: 250px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	font-size: 14px;
	line-height: 1.3;
	color: #868686;
	margin: 20px 0 25px;
	transition-duration: .15s
}

.main-page__item--arrow {
	width: 51px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 21px;
	background-image: url(../images/svg/main/arrow.svg);
	margin-top: auto;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	position: relative
}

.main-page__item--arrow::before {
	content: '';
	position: absolute;
	right: 2px;
	left: 0;
	top: 0;
	bottom: 0;
	height: 2px;
	display: block;
	background-color: #17a866;
	margin: auto;
	border-radius: 2px
}

.pacient.form-main .form-main__img {
	width: 295px;
	height: 295px;
	margin-right: 140px
}

.pacient.form-main .elipse-1 {
	width: 427px;
	height: 427px
}

.pacient.form-main .form-main .point-1::before {
	top: 34px
}

.services-center__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 60px
}

.services-center__item {
	border-radius: 15px;
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	text-decoration: none;
	color: initial
}

.services-center__item:hover .services__detail::after {
	width: 63px
}

.services-center__img {
	height: 150px;
	border-radius: 15px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.services-center__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.services-center__bottom {
	padding: 25px
}

.services-center__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 10px
}

.services-center__desc {
	font-size: 12px;
	line-height: 1.3;
	color: #9b9b9b
}

.services-center__bottom-text {
	margin-top: auto
}

.services-pacient__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 30px
}

.services-pacient__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px 25px 0;
	text-decoration: none;
	color: initial;
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	overflow: hidden
}

.services-pacient__item:hover .services__detail::after {
	width: 64px
}

.services-pacient__item>img {
	margin-left: -25px;
	width: calc(100% + 50px);
	border-radius: 15px 15px 0 0
}

.services-pacient__title {
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 7px
}

.services-pacient .services__detail {
	margin-bottom: 20px
}

.top-pac .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.top-pac__text {
	width: 570px;
	margin-right: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.top-pac .form-main__img {
	width: 398px;
	height: 398px
}

.top-pac .form-main .elipse-2 {
	width: 760px;
	height: 760px
}

.top-pac .form-main__fields {
	margin-top: 20px
}

.top-pac .t-form {
	font-weight: 600;
	margin-top: 10px;
	font-size: 20px
}

.top-pac .form-main__btns {
	margin-top: 30px
}

.time-procedures ul {
	padding: 0;
	margin: 30px 0 0;
	list-style-type: none
}

.time-procedures ul li {
	font-size: 14px;
	line-height: 1.3
}

.time-procedures ul li+li {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #c4f0dc
}

.pacient-slider .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.pacient-slider__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.pacient-slider__slider {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 430px;
	flex: 0 0 430px;
	overflow: hidden;
	margin-left: 65px;
	position: relative;
	margin-top: 30px
}

.pacient-slider__init {
	overflow: hidden
}

.pacient-slider .next,
.pacient-slider .prev {
	width: 56px;
	height: 56px;
	border-radius: 100%;
	border: 1px solid #17a866;
	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;
	cursor: pointer
}

.pacient-slider .next {
	background-color: #fff
}

.pacient-slider .prev {
	background-color: #17a866
}

.pacient-slider__arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5
}

.pacient-slider__arrows *+* {
	margin-left: 10px
}

.pacient-slider .swiper-slide img {
	width: 430px;
	height: 430px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.pac-list__wrapper {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: num;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 0 30px
}

.pac-list__wrapper li {
	font-size: 14px;
	line-height: 1.3;
	counter-increment: num;
	padding: 12px 0;
	border-bottom: 1px solid #c4f0dc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pac-list__wrapper li::before {
	content: counter(num) ".";
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
	min-width: 25px
}

.pac-list__wrapper li:nth-child(-n+9)::before {
	content: "0"counter(num) "."
}

.partners__wrapper.partners__wrapper-3 {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr)
}

.partners__wrapper.partners__wrapper-3 .partners__item:not(:last-child)::after {
	width: 80px
}

.big-prices {
	margin: 140px 0;
	position: relative
}

.big-prices__wrapper {
	position: relative
}

.big-prices__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.big-prices__row .univer-about__counter {
	min-width: 360px
}

.big-prices__row+div {
	margin-top: 65px
}

.big-prices .univer-about__counter+.univer-about__counter {
	margin: 0
}

.big-prices .form-main__img {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 318px;
	height: 318px;
	z-index: -1
}

.big-prices .form-main .elipse-1 {
	width: 423px;
	height: 423px
}

.big-prices .form-main .elipse-2 {
	width: 784px;
	height: 784px
}

.big-prices .form-main .point-1::before {
	width: 11px;
	height: 11px;
	top: 38px
}

.big-prices .form-main .point-2::before {
	width: 28px;
	height: 28px;
	top: 32px
}

.big-prices .form-main .point-3::before {
	top: 69px
}

.counter-list {
	margin: 25px 0 0;
	list-style-type: none;
	padding: 0;
	counter-reset: num
}

.counter-list li {
	font-size: 20px;
	line-height: 1.3;
	counter-increment: num;
	position: relative;
	padding-left: 89px
}

.counter-list li b {
	font-weight: 600
}

.counter-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	background: #f1f1f1;
	border-radius: 10px
}

.counter-list li::after {
	content: counter(num);
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #17a866;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	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;
	font-size: 24px;
	color: #17a866;
	background-color: rgba(23, 168, 102, .2)
}

.counter-list li+li {
	margin-top: 50px
}

.ruc-main .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 30px
}

.ruc-main__item {
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding: 35px 190px 35px 40px;
	position: relative;
	min-height: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.ruc-main__item>img {
	position: absolute;
	right: 40px;
	top: 75px;
	max-width: 190px;
	max-height: 250px;
	z-index: 1
}

.ruc-main__title {
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 600;
	font-size: 40px
}

.ruc-main__desc {
	font-size: 14px;
	margin-top: 20px;
	color: #868686;
	line-height: 1.3;
	margin-bottom: 30px
}

.ruc-main__bottom {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.ruc-main__desc-price {
	font-size: 18px;
	line-height: 1;
	color: #17a866;
	margin-bottom: 35px;
	margin-top: 6px
}

.ruc-main__price {
	font-weight: 600;
	font-size: 40px;
	line-height: 1
}

.main-about .big-title {
	color: #17a866;
	font-size: 100px
}

.big-title-main {
	font-size: 100px;
	color: #17a866;
	font-weight: 600;
	line-height: 1
}

.video-images .t-form {
	font-weight: 600;
	font-size: 20px;
	line-height: 1
}

.video-images .form-main__btns {
	margin-top: 30px
}

.video-images .form-main__fields {
	margin-top: 20px
}

.goal__text .s-title {
	margin-bottom: 30px
}

.community {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 20px
}

.community .btn-2 {
	width: 100%;
	margin-top: 20px
}

.community h1 {
	font-size: 60px;
	margin: 0
}

.community__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.community__author-image {
	width: 90px;
	height: 90px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.community__author-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%
}

.community__author-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.community__author-text b {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3
}

.community__author-text span {
	font-size: 14px;
	color: #a4a4a4;
	line-height: 1.2;
	margin-top: 10px
}

.community__rating {
	margin-top: 40px;
	padding: 15px 35px 15px 70px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px
}

.community__rating::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 46px;
	height: 46px;
	background-image: url(../images/svg/rating.svg);
	background-size: 100%;
	display: block
}

.community__posts {
	margin: 0 10px;
	padding: 24px 0 0;
	list-style-type: none
}

.community__posts li a {
	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-weight: 600;
	font-size: 14px;
	color: initial;
	text-decoration: none;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.community__posts li a:hover {
	color: #17a866
}

.community__posts li a span {
	color: #d2d2d2
}

.community__posts li+li {
	margin-top: 10px
}

.community__rating-value {
	color: #17a866;
	font-size: 20px;
	font-weight: 600;
	line-height: 1
}

.community__rating-desc {
	color: #a4a4a4;
	font-size: 14px;
	line-height: 1;
	margin-top: 10px
}

.community__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none
}

.community__nav li a {
	opacity: .4;
	font-size: 14px;
	font-weight: 600;
	color: initial;
	text-decoration: none
}

.community__nav li .active {
	opacity: 1;
	border-bottom: 1px solid #17a866
}

.community__nav li+li {
	margin-left: 20px
}

.community__grid {
	margin-top: 30px
}

.community__post {
	padding: 22px 30px;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 15px
}

.community__post:not(:last-child) {
	margin-bottom: 40px
}

.community__post a {
	color: initial;
	text-decoration: none
}

.community__post-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.community__post-img {
	height: 200px;
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px
}

.community__post-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.community__post-desc {
	color: #7d7d7d;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 23px
}

.community__post-bottom {
	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
}

.community__post-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.community__post-link {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: initial
}

.community__post-link span {
	margin-left: 9px;
	font-size: 12px
}

.community__post-link+a {
	margin-left: 20px
}

.community__login-title {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3
}

.community__login-desc {
	margin: 13px 0 0;
	font-size: 14px;
	line-height: 1.3;
	color: #afafaf
}

.community__login-form {
	margin-top: 23px;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	padding: 18px
}

.community__login-field {
	position: relative
}

.community__login-field input {
	border: none;
	font-size: 14px;
	line-height: 1;
	width: 100%;
	position: relative;
	padding-left: 45px
}

.community__login-field input::-webkit-input-placeholder {
	color: #868686
}

.community__login-field input::-moz-placeholder {
	color: #868686
}

.community__login-field input:-ms-input-placeholder {
	color: #868686
}

.community__login-field input::-ms-input-placeholder {
	color: #868686
}

.community__login-field input::placeholder {
	color: #868686
}

.community__login-field+div {
	margin-top: 30px;
	position: relative
}

.community__login-field+div::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	border-top: 1px solid #eaeaea
}

.community__login-field::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	background-size: 100%;
	z-index: 2;
	pointer-events: none
}

.community .login::before {
	background-image: url(../images/svg/user.svg)
}

.community .password::before {
	background-image: url(../images/svg/login.svg)
}

.community__login-forget {
	margin-top: 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: #bdbdbd;
	text-decoration: none
}

.community__login-register {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	color: #17a866
}

.community__single-post h1 {
	font-size: 40px;
	margin-bottom: 1rem
}

.community__single-post .community__post-links {
	margin-top: 2rem
}

.community__single-img img {
	width: 100%;
	height: auto;
	border-radius: 15px
}

.community__single-date {
	color: #afafaf;
	font-size: 12px;
	margin: 15px 0
}

.main-banner {
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	padding: 0 0 170px
}

@media (max-width:1199.98px) {
	.main-banner {
		padding-bottom: 40px
	}
}

@media (max-width:991.98px) {
	.main-banner {
		padding-bottom: 20px
	}
}

.main-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: -o-linear-gradient(344.51deg, #222 0, rgba(34, 34, 34, .3) 100%);
	background: linear-gradient(105.49deg, #222 0, rgba(34, 34, 34, .3) 100%);
	opacity: .4;
	z-index: 1
}

.main-banner .container {
	position: relative;
	z-index: 2
}

.main-banner__title {
	font-weight: 600;
	font-size: 60px;
	line-height: 120%;
	color: #fff
}

@media (max-width:991.98px) {
	.main-banner__title {
		font-size: 40px
	}
}

@media (max-width:767.98px) {
	.main-banner__title {
		font-size: calc(18px + 6 * ((100vw - 320px)/ 850))
	}
}

.main-banner .next,
.main-banner .prev {
	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: 56px;
	height: 56px;
	border-radius: 100%;
	border: 1px solid #fff;
	cursor: pointer;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

@media (max-width:767.98px) {

	.main-banner .next,
	.main-banner .prev {
		width: 40px;
		height: 40px
	}
}

.main-banner .next:hover,
.main-banner .prev:hover {
	background-color: #17a866;
	border-color: #17a866
}

.main-banner__desc {
	font-size: 20px;
	line-height: 140%;
	color: #fff;
	margin-top: 30px
}

.main-banner .prev svg {
	margin-left: -4px
}

.main-banner .next svg {
	margin-right: -4px
}

.main-banner__counter {
	color: #fff;
	font-weight: 700;
	font-size: calc(16px + 4 * ((100vw - 320px)/ 850));
	line-height: 1;
	min-width: 70px;
	margin: 0 10px
}

.main-banner__counter .current-slide {
	font-size: 30px;
	margin-bottom: -1px
}

.main-banner__content {
	overflow: hidden;
	margin-top: 120px;
	padding-bottom: 20px;
	position: relative
}

@media (max-width:1199.98px) {
	.main-banner__content {
		margin-top: 40px
	}
}

@media (max-width:767.98px) {
	.main-banner__content {
		margin-top: 20px
	}
}

.main-banner__content .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.main-banner__list {
	margin-top: 50px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff
}

.main-banner__list::before {
	content: '';
	position: absolute;
	left: -50vw;
	right: -50vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .3)
}

.main-banner__list-row {
	padding-top: 30px;
	position: relative;
	line-height: 1.3
}

.main-banner__list-row::before {
	content: '';
	position: absolute;
	left: 0;
	top: -7px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #17a866
}

.main-banner__list-row+div {
	margin-left: 60px
}

.main-banner__list-title {
	font-weight: 600;
	font-size: 48px
}

.main-banner__list-desc {
	font-size: 20px;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-banner__list-desc::before {
	content: '';
	display: block;
	background-image: url(../images/svg/big-arrow.svg);
	width: 51px;
	height: 19px;
	background-size: 100%;
	margin-right: 23px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.main-banner .no-hidden {
	overflow: visible
}

.main-banner__nav {
	position: absolute;
	right: 0;
	bottom: 20px;
	z-index: 3
}

@media (max-width:767.98px) {
	.main-banner__nav {
		position: relative;
		bottom: auto;
		margin-top: 20px
	}
}

.main-banner .btn-2 {
	margin-top: 100px
}

@media (max-width:1199.98px) {
	.main-banner .btn-2 {
		margin-top: 40px
	}
}

@media (max-width:767.98px) {
	.main-banner .btn-2 {
		margin-top: 20px
	}
}

.bg-banner::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -o-linear-gradient(344.51deg, #222 0, rgba(34, 34, 34, .3) 100%);
	background: linear-gradient(105.49deg, #222 0, rgba(34, 34, 34, .3) 100%);
	opacity: .7
}

.padding-content {
	padding-bottom: 90px
}

.main-about {
	margin-top: 130px
}

@media (max-width:1199.98px) {
	.main-about {
		margin-top: 50px
	}
}

@media (max-width:767.98px) {
	.main-about {
		margin-top: 30px;
		margin-bottom: 40px
	}
}

.main-about .big-title {
	line-height: 1
}

@media (max-width:1199.98px) {
	.main-about .big-title {
		font-size: 50px
	}
}

@media (max-width:767.98px) {
	.main-about .big-title {
		font-size: calc(24px + 12 * ((100vw - 320px)/ 850))
	}
}

.main-about .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:1199.98px) {
	.main-about .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.main-about .container>*+* {
	margin-left: 75px
}

@media (max-width:1199.98px) {
	.main-about .container>*+* {
		margin-left: 0;
		margin-top: 30px
	}
}

.main-about .container .s-title {
	margin-bottom: 35px
}

@media (max-width:767.98px) {
	.main-about .container .s-title {
		margin-bottom: 20px
	}
}

.main-about__text {
	width: 470px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 20px
}

@media (max-width:1199.98px) {
	.main-about__text {
		width: 100%
	}
}

.main-about__text+.main-about__circle {
	margin-right: -70px
}

@media (max-width:1199.98px) {
	.main-about__text+.main-about__circle {
		margin-right: 0
	}
}

.main-about__circle {
	width: 755px;
	height: 755px;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:767.98px) {
	.main-about__circle {
		display: none
	}
}

.main-about__circle-text {
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	padding: 10px;
	position: absolute;
	z-index: 3;
	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;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5
}

.main-about .text-1 {
	left: 50px;
	top: 60px;
	width: 173px;
	height: 173px
}

.main-about .text-2 {
	top: 90px;
	right: 260px;
	width: 115px;
	height: 115px
}

.main-about .text-3 {
	top: 212px;
	right: 65px;
	width: 155px;
	height: 155px
}

.main-about .text-4 {
	top: 326px;
	left: 15px;
	width: 125px;
	height: 125px
}

.main-about .text-5 {
	bottom: 70px;
	left: 42px;
	width: 157px;
	height: 157px
}

.main-about .text-6 {
	right: 198px;
	bottom: 40px;
	width: 167px;
	height: 167px
}

.main-about .text-7 {
	bottom: 175px;
	right: 65px;
	width: 93px;
	height: 93px
}

.main-about__c-1 {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.main-about .point-1 {
	-webkit-animation-duration: 42s;
	animation-duration: 42s
}

.main-about .point-1::before {
	top: 101px;
	right: 101px;
	width: 17px;
	height: 17px
}

.main-about .point-2 {
	-webkit-animation-duration: 25s;
	animation-duration: 25s
}

.main-about .point-2::before {
	top: 103px;
	left: 103px;
	width: 13px;
	height: 13px
}

.main-about .point-3 {
	-webkit-animation-duration: 25s;
	animation-duration: 25s
}

.main-about .point-3::before {
	top: 80px;
	right: 80px;
	width: 13px;
	height: 13px
}

.main-about .point-4 {
	-webkit-animation-duration: 35s;
	animation-duration: 35s
}

.main-about .point-4::before {
	top: 70px;
	left: 70px;
	width: 35px;
	height: 35px
}

.main-about .point-5 {
	-webkit-animation-duration: 42s;
	animation-duration: 42s
}

.main-about .point-5::before {
	top: -29px;
	right: -29px;
	width: 17px;
	height: 17px
}

.main-about .point-6 {
	-webkit-animation-duration: 20s;
	animation-duration: 20s
}

.main-about .point-6::before {
	top: -37px;
	left: -37px;
	width: 35px;
	height: 35px
}

.main-about__c-2 {
	left: 80px;
	right: 80px;
	top: 80px;
	bottom: 80px
}

.main-about__c-3 {
	border: 85px solid #abeacd !important;
	width: 440px;
	height: 440px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.main-about__center {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-decoration: none
}

.main-about__play {
	width: 103px;
	height: 103px;
	border-radius: 100%;
	background: #17a866;
	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;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.main-about__play::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 30px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	margin-left: 5px
}

.main-about__center-text {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 9px;
	text-decoration: none;
	color: initial
}

.main-about__center-text b {
	font-size: 20px
}

.main-about .circle-border {
	border: 1px solid #abeacd;
	position: absolute;
	border-radius: 100%
}

.main-about-2 {
	margin-top: 80px
}

.main-about-2 .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main-about-2 .main-about__circle {
	margin-left: -100px
}

.partners {
	position: relative;
	z-index: 2
}

.partners__wrapper {
	counter-reset: num;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin-top: 50px
}

@media (max-width:991.98px) {
	.partners__wrapper {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		gap: 30px
	}
}

@media (max-width:767.98px) {
	.partners__wrapper {
		gap: 20px
	}
}

.partners__item {
	counter-increment: num;
	position: relative;
	padding-right: 80px
}

@media (max-width:991.98px) {
	.partners__item {
		padding-right: 30px
	}
}

@media (max-width:767.98px) {
	.partners__item {
		padding-right: 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: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

.partners__item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 27%;
	top: 40px;
	width: 48px;
	background-position: center;
	background-size: 100%;
	height: 8px;
	background-image: url(../images/svg/stomatolog/arrow.svg);
	display: inline-block
}

@media (max-width:991.98px) {
	.partners__item:not(:last-child)::after {
		display: none
	}
}

.partners__btn {
	padding: 0 20px
}

.partners__icon {
	width: 93px;
	height: 93px;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	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;
	padding: 5px;
	position: relative
}

.partners__icon::before {
	content: counter(num);
	font-weight: 700;
	font-size: 16px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	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;
	background: #17a866;
	-webkit-box-shadow: 0 4px 10px rgba(23, 168, 102, .33);
	box-shadow: 0 4px 10px rgba(23, 168, 102, .33);
	position: absolute;
	right: 0;
	top: 0;
	color: #fff
}

.partners:nth-child(-n+9) .partners__icon::before {
	content: "0"counter(num)
}

.partners__title {
	margin-top: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3
}

@media (max-width:767.98px) {
	.partners__title {
		font-size: calc(16px + 4 * ((100vw - 320px)/ 850));
		margin-top: 15px
	}
}

.partners__desc {
	margin-top: 9px;
	color: #868686;
	font-size: 14px;
	line-height: 1.5
}

@media (max-width:767.98px) {
	.partners__desc {
		font-size: 12px
	}
}

.form-main .container {
	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
}

.form-main__big-title {
	font-size: 60px;
	line-height: 1;
	color: #17a866;
	font-weight: 800
}

.form-main__big-desc {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 65px
}

.form-main__big-desc::before {
	content: '';
	width: 51px;
	background-position: center;
	background-size: 100%;
	height: 20px;
	background-image: url(../images/svg/big-arrow.svg);
	display: inline-block;
	margin-right: 23px
}

.form-main__img {
	width: 438px;
	height: 438px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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: #abeacd;
	border-radius: 100%
}

@media (max-width:1199.98px) {
	.form-main__img {
		width: 340px;
		height: 340px
	}
}

@media (max-width:767.98px) {
	.form-main__img {
		display: none
	}
}

.form-main__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%;
	position: relative;
	z-index: 3
}

.form-main .elipse {
	border: 1px solid #abeacd;
	position: absolute;
	border-radius: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: -1
}

.form-main .elipse-1 {
	width: 584px;
	height: 584px
}

.form-main .elipse-2 {
	width: 1080px;
	height: 1080px
}

.form-main .point-1 {
	-webkit-animation-duration: 35s;
	animation-duration: 35s
}

.form-main .point-1::before {
	top: 77px;
	right: 77px;
	width: 15px;
	height: 15px
}

.form-main .point-2 {
	-webkit-animation-duration: 55s;
	animation-duration: 55s
}

.form-main .point-2::before {
	top: 66px;
	left: 66px;
	width: 39px;
	height: 39px
}

.form-main .point-3 {
	-webkit-animation-duration: 35s;
	animation-duration: 35s
}

.form-main .point-3::before {
	top: 151px;
	right: 151px;
	width: 13px;
	height: 13px
}

.form-main__info {
	width: 570px
}

@media (max-width:767.98px) {
	.form-main__info {
		width: 100%;
		max-width: 570px
	}
}

.form-main__title {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3
}

.form-main__desc {
	margin-top: 16px;
	font-size: 16px;
	line-height: 174%
}

.form-main__fields {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	margin-top: 35px;
	height: 70px
}

@media (max-width:767.98px) {
	.form-main__fields {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.form-main__fields>* {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.form-main__fields>*+::before {
	content: '';
	position: absolute;
	left: -25px;
	top: 14px;
	bottom: 14px;
	width: 1px;
	background-color: #abeacd;
	display: block
}

.form-main__input {
	position: relative;
	height: 100%;
	padding-left: 32px;
	padding-right: 35px
}

.form-main__input::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 24px;
	height: 24px;
	background-size: 100%;
	background-repeat: no-repeat
}

.form-main__input * {
	height: 100%
}

.form-main__input input {
	width: 100%;
	border: none;
	font-size: 14px
}

@media (max-width:767.98px) {
	.form-main__input input {
		height: 40px
	}
}

.form-main__input input::-webkit-input-placeholder {
	color: #868686
}

.form-main__input input::-moz-placeholder {
	color: #868686
}

.form-main__input input:-ms-input-placeholder {
	color: #868686
}

.form-main__input input::-ms-input-placeholder {
	color: #868686
}

.form-main__input input::placeholder {
	color: #868686
}

.form-main .phone::after {
	background-image: url(../images/svg/stomatolog/phone.svg)
}

.form-main .user::after {
	background-image: url(../images/svg/stomatolog/user.svg)
}

.form-main__btns {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:767.98px) {
	.form-main__btns {
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.form-main__btns .btn-2 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 18px
}

.form-main__check {
	color: #bbb;
	font-size: 12px;
	line-height: 1.5
}

@media (max-width:767.98px) {
	.form-main__check {
		margin-top: 10px
	}
}

.form-main__check a {
	color: #bbb;
	text-decoration: underline
}

.form-main.mini {
	width: 365px;
	height: 365px
}

.form-main.mini .elipse-1 {
	width: 540px;
	height: 540px
}

.form-main.mini .elipse-2 {
	width: 700px;
	height: 700px
}

.form-main.mini .point-1::before {
	width: 32px;
	height: 32px;
	left: 0;
	top: 163px
}

.form-main.mini .point-3::before {
	width: 45px;
	height: 45px;
	left: 80px;
	top: 80px
}

.services .container {
	position: relative
}

.services .container .form-main__img {
	position: absolute;
	right: -200px;
	top: -50px;
	z-index: -1
}

.services__wrapper {
	margin-top: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 60px
}

@media (max-width:1199.98px) {
	.services__wrapper {
		gap: 30px
	}
}

@media (max-width:767.98px) {
	.services__wrapper {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
		gap: 20px
	}
}

.services__item {
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px;
	text-decoration: none;
	color: initial
}

@media (max-width:767.98px) {
	.services__item {
		padding: 20px
	}
}

.services__item:hover .services__title {
	color: #17a866
}

.services__item:hover .services__detail::after {
	width: 63px
}

.services__icon {
	height: 85px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px
}

@media (max-width:767.98px) {
	.services__icon {
		height: 40px;
		margin-bottom: 15px
	}
}

.services__icon img {
	max-width: 100%;
	max-height: 100%
}

.services__text {
	margin-top: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.services__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	color: #363636;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.services__desc {
	margin: 17px 0 30px;
	font-size: 14px;
	color: #868686
}

@media (max-width:767.98px) {
	.services__desc {
		margin: 10px 0 20px
	}
}

.services__detail {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	font-size: 14px;
	color: #17a866;
	font-weight: 600;
	position: relative;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.services__detail::after {
	content: '';
	width: 32px;
	height: 1px;
	display: inline-block;
	background-color: #17a866;
	margin-left: 11px;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s
}

.services__detail::before {
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	height: 8px;
	width: 5px;
	background-image: url(../images/svg/main/arrow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	margin: auto
}

.services+.services {
	margin-top: 120px
}

@media (max-width:991.98px) {
	.services+.services {
		margin-top: 70px
	}
}

@media (max-width:767.98px) {
	.services+.services {
		margin-top: 40px
	}
}

.contacts {
	margin-top: 150px
}

@media (max-width:991.98px) {
	.contacts {
		margin-top: 100px
	}
}

@media (max-width:767.98px) {
	.contacts {
		margin-top: 40px
	}
}

.contacts .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contacts__map {
	width: 548px;
	height: 548px;
	margin-left: -20px;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 97px
}

@media (max-width:1199.98px) {
	.contacts__map {
		width: 400px;
		height: 400px
	}
}

@media (max-width:991.98px) {
	.contacts__map {
		display: none
	}
}

.contacts__map .elipse {
	position: absolute;
	width: 634px;
	height: 634px;
	border: 1px solid #abeacd;
	border-radius: 100%
}

.contacts__map .elipse .point {
	-webkit-animation-duration: 35s;
	animation-duration: 35s
}

.contacts__map .elipse .point::before {
	top: 85px;
	right: 85px;
	width: 15px;
	height: 15px
}

.contacts__map #map {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden
}

.contacts__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 3
}

.contacts__info {
	padding: 30px 40px;
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	margin-top: 65px;
	width: calc(100% + 140px);
	margin-left: -140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:991.98px) {
	.contacts__info {
		margin-left: 0;
		margin-top: 30px;
		width: 100%
	}
}

@media (max-width:767.98px) {
	.contacts__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px
	}
}

.contacts__left {
	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
}

.contacts__title {
	font-weight: 600;
	font-size: 30px
}

.contacts__city-wrap {
	margin-bottom: 20px
}

.contacts__city-wrap span {
	font-size: 12px;
	color: #868686;
	line-height: 1
}

.contacts__city-title {
	font-size: 24px;
	line-height: 1;
	padding-bottom: 7px;
	margin-top: 2px;
	border-bottom: 1px dashed #000;
	cursor: pointer
}

.contacts a.btn {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.contacts__right {
	margin-left: 110px
}

@media (max-width:767.98px) {
	.contacts__right {
		margin: 30px 0 0
	}
}

.contacts__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.contacts__row+div {
	margin-top: 20px
}

.contacts__t-row {
	color: #868686;
	font-size: 12px
}

.contacts__c-row {
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.5;
	color: initial
}

a[href^="http://maps.google.com/maps"] {
	display: none !important
}

a[href^="https://maps.google.com/maps"] {
	display: none !important
}

.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
	display: none
}

.gmnoprint div {
	background: 0 0 !important
}

.sub-banner {
	position: relative;
	padding: 0
}

.sub-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: -o-linear-gradient(344.51deg, #222 0, rgba(34, 34, 34, .3) 100%);
	background: linear-gradient(105.49deg, #222 0, rgba(34, 34, 34, .3) 100%);
	opacity: .8;
	z-index: 1
}

.sub-banner>* {
	z-index: 2;
	position: relative
}

.sub-banner .main-banner__content {
	margin-top: 60px
}

.sub-banner__btns a+a {
	margin-left: 20px
}

.sub-banner .btn-2 {
	margin-top: 50px
}

.sub-banner .btn-3 {
	color: #fff;
	border-color: #fff
}

.sub-banner .btn-3:hover {
	border-color: #17a866
}

.sub-banner__nav {
	margin-left: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	position: relative
}

.sub-banner__nav::before {
	content: '';
	position: absolute;
	left: calc(-50vw - 3px);
	top: 0;
	bottom: 0;
	width: 50vw;
	background-color: rgba(34, 34, 34, .6)
}

.sub-banner__nav li a {
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	text-decoration: none;
	padding: 0 20px;
	background-color: rgba(34, 34, 34, .6)
}

.sub-banner__nav li a:hover {
	background-color: #17a866
}

.sub-banner__nav li+li {
	margin-left: 3px
}

.sub-banner__nav li:last-child {
	position: relative
}

.sub-banner__nav li:last-child::after {
	content: '';
	position: absolute;
	right: calc(-50vw - 3px);
	top: 0;
	bottom: 0;
	width: 50vw;
	background-color: rgba(34, 34, 34, .6)
}

blockquote {
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding: 12px 20px;
	margin: 30px 40px 30px -15px
}

blockquote p {
	line-height: 1.3
}

blockquote p:last-child {
	margin-bottom: 0
}

.univer-about ol {
	margin: 35px 0;
	padding: 0;
	counter-reset: section
}

.univer-about ol li {
	list-style-type: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 174%;
	color: #17a866;
	counter-increment: section
}

.univer-about ol li::before {
	content: counter(section);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #17a866;
	background-color: #d1eee0;
	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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	font-size: 20px
}

.univer-about ol li+li {
	margin-top: 15px
}

.univer-about .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.univer-about__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 600px
}

.univer-about__text p:last-child {
	margin-bottom: 0
}

.univer-about .form-main__img {
	margin-top: 50px;
	margin-left: 125px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 515px;
	height: 515px
}

.univer-about .elipse-1 {
	width: 685px;
	height: 685px
}

.univer-about .elipse-2 {
	width: 1270px;
	height: 1270px
}

.univer-about .point-3::before {
	top: 179px;
	right: 178px
}

.univer-about .point-1::before {
	top: 260px;
	right: 0
}

.univer-about .point-2::before {
	top: 98px;
	right: 0
}

.univer-about .s-title {
	margin-bottom: 40px
}

.univer-about__img {
	width: 290px;
	height: 290px;
	border-radius: 100%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 200px 0 90px
}

.univer-about__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.univer-about__counters {
	width: 450px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 100px
}

.univer-about__counter-title {
	font-weight: 600;
	font-size: 54px;
	line-height: 1;
	color: #17a866
}

.univer-about__counter+.univer-about__counter {
	margin-top: 50px
}

.univer-about__counter-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px
}

.univer-about__counter-desc .main-page__item--arrow {
	margin-top: 0;
	margin-right: 20px
}

.video-images .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.video-images .elipse-1 {
	width: 498px;
	height: 498px;
	position: relative;
	margin-left: 80px;
	z-index: 30
}

.video-images .elipse-1 .point-1::before {
	left: 0;
	top: 175px
}

.video-images .elipse-1 .point-2::before {
	left: 0;
	top: 130px
}

.video-images .elipse-1 .img-1 {
	width: 325px;
	height: 325px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: -41px;
	left: -23px
}

.video-images .elipse-1 .img-2 {
	width: 255px;
	height: 255px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	bottom: -34px;
	right: -25px
}

.video-images .elipse-1 .play {
	width: 159px;
	height: 150px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	position: absolute;
	left: 0;
	bottom: 0
}

.video-images .elipse-1 .play::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-style: solid;
	border-width: 22px 0 22px 35px;
	border-color: transparent transparent transparent #17a866
}

.tab-table__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 45px
}

.tab-table__nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 370px;
	flex: 0 0 370px;
	margin-right: 30px;
	background: #fff;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	padding: 40px 30px
}

.tab-table__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.tab-table__search {
	position: relative
}

.tab-table__search input {
	width: 100%;
	padding: 0 70px 0 30px;
	background: #fff;
	border: 1px solid #d4d4d4;
	border-radius: 35px;
	height: 70px;
	font-size: calc(12px + 2 * ((100vw - 320px)/ 850))
}

.tab-table__search input::-webkit-input-placeholder {
	color: #868686
}

.tab-table__search input::-moz-placeholder {
	color: #868686
}

.tab-table__search input:-ms-input-placeholder {
	color: #868686
}

.tab-table__search input::-ms-input-placeholder {
	color: #868686
}

.tab-table__search input::placeholder {
	color: #868686
}

.tab-table__search::after {
	content: '';
	background-image: url(../images/svg/main/search.svg);
	background-size: 32px;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	display: block;
	background-color: #17a866;
	position: absolute;
	right: 9px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

.tab-table ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	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
}

.tab-table ul.tabs li {
	background: 0 0;
	cursor: pointer;
	position: relative;
	padding-left: 47px;
	min-height: 30px;
	font-weight: 600;
	font-size: calc(14px + 2 * ((100vw - 320px)/ 850));
	line-height: 1.3;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tab-table ul.tabs li::after,
.tab-table ul.tabs li::before {
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	opacity: 0;
	visibility: hidden
}

.tab-table ul.tabs li::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: #17a866;
	margin-left: 15px
}

.tab-table ul.tabs li::before {
	content: '';
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	width: 5px;
	height: 8px;
	background-image: url(../images/svg/main/arrow.svg);
	margin: auto;
	background-size: 100%;
	background-repeat: no-repeat
}

.tab-table ul.tabs li+li {
	margin-top: 20px
}

.tab-table ul.tabs li img {
	max-width: 30px;
	max-height: 30px;
	margin-right: 17px;
	position: absolute;
	left: 0;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-filter: brightness(0) opacity(.25);
	filter: brightness(0) opacity(.25)
}

.tab-table ul.tabs li.current img {
	-webkit-filter: none;
	filter: none
}

.tab-table ul.tabs li.current::after,
.tab-table ul.tabs li.current::before {
	opacity: 1;
	visibility: visible
}

.tab-table .tab-content {
	display: none;
	margin-top: 45px
}

.tab-table .tab-content.current {
	display: inherit
}

.tab-table .table {
	width: 100%;
	border-collapse: collapse
}

.tab-table .table th {
	font-size: calc(12px + 3 * ((100vw - 320px)/ 850));
	font-weight: 600
}

.tab-table .table td {
	font-size: 12px;
	vertical-align: top
}

.tab-table .table td a {
	color: #17a866;
	text-decoration: none
}

.tab-table .table tr {
	border-bottom: 1px solid #abeacd
}

.tab-table .table td,
.tab-table .table th {
	line-height: 1.4;
	padding: 20px
}

.teachers__slider {
	overflow: hidden;
	margin-top: 40px
}

.teacher__photo {
	height: 239px;
	width: 239px;
	border: 1px solid #abeacd;
	border-radius: 100%;
	position: relative
}

.teacher__photo::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 55px;
	background: #17a866;
	width: 22px;
	height: 22px;
	border-radius: 100%
}

.teacher__photo img {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 100%
}

.teacher__text {
	margin-top: -20px;
	position: relative
}

.teacher__name {
	font-size: calc(16px + 3 * ((100vw - 320px)/ 850))
}

.teacher__work {
	margin: 14px 0 0;
	color: #afafaf;
	font-size: calc(12px + 3 * ((100vw - 320px)/ 850));
	line-height: 1.4
}

.reviews {
	position: relative;
	z-index: -1
}

.reviews+section {
	position: relative;
	z-index: -2
}

.reviews__wrapper {
	position: relative
}

.reviews__init {
	overflow: hidden;
	margin-left: -100px;
	width: calc(100% + 200px);
	margin-top: -100px;
	margin-bottom: -100px
}

.reviews__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-shadow: 6px 6px 100px rgba(0, 0, 0, .07);
	box-shadow: 6px 6px 100px rgba(0, 0, 0, .07);
	border-radius: 15px;
	overflow: hidden;
	height: 415px
}

.reviews__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 390px;
	margin-right: 50px;
	position: relative
}

.reviews__mask {
	-webkit-mask-image: url(../images/svg/mask.svg);
	mask-image: url(../images/svg/mask.svg);
	-webkit-mask-size: 100%;
	mask-size: 100%;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	position: relative;
	height: 100%
}

.reviews__mask img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.reviews__play {
	position: absolute;
	right: -30px;
	bottom: 60px;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background: #fff;
	-webkit-box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	z-index: 1;
	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;
	outline: 0
}

.reviews__play::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	margin-left: 5px;
	border-width: 22.5px 0 22.5px 45px;
	border-color: transparent transparent transparent #17a866;
	position: absolute
}

.reviews__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 35px 65px 35px 0
}

.reviews__name {
	font-weight: 600;
	font-size: 24px;
	line-height: 174%;
	color: #17a866
}

.reviews__work {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 2px;
	color: #a4a4a4
}

.reviews__text {
	font-size: 16px;
	line-height: 174%;
	margin: 0;
	position: relative;
	padding-left: 91px;
	margin-top: 30px
}

.reviews__text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 69px;
	width: 69px;
	background-image: url(../images/svg/quote.svg)
}

.reviews .swiper-button-lock {
	display: none
}

.reviews__init .reviews__slide {
	margin: 100px
}

.next-green,
.prev-green {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	z-index: 5;
	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;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #17a866
}

.prev-green {
	left: -27px
}

.next-green {
	right: -27px
}

.autor-section .s-title {
	margin-bottom: 10px
}

.autor-name {
	font-size: 20px;
	line-height: 1.2;
	color: #17a866
}

.single-quote {
	position: relative;
	padding-left: 89px;
	margin: 40px 0 0
}

.single-quote::before {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 69px;
	height: 69px;
	background-image: url(../images/svg/quote.svg)
}

.univer-about.autor-section .form-main__img {
	width: 438px;
	height: 438px;
	position: relative;
	margin-left: 200px
}

.univer-about.autor-section .elipse-1 {
	width: 584px;
	height: 584px
}

.univer-about.autor-section .point-1::before {
	top: 215px
}

.univer-about.autor-section .point-2::before {
	top: 70px
}

.univer-about.autor-section .play {
	position: absolute;
	left: -140px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	-webkit-box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	box-shadow: 6px 6px 40px rgba(0, 0, 0, .16);
	width: 216px;
	height: 216px;
	border-radius: 100%;
	z-index: 10;
	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
}

.univer-about.autor-section .play::before {
	content: '';
	border-style: solid;
	margin-left: 5px;
	border-width: 42px 0 42px 75px;
	border-color: transparent transparent transparent #17a866;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.autors-prems__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: 70px
}

.autors-prems__item {
	padding: 50px;
	-webkit-box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	box-shadow: 12px 12px 60px rgba(0, 0, 0, .12);
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.autors-prems__item p {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	margin: 0
}

.autors-prems__icon {
	width: 90px;
	height: 90px;
	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-right: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.autors-prems__icon img {
	max-width: 100%;
	max-height: 100%
}

.single-slider {
	margin-top: 20px;
	overflow: hidden
}

.single-slider__slide {
	padding: 55px 55px 0 55px;
	background: #f5f5f5;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 380px
}

.single-slider__text {
	max-width: 350px
}

.single-slider__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.single-slider__top .status+.price {
	margin-left: 15px
}

.single-slider__title {
	font-size: calc(20px + 20 * ((100vw - 320px)/ 850));
	font-weight: 600;
	line-height: 1;
	margin-top: 30px
}

.single-slider__desc {
	font-size: 16px;
	line-height: 150%;
	margin-top: 20px
}

.single-slider__btn {
	margin-top: 30px
}

.single-slider__image {
	width: 535px;
	margin-left: 50px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.single-slider__image::before {
	content: '';
	position: absolute;
	height: 195px;
	background: #fff;
	border-radius: 98px;
	left: 75px;
	top: 59px;
	right: -94px
}

.single-slider__image img {
	max-width: 100%;
	position: relative
}

.single-slider .swiper-pagination-bullets {
	margin-top: 5px
}

.status {
	height: 32px;
	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;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	background: #53abec;
	border-radius: 20px;
	color: #fff;
	padding: 0 25px
}

.price {
	font-weight: 700;
	font-size: 18px;
	line-height: 1
}

.sale-wrapper {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.sale-wrapper .price {
	color: #dd4343
}

.old-price {
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 5px
}

.swiper-pagination-bullet {
	background-color: #17a866
}

.swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 15px
}

.swiper-pagination-bullets {
	text-align: center
}

.products-slider ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.products-slider ul.tabs li {
	cursor: pointer;
	font-size: calc(20px + 10 * ((100vw - 320px)/ 850));
	opacity: .3;
	font-weight: 600
}

.products-slider ul.tabs li+li {
	margin-left: 30px
}

.products-slider ul.tabs li.current {
	opacity: 1
}

.products-slider .tab-content {
	display: none
}

.products-slider .tab-content.current {
	display: inherit
}

.products-slider__wrapper {
	margin-top: 25px;
	position: relative
}

.products-slider__init {
	overflow: hidden
}

.catalog-section__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 25px
}

.brands__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[7];
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	margin-top: 25px
}

.brands__item {
	border-radius: 15px;
	border: 1px solid #eaecee;
	padding: 5px;
	height: 65px;
	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;
	background-color: #fff
}

.brands__item img {
	max-width: 100%;
	height: auto
}

.zub {
	margin: 145px 0 0
}

.zub .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.zub__text {
	width: 550px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 90px
}

.zub__text .s-title {
	margin-bottom: 55px
}

.zub .form-main__img {
	width: 360px;
	height: 360px
}

.zub .form-main .elipse-1 {
	width: 480px;
	height: 480px
}

.zub .form-main .point-1::before {
	width: 12px;
	height: 12px;
	top: 52px
}

.zub .form-main .point-2::before {
	width: 32px;
	height: 32px;
	top: 42px
}

.zub .form-main .elipse-2 {
	width: 885px;
	height: 885px
}

.zub .form-main .point-3::before {
	top: 98px;
	width: 12px;
	height: 12px
}

.zub .form-main {
	position: relative;
	margin-top: 170px
}

.form-main__top-img {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 30px;
	top: -287px;
	z-index: 5
}

.form-main__top-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.list-icon__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	background: #f1f1f1;
	border-radius: 10px;
	margin-right: 48px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.list-icon__icon img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	right: -20px
}

.list-icon__item {
	font-size: 20px;
	line-height: 1.3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.list-icon__item+div {
	margin-top: 50px
}