@charset "UTF-8";

/*Общие */
html.lock {
	overflow: hidden;
}

html.burger-lock {
	overflow: hidden;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	background-color: #fff;
	color: #242424;
	font-family: "Inter", sans-serif;
}

body.lock {
	overflow: hidden;
}

body.burger-lock {
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1430px;
	padding: 0 10px;
	margin: 0 auto;
}

a,
button {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
	background: none;
	font-weight: inherit;
	font-size: inherit;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.search-page {
	width: 100%;
}

.result-message {
	margin-bottom: 24px;
}

.poisk-li {
	margin-bottom: 16px;
	color: #0075FF;
}

select {
	background-color: inherit;
}

blockquote {
	margin: 0;
}

button {
	border: none;
	font-family: inherit;
	margin: 0;
	padding: 0;
	font-size: inherit;
}

textarea {
	outline: none;
	border: none;
	resize: none;
}

textarea:focus {
	outline-width: 0;
}

input::-webkit-input-placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input::-moz-placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input:-ms-input-placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input::-ms-input-placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input,
input::placeholder {
	font-size: inherit;
	font-weight: 400;
	font-family: inherit;
	border: none;
	outline: none;
}

input::-webkit-input-placeholder {
	color: inherit;
}

input::-moz-placeholder {
	color: inherit;
}

input:-ms-input-placeholder {
	color: inherit;
}

input::-ms-input-placeholder {
	color: inherit;
}

input::placeholder {
	color: inherit;
}

picture {
	display: block;
}

picture img {
	width: 100%;
	max-width: 100%;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	-webkit-margin-before: 0;
	margin-block-start: 0;
}

ul li {
	list-style-type: none;
}

ol {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-position: inside;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

.section-offset {
	margin-bottom: 60px;
}

.section-blue {
	padding-top: 130px;
	position: relative;
	overflow: hidden;
	padding-bottom: 130px;
	background-color: #E0EEFF;
}

.section-blue::before {
	display: block;
	content: "";
	width: 110%;
	height: 70px;
	position: absolute;
	z-index: 1;
	top: -42px;
	left: -10px;
	right: 0;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background-color: #fff;
}

.section-blue::after {
	display: block;
	content: "";
	width: 110%;
	height: 70px;
	position: absolute;
	z-index: 1;
	bottom: -32px;
	left: -10px;
	right: 0;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background-color: #fff;
}

.first-section {
	padding-top: 50px;
}

.section-title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
	line-height: 1;
	display: block;
}

.section-title span {
	color: #0075FF;
}

.section-title span span {
	color: #00A324;
}

.section-title_small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 30px;
}

.section-title_small picture {
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-title_right {
	text-align: right;
}

@-webkit-keyframes transformItem {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes transformItem {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.scale-item {
	scale: 0.6;
	opacity: 0;
	-webkit-transition: scale 0.4s ease, opacity 0.2s ease;
	transition: scale 0.4s ease, opacity 0.2s ease;
}

.rotate-item {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: opacity 0.2s ease, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease;
	transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease, -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.rotate-item:nth-child(2n) {
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: opacity 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease;
	transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.rotate-item:nth-child(3n) {
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: opacity 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease;
	transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.rotate-item:nth-child(5n) {
	-webkit-transition: opacity 0.2s ease, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: opacity 0.2s ease, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease;
	transition: transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.2s ease, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.transform-item {
	opacity: 0;
}

.scale-item_sm {
	scale: 0.6;
}

.animation-active.scale-item {
	opacity: 1;
	scale: 1;
}

.animation-active.rotate-item {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

.animation-active.transform-item {
	opacity: 1;
	-webkit-animation: transformItem 0.3s forwards;
	animation: transformItem 0.3s forwards;
}

/* btn */
.standart-btn {
	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;
	white-space: nowrap;
	padding: 14px 20px;
	border-radius: 5px;
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	border: 2px solid transparent;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.blue-btn {
	border-color: #0075FF;
	color: #fff;
	background-color: #0075FF;
}

.blue-btn:hover {
	background-color: transparent;
	color: #0075FF;
}

.green-btn {
	background: #00A324;
	color: #fff;
	border-color: #00A324;
}

.green-btn:hover {
	background-color: transparent;
	color: #00A324;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 4;
}

.breadcrumbs li {
	color: #0075FF;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}

.breadcrumbs li a:hover {
	color: #00A324;
}

.breadcrumbs li::after {
	content: ">";
	display: block;
	font-size: 12px;
	line-height: 10px;
}

.breadcrumbs li:last-of-type {
	color: #141414;
}

.breadcrumbs li:last-of-type::after {
	display: none;
}

.img-animation img {
	-webkit-transition: scale 0.4s ease-in-out;
	transition: scale 0.4s ease-in-out;
}

.img-animation {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.img-animation::before {
	display: block;
	pointer-events: none;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	right: 50%;
	bottom: 0;
	background-color: #0075FF;
	opacity: 0.5;
	z-index: 2;
	-webkit-transition: left 0.4s ease-in-out, right 0.4s ease-in-out, width 0.4s ease-in-out;
	transition: left 0.4s ease-in-out, right 0.4s ease-in-out, width 0.4s ease-in-out;
}

.img-animation:hover img {
	scale: 1.2;
}

.img-animation:hover::before {
	left: 0;
	right: 0;
	width: 100%;
}

.show-more__btn {
	display: block;
}

.show-more__btn.active {
	display: none;
}

.show-item {
	pointer-events: none;
	max-height: 0;
	scale: 0.4;
	-webkit-transition: scale 0.4s ease;
	transition: scale 0.4s ease;
	opacity: 0;
}

.show-item.show {
	pointer-events: all;
	max-height: none;
	scale: 1;
	opacity: 1;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.logo__name {
	font-weight: 700;
	font-size: 30px;
	color: #0075FF;
	line-height: 1;
}

.logo__name span {
	color: #00A324;
}

.logo__text {
	font-size: 12px;
	color: #565656;
}

/* tabs */
.tab-content {
	display: none;
}

.tab-content.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hide-item__content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	pointer-events: none;
}

.hide-item__content.active {
	pointer-events: all;
}

.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.rating span {
	width: 25px;
	height: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.rating span.active {
	background: url("../img/icons/star.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/star.svg")) {
	.rating span.active {
		background: url("../img/icons/star.png") center center no-repeat;
		background-size: cover;
	}
}

.rating span:not(.active) {
	background: url("../img/icons/star_empty.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/star_empty.svg")) {
	.rating span:not(.active) {
		background: url("../img/icons/star_empty.png") center center no-repeat;
		background-size: cover;
	}
}

/* video */
.video {
	position: relative;
}

.video::before {
	display: block;
	content: "";
	width: 100px;
	height: 70px;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: width 0.3s ease, height 0.3s ease, -webkit-filter 0.3s ease;
	transition: width 0.3s ease, height 0.3s ease, -webkit-filter 0.3s ease;
	transition: width 0.3s ease, height 0.3s ease, filter 0.3s ease;
	transition: width 0.3s ease, height 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
	background: url("../img/icons/youtube.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/youtube.svg")) {
	.video::before {
		background: url("../img/icons/youtube.png") center center no-repeat;
	}
}

.video:hover::before {
	width: 110px;
	height: 80px;
	-webkit-filter: hue-rotate(-110deg);
	filter: hue-rotate(-110deg);
}

/* social */
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social__link {
	width: 40px;
	height: 40px;
	-webkit-transition: padding 0.15s linear, -webkit-filter 0.3s ease;
	transition: padding 0.15s linear, -webkit-filter 0.3s ease;
	transition: padding 0.15s linear, filter 0.3s ease;
	transition: padding 0.15s linear, filter 0.3s ease, -webkit-filter 0.3s ease;
	display: block;
	padding: 5px;
}

.social__link:hover {
	padding: 0;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.social__picture {
	width: 100%;
	height: 100%;
}

.social__picture img {
	height: 100%;
}

@media (max-width: 1200px) {
	.main-title {
		font-size: 50px;
	}
}

@media (max-width: 1020px) {
	.main {
		margin-top: 155px;
	}
}

@media (max-width: 980px) {
	.section-offset {
		margin-bottom: 40px;
	}

	.section-title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	body {
		font-size: 14px;
	}

	.section-title_right {
		text-align: left;
	}
}

@media (max-width: 700px) {
	.section-blue {
		padding: 0;
		background-color: transparent;
	}

	.section-blue::before,
	.section-blue::after {
		display: none;
	}

	.section-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.section-title_small {
		font-size: 20px;
		gap: 5px;
		margin-bottom: 15px;
	}

	.section-title_small picture {
		width: 30px;
	}
}

@media (max-width: 550px) {
	.section-offset {
		margin-bottom: 30px;
	}

	* {
		word-break: break-word;
	}

	.logo__name {
		font-size: 20px;
	}

	.logo__text {
		font-size: 12px;
		max-width: 95px;
	}

	.logo {
		gap: 3px;
	}

	.main {
		margin-top: 198px;
	}
}

/* page */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: 600;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	display: block;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* page */
.page {
	overflow: hidden;
}

.page__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	gap: 30px;
}

.page__item-title {
	font-size: 30px;
	font-weight: 400;
}

.page__item {
	max-width: calc(100% - 360px);
}

.page__item .section-offset {
	margin-bottom: 40px;
}

/* page media */
@media (max-width: 1020px) {
	.page__inner {
		margin-top: 0;
		padding-top: 20px;
	}
}

@media (max-width: 980px) {
	.page__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.page__item {
		max-width: 100%;
	}

	.page__item .section-offset {
		margin-bottom: 25px;
	}
}

@media (max-width: 700px) {
	.page__item-title {
		margin-bottom: 30px;
		font-size: 20px;
	}
}

/* sidebar */
.sidebar {
	max-width: 330px;
	min-width: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
}

.sidebar__navigation ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.sidebar__navigation ul a:hover {
	color: #0075FF;
}

.sidebar__title {
	font-size: 30px;
	line-height: 1;
	display: block;
	margin-bottom: 40px;
	font-weight: 400;
}

.sidebar__navigation-title {
	background-color: #0075FF;
	color: #fff;
	padding: 12px 20px;
	line-height: 1;
	font-weight: 500;
	border-radius: 5px;
	width: 100%;
	border: 2px solid #0075FF;
	text-align: left;
}

.sidebar__navigation-title:hover {
	color: #0075FF;
	background-color: transparent;
}

.sidebar__navigation-title.active {
	background-color: #00A324;
	border-color: #00A324;
}

.sidebar__navigation-title.active:hover {
	color: #fff;
}

.sidebar__navigation-submenu {
	padding: 10px;
}

.sidebar__certificates-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.sidebar__certificates-item {
	display: block;
	-ms-flex-preferred-size: calc((100% - 16px) / 2);
	flex-basis: calc((100% - 16px) / 2);
}

.sidebar__certificates-picture img {
	min-height: 205px;
	max-height: 205px;
	-o-object-fit: cover;
	object-fit: cover;
}

.sidebar-consultation {
	padding: 15px 10px;
	border-radius: 5px;
	background: url("../img/sidebar/consultation_bg.jpg") center center no-repeat;
	background-size: cover;
}

.sidebar-consultation__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sidebar-consultation__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.sidebar-consultation__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	font-weight: 500;
}

.sidebar-consultation__list li::before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #242424;
	border-radius: 50%;
}

.sidebar-consultation__picture {
	max-width: 110px;
}

.sidebar-consultation__title {
	text-align: center;
	margin-bottom: 10px;
	display: block;
}

.sidebar-consultation__btn {
	width: 100%;
}

.sidebar-recommendations__video {
	min-height: 240px;
	display: block;
	position: relative;
}

/* sidebar media */
@media (max-width: 980px) {
	.sidebar-slider .swiper {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.sidebar {
		max-width: 100%;
		min-width: auto;
	}

	.sidebar__navigation {
		display: none;
	}
}

/* application */
.application {
	padding: 20px 15px;
	border-radius: 5px;
	-webkit-filter: drop-shadow(0px 2px 4px #C0C0C0);
	filter: drop-shadow(0px 2px 4px #C0C0C0);
	background-color: rgba(255, 255, 255, 0.75);
}

.application__title {
	font-weight: 700;
	margin-bottom: 10px;
}

.application__title span {
	color: #0075FF;
}

.application__text {
	margin-bottom: 15px;
	font-size: 16px;
}

.application__btn {
	width: 100%;
}

.page-intro-text {
	margin-bottom: 40px;
}

/* application media */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: local("Inter"), url("../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/Inter-Regular.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: local("Inter"), url("../fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter/Inter-Medium.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: local("Inter"), url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2"),
		url("../fonts/Inter/Inter-SemiBold.woff") format("woff");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: local("Inter"), url("../fonts/Inter/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter/Inter-Bold.woff") format("woff");
}

/* slider */
.slider {
	max-width: 1620px;
}

.slider__wrapper {
	position: relative;
}

.slider__wrapper .swiper {
	margin: 0 95px;
	max-width: calc(100% - 180px);
}

@media (max-width: 1400px) {
	.slider__wrapper .swiper {
		max-width: calc(100% - 100px);
		margin: 0 50px;
	}
}

@media (max-width: 980px) {
	.slider__wrapper .swiper {
		max-width: 100%;
		margin: 0 0 30px;
	}
}

/* swiper CUSTOM */
.swiper {
	width: 100%;
	position: relative;
}

.swiper__outside {
	padding: 0 25px;
}

.swiper-pag {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}

.swiper-pag_static {
	position: static;
	margin-top: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.slider-button {
	width: 50px;
	pointer-events: all;
	min-width: 50px;
	height: 50px;
	cursor: pointer;
	position: relative;
	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-radius: 50%;
	background-color: transparent;
	border: 2px solid #00A324;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.slider-button::after {
	width: 14px;
	height: 14px;
	display: block;
	content: "";
	border-right: 3px solid #00A324;
	border-bottom: 3px solid #00A324;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.slider-button:hover {
	background-color: #00A324;
}

.slider-button:hover::after {
	border-color: #fff;
}

.swiper-button-disabled {
	cursor: auto;
	pointer-events: none;
	opacity: 0.6;
}

.slider-button_prev::after {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	margin-left: 3px;
}

.slider-button_next::after {
	margin-right: 3px;
}

.sidebar_swiper-pag {
	position: static;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 40px;
}

/* swiper media */
@media (max-width: 980px) {
	.swiper-pag {
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.slider-button {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.slider-button::after {
		width: 11px;
		height: 11px;
	}
}

@-webkit-keyframes headerAnimation {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes headerAnimation {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes headerAnimationOut {}

@keyframes headerAnimationOut {}

.header {
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
}

.header.fixed {
	position: fixed;
	background: url("../img/header/bg.webp") center center no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	padding-top: 20px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
	-webkit-animation: headerAnimation 0.4s forwards;
	animation: headerAnimation 0.4s forwards;
}

.header.fixed .header-top__inner {
	display: none;
}

.header-inside__container {
	padding-top: 80px;
}

.header-inside {
	position: relative;
}

.header-outside {
	background: url("../img/header/bg.webp") center center no-repeat;
	background-size: cover;
	padding-bottom: 40px;
}

.header-top__inner {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__phones-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.header__phone {
	white-space: nowrap;
	font-weight: 700;
	color: #00A324;
	position: relative;
}

.header__phone::before {
	display: block;
	content: "";
	width: 100%;
	height: 0px;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	background-color: #00A324;
	-webkit-transition: bottom 0.3s linear;
	transition: bottom 0.3s linear;
}

.header__phone:hover::before {
	height: 2px;
	bottom: -2px;
}

.header__phones-text {
	font-size: 16px;
    font-weight: 700;
    max-width: 140px;
    white-space: nowrap;
    margin-left: 16px;
}
.header__lic-desktop {
    color: rgba(36, 36, 36, 0.6);
}
.header__lic-mobile {
    color: rgba(36, 36, 36, 0.6);
	font-weight: 700;
	display: none;
}

.header__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__social-item {
	width: 50px;
	height: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 5px;
	-webkit-transition: padding 0.2s linear;
	transition: padding 0.2s linear;
}

.header__social-item:hover {
	padding: 0;
}

.header-top__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 36%;
}

.header__address {
	font-size: 16px;
}

.header__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.header__btn {
	width: 100%;
	max-width: calc((100% - 20px) / 2);
}

.header-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.header__link>a {
	white-space: nowrap;
}

.header__link>a:hover {
	color: #0075FF;
}

.header__menu-btn {
	padding: 12px 18px;
	gap: 10px;
}

.header__menu-btn:before {
	display: block;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: url("../img/icons/menu.svg") center center no-repeat;
}

@supports not (background: url("../img/icons/menu.svg")) {
	.header__menu-btn:before {
		background: url("../img/icons/menu.png") center center no-repeat;
	}
}

.header__menu-btn:hover {
	background-color: #00A324;
	color: #fff;
	border-color: #00A324;
}

.header__search {
	width: 100%;
	max-width: 36%;
}

.header__search-item {
	width: 100%;
	background-color: #fff;
	border: 1px solid #00A324;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 13px;
	border-radius: 5px;
}

.header__search-btn {
	width: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.burger__menu {
	width: 40px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #00A324;
	border-radius: 5px;
	position: relative;
	justify-content: center;
	gap: 4px;
}

.burger__menu::before,
.burger__menu::after {
	content: "";
	position: relative;
	left: 0;
	right: 0;
	-webkit-transition: width 0.2s ease, top 0.2s ease, bottom 0.2s ease, -webkit-transform 0.2s ease;
	transition: width 0.2s ease, top 0.2s ease, bottom 0.2s ease, -webkit-transform 0.2s ease;
	transition: width 0.2s ease, transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
	transition: width 0.2s ease, transform 0.2s ease, top 0.2s ease, bottom 0.2s ease, -webkit-transform 0.2s ease;
}

.burger__menu::before,
.burger__menu::after,
.burger__menu span {
	display: block;
	width: 23px;
	border-radius: 4px;
	height: 2px;
	background-color: #fff;
}

.burger__menu span {
	position: relative;
	left: 0;
	right: 0;
	-webkit-transition: width 0.2s ease, left 0.2s ease, right 0.2s ease;
	transition: width 0.2s ease, left 0.2s ease, right 0.2s ease;
}

.burger__menu.active::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -6px;
}

.burger__menu.active::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -6px;
}

.burger__menu.active span {
	width: 0;
}

.header-mobile {
	display: none;
}

.header-mobile__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 10px;
}

.header-mobile__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 0;
}

.header-mobile__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.header-mobile__btns__wrapper {
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}

.header__submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	position: relative;
}

.header__submenu-btn {
	display: block;
	width: 14px;
	height: 14px;
	pointer-events: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.header__submenu-btn span {
	display: block;
	width: 100%;
	height: 100%;
}

.header__submenu-btn span::before,
.header__submenu-btn span::after {
	display: block;
	content: "";
	background-color: #242424;
	position: absolute;
	-webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: border-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: border-color 0.3s ease, transform 0.3s ease;
	transition: border-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__submenu-btn span::before {
	top: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	width: 2px;
}

.header__submenu-btn span::after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
}

@media (max-width: 1250px) {
	.header__search {
		max-width: 200px;
	}

	.header__search-item input {
		max-width: calc(100% - 35px);
	}

	.header__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.header__btn {
		max-width: 100%;
	}

	.header-top__item {
		gap: 10px;
	}
}

@media (max-width: 1200px) {
	.header-inside__container {
		padding-top: 50px;
	}

	.header__links {
		gap: 10px;
	}

	.header__search {
		max-width: 160px;
	}
}

@media (min-width: 1021px) {
	.header__submenu-body {
		max-height: none;
		position: absolute;
		z-index: 100;
		top: 100%;
		padding: 15px 10px;
		border-radius: 5px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
		scale: 1.2;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.2s ease, scale 0.3s ease;
		transition: opacity 0.2s ease, scale 0.3s ease;
	}

	.header__submenu:hover .header__submenu-body {
		scale: 1;
		opacity: 1;
		pointer-events: all;
	}

	.header__submenu:hover .header__submenu-btn span::before,
	.header__submenu:hover .header__submenu-btn span::after {
		background-color: #0075FF;
	}

	.header__submenu:hover .header__submenu-btn span::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.header__submenu-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		max-width: 400px;
		max-height: 50vh;
		overflow: auto;
	}

	.header__submenu-list::-webkit-scrollbar {
		width: 5px;
	}

	.header__submenu-list::-webkit-scrollbar-thumb {
		background-color: #0075FF;
		border-radius: 4px;
	}

	.header__submenu-link {
		padding: 5px 0;
		font-size: 16px;
		line-height: 1;
	}

	.header__submenu-link:hover {
		color: #0075FF;
	}
}

@media (max-width: 1020px) {
	.header__search {
		max-width: 100%;
	}

	.header__menu-btn {
		width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header-mobile {
		display: block;
	}

	.header-mobile {
		-webkit-transition: background-color 0.3s ease;
		transition: background-color 0.3s ease;
		background-color: #D9FAFE;
	}

	.header {
		-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		padding-bottom: 0;
	}

	.header.active .header-mobile {
		background-color: #fff;
	}

	.header__logo_hide,
	.header__phones_hide {
		display: none;
	}

	.header-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.header__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		gap: 5px;
	}

	.header__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		gap: 5px;
	}

	.header__submenu-btn {
		pointer-events: all;
		width: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 30px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.header__submenu-btn.active span::before,
	.header__submenu-btn.active span::after {
		background-color: #0075FF;
	}

	.header__submenu-btn.active span::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.header__submenu>a {
		width: calc(100% - 30px);
		padding-right: 10px;
	}

	.header__submenu-btn span {
		position: relative;
		width: 20px;
		height: 20px;
	}

	.header__submenu-link a {
		display: block;
		padding: 10px 0;
	}

	.header__link {
		gap: 0;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 12px;
		border-radius: 5px;
		background-color: #EAEAEA;
	}

	.header__link>a {
		font-size: 18px;
	}

	.header-top__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header__wrapper {
		height: 0;
		background-color: #fff;
		overflow: hidden;
		pointer-events: none;
		overflow: auto;
		-webkit-transition: height 0.3s linear;
		transition: height 0.3s linear;
	}

	.header__wrapper.active {
		pointer-events: all;
		padding-bottom: 100px;
	}

	.header__btns_hide {
		display: none;
	}

	.header-top__item {
		max-width: 100%;
	}

	.header__social {
		width: 100%;
	}
}

@media (min-width: 1021px) {
	.header-inside:before {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100%;
		left: 0;
		z-index: -1;
		right: 0;
		background: url("../img/intro/bg.webp") center bottom no-repeat;
		background-size: cover;
	}

	.header-inside:after {
		display: block;
		content: "";
		width: 100%;
		background-color: #fff;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		z-index: 1;
		height: 70px;
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
		overflow: hidden;
	}
}

@media (max-width: 550px) {
	.header-mobile__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-mobile__inner {
		padding-bottom: 0;
	}

	.header-mobile__inner {
		gap: 10px;
	}

	.header-bottom {
		gap: 10px;
	}

	.header-top__inner {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.header-inside__container {
		padding-top: 20px;
	}
}

.intro__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.intro__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.intro__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 55px;
	padding-bottom: 100px;
}

.intro__item {
	max-width: 530px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.intro__title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
	color: #00A324;
}

.intro__title span {
	color: #00A324;
}

.intro__item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.intro__item ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.intro__item ul li::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	background: url("../img/icons/checked.svg") center center no-repeat;
}

@supports not (background: url("../img/icons/checked.svg")) {
	.intro__item ul li::before {
		background: url("../img/icons/checked.png") center center no-repeat;
	}
}

.intro__advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 70px;
	width: 100%;
	max-width: 400px;
}

.intro__advantage {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 40px;
	width: 100%;
	max-width: calc(100% - 40px);
	line-height: 1;
	padding: 18px 10px;
	text-align: center;
}

.intro__advantage:nth-child(2n) {
	background-color: #00A324;
	margin-left: auto;
}

.intro__advantage:nth-child(2n+1) {
	background-color: #0075FF;
}

.intro__picture {
	max-width: 500px;
	margin-left: -50px;
	display: none;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.intro__bottom-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.intro__bottom-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-transition: margin 0.2s ease, color 0.2s ease;
	transition: margin 0.2s ease, color 0.2s ease;
}

.intro__bottom-list li::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	background: url("../img/icons/next.svg") center center no-repeat;
}

@supports not (background: url("../img/icons/next.svg")) {
	.intro__bottom-list li::before {
		background: url("../img/icons/next.png") center center no-repeat;
	}
}

.intro__bottom-list li:hover {
	margin-left: 20px;
	color: #0075FF;
}

/* intro media */
@media (min-width: 1200px) {
	.intro__picture {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.intro__wrapper {
		max-width: calc(100% - 450px);
	}
}

@media (max-width: 1020px) {
	.intro__wrapper {
		padding-bottom: 0;
	}
}

@media (max-width: 980px) {
	.intro__title {
		font-size: 30px;
	}

	.intro__btn {
		font-size: 14px;
	}

	.intro__item {
		max-width: 400px;
		gap: 15px;
	}

	.intro__advantage {
		font-size: 14px;
	}

	.intro__wrapper {
		gap: 20px;
	}

	.intro__advantages {
		gap: 30px;
	}
}

@media (max-width: 700px) {
	.intro__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.intro__advantage:nth-child(2n) {
		margin-left: 0;
	}

	.intro__advantages {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}

	.intro__advantage {
		padding: 10px;
		max-width: 100%;
	}

	.intro__item {
		max-width: 100%;
		gap: 10px;
	}

	.intro__advantages {
		max-width: 100%;
	}

	.intro__bottom-list {
		gap: 10px;
	}

	.intro__title {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.intro__wrapper {
		padding-bottom: 0;
	}

	.intro__content {
		position: relative;
	}

	.intro__content::before,
	.intro__content::after {
		display: block;
		content: "";
		position: absolute;
	}

	.intro__content::before {
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.75);
		z-index: 2;
	}

	.intro__content::after {
		width: 300px;
		top: 40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		height: 400px;
		background: url("../img/intro/1.webp") center top no-repeat;
		background-size: cover;
		z-index: 1;
	}

	.intro__inner {
		position: relative;
		z-index: 3;
	}

	.intro__btn {
		white-space: normal;
	}
}

@media (max-width: 550px) {

	.intro__bottom-list,
	.intro__list {
		gap: 7px;
	}

	.intro__bottom-list li:before {
		width: 20px;
		height: 20px;
		background-size: cover;
	}

	.intro__top {
		gap: 15px;
	}

	.intro__list li:before {
		width: 20px;
		height: 20px;
		background-size: cover;
	}
}

/* stocks */
.stocks__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar-stocks__slide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.stocks__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 570px;
}

.sidebar-stocks__item {
	gap: 20px;
}

.stocks__title {
	font-size: 35px;
	font-weight: 700;
}

.stocks__title span {
	color: #0075FF;
}

.sidebar-stocks__title {
	font-size: 18px;
}

.stocks__text {
	font-size: 20px;
	color: #000;
	line-height: 1.1;
}

.stocks__text span {
	font-size: 40px;
	font-weight: 700;
	color: #00A324;
}

.sidebar-stocks__text span {
	font-size: 20px;
}

.stocks__picture {
	max-width: 750px;
}

/* stocks media */
@media (min-width: 980px) {
	.stocks__inner:before {
		display: block;
		content: "";
		width: 1000px;
		height: 380px;
		position: absolute;
		top: -30px;
		left: -120px;
		z-index: -1;
		background: url("../img/stocks/bg.webp") center center no-repeat;
		background-size: 100%;
	}
}

@media (max-width: 980px) {
	.stocks__slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.stocks__picture {
		max-width: 300px;
	}

	.stocks__item {
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.stocks__title {
		font-size: 20px;
	}

	.stocks__text {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.stocks__text span {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	.stocks__btn {
		width: 100%;
	}

	.stocks__slide {
		gap: 10px;
	}
}

/* stocks-main */
.stocks-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.stocks-main__picture {
	min-width: 43%;
	max-width: 43%;
}

.stocks-main__picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.stocks-main__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.stocks-main__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.stocks-main__item:nth-child(even) .stocks-main__date {
	left: auto;
	right: 10px;
}

.stocks-main__content {
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 57%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	background: url("../img/stocks/bg-main.webp") center center no-repeat;
	background-size: cover;
}

.stocks-main__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 10px;
}

.stocks-main__name {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

.stocks-main__name span {
	color: #0075FF;
}

.stocks-main__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
}

.stocks-main__date {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	padding: 10px;
	border-radius: 5px;
	background: #0075FF;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: 500;
	line-height: 1;
}

/* stocks-main media */
@media (max-width: 1200px) {
	.stocks-main__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.stocks-main__name {
		font-size: 20px;
	}

	.stocks-main__text {
		font-size: 14px;
	}
}

@media (max-width: 980px) {
	.stocks-main__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.stocks-main__item:nth-child(2n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.stocks-main__picture {
		max-width: 100%;
		min-width: 100%;
		max-height: 300px;
	}

	.stocks-main__picture img {
		max-height: 300px;
	}

	.stocks-main__content {
		gap: 15px;
		max-width: 100%;
		padding: 15px 10px;
	}

	.stocks-main {
		gap: 30px;
	}
}

/* stock */
.stock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.stock__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #D7F8FD;
	border-radius: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

.stock__content {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.stock__content p {
	font-weight: 500;
	font-size: 20px;
}

.stock__content p del {
	font-weight: 700;
}

.stock__content p span {
	font-weight: 700;
	color: #00A324;
}

.stock__btn {
	margin-top: 20px;
}

.stock__item-picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left;
	object-position: left;
}

/* stock media */
@media (max-width: 900px) {
	.stock__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.stock__btn {
		margin-top: 10px;
	}

	.stock {
		gap: 30px;
	}
}

/* why-we */
.why-we__wrapper {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}

.why-we__container {
	max-width: 1210px;
}

.why-we__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.why-we__bg img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.why-we__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.why-we__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.why-we__item span {
	color: #0075FF;
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
}

/* why-we media */
@media (max-width: 700px) {
	.why-we__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.why-we__wrapper {
		padding: 10px 0;
	}

	.why-we__bg img {
		-o-object-position: left;
		object-position: left;
	}

	.why-we__item span {
		font-size: 18px;
	}
}

.video-item {
	position: relative;
	z-index: 3;
	cursor: pointer;
	height: 320px;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-item.active .video__picture {
	opacity: 0;
	scale: 0.4;
}

.current-video::before {
	display: block;
	content: "";
	width: 100px;
	z-index: 5;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	background: url("../img/icons/youtube.svg") center center no-repeat;
	background-size: cover;
	-webkit-transition: width 0.3s linear, height 0.3s linear, filter 0.3s linear;
	-webkit-transition: width 0.3s linear, height 0.3s linear, -webkit-filter 0.3s linear;
	transition: width 0.3s linear, height 0.3s linear, -webkit-filter 0.3s linear;
	transition: width 0.3s linear, height 0.3s linear, filter 0.3s linear;
	transition: width 0.3s linear, height 0.3s linear, filter 0.3s linear, -webkit-filter 0.3s linear;
}

@supports not (background: url("../img/icons/youtube.svg")) {
	.current-video::before {
		background: url("../img/icons/youtube.png") center center no-repeat;
		background-size: cover;
	}
}

.current-video:hover::before {
	-webkit-filter: hue-rotate(-110deg);
	filter: hue-rotate(-110deg);
	height: 80px;
	width: 110px;
}

.video__picture {
	-webkit-transition: opacity 0.2s linear, scale 0.4s linear;
	transition: opacity 0.2s linear, scale 0.4s linear;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	right: 0;
	pointer-events: none;
}

.video__picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* about */
.about__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about__video-picture {
	position: static;
}

.about__video-picture img {
	border-radius: 5px;
}

.about__video {
	width: 100%;
	max-width: 810px;
	display: block;
}

.about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	max-width: 570px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about__title {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
}

.about__title span {
	color: #0075FF;
}

.about__title span span {
	color: #00A324;
}

.about__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

/* about media */
@media (max-width: 1300px) {
	.about__video {
		min-width: calc(50% - 15px);
	}
}

@media (max-width: 1020px) {
	.about__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.about__item {
		max-width: 100%;
	}

	.about__video {
		max-width: 100%;
	}
}

@media (max-width: 550px) {
	.about__title {
		font-size: 20px;
	}

	.about__item {
		gap: 15px;
	}

	.about__btn {
		width: 100%;
	}

	.about__inner {
		gap: 15px;
	}
}

/* directions */
.directions__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.directions__item {
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	position: relative;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	background: url("../img/directions/bg.webp") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/directions/bg.webp")) {
	.directions__item {
		background: url("../img/directions/bg.jpg") center center no-repeat;
		background-size: cover;
	}
}

.directions__item::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #0075FF;
	opacity: 0.72;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.directions__item:hover::before {
	background-color: #00A324;
}

.directions__name {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.directions__text {
	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-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	gap: 10px;
	margin-bottom: 50px;
}

.directions__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	gap: 5px;
}

.directions__more::after {
	display: block;
	content: "";
	width: 22px;
	height: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url("../img/icons/arrow.svg") center center no-repeat;
	margin-right: 20px;
	-webkit-transition: margin 0.4s ease;
	transition: margin 0.4s ease;
	margin-left: 0;
}

.directions__more:hover::after {
	margin-right: 0;
	margin-left: 20px;
}

.directions__list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.directions__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.directions__link a::after {
	display: block;
	content: "";
	width: 22px;
	height: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url("../img/icons/arrow.svg") center center no-repeat;
	margin-right: 20px;
	-webkit-transition: margin 0.4s ease;
	transition: margin 0.4s ease;
	margin-left: 0;
}

.directions__link a:hover::after {
	margin-right: 0;
	margin-left: 20px;
}

/* directions media */
@media (max-width: 1160px) {
	.directions__inner {
		gap: 15px;
	}

	.directions__item {
		-ms-flex-preferred-size: calc((100% - 15px) / 2);
		flex-basis: calc((100% - 15px) / 2);
	}
}

@media (max-width: 700px) {
	.directions__name {
		font-size: 18px;
	}

	.directions__item {
		padding: 20px;
	}
}

@media (max-width: 550px) {
	.directions__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.directions__text {
		margin-bottom: 10px;
	}
}

/* stages */
.stages__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.stages__inner>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.stages__picture {
	overflow: hidden;
}

.stages__picture img {
	height: 100%;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.stage__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	counter-reset: list 0;
}

.stage__list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #F5F5F5;
	border-radius: 5px;
	padding: 10px 30px 10px 5px;
}

.stage__list li::before {
	display: block;
	text-align: center;
	content: counter(list);
	counter-increment: list;
	font-size: 135px;
	line-height: 1;
	min-width: 80px;
	font-weight: 700;
	color: #EDEDED;
}

.stage__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.stage__text span {
	font-weight: 700;
	color: #0075FF;
}

/* stages media */
@media (max-width: 1020px) {
	.stages__inner {
		gap: 15px;
		-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;
	}

	.stages__picture {
		max-width: 400px;
	}

	.stage__list {
		gap: 15px;
	}

	.stage__list li:before {
		font-size: 100px;
	}
}

@media (max-width: 550px) {
	.stage__list li:before {
		font-size: 85px;
		min-width: 60px;
	}

	.stage__text span {
		font-size: 18px;
	}

	.stage__text {
		gap: 5px;
	}

	.stage__list li {
		padding: 15px 15px 15px 5px;
	}
}

/* description */
.description {
	padding-top: 130px;
	position: relative;
	overflow: hidden;
	padding-bottom: 130px;
}

.description__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.description__bg img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.description__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.description__item {
	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;
}

.description__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 40px;
}

/* description media */
@media (max-width: 980px) {
	.description__bg {
		display: none;
	}

	.description {
		padding-top: 0;
		padding-bottom: 0;
	}

	.description__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		position: relative;
		padding-bottom: 50px;
		gap: 15px;
	}

	.description__text {
		gap: 15px;
		margin-bottom: 0;
	}

	.description__btn {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

/* gallery */
.gallery {
	max-width: 50%;
}

.gallery__slider {
	margin-bottom: 15px;
	padding: 5px;
}

.gallery__item {
	height: 100%;
	display: block;
}

.gallery__item picture {
	height: 100%;
}

.gallery__item picture img {
	height: 100%;
}

.gallery__slide {
	height: auto;
	max-height: 290px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
}

.gallery__slide_tumb {
	height: auto;
	max-height: 110px;
	overflow: hidden;
}

.gallery__slide_tumb picture {
	width: 100%;
	height: 100%;
}

.gallery__slide_tumb picture img {
	height: 100%;
	width: 100%;
}

.gallery__item,
.gallery__slide_tumb {
	overflow: hidden;
}

.gallery__item img,
.gallery__slide_tumb img {
	border-radius: 5px;
	overflow: hidden;
}

.gallery__slider-thumbs {
	max-width: calc(100% - 140px);
	margin: 0 auto;
}

.gallery__small {
	position: relative;
}

/* gallery media */
@media (max-width: 980px) {
	.gallery {
		max-width: 100%;
	}

	.gallery__slider-thumbs {
		margin-bottom: 30px;
		max-width: 100%;
	}
}

/* advantages */
.advantages__wrapper {
	padding: 40px 0;
	position: relative;
}

.advantages__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantages__item {
	max-width: 290px;
	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;
	gap: 20px;
	text-align: center;
}

.advantages__picture {
	width: 100%;
	max-width: 80px;
}

.advantages__name {
	font-weight: 700;
}

.advatages__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	height: 100%;
	-webkit-transition: width 1.4s ease;
	transition: width 1.4s ease;
	width: 0;
}

.advatages__bg img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.advantages.animation-active .advatages__bg {
	width: 100%;
}

/* advantages media */
@media (max-width: 700px) {
	.advantages__wrapper {
		padding: 15px 0;
	}

	.advantages__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
	}

	.advantages__item {
		max-width: none;
		gap: 15px;
		-ms-flex-preferred-size: calc((100% - 15px) / 2);
		flex-basis: calc((100% - 15px) / 2);
	}

	.advantages__name {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.advantages__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

/* advantages-second */
.advantages-second {
	position: relative;
}

.advantages-second__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px;
}

.advantages-second__item {
	-ms-flex-preferred-size: calc((100% - 100px) / 3);
	flex-basis: calc((100% - 100px) / 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}

.advantages-second__name {
	font-weight: 700;
	font-size: 18px;
}

.advantages-second_blue::before {
	display: block;
	content: "";
	width: calc(100% + (100vw - 1400px) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #D7F8FD;
}

.advantages-second__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: calc(100% + (100vw - 1400px) / 2);
}

.advantages-second__bg img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* advantages-second media*/
@media (max-width: 1420px) {
	.advantages-second_blue::before {
		width: calc(100% + 10px);
	}

	.advantages-second__bg {
		width: calc(100% + 10px);
	}
}

@media (max-width: 980px) {
	.advantages-second_blue::before {
		left: -10px;
		width: calc(100% + 20px);
	}

	.advantages-second__bg {
		left: -10px;
		width: calc(100% + 20px);
	}
}

@media (max-width: 1200px) {
	.advantages-second__wrapper {
		gap: 20px;
		row-gap: 30px;
	}

	.advantages-second__item {
		-ms-flex-preferred-size: calc((100% - 40px) / 2);
		flex-basis: calc((100% - 40px) / 2);
	}
}

@media (max-width: 600px) {
	.advantages-second__wrapper {
		padding: 30px 15px;
	}

	.advantages-second__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.advantages-second__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* price */
.price__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.price__content.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price__table {
	display: block;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.price__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;
	gap: 10px;
	font-size: 16px;
	background-color: #F5F5F5;
	padding-left: 30px;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.price__item:hover {
	background-color: #D1FFDB;
}

.price__item:hover .price__btn {
	opacity: 1;
}

.price__btn-wrapper {
	padding: 3px 2px;
}

.price__btn {
	padding: 15px 50px;
	background-color: #0075FF;
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
	transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
	border: 1px solid #0075FF;
}

.price__btn:hover {
	background-color: transparent;
	color: #0075FF;
}

.price__title {
	display: block;
	width: 100%;
	padding: 20px 0;
	max-width: 70%;
}

.price__cost {
	display: block;
	width: 100%;
	padding: 20px 10px;
	min-width: 220px;
	max-width: 220px;
	background-color: #F5F5F5;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #0075FF;
	border-left: 5px solid #fff;
}

.price__tabs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 6px;
	margin-bottom: 5px;
}

.price__tab {
	padding: 10px 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 700;
	border: 1px solid transparent;
	background-color: #F5F5F5;
	border-radius: 5px;
}

.price__tab:hover {
	border-color: #00A324;
	color: #00A324;
}

.price__tab.active {
	color: #fff;
	background-color: #00A324;
}

.price_tabs-mobile {
	display: none;
}

.price__inner {
	width: 100%;
	display: block;
}

/* price media */
@media (max-width: 1020px) {
	.price_tabs-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}

	.price_tabs__active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 50px;
		background-color: #00A324;
		color: #fff;
		font-weight: 700;
		font-size: 18px;
		border-radius: 5px;
		width: 100%;
		line-height: 1;
	}

	.price_tabs {
		position: relative;
	}

	.price__tabs__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.tabs .tabs__container {
		opacity: 0;
		padding: 0;
		position: fixed;
		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;
		right: 50%;
		top: 50%;
		-webkit-transform: translate3d(50%, -50%, 0);
		transform: translate3d(50%, -50%, 0);
		z-index: 1000;
		height: 100%;
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}

	.tabs .tabs__container::before {
		display: block;
		content: "";
		position: fixed;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.8);
		height: 100vh;
		right: 50%;
		position: fixed;
		top: 50%;
		-webkit-transform: translate3d(50%, -50%, 0);
		transform: translate3d(50%, -50%, 0);
		width: 0;
		-webkit-transition: width 0.5s ease;
		transition: width 0.5s ease;
	}

	.price_tabs__content {
		position: relative;
		z-index: 1000;
		padding: 20px 10px;
		border-radius: 5px;
	}

	.tabs.active .tabs__container {
		opacity: 1;
	}

	.tabs.active .tabs__container::before {
		width: 100vw;
	}

	.tabs__close {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.tabs__content {
		z-index: 1000;
		position: relative;
		display: none;
	}

	.price_tabs__content {
		background-color: #fff;
	}

	.tabs.active .tabs__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.price_tabs.active .tabs__active::before {
		height: 0;
	}

	.price__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px;
	}

	.price__btn {
		opacity: 1;
		padding: 5px 10px;
	}

	.price__btn-wrapper {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		padding: 0;
	}

	.price__title {
		padding: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		max-width: calc(100% - 130px);
	}

	.price__cost {
		padding: 0;
		width: auto;
		max-width: none;
		min-width: auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border: none;
	}
}

@media (max-width: 550px) {
	.price__btn-wrapper {
		width: 100%;
	}

	.price__btn {
		width: 100%;
	}
}

/* about-price */
.about-price__table {
	border-spacing: 0 15px;
	font-size: 16px;
	border-collapse: collapse;
}

.about-price__table thead {
	background-color: #0075FF;
	color: #fff;
}

.about-price__table th,
.about-price__table td {
	padding: 10px 20px;
}

.about-price__table tbody tr:nth-child(odd) {
	border-spacing: 0 15px;
	background-color: #F5F5F5;
}

.about-price__table td {
	max-width: 330px;
}

.about-price__icon {
	max-width: 30px;
	margin: 0 auto;
}

/* about-price media */
@media (max-width: 550px) {
	.about-price {
		width: calc(100% + 30px);
		margin-right: -15px;
		margin-left: -15px;
		overflow-x: auto;
	}

	.about-price__table {
		margin: 0 15px;
	}

	.about-price__table td {
		min-width: 350px;
	}
}

/* price-main */
.price-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}

/* text */
.text__content>* {
	margin-bottom: 20px;
}

.text__content>*:last-child {
	margin-bottom: 0;
}

.text__content>h2 {
	font-size: 35px;
	font-weight: 800;
	line-height: 1.2;
	color: #00A324;
	margin-top: 40px;
}

.text__content>h2:first-of-type {
	margin-top: 0;
}

.text__content>ul {
	margin: 30px 20px;
}

.text__content>ul li {
	margin-bottom: 15px;
	font-weight: 400;
	padding-left: 40px;
	display: -webkit-box;
	position: relative;
}

.text__content>ul li::before {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/icons/checked.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/checked.png")) {
	.text__content>ul li::before {
		background: url("../img/icons/checked.svg") center center no-repeat;
		background-size: cover;
	}
}

.text__content>h3 {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
	color: #00A324;
}

.text__content>h4 {
	font-size: 25px;
	font-weight: 800;
	line-height: 1.3;
	color: #00A324;
}

.text__content>a,
.text__content>ul>li>a {
	color: #0075FF;
	text-decoration: underline;
	text-decoration-color: transparent;
	-webkit-transition: color 0.3s ease, text-decoration-color 0.3s ease;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.text__content>a:hover,
.text__content>ul>li>a:hover {
	color: #00A324;
	text-decoration-color: inherit;
}

.text_decoration {
	position: relative;
}

.text_decoration::before {
	display: block;
	content: "";
	height: 80%;
	position: absolute;
	top: 50%;
	z-index: -1;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 400px;
	background: url("../img/text/bg.svg") center center no-repeat;
	background-size: contain;
}

@supports not (background: url("../img/text/bg.svg")) {
	.text_decoration::before {
		background: url("../img/text/bg.png") center center no-repeat;
		background-size: 100%;
	}
}

.text-checked__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.text-checked__author {
	width: 100%;
	max-width: 330px;
	min-width: 330px;
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 15px;
}

.text-checked__author span {
	font-weight: 500;
	color: #0075FF;
	margin-top: 5px;
}

.text-checked__picture {
	margin-bottom: 15px;
}

.text-checked__picture img {
	min-height: 240px;
	max-height: 240px;
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 65% 35%;
	object-position: 65% 35%;
}

.float-left {
	float: left;
	margin-right: 30px;
	max-width: 50%;
	margin-bottom: 30px;
}

.text__video {
	margin: 40px 0;
	height: 500px;
}

.text-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	margin: 40px 0;
}

.text-flex>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.text-flex img {
	border-radius: 5px;
}

.text-flex picture {
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.text__comments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.text__comments-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.text__comments-wrapper>.text__comments-wrapper {
	margin-left: 30px;
}

.text__comment-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	line-height: 1.2;
}

.text__comment-name {
	font-size: 22px;
	font-weight: 500;
	color: #0075FF;
	line-height: 1.1;
}

.text__comment-date {
	font-weight: 500;
	line-height: 1;
}

.text__comment {
	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;
	gap: 20px;
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

/* text media */
@media (max-width: 800px) {
	.text-checked__inner {
		gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.text-checked__author {
		min-width: auto;
		max-width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.text-checked__picture {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}
}

@media (max-width: 700px) {
	.text-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.text__video {
		height: 320px;
	}

	.float-left {
		float: none;
		margin-right: 0;
		max-width: 100%;
	}

	.text_decoration::before {
		display: none;
	}

	.text__content h2 {
		font-size: 20px;
	}

	.text__content>* {
		margin-bottom: 15px;
	}

	.text__content>*:last-child {
		margin-bottom: 0;
	}

	.text__content ul {
		margin: 20px 15px;
	}

	.text__content h3 {
		font-size: 18px;
	}

	.text__content h4 {
		font-size: 16px;
	}

	.text__comments-wrapper>.text__comments-wrapper {
		margin-left: 5px;
	}

	.text__comment {
		padding: 15px 10px;
		gap: 15px;
	}

	.text__comment-name {
		font-size: 18px;
	}
}

/* garant */
.garant__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@-webkit-keyframes danceMobile {
	0% {
		-webkit-transform: translateY(0) rotate(0) translateX(0);
		transform: translateY(0) rotate(0) translateX(0);
	}

	50% {
		-webkit-transform: translateY(5%) rotate(6deg) translateX(2%);
		transform: translateY(5%) rotate(6deg) translateX(2%);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0) translateX(0);
		transform: translateY(0) rotate(0) translateX(0);
	}
}

@keyframes danceMobile {
	0% {
		-webkit-transform: translateY(0) rotate(0) translateX(0);
		transform: translateY(0) rotate(0) translateX(0);
	}

	50% {
		-webkit-transform: translateY(5%) rotate(6deg) translateX(2%);
		transform: translateY(5%) rotate(6deg) translateX(2%);
	}

	100% {
		-webkit-transform: translateY(0) rotate(0) translateX(0);
		transform: translateY(0) rotate(0) translateX(0);
	}
}

@-webkit-keyframes danceMobileSecond {
	0% {
		-webkit-transform: translateY(0) rotateY(180deg) translateX(0);
		transform: translateY(0) rotateY(180deg) translateX(0);
	}

	50% {
		-webkit-transform: translateY(5%) rotateY(180deg) translateX(4%);
		transform: translateY(5%) rotateY(180deg) translateX(4%);
	}

	100% {
		-webkit-transform: translateY(0) rotateY(180deg) translateX(0);
		transform: translateY(0) rotateY(180deg) translateX(0);
	}
}

@keyframes danceMobileSecond {
	0% {
		-webkit-transform: translateY(0) rotateY(180deg) translateX(0);
		transform: translateY(0) rotateY(180deg) translateX(0);
	}

	50% {
		-webkit-transform: translateY(5%) rotateY(180deg) translateX(4%);
		transform: translateY(5%) rotateY(180deg) translateX(4%);
	}

	100% {
		-webkit-transform: translateY(0) rotateY(180deg) translateX(0);
		transform: translateY(0) rotateY(180deg) translateX(0);
	}
}

.garant__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 35px 10px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	position: relative;
	background-color: #fff;
	z-index: 3;
}

.garant__item * {
	z-index: 3;
}

.garant_with-sidebar .garant__item {
	padding: 15px 10px;
}

.garant_with-sidebar .garant__center::before {
	background: url("../img/garant/bg_small.png") center center no-repeat;
}

.garant__picture {
	width: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.garant__content {
	max-width: 400px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.garant__content:last-child .garant__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}

.garant__center {
	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;
	width: 120%;
	text-align: center;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-transition: scale 1s ease, -webkit-transform 1s ease;
	transition: scale 1s ease, -webkit-transform 1s ease;
	transition: scale 1s ease, transform 1s ease;
	transition: scale 1s ease, transform 1s ease, -webkit-transform 1s ease;
	scale: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.garant__center p {
	font-weight: 500;
	position: relative;
	z-index: 6;
}

.garant__center span {
	font-size: 40px;
	line-height: 1;
	position: relative;
	z-index: 6;
	font-weight: 700;
}

.garant__center::before {
	display: block;
	content: "";
	width: 100%;
	position: absolute;
	height: 100%;
	inset: 0;
	z-index: -1;
	background: url("../img/garant/bg.png") center center no-repeat;
}

.garant__center.animation-active {
	scale: 1;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

@media (max-width: 1300px) {
	.garant_with-sidebar .garant__text {
		font-size: 14px;
		line-height: 1.1;
	}
}

@media (max-width: 1160px) {
	.garant_with-sidebar .garant__picture {
		width: 50px;
	}

	.garant_with-sidebar .garant__item {
		gap: 10px;
		padding: 20px 10px;
	}

	.garant_with-sidebar .garant__text {
		font-size: 16px;
	}

	.garant_with-sidebar .garant__inner {
		padding-top: 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.garant_with-sidebar .garant__center span {
		font-size: 30px;
	}

	.garant_with-sidebar .garant__center p {
		font-size: 18px;
	}

	.garant_with-sidebar .garant__center {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 210px;
		height: 210px;
		margin-bottom: 40px;
		position: relative;
	}

	.garant_with-sidebar .garant__center::before {
		all: initial;
	}

	.garant_with-sidebar .garant__center::before,
	.garant_with-sidebar .garant__center::after {
		display: block;
		content: "";
		position: absolute;
		bottom: -70px;
		z-index: -1;
		width: 100px;
		height: 100px;
		background: url("../img/icons/garant/7.svg") center center no-repeat;
	}

	.garant_with-sidebar .garant__center::before {
		right: 0;
		-webkit-animation: danceMobile 1.3s infinite;
		animation: danceMobile 1.3s infinite;
	}

	.garant_with-sidebar .garant__center::after {
		left: 0;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-animation: danceMobileSecond 2.1s infinite;
		animation: danceMobileSecond 2.1s infinite;
	}

	.garant_with-sidebar .garant__center-item::before {
		display: block;
		content: "";
		width: 210px;
		height: 210px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #00A324;
		position: absolute;
		inset: 0;
		border-radius: 10px;
	}

	.garant_with-sidebar .garant__content:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.garant_with-sidebar .garant__content:last-child {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

@media (max-width: 870px) {
	.garant__content:last-child .garant__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
	}

	.garant__picture {
		width: 50px;
	}

	.garant__item {
		gap: 10px;
		padding: 20px 10px;
	}

	.garant__text {
		font-size: 16px;
	}

	.garant__inner {
		padding-top: 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.garant__center span {
		font-size: 30px;
	}

	.garant__center p {
		font-size: 18px;
	}

	.garant__center {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 210px;
		height: 210px;
		margin-bottom: 40px;
		position: relative;
	}

	.garant__center::before {
		all: initial;
	}

	.garant__center::before,
	.garant__center::after {
		display: block;
		content: "";
		position: absolute;
		bottom: -70px;
		z-index: -1;
		width: 100px;
		height: 100px;
		background: url("../img/icons/garant/7.svg") center center no-repeat;
	}

	.garant__center::before {
		right: 0;
		-webkit-animation: danceMobile 1.3s infinite;
		animation: danceMobile 1.3s infinite;
	}

	.garant__center::after {
		left: 0;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		-webkit-animation: danceMobileSecond 2.1s infinite;
		animation: danceMobileSecond 2.1s infinite;
	}

	.garant__center-item::before {
		display: block;
		content: "";
		width: 210px;
		height: 210px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #00A324;
		position: absolute;
		inset: 0;
		border-radius: 10px;
	}

	.garant__content:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.garant__content:last-child {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}

/* checkbox */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	input[type=checkbox] {
		--active: #275EFE;
		--active-inner: #fff;
		--focus: 2px rgba(39, 94, 254, .3);
		--border: #BBC1E1;
		--border-hover: #275EFE;
		--background: #fff;
		--disabled: #F6F8FF;
		--disabled-inner: #E1E6F9;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 21px;
		outline: none;
		display: inline-block;
		vertical-align: top;
		position: relative;
		min-width: 21px;
		margin: 0;
		cursor: pointer;
		border: 1px solid var(--bc, var(--border));
		background: var(--b, var(--background));
		-webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
		transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
		transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
		width: 21px;
	}

	input[type=checkbox]:after {
		content: "";
		display: block;
		left: 0;
		top: 0;
		position: absolute;
		-webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
		transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
		transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	}

	input[type=checkbox]:checked {
		--b: var(--active);
		--bc: var(--active);
		--d-o: .3s;
		--d-t: .6s;
		--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
	}

	input[type=checkbox]:disabled {
		--b: var(--disabled);
		cursor: not-allowed;
		opacity: 0.9;
	}

	input[type=checkbox]:disabled:checked {
		--b: var(--disabled-inner);
		--bc: var(--border);
	}

	input[type=checkbox]:disabled+label {
		cursor: not-allowed;
	}

	input[type=checkbox]:hover:not(:checked):not(:disabled) {
		--bc: var(--border-hover);
	}

	input[type=checkbox]:focus {
		-webkit-box-shadow: 0 0 0 var(--focus);
		box-shadow: 0 0 0 var(--focus);
	}

	input[type=checkbox]:after {
		opacity: var(--o, 0);
	}

	input[type=checkbox]:checked {
		--o: 1;
	}

	input[type=checkbox]+label {
		font-size: 14px;
		line-height: 21px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-left: 4px;
	}

	input[type=checkbox] {
		border-radius: 7px;
	}

	input[type=checkbox]:after {
		width: 5px;
		height: 9px;
		border: 2px solid var(--active-inner);
		border-top: 0;
		border-left: 0;
		left: 7px;
		top: 4px;
		-webkit-transform: rotate(var(--r, 20deg));
		transform: rotate(var(--r, 20deg));
	}

	input[type=checkbox]:checked {
		--r: 43deg;
	}
}

/* certificates */
.certificates__picture img {
	/*max-height: 470px;
min-height: 470px;*/
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
}

/* certificates media */
@media (max-width: 1200px) {
	.certificates__picture img {
		/*max-height: 420px;
min-height: 420px;*/
	}
}

/* main-certificates */
.main-certificates__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.popup-btn {
	cursor: pointer;
}


.main-certificates__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
}

.main-certificates__tabs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.main-certificates__tab {
	padding: 10px 60px;
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	font-weight: 500;
	line-height: 1.2;
	border: 1px solid transparent;
}

.main-certificates__tab:hover {
	border-color: #00A324;
}

.main-certificates__tab.active {
	background-color: #00A324;
	color: #fff;
}

.main-certificates__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.main-certificates_tabs-mobile {
	display: none;
}

/* main-certificates media */
@media (max-width: 1200px) {
	.main-certificates__item {
		-ms-flex-preferred-size: calc((100% - 30px) / 2);
		flex-basis: calc((100% - 30px) / 2);
	}
}

@media (max-width: 1020px) {
	.main-certificates__tabs__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.tabs .main-certificates_tabs__container {
		position: static;
		-webkit-transform: translate(0);
		transform: translate(0);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		opacity: 1;
	}

	.main-certificates_tabs__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: static;
	}
}

@media (max-width: 600px) {
	.main-certificates__inner {
		gap: 30px;
	}

	.main-certificates__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.main-certificates__content {
		gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-certificates__tab,
	.main-certificates__tabs__wrapper,
	.main-certificates_tabs__content {
		width: 100%;
	}

	.main-certificates__tabs__wrapper {
		gap: 10px;
	}
}

/* consultation */
.consultation {
	position: relative;
	overflow: hidden;
}

.consultation::before {
	display: block;
	content: "";
	width: 110%;
	height: 100px;
	position: absolute;
	bottom: -70px;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	background-color: #fff;
}

.consultation__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.consultation__bg img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-o-object-position: top;
	object-position: top;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.consultation__picture {
	min-width: 330px;
}

.consultation__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.consultation__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	max-width: calc(100% - 360px);
}

.consultation__title {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
	max-width: 570px;
}

.consultation__title span {
	color: #0075FF;
}

.consultation__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	max-width: 100%;
}

.consultation__input {
	padding: 15px;
	display: block;
	color: #7B7B7B;
	border-radius: 5px;
	outline: 1px solid #00A324;
}

.consultation__btn {
	padding: 14px 40px;
}

.consultation__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.consultation__politic {
	font-size: 16px;
}

.consultation__politic a {
	text-decoration: underline;
}

.consultation__politic a:hover {
	color: #00A324;
}

/* consultation media */
@media (max-width: 1200px) {
	.consultation__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 850px) {
	.consultation__politic {
		font-size: 14px;
	}

	.consultation__bg {
		display: none;
	}

	.consultation:before {
		display: none;
	}

	.consultation::after {
		display: block;
		position: absolute;
		content: "";
		inset: 0;
		background: rgba(215, 248, 253, 0.8);
		z-index: 2;
	}

	.consultation__picture {
		position: absolute;
		top: 0;
		left: 50%;
		min-width: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}

	.consultation__form {
		max-width: 100%;
		width: 100%;
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
		gap: 10px;
		z-index: 3;
	}

	.consultation__input {
		padding: 10px 15px;
	}

	.consultation__title {
		font-size: 20px;
	}
}

/* standart-slider */
.standart-slider__container {
	max-width: 1620px;
}

.standart-slider__container_small {
	max-width: 1050px;
}

.standart-slider__wrapper {
	position: relative;
}

.standart-slider__swiper {
	max-width: calc(100% - 180px);
	margin: 0 auto;
}

/* standart-slider media */
@media (max-width: 980px) {
	.standart-slider__swiper {
		margin-bottom: 40px;
		max-width: 100%;
	}
}

/* reviews */
.reviews__wrapper {
	padding: 5px 0;
}

.reviews__swiper {
	padding: 0 5px;
}

.reviews__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: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	border-radius: 0px 0px 5px 5px;
	background: #F5F5F5;
	height: auto;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
}

.reviews__text {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.reviews__text.hidden {
	max-height: 150px;
	overflow: hidden;
}

.reviews__text.hidden::before {
	display: block;
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(192, 192, 192, 0);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), to(#F5F5F5));
	background: linear-gradient(180deg, rgba(245, 245, 245, 0), #F5F5F5);
}

.reviews__btn {
	display: none;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
	background-color: #0075FF;
	color: #fff;
	border: 1px solid #0075FF;
}

.reviews__btn.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews__btn:hover {
	background-color: transparent;
	color: #0075FF;
}

.reviews__call {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reviews__item_photo img {
	min-height: 380px;
	max-height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.reviews__name {
	font-size: 22px;
	color: #0075FF;
	font-weight: 500;
}

.sidebar-reviews__bottom {
	max-width: 300px;
}

.reviews_yandex {
	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;
}

.reviews__link {
	padding: 14px 50px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

/* reviews media */
@media (max-width: 980px) {
	.sidebar-reviews__bottom {
		margin: 0 auto;
	}
}

@media (max-width: 700px) {
	.reviews__name {
		font-size: 18px;
	}

	.reviews__item_photo img {
		min-height: 350px;
		max-height: 350px;
	}

	.reviews__call {
		margin-top: 10px;
	}
}

.main-reviews {
	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;
}

.main-reviews__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 28px;
	border-radius: 5px;
	background: #F5F5F5;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.main-reviews__number {
	line-height: 1;
	font-size: 61px;
	font-weight: 600;
	color: #00A324;
}

.main-reviews__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	font-weight: 500;
}

.main-reviews__btn {
	padding: 20px 40px;
}

.main-reviews_tabs {
	margin-bottom: 30px;
}

.main-reviews__tab,
.main-reviews_tabs__active-text {
	padding: 15px 10px 15px 13px;
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.main-reviews__tab.active,
.main-reviews_tabs__active-text.active {
	background-color: #00A324;
	color: #fff;
}

.main-reviews__tab.active .main-reviews__tab-percent,
.main-reviews_tabs__active-text.active .main-reviews__tab-percent {
	color: #fff;
}

.main-reviews__tab.active .main-reviews__tab-picture,
.main-reviews_tabs__active-text.active .main-reviews__tab-picture {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.main-reviews__tab-picture {
	width: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main-reviews__tab-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	line-height: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.main-reviews__tab-name {
	font-weight: 700;
}

.main-reviews__tab-numbers {
	font-size: 14px;
}

.main-reviews__tabs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-reviews__tab-percent {
	color: #00A324;
	font-weight: 700;
	display: block;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.main-reviews__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.main-reviews__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	line-height: 1.2;
}

.main-reviews__name {
	font-size: 22px;
	font-weight: 500;
	color: #0075FF;
	line-height: 1.1;
}

.main-reviews__date {
	font-weight: 500;
	line-height: 1;
}

.main-reviews__item {
	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;
	gap: 20px;
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.main-reviews__btn_bottom {
	margin: 40px auto 0;
}

@media (max-width: 1020px) {
	.main-reviews__tabs__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-reviews_tabs__content {
		background-color: transparent;
	}
}

@media (max-width: 600px) {
	.tabs.active .main-reviews_tabs__container {
		width: 100%;
	}

	.main-reviews__card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px;
	}

	.main-reviews__btn {
		width: 100%;
	}
}

/* conviction */
.conviction {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-top: 30px;
}

.conviction>* {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.conviction__plashka {
	position: absolute;
	left: calc((100vw - 1410px) / 2);
	top: 0;
	padding: 20px 40px;
	background-color: #0075FF;
	color: #fff;
	z-index: 5;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	border-radius: 40px;
}

.conviction__plashka span {
	font-size: 18px;
}

.conviction__item {
	padding: 20px 50px;
	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;
	gap: 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.conviction__picture {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: -webkit-transform 1.2s ease;
	transition: -webkit-transform 1.2s ease;
	transition: transform 1.2s ease;
	transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.conviction__picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right;
	object-position: right;
}

.animation-active .conviction__item {
	background-position-x: 0;
}

.animation-active .conviction__picture {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.conviction__title {
	max-width: 540px;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
}

.conviction__title span {
	color: #0075FF;
}

.conviction__text {
	max-width: 630px;
	margin-bottom: 10px;
}

/* conviction media */
@media (max-width: 1420px) {
	.conviction__plashka {
		left: 15px;
	}
}

@media (min-width: 1021px) {
	.conviction__item {
		background: url("../img/description/bg.jpg") center center no-repeat;
		background-position-x: -120%;
		-webkit-transition: background-position 1.2s ease;
		transition: background-position 1.2s ease;
	}
}

@media (max-width: 1020px) {
	.conviction__picture {
		position: absolute;
		inset: 0;
		z-index: 1;
	}

	.conviction {
		padding-top: 25px;
		padding-bottom: 15px;
		margin-top: 40px;
		padding-top: 40px;
	}

	.conviction__plashka {
		top: -25px;
		right: 20px;
		left: auto;
	}

	.conviction::before {
		display: block;
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: rgba(215, 248, 253, 0.8);
	}

	.conviction__item {
		position: relative;
		z-index: 3;
		gap: 15px;
		padding: 0 10px;
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.conviction__title {
		max-width: 100%;
		font-size: 20px;
	}
}

@media (max-width: 550px) {
	.conviction__btn {
		width: 100%;
	}
}

/* doctors */
.doctors__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.doctors_tabs__container {
	padding: 30px 20px 30px 0;
	background-color: #F5F5F5;
	border-radius: 5px;
}

.doctors__tabs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.doctors__tab-picture {
	width: 130px;
}

.doctors__tab-picture img {
	width: 130px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	border-radius: 5px;
}

.doctors_tabs__content {
	max-height: 390px;
	overflow: auto;
	padding-right: 20px;
}

.doctors_tabs__content::-webkit-scrollbar {
	width: 4px;
}

.doctors_tabs__content::-webkit-scrollbar-thumb {
	background-color: #0075FF;
	border-radius: 6px;
}

.doctors_tabs__content::-webkit-scrollbar-track {
	background-color: #E5E5E5;
}

.doctors__wrapper {
	max-width: 810px;
}

.doctors__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	padding: 10px 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.doctors__tab:hover {
	color: #0075FF;
}

.doctors__tab.active {
	background-color: #0075FF;
	color: #fff;
}

.doctors__tab-text {
	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;
	text-align: left;
	gap: 10px;
}

.doctors__tab-name {
	font-weight: 500;
}

.doctors__certificates-button {
	width: 30px;
	height: 30px;
	min-width: 30px;
}

.doctors__certificates-button::after {
	width: 8px;
	height: 8px;
	border-width: 2px;
}

.doctors__content.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.doctors__content {
	padding: 30px;
	height: 100%;
	background-color: #F5F5F5;
	border-radius: 5px;
	gap: 30px;
}

.doctors__picture {
	/*max-height: 250px;*/
	overflow: hidden;
	width: 100%;
}

.popup-city-list {
	columns: 4;
	column-gap: 16px;
}

.popup-city-list li {
	margin-bottom: 16px;
}

.popup-city-list a {
	color: #0075FF;
}

.popup-city .regions__search {
	max-width: 100%;
}

.doctors__picture img {
	min-height: 250px;
	/*max-height: 250px;*/
	border-radius: 5px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.doctors__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 350px;
}

.doctors__certificates {
	position: relative;
	margin-top: 10px;
	max-width: 410px;
}

.doctors__certificates_swiper {
	max-width: calc(100% - 80px);
	margin: 0 auto;
}

.doctors__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.doctors__name {
	font-weight: 500;
	margin-bottom: 5px;
}

.doctors__info-text {
	margin-bottom: 5px;
}

.doctors__info-title {
	font-weight: 500;
	color: #0075FF;
}

.doctors_tabs-mobile {
	display: none;
}

/* doctors media */
@media (max-width: 1200px) {
	.doctors__tab {
		padding: 10px 15px;
	}

	.doctors__content {
		padding: 10px;
	}

	.doctors__inner {
		gap: 10px;
	}

	.doctors__wrapper {
		max-width: 720px;
	}

	.doctors__content {
		gap: 10px;
	}
}

@media (max-width: 1060px) {
	.doctors_tabs {
		max-width: 250px;
	}

	.doctors__tab-name,
	.doctors__tab-prof {
		font-size: 14px;
	}
}

@media (max-width: 1020px) {
	.doctors_tabs-mobile {
		display: block;
	}

	.doctors__tab {
		background-color: #fff;
	}

	.tabs__active-text_doctors {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.doctors__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.doctors_tabs {
		max-width: 100%;
	}

	.tabs__active-text_doctors .doctors__tab-picture {
		display: none;
	}

	.tabs__active-text_doctors {
		background-color: #00A324;
		color: #fff;
		border-radius: 8px;
		padding: 10px 20px;
	}

	.doctors_tabs.active .tabs__container {
		height: 100%;
		width: 100%;
		background-color: rgba(245, 245, 245, 0.3294117647);
		padding: 40px 10px;
	}

	.doctors_tabs__content {
		max-height: none;
		padding-right: 0;
		z-index: 1000;
	}

	.doctors_tabs__content {
		max-height: calc(100vh - 80px);
		overflow-y: auto;
	}

	.doctors__wrapper {
		max-width: 100%;
	}
}

@media (max-width: 980px) {
	.doctors__certificates_swiper {
		margin-bottom: 30px;
		max-width: 100%;
	}
}

@media (max-width: 700px) {
	.doctors__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.doctors__item {
		max-width: 100%;
		gap: 10px;
	}

	.doctors__picture {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.doctors__picture img {
		max-width: 400px;
	}

	.doctors__certificates {
		margin-left: auto;
		margin-right: auto;
	}

	.doctors__info {
		gap: 5px;
	}

	.doctors__certificates {
		max-width: calc(100vw - 40px);
	}

	.doctors__tab {
		padding: 5px 10px;
		gap: 5px;
	}
}

/* sidebar-doctors */
.sidebar-doctors {
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	padding: 20px 15px;
}

.sidebar-doctors__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.sidebar-doctors__certificates {
	max-width: 330px;
}

.sidebar-stocks__slide {
	position: static;
}

@media (max-width: 980px) {
	.sidebar-doctors__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* doctors-main */
.doctors-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.doctors-main__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
	padding: 20px 15px;
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

/* doctors-main media */
@media (max-width: 1200px) {
	.doctors-main {
		gap: 20px;
	}

	.doctors-main__item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}

	.doctors-main__item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.doctors__info {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.doctors-main__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

/* doctor */
.doctor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.doctor__picture {
	min-width: 320px;
	max-width: 320px;
	overflow: hidden;
}

.doctor__picture img {
	border-radius: 5px;
}

.doctor__content-title {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1;
}

.doctor__prof {
	font-size: 20px;
	font-weight: 500;
}

.doctor__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 20px;
}

.doctor__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.doctor__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

/* doctor media */
@media (max-width: 1160px) {
	.doctor {
		gap: 20px;
	}

	.doctor__text {
		font-size: 14px;
	}
}

@media (max-width: 980px) {
	.doctor__content-title {
		font-size: 20px;
	}

	.doctor__prof,
	.doctor__rating {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.doctor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.doctor__picture {
		margin: 0 auto;
	}
}

/* about-doctor */
.about-doctor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.about-doctor__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 5px;
	background: #F5F5F5;
	padding: 20px;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
}

.about-doctor__item ul {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}

.about-doctor__title {
	font-size: 25px;
	font-weight: 300;
	line-height: 1.2;
	color: #000;
}

/* about-doctor media */
@media (max-width: 980px) {
	.about-doctor {
		gap: 20px;
	}

	.about-doctor__item {
		padding: 20px 10px;
	}

	.about-doctor__item ul {
		margin-top: 15px;
	}
}

@media (max-width: 700px) {
	.about-doctor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* photos */
.photos__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 50px;
}

.photos__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
	display: block;
}

.photos__more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* photos media */
@media (max-width: 800px) {
	.photos__inner {
		gap: 10px;
	}

	.photos__item {
		-ms-flex-preferred-size: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
	}
}

/* main-photos */
.main-photos__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-photos__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
}

@media (max-width: 1020px) {
	.main-photos__item {
		-ms-flex-preferred-size: calc((100% - 30px) / 2);
		flex-basis: calc((100% - 30px) / 2);
	}
}

@media (max-width: 500px) {
	.main-photos__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.main-photos__inner {
		gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* articles */
.articles__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	color: #fff;
	background-color: #0075FF;
	position: relative;
	padding-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.articles__slide:hover .articles__link {
	opacity: 1;
}

.articles__slide:hover .articles__date {
	opacity: 0;
}

.articles__slide:hover .articles__picture::before {
	opacity: 1;
}

.articles__title {
	text-align: center;
	padding: 0 20px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
}

.articles__text {
	padding: 0 20px;
}

.articles__date {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px 15px;
	background-color: #0075FF;
	border-radius: 5px;
	z-index: 1;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.articles__picture {
	position: relative;
}

.articles__picture::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.articles__picture img {
	min-height: 280px;
	max-height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
}

.articles__link {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	z-index: 3;
	-webkit-transition: color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

/* articles media */
/* main-artilces */
.main-artilces__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.main-articles__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
}

.main-artilces__tabs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.main-artilces__tab {
	padding: 10px;
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	font-weight: 500;
	line-height: 1.2;
	border: 1px solid transparent;
}

.main-artilces__tab:hover {
	border-color: #00A324;
}

.main-artilces__tab.active {
	background-color: #00A324;
	color: #fff;
}

.main-artilces__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}

.main-artilces_tabs-mobile {
	display: none;
}

/* main-artilces media */
@media (max-width: 1300px) {
	.main-articles__item {
		-ms-flex-preferred-size: calc((100% - 30px) / 2);
		flex-basis: calc((100% - 30px) / 2);
	}
}

@media (max-width: 1020px) {
	.main-artilces_tabs-mobile {
		display: block;
	}

	.main-artilces__tabs__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-artilces_tabs__content {
		background-color: transparent;
	}
}

@media (max-width: 550px) {
	.main-artilces__tab {
		width: 100%;
	}

	.main-artilces__inner {
		gap: 30px;
	}

	.main-artilces__content {
		gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* article */
.article__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.article__list a {
	color: #0075FF;
}

.article__list a:hover {
	color: #00A324;
}

.article__list li {
	margin-bottom: 15px;
	font-weight: 500;
	padding-left: 40px;
	display: -webkit-box;
	margin-bottom: 10px;
	position: relative;
}

.article__list li::before {
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/icons/checked.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/checked.png")) {
	.article__list li::before {
		background: url("../img/icons/checked.svg") center center no-repeat;
		background-size: cover;
	}
}

.article__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-ms-flex-preferred-size: calc(35% - 20px);
	flex-basis: calc(35% - 20px);
}

.article__item {
	-ms-flex-preferred-size: 65%;
	flex-basis: 65%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.article__time {
	font-weight: 500;
}

.article__time span {
	color: #0075FF;
}

.article__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

/* article media */
@media (max-width: 850px) {
	.article__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.article__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 15px;
		gap: 15px;
	}
}

/* supervision */
.supervision__item {
	border-radius: 0px 0px 5px 5px;
	padding: 30px 25px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
}

.supervision__item:nth-child(even) {
	background: #DFEEFF;
}

.supervision__item:nth-child(odd) {
	background: #E1FFED;
}

/* supervision media */
@media (min-width: 901px) {
	.supervision__item {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.supervision_swiper-pag {
		display: none;
	}

	.supervision__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 30px;
	}
}

@media (max-width: 900px) {
	.supervision__wrapper {
		margin-bottom: 50px;
	}

	.supervision__item {
		font-size: 18px;
		padding: 40px 10px;
	}
}

@media (max-width: 450px) {
	.supervision__wrapper {
		margin-bottom: 40px;
	}
}

/* contact */
.contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
	background: rgba(32, 133, 250, 0.85);
	padding: 60px 20px;
	width: 39%;
	padding-left: calc((100vw - 1420px) / 2);
	color: #fff;
}

.contact__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.contact__item p,
.contact__item a {
	max-width: 300px;
}

.contact__item a {
	position: relative;
	display: block;
}

.contact__item a::before {
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	opacity: 0;
	right: 0;
	bottom: -2px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.2s ease, transform 0.4s ease;
	transition: opacity 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.contact__item a:hover::before {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.contact__picture {
	width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contact__phone {
	font-weight: 700;
}

.map {
	width: 61%;
}

.map__item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	background: url("../img/map.webp") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/contact/map.webp")) {
	.map__item {
		background: url("../img/map.jpg") center center no-repeat;
	}
}

/* contact media */
@media (max-width: 1420px) {
	.contact__inner {
		padding-left: 10px;
	}
}

@media (max-width: 700px) {
	.contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact__inner {
		width: 100%;
		padding: 15px 10px;
		gap: 10px;
		font-size: 18px;
		max-width: 100%;
	}

	.map {
		height: 360px;
		width: 100%;
	}
}

/* main-contact */
.main-contact__map {
	height: 340px;
	width: 100%;
}

.main-contact__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.main-contact__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-contact__picture {
	width: 100%;
	max-width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main-contact__time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
}

.main-contact__address {
	max-width: 260px;
}

.main-contact__phone {
	font-weight: 700;
	white-space: nowrap;
}

.main-contact__phone:hover {
	color: #0075FF;
}

.main-contact__mail:hover {
	color: #0075FF;
}

@media (max-width: 1400px) {
	.main-contact__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-contact__wrapper>* {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 600px) {
	.main-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.main-contact__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

/* calculator */
.calculator {
	border-radius: 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	gap: 15px;
}

.calculator__title {
	margin-bottom: 0;
	text-align: center;
}

.calculator__item {
	width: 100%;
	position: relative;
}

.calculator__item::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #242424;
	border-bottom: 1px solid #242424;
	position: absolute;
	right: 15px;
	top: 45%;
	-webkit-transition: right 0.3s ease, -webkit-transform 0.3s ease;
	transition: right 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, right 0.3s ease;
	transition: transform 0.3s ease, right 0.3s ease, -webkit-transform 0.3s ease;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.calculator__item:hover::before {
	right: 10px;
	-webkit-transform: rotate(225deg) translateY(-50%);
	transform: rotate(225deg) translateY(-50%);
}

.calculator__select {
	width: 100%;
	display: block;
	color: #7B7B7B;
	cursor: pointer;
	padding: 15px;
	padding-right: 30px;
	border-radius: 5px;
	outline: 1px solid #00A324;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

.calculator__select option {
	color: #0075FF;
}

.calculator__input {
	width: 100%;
	display: block;
	color: #7B7B7B;
	padding: 15px;
	padding-right: 30px;
	border-radius: 5px;
	outline: 1px solid #00A324;
}

.calculator__politic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.calculator__politic a {
	text-decoration: underline;
}

.calculator__politic a:hover {
	color: #0075FF;
}

.calculator__btn {
	width: 100%;
}

/* calculator media */
/* another */
.another__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.another__inner a {
	font-weight: 500;
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
	padding: 10px;
	border-radius: 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;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	text-align: center;
}

.another__item:hover {
	background-color: #00A324;
	color: #fff;
}

/* another media */
@media (max-width: 700px) {
	.another__inner {
		gap: 20px;
	}

	.another__item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 500px) {
	.another__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.another__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

/* features__item */
.features {
	margin: 40px 0;
	padding: 30px;
	border-radius: 5px;
	background: url("../img/features/bg.webp") center center no-repeat;
	background-size: cover;
	position: relative;
}

@supports not (background: url("../img/features/bg.webp")) {
	.features {
		background: url("../img/features/bg.jpg") center center no-repeat;
		background-size: cover;
	}
}

.features>* {
	position: relative;
	z-index: 3;
}

.features::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 1;
}

.contraindications::before {
	background-color: rgba(255, 222, 222, 0.7254901961);
}

.indications::before {
	background-color: rgba(233, 255, 242, 0.7725490196);
}

.features__title {
	display: block;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #0075FF;
	margin-bottom: 25px;
}

.features.indications ul,
.features.contraindications ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	row-gap: 0;
}

.features.indications ul li,
.features.contraindications ul li {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
	position: relative;
	padding-right: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.features.indications ul li::before {
	display: block;
	content: "";
	width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.features.contraindications ul li::before {
	display: block;
	content: "";
	width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.features.indications ul li::after {
	display: block;
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #0075FF;
}

.features.contraindications ul li::after {
	display: block;
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #0075FF;
}

.features.indications ul li:nth-child(3n) {
	padding-right: 0;
}

.features.contraindications ul li:nth-child(3n) {
	padding-right: 0;
}

.features.indications ul li:nth-child(3n)::after {
	display: none;
}

.features.contraindications ul li:nth-child(3n)::after {
	display: none;
}

.features.contraindications ul li::before {
	background: url("../img/icons/not_ok.svg") center center no-repeat;
	height: 30px;
}

@supports not (background: url("../img/icons/not_ok.svg")) {
	.features.contraindications ul li::before {
		background: url("../img/icons/not_ok.png") center center no-repeat;
	}
}

.features.indications ul li::before {
	background: url("../img/icons/ok.svg") center center no-repeat;
	height: 30px;
}


@supports not (background: url("../img/icons/ok.svg")) {
	.features.indications ul li::before {
		background: url("../img/icons/ok.png") center center no-repeat;
	}
}

/* features__item media */
@media (max-width: 700px) {
	.features {
		padding: 15px 10px;
		margin: 20px 0;
	}

	.features__title {
		font-size: 20px;
		text-align: left;
		margin-bottom: 15px;
	}

	.features.indications ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.features.indications ul li {
		padding-bottom: 0;
	}

	.features.indications ul li:after {
		display: none;
	}

	.features..contraindications ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.features..contraindications ul li {
		padding-bottom: 0;
	}

	.features..contraindications ul li:after {
		display: none;
	}
}

/* eductaion */
.education {
	padding: 30px;
	border-radius: 5px;
	background: #E1FFED;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
}

/* eductaion media */
@media (max-width: 600px) {
	.education {
		padding: 20px 10px;
	}

	.education ul {
		margin-left: 0;
	}
}

/* classification */
.classification__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.classification__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.classification__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 90px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	gap: 10px;
}

.classification__date {
	display: block;
	width: 100%;
	background-color: #0075FF;
	color: #fff;
	line-height: 1;
	padding: 10px 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.classification__text {
	line-height: 1.2;
	font-weight: 500;
}

/* classification media */
@media (max-width: 980px) {
	.classification__inner {
		gap: 20px;
	}

	.classification__item {
		-ms-flex-preferred-size: calc((100% - 40px) / 2);
		flex-basis: calc((100% - 40px) / 2);
	}
}

@media (max-width: 550px) {
	.classification__inner {
		gap: 15px;
	}

	.classification__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

/* graffic */
.graffic__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.graffic__inner li {
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.graffic__inner li span {
	background-color: #D1FFDB;
	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;
}

.graffic__inner li p {
	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%;
	background-color: #D6F6FD;
}

/* graffic media */
@media (max-width: 700px) {
	.graffic__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		row-gap: 15px;
	}

	.graffic__inner li {
		-ms-flex-preferred-size: calc((100% - 5px) / 2);
		flex-basis: calc((100% - 5px) / 2);
	}

	.graffic__inner li p,
	.graffic__inner li span {
		min-height: 30px;
	}
}

/* all-graffic */
.all-graffics__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

.all-graffics__item-title {
	padding: 15px 60px 15px 30px;
	background-color: #0075FF;
	color: #fff;
	font-weight: 700;
	position: relative;
	border: 1px solid #0075FF;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.all-graffics__item-title::before {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	right: 30px;
	-webkit-transition: border-color 0.3s ease, top 0.3s ease, right 0.3s ease, -webkit-transform 0.3s ease;
	transition: border-color 0.3s ease, top 0.3s ease, right 0.3s ease, -webkit-transform 0.3s ease;
	transition: border-color 0.3s ease, transform 0.3s ease, top 0.3s ease, right 0.3s ease;
	transition: border-color 0.3s ease, transform 0.3s ease, top 0.3s ease, right 0.3s ease, -webkit-transform 0.3s ease;
	top: 50%;
}

.all-graffics__item-title:hover {
	background-color: transparent;
	color: #0075FF;
}

.all-graffics__item-title:hover::before {
	border-color: #0075FF;
}

.all-graffics__item-title.active::before {
	-webkit-transform: rotate(225deg) translateY(-30%);
	transform: rotate(225deg) translateY(-30%);
	top: 43%;
	right: 28px;
}

.all-graffics__content {
	padding-top: 10px;
}

.all-graffic__title {
	font-weight: 500;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
}

/* all-graffic media */
/* question */
.question__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 450px;
}

.question__btn {
	padding: 12px 50px;
}

.question__input,
.question__textarea {
	border-radius: 5px;
	border: 1px solid #00A324;
	padding: 15px;
	width: 100%;
	color: #000;
}

.question__input::-webkit-input-placeholder,
.question__textarea::-webkit-input-placeholder {
	color: #7B7B7B;
}

.question__input::-moz-placeholder,
.question__textarea::-moz-placeholder {
	color: #7B7B7B;
}

.question__input:-ms-input-placeholder,
.question__textarea:-ms-input-placeholder {
	color: #7B7B7B;
}

.question__input::-ms-input-placeholder,
.question__textarea::-ms-input-placeholder {
	color: #7B7B7B;
}

.question__input::placeholder,
.question__textarea::placeholder {
	color: #7B7B7B;
}

.question__textarea {
	min-height: 150px;
}

.question__politic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	font-size: 16px;
	line-height: 1.2;
}

.question__politic a {
	text-decoration: underline;
}

.question__politic a:hover {
	color: #0075FF;
}

/* question media */
@media (max-width: 550px) {
	.question__inner {
		max-width: 100%;
	}

	.question__btn {
		width: 100%;
	}

	.question__politic {
		font-size: 14px;
	}
}

/* vacancy */
.vacancy {
	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;
}

.vacancy__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
}

.vacancy__item {
	padding: 30px 30px 30px 0;
	-ms-flex-preferred-size: calc((100% - 30px) / 2);
	flex-basis: calc((100% - 30px) / 2);
	max-width: calc((100% - 30px) / 2);
	border-radius: 5px;
	background: url("../img/vacancy/bg.webp") center center no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 55px;
}

@supports not (background: url("../img/vacancy.webp")) {
	.vacancy__item {
		background: url("../img/vacancy/bg.jpg") center center no-repeat;
		background-size: cover;
	}
}

.vacancy__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

.vacancy__title {
	font-size: 25px;
	color: #0075FF;
	line-height: 1.2;
}

.vacancy__content {
	padding-left: 30px;
}

.vacancy__list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.vacancy__list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.vacancy__list span {
	font-weight: 600;
}

.vacancy__picture {
	width: 100%;
	max-width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.vacancy__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	width: 100%;
}

.vacancy__cost {
	padding: 14px 30px;
	background-color: #0075FF;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
	background: #0075FF;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.vacancy__btn {
	width: 100%;
}

.vacancy__link {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 50px;
	width: auto;
}

/* vacancy media */
@media (max-width: 1200px) {
	.vacancy__item {
		gap: 20px;
		padding: 15px 15px 15px 0;
	}

	.vacancy__content {
		padding-left: 15px;
		gap: 15px;
	}

	.vacancy__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.vacancy__btn {
		margin-left: 15px;
		width: calc(100% - 15px);
	}
}

@media (max-width: 700px) {
	.vacancy__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.vacancy__item {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.vacancy__title {
		font-size: 18px;
	}
}

/* regions */
.regions__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.regions__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	padding: 20px;
}

.regions__name {
	font-weight: 600;
	color: #00A324;
}

.regions__city {
	font-weight: 600;
	color: #0075FF;
}

.regions__search {
	width: 100%;
	position: relative;
	overflow: hidden;
	max-width: 500px;
	border-radius: 5px;
	border: 1px solid #00A324;
	background: #FFF;
	margin-bottom: 20px;
}

.regions__search::before {
	display: block;
	content: "";
	width: 25px;
	position: absolute;
	height: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	background: url("../img/icons/search.svg") center center no-repeat;
	background-size: cover;
}

.regions__search input {
	width: 100%;
	padding: 15px 40px 15px 15px;
	line-height: 1;
	color: #8C8C8C;
}

/* regions media */
@media (max-width: 1200px) {
	.regions__item {
		-ms-flex-preferred-size: calc((100% - 30px) / 2);
		flex-basis: calc((100% - 30px) / 2);
	}
}

@media (max-width: 550px) {
	.regions__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}

	.regions__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

/* history */
.history__slide {
	padding: 20px;
	border-radius: 0px 0px 5px 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.history__slider {
	padding: 0 5px;
}

.history__wrapper {
	padding: 10px 0;
}

.history__date {
	line-height: 1;
	color: #00A324;
	font-weight: 700;
	font-size: 30px;
}

.history__text {
	font-weight: 500;
}

/* history media */
/* departments */
.departments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.departments__item {
	-ms-flex-preferred-size: calc((100% - 30px) / 2);
	flex-basis: calc((100% - 30px) / 2);
	position: relative;
	height: 100%;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 4px 0px #C0C0C0;
	box-shadow: 0px 2px 4px 0px #C0C0C0;
	overflow: hidden;
}

.departments__picture {
	width: 100%;
	height: 100%;
	max-height: 280px;
	overflow: hidden;
}

.departments__picture img {
	height: 100%;
}

.departments__name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background-color: rgba(32, 133, 250, 0.9);
	text-align: center;
	padding: 15px;
	font-weight: 500;
	font-size: 25px;
	line-height: 1;
}

/* departments media */
@media (max-width: 700px) {
	.departments {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.departments__name {
		font-size: 18px;
	}
}

/* reward-clinic */
.reward-clinic__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	padding: 0 4px 4px;
}

.reward-clinic__picture {
	max-width: 100px;
}

.reward-clinic__content {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	border-radius: 0px 0px 5px 5px;
	background: #F5F5F5;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.reward-clinic__content span {
	font-weight: 700;
	font-size: 18px;
	color: #00A324;
}

.reward-clinic__content p {
	font-weight: 500;
}

/* reward-clinic media */
@media (max-width: 700px) {
	.reward-clinic__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
	}

	.reward-clinic__content {
		padding: 15px;
		gap: 15px;
	}
}

/* faq */
.faq__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.faq__picture {
	min-width: 480px;
}

.faq__picture img {
	border-radius: 5px;
}

.faq__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	max-width: 900px;
}

.faq-main .faq__inner {
	max-width: 100%;
}

.faq__item {
	border-radius: 5px;
	overflow: hidden;
	background-color: #e8f0ff;
}

.faq__item-title {
	padding: 12px 20px;
	border-radius: 5px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	color: #fff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 700;
	border: 1px solid transparent;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background-color: #2085FA;
	border: 1px solid #0075FF;
	-webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.faq__item-title span {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
}

.faq__item-title span::after,
.faq__item-title span::before {
	display: block;
	content: "";
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	left: 50%;
	-webkit-transition: width 0.2s ease, background-color 0.2s ease;
	transition: width 0.2s ease, background-color 0.2s ease;
}

.faq__item-title span::after {
	width: 3px;
	height: 16px;
	-webkit-transition: height 0.2s ease, background-color 0.2s ease;
	transition: height 0.2s ease, background-color 0.2s ease;
}

.faq__item-title:hover:not(.active) {
	background-color: #fff;
	color: #0075FF;
}

.faq__item-title:hover:not(.active) span::before,
.faq__item-title:hover:not(.active) span::after {
	background-color: #0075FF;
}

.faq__item-title.active span::after {
	height: 0;
}

.faq__text {
	padding: 20px;
	background-color: #F5F5F5;
}

/* faq media */
@media (max-width: 980px) {
	.faq__picture {
		display: none;
	}

	.faq__inner {
		max-width: 100%;
	}

	.faq__item-title {
		font-size: 16px;
	}
}

@media (max-width: 750px) {
	.faq__text {
		padding: 15px 0;
	}

	.faq__item-title {
		padding: 5px 15px;
	}
}

/* footer */
.footer {
	padding: 70px 0;
}

.footer__nav {
	padding-bottom: 50px;
	border-bottom: 2px solid #0075FF;
	margin-bottom: 50px;
}

.footer__nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.footer__list {
	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.2;
	gap: 15px;
	-ms-flex-preferred-size: calc((100% - 60px) / 4);
	flex-basis: calc((100% - 60px) / 4);
}

.footer__list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer__list-title {
	font-weight: 600;
}

.footer__link {
	position: relative;
	transition: color 0.3s ease;
}


.footer__link:hover a {
	color: #0075FF;
}

.footer__link:hover::before {
	bottom: -2px;
	opacity: 1;
}

.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 50px;
	border-bottom: 2px solid #0075FF;
	margin-bottom: 25px;
}

.footer__inner-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.footer__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	margin-bottom: 5px;
}

.footer__address {
	max-width: 300px;
}

.footer__item-picture {
	width: 100%;
	max-width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__phone {
	font-weight: 700;
	white-space: nowrap;
}

.footer__phone:hover {
	color: #0075FF;
}

.footer__mail:hover {
	color: #0075FF;
}

.footer__pay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
}

.footer__pay-title {
	font-weight: 600;
	line-height: 1;
}

.footer__pay-pictures {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.footer__pay-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__pay-links a {
	text-decoration: underline;
	font-size: 16px;
}

.footer__pay-links a:hover {
	color: #0075FF;
	text-decoration-color: #0075FF;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	border-bottom: 2px solid #0075FF;
	margin-bottom: 40px;
}

.footer__bottom a:hover {
	color: #0075FF;
}

.footer__copyright {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}

.footer__cookie {
	text-align: center;
	font-size: 12px;
}

/* footer media */
@media (max-width: 980px) {
	.footer {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.footer__nav>ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__list {
		-ms-flex-preferred-size: calc((100% - 30px) / 2);
		flex-basis: calc((100% - 30px) / 2);
	}

	.footer__bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
		border-bottom: none;
		padding-bottom: 0;
	}

	.footer__bottom>a {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 800px) {
	.footer__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 20px;
	}

	.footer__inner-list,
	.footer__inner .footer__list {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 650px) {
	.footer__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0;
		border-bottom: none;
	}

	.footer__inner-list {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.footer__list {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.footer__pay {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		gap: 10px;
	}

	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-bottom: none;
		margin-bottom: 20px;
		gap: 10px;
	}

	.footer__item {
		margin-bottom: 0;
	}
}

.popup {
	height: 100vh;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
	z-index: 1000;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.5);
}

.popup__body {
	width: 100%;
	min-height: 100%;
	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: 60px 15px 20px;
}

.popup__body_burger {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}

.popup.open {
	opacity: 1;
	pointer-events: all;
}

.popup__content {
	width: 100%;
	max-width: 820px;
	border-radius: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	padding: 50px 60px;
	scale: 0.3;
	-webkit-transition: scale 0.4s ease;
	transition: scale 0.4s ease;
	overflow: hidden;
	background-color: #fff;
}

.popup__content_reviews {
	padding: 0;
	overflow: hidden;
}

.popup.open .popup__content {
	scale: 1;
}

.popup__custom {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.popup-answer {
	gap: 5px;
}

.popup__title {
	margin-bottom: 14px;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
}

.popup__input {
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	width: 100%;
	color: #000;
	background-color: #fff;
	border: 1px solid #00A324;
}

.popup__input::-webkit-input-placeholder {
	color: #7B7B7B;
}

.popup__input::-moz-placeholder {
	color: #7B7B7B;
}

.popup__input:-ms-input-placeholder {
	color: #7B7B7B;
}

.popup__input::-ms-input-placeholder {
	color: #7B7B7B;
}

.popup__input::placeholder {
	color: #7B7B7B;
}

.popup__wrapper {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 50px 20px 20px;
	height: auto;
}

.popup__picture {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	height: auto;
}

.popup__content_picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.popup__subtitle {
	font-size: 20px;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.popup__subtitle_answer {
	display: block;
	height: 100%;
	font-size: 30px;
}

.popup__subtitle {
	font-weight: 500;
	line-height: 1.2;
}

.popup__form-subtitle {
	display: block;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 24px;
	width: 100%;
	text-align: left;
}

.popup__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 103;
}

.popup__textarea {
	width: 100%;
	border: 1px solid #00A324;
	height: 120px;
	overflow: auto;
	resize: none;
	color: rgb(154, 154, 154);
	border-radius: 5px;
	padding: 16px;
	font-size: 16px;
}

.popup__textarea::-webkit-input-placeholder {
	color: rgb(154, 154, 154);
}

.popup__textarea::-moz-placeholder {
	color: rgb(154, 154, 154);
}

.popup__textarea:-ms-input-placeholder {
	color: rgb(154, 154, 154);
}

.popup__textarea::-ms-input-placeholder {
	color: rgb(154, 154, 154);
}

.popup__textarea::placeholder {
	color: rgb(154, 154, 154);
}

.popup__textarea::-webkit-scrollbar {
	width: 6px;
}

.popup__textarea::-webkit-scrollbar-thumb {
	background-color: #00A324;
	border-radius: 6px;
}

.popup__btn {
	width: 100%;
}

.popup__politic {
	font-size: 16px;
	font-weight: 300;
}

.popup__politic a {
	text-decoration: underline;
}

.popup__politic a:hover {
	color: #0075FF;
}

.popup__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.close-popup {
	cursor: pointer;
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 10000;
	width: 25px;
	height: 25px;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.close-popup:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* popup MEDIA */
@media (max-width: 820px) {
	.popup__picture {
		display: none;
	}

	.popup__wrapper {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0;
	}

	.popup__form-subtitle {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.popup__title {
		font-size: 20px;
	}

	.popup__content {
		padding: 50px 20px 20px;
	}

	.popup__content_reviews {
		padding: 0;
	}

	.close-popup {
		width: 24px;
		height: 24px;
		left: auto;
		top: 10px;
		right: 10px;
	}

	.popup__politic {
		font-size: 14px;
	}
}

/* popup-service */
.popup-service {
	margin-left: -100vw;
	height: 100vh !important;
	-webkit-transition: opacity 0.3s ease, margin-left 0.4s ease;
	transition: opacity 0.3s ease, margin-left 0.4s ease;
}

.popup-service.open {
	margin-left: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: none;
	transform: none;
	overflow: hidden;
}

.popup-service__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.popup__body_popup-service {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}

.popup__content_popup-service {
	padding: 0;
	height: 100vh;
	max-width: 1100px;
	scale: 1;
}

.popup-service__tabs {
	padding: 90px 0;
	background-color: #0075FF;
	color: #fff;
}

.popup-service_tabs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup-service__tab {
	padding: 14px 50px;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
}

.popup-service__tab:hover {
	background-color: rgba(255, 255, 255, 0.2941176471);
}

.popup-service__tab.active {
	background-color: #fff;
	color: #0075FF;
}

.popup-service__body {
	padding: 30px 40px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
	gap: 32px;
	max-height: 100vh;
}

.popup-service__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.popup-service__search-title {
	font-size: 26px;
	font-weight: 500;
}

.popup-service__search-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	width: 100%;
}

.popup-service__search-search {
	width: 100%;
	background-color: #ECFAFF;
	border-radius: 10px;
	padding: 10px 16px;
	color: #0075FF;
}

.popup-service__search-search::-webkit-input-placeholder {
	color: #0075FF;
}

.popup-service__search-search::-moz-placeholder {
	color: #0075FF;
}

.popup-service__search-search:-ms-input-placeholder {
	color: #0075FF;
}

.popup-service__search-search::-ms-input-placeholder {
	color: #0075FF;
}

.popup-service__search-search::placeholder {
	color: #0075FF;
}

.popup-service__content-title {
	display: block;
	margin-bottom: 32px;
}

.popup-service__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
}

.popup-service__content .search-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px;
	row-gap: 24px;
	max-height: calc(100vh - 300px);
	overflow: auto;
}

.popup-service__content .search-list::-webkit-scrollbar {
	width: 5px;
}

.popup-service__content .search-list::-webkit-scrollbar-thumb {
	background-color: #0075FF;
	border-radius: 2px;
}

.popup-service__content .search-list::-webkit-scrollbar-track {
	background-color: #ECFAFF;
}

.popup-service__content .search-list li {
	-ms-flex-preferred-size: calc((100% - 32px) / 2);
	flex-basis: calc((100% - 32px) / 2);
}

.popup-service__content .search-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.popup-service__content .search-list a::before {
	display: block;
	content: "";
	height: 5px;
	width: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #141414;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.popup-service__content .search-list a:hover {
	color: #0075FF;
}

.popup-service__content .search-list a:hover::before {
	background-color: #0075FF;
}

.popup-service_tabs__active {
	display: none;
}

.popup-service_close-popup {
	-webkit-filter: invert(1);
	filter: invert(1);
}

/* popup-service media */
@media (max-width: 1200px) {
	.popup__content_popup-service {
		max-width: 80vw;
	}
}

@media (max-width: 1020px) {
	.popup-service_close-popup {
		-webkit-filter: invert(0);
		filter: invert(0);
	}
	.header__lic-desktop {
		display: none;
	}
	.header__lic-mobile {
		display: inline-block;
	}
	.popup__content_popup-service {
		max-width: 100%;
	}

	.popup-service__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 60px;
		position: relative;
		padding-bottom: 20px;
	}

	.popup-service__tabs {
		padding-top: 0;
		padding-bottom: 0;
	}

	.tabs .popup-service_tabs__container {
		position: fixed;
		height: 100%;
		top: 0;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 10020;
		background-color: #141414;
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-transform: none;
		transform: none;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
		overflow-y: auto;
		bottom: 0;
	}

	.popup-service_tabs__content {
		width: 100%;
		min-height: 100%;
		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: 60px 20px 20px;
	}

	.popup-service_tabs__wrapper {
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
		pointer-events: none;
		scale: 0.4;
		-webkit-transition: scale 0.4s ease;
		transition: scale 0.4s ease;
	}

	.popup-service__tabs {
		background-color: #fff;
	}

	.popup-service__tabs.active .popup-service_tabs__wrapper {
		scale: 1;
		pointer-events: all;
	}

	.popup-service__tabs.active .popup-service_tabs__container {
		opacity: 1;
		pointer-events: all;
	}

	.popup-service__tab {
		color: #141414;
		padding: 16px 24px;
	}

	.popup-service_tabs__active {
		display: block;
		padding: 20px;
		width: 100%;
		background-color: #0075FF;
		border-radius: 10px;
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}

	.popup-service__search-title {
		display: none;
	}

	.popup-service__content-title {
		display: none;
	}

	.popup-service__content .search-list a {
		font-size: 14px;
	}

	.popup-service__content .search-list {
		max-height: 100%;
		row-gap: 12px;
		line-height: 1.2;
	}

	.popup-service__logo {
		max-width: 170px;
	}
}

@media (max-width: 550px) {
	.popup-service__body {
		padding: 20px;
	}

	.popup-service__content .search-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.intro__price {
	color: #fff;
	font-weight: 800;
	font-size: 25px;
	border-radius: 0px;
	width: 100%;
	max-width: calc(100% - 40px);
	line-height: 1;
	padding: 18px 10px;
	text-align: left;
	background-color: #0075FF;
}


/* programs */

.programs__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	overflow-x: auto;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.programs__item {
	-ms-flex-preferred-size: calc(33.3333% - 20px);
	flex-basis: calc(33.3333% - 20px);
	border: 1px solid #E7E7E7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 280px;
}

.programs__cost {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	padding: 20px;
	background-color: #0075FF14;
}

.programs__cost span {
	color: #0075FF;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.programs__wrap {
	padding: 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	gap: 10px;
	justify-content: space-between;
}

.programs__bottom>b {
	margin-bottom: 10px;
}

.programs__wrap p {
	min-height: 140px;
	height: auto;
	line-height: 1.2;
}

.programs__bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.programs__time {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.programs__wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 10px;
}

.programs__wrap ul li {
	padding-left: 20px;
	position: relative;
	color: #242424BF;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.programs__wrap ul li::before {
	content: '✔';
	display: block;
	position: absolute;
	color: #00A224;
	width: 14px;
	height: 12px;
	left: 0;
}

.programs__btn {
	max-width: 190px;
	margin: 0 auto;
	font-size: 18px;
}

.programs__inner::-webkit-scrollbar {
	width: 4px;
}

.programs__inner::-webkit-scrollbar-thumb {
	background-color: #0075FF;
}


@media (max-width: 650px) {
	.programs__inner {
		gap: 10px;
	}


	.programs__cost {
		gap: 0;
		padding: 15px;
	}

	.programs__cost span {
		font-size: 18px;
		font-weight: 700;
	}

	.programs__wrap {
		padding: 20px;
		gap: 30px;
	}

	.programs__wrap ul {
		gap: 10px;
	}

	.programs__wrap ul li {
		font-size: 14px;
	}

	.programs__wrap ul li::before {
		width: 11px;
		height: 9px;
	}

	.programs__btn {
		max-width: 100%;
		font-size: 14px;
	}
}

/* 404 страница */

.error__inner {
	display: flex;
	gap: 50px;
	align-items: center;
}

.error-page__inner {
	flex-direction: column;
}


.error {
	font-size: 325px;
	font-weight: bold;
	color: #3D97F9;
	flex-basis: calc(50% - 25px);
	line-height: 1;
}

.error span {
	color: #00A324;
}

.error__text-wrap {
	flex-basis: calc(50% - 25px);
}

.error__text-wrap h1 {
	color: #242424;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}

.error__text-wrap p {
	color: #353535;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 60px;
}

.error__btn-wrap {
	display: flex;
	gap: 20px;
}

@media (max-width: 1250px) {
	.error {
		font-size: 275px;
	}
}

@media (max-width: 1180px) {
	.error__inner {
		flex-direction: column;
		gap: 0;
	}

	.error {
		flex-basis: 100%;
		max-width: 100%;
	}

	.error__text-wrap {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media (max-width: 600px) {
	.error {
		font-size: 200px;
	}

	.error__text-wrap {
		text-align: left;
		align-items: flex-start;
	}

	.error__text-wrap h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.error__text-wrap p {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.error__btn-wrap {
		gap: 10px;
		flex-direction: column;
		width: 100%;
	}
}

@media (max-width: 450px) {
	.error {
		font-size: 150px;
	}
}

@media (max-width: 350px) {
	.error {
		font-size: 125px;
	}
}