@charset "UTF-8";

/*Общие */
::-webkit-scrollbar-button {
	width: 10px;
	height: 0px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #4C74C2;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #E3E7F7;
}

::-webkit-resizer {
	width: 8px;
	height: 0px;
}

::-webkit-scrollbar {
	width: 8px;
}

@-webkit-keyframes lockFade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes lockFade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

html.lock {
	overflow: hidden;
}

html.burger-lock {
	overflow: hidden;
}

html.burger-lock::before {
	opacity: 1;
}

html::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3215686275);
	position: fixed;
	inset: 0;
	opacity: 0;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

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

body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	background-color: #fff;
	color: #263248;
	font-family: "Manrope", sans-serif;
	overflow-x: hidden;
}

body.lock {
	overflow: hidden;
}

body.burger-lock {
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1460px;
	padding: 0 10px;
	margin: 0 auto;
}

a,
button {
	text-decoration: none;
	color: inherit;
	-webkit-transition: color 0.4s linear, background-color 0.4s linear, border-color 0.4s linear;
	-o-transition: color 0.4s linear, background-color 0.4s linear, border-color 0.4s linear;
	transition: color 0.4s linear, background-color 0.4s linear, border-color 0.4s linear;
	cursor: pointer;
	background: none;
	font-weight: inherit;
	font-size: inherit;
}

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;
}

iframe {
	width: 100%;
	height: 700px;
}

.section-offset {
	margin-bottom: 140px;
}

.section_grey {
	padding: 140px 0;
	background-color: #F1F5FA;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
}

.section_grey>* {
	position: relative;
	z-index: 2;
}

.section_grey::before,
.section_grey::after {
	display: block;
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.section_grey::before {
	width: 873px;
	height: 718px;
	top: 0;
	background: url("../img/icons/section_grey-bg.svg") center center no-repeat;
	background-size: cover;
	right: 0;
}

@supports not (background: url("../img/icons/section_grey-bg.svg")) {
	.section_grey::before {
		background: url("../img/icons/section_grey-bg.png") center center no-repeat;
		background-size: cover;
	}
}

.section_grey::after {
	width: 912px;
	height: 242px;
	bottom: 0;
	left: 0;
	background: url("../img/icons/section_grey-bg2.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/section_grey-bg2.svg")) {
	.section_grey::after {
		background: url("../img/icons/section_grey-bg2.png") center center no-repeat;
		background-size: cover;
	}
}

.section_blue {
	background: #648FE2;
	background: -o-linear-gradient(135deg, #648FE2, #4D75C2);
	background: linear-gradient(315deg, #648FE2, #4D75C2);
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.section__title {
	font-weight: 700;
	font-size: 46px;
	line-height: 1.1;
	display: block;
	margin-bottom: 40px;
}

.section__top {
	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: 40px;
}

.section__top .section__title {
	margin-bottom: 0;
}

@-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;
	-o-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.175, 0.885, 0.32, 1.275);
	transition: opacity 0.2s ease, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
	transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rotate-item:nth-child(2n) {
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.rotate-item:nth-child(3n) {
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
	transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease;
	transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s ease, -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.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);
	-o-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;
	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;
}

.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.4s forwards;
	animation: transformItem 0.4s forwards;
}

.animation-active.transform-item:nth-child(2n) {
	-webkit-animation: transformItem 0.45s forwards;
	animation: transformItem 0.45s forwards;
}

.animation-active.transform-item:nth-child(3n) {
	-webkit-animation: transformItem 0.55s forwards;
	animation: transformItem 0.55s forwards;
}

.animation-active.transform-item:nth-child(5n) {
	-webkit-animation: transformItem 0.65s forwards;
	animation: transformItem 0.65s forwards;
}

.animation-active.transform-item:nth-child(7n) {
	-webkit-animation: transformItem 0.75s forwards;
	animation: transformItem 0.75s forwards;
}

@-webkit-keyframes animationBtn {
	0% {
		left: -55px;
	}

	100% {
		left: calc(100% + 50px);
	}
}

@keyframes animationBtn {
	0% {
		left: -55px;
	}

	100% {
		left: calc(100% + 50px);
	}
}

/* btn */
.standart-btn {
	padding: 15px 25px;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	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;
	gap: 8px;
	border-radius: 50px;
	white-space: nowrap;
	border: 1px solid transparent;
}

.standart-btn picture {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.blue-btn {
	background-color: #4C74C2;
	color: #fff;
}

.blue-btn:hover {
	background-color: transparent;
	color: #4C74C2;
	border-color: #4C74C2;
}

.grey-btn {
	background-color: #E8F1FA;
	color: #4C74C2;
}

.grey-btn:hover {
	background-color: #4C74C2;
	color: #fff;
}

.red-btn {
	background-color: #EE655E;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.red-btn>* {
	position: relative;
	z-index: 2;
}

.red-btn:hover {
	border-color: #EE655E;
	background-color: transparent;
	color: #EE655E;
}

.red-btn:hover::before {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
	opacity: 0;
}

.red-btn::before {
	display: block;
	content: "";
	width: 50px;
	height: calc(100% + 20px);
	pointer-events: none;
	background: rgba(255, 255, 255, 0.4784313725);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.7725490196), rgba(255, 255, 255, 0.2823529412));
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7725490196)), to(rgba(255, 255, 255, 0.2823529412)));
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.7725490196), rgba(255, 255, 255, 0.2823529412));
	z-index: 1;
	position: absolute;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	top: -10px;
	bottom: -10px;
	-webkit-transform: rotate(12deg);
	-ms-transform: rotate(12deg);
	transform: rotate(12deg);
	left: -55px;
	-webkit-transition: opacity 0.2 linear;
	-o-transition: opacity 0.2 linear;
	transition: opacity 0.2 linear;
	-webkit-animation: animationBtn infinite;
	animation: animationBtn infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.light_blue-btn {
	background-color: #638DDE;
	border-color: rgba(255, 255, 255, 0.5019607843);
	color: #fff;
}

.light_blue-btn:hover {
	background-color: #4C74C2;
	color: #fff;
	border-color: #fff;
}

.black-btn {
	background-color: #3f5070;
	color: #fff;
	border-color: rgba(38, 50, 72, 0.8901960784);
}

.black-btn:hover {
	color: rgba(38, 50, 72, 0.8901960784);
	background-color: #fff;
}

/* logo */
.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.logo__picture {
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.logo__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-transform: uppercase;
	line-height: 1;
}

.logo__title {
	font-size: 11px;
}

.logo__subtitle {
	font-weight: 700;
	font-size: 24px;
}

/* breadcrumbs */
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	margin-bottom: 110px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.breadcrumbs li {
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: rgba(38, 50, 72, 0.5019607843);
}

.breadcrumbs li a:hover {
	color: #4C74C2;
}

.breadcrumbs li::after {
	content: "|";
	display: block;
	font-size: inherit;
}

.breadcrumbs li:last-of-type {
	color: #4C74C2;
}

.breadcrumbs li:last-of-type::after {
	display: none;
}

/* animation photo */
.img-animation img {
	-webkit-transition: scale 5s ease-in-out;
	-o-transition: scale 5s ease-in-out;
	transition: scale 5s 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: 0;
	width: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	background-color: #4C74C2;
	opacity: 0.5;
	z-index: 2;
	-webkit-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.img-animation:hover img {
	scale: 1.3;
}

.img-animation:hover::before {
	width: 100%;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.social__link {
	width: 36px;
	height: 36px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(166, 166, 166, 0.25);
	box-shadow: 0px 4px 10px 0px rgba(166, 166, 166, 0.25);
	background-color: #fff;
	padding: 3px;
	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-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

.social__link:hover {
	background-color: #4C74C2;
}

.social__link:hover .social__picture {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.social__picture {
	max-width: 18px;
	-webkit-transition: -webkit-filter 0.3s linear;
	transition: -webkit-filter 0.3s linear;
	-o-transition: filter 0.3s linear;
	transition: filter 0.3s linear;
	transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}

/* rating */
.rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rating span {
	display: block;
	width: 20px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	opacity: 0.45;
	background: url("../img/icons/star.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/star.svg")) {
	.rating span {
		background: url("../img/icons/star.svg") center center no-repeat;
		background-size: cover;
	}
}

.rating span.active {
	opacity: 1;
}

/* 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;
	-o-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease;
	pointer-events: none;
}

.hide-item__content.active {
	pointer-events: all;
}

.page__top {
	padding: 25px 0 35px;
	background-color: #F1F5FA;
	position: relative;
	margin-bottom: 80px;
	overflow: hidden;
}

.page__top::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 870px;
	background: url("../img/icons/page-bg.svg");
	background-size: cover;
}

.container_page__top {
	position: relative;
	z-index: 2;
}

.page__title {
	margin-bottom: 0;
}

@media (max-width: 1600px) {
	.section_blue {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1280px) {
	.main {
		margin-top: 110px;
	}

	.section__title {
		font-size: 34px;
	}

	.section-offset {
		margin-bottom: 100px;
	}

	.section_grey {
		padding-top: 70px;
		border-radius: 30px;
		padding-bottom: 70px;
	}

	.header__submenu {
		display: none;
	}

	.header__submenu.active {
		display: block;
	}

	.header__sublink {
		padding: 5px 0 5px 5px;
	}

	.header-mobile__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		text-align: center;
	}
}

@media (max-width: 700px) {
	.breadcrumbs {
		margin-bottom: 70px;
	}

	.section-offset {
		margin-bottom: 40px;
	}

	.section__title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.page__title {
		margin-bottom: 0;
	}

	.page__top {
		padding-bottom: 15px;
		margin-bottom: 40px;
	}

	.page__top::before {
		width: 600px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	body {
		font-size: 14px;
	}

	.text__content p,
	.text__content span,
	.text__content blockquote,
	.text__content b {
		font-size: 16px;
		line-height: 1.5;
	}

	.container {
		padding: 0 10px;
	}

	.standart-btn {
		font-size: 13px;
	}

	.section_blue {
		margin-left: 5px;
		margin-right: 5px;
	}

	.logo__subtitle {
		font-size: 19px;
	}

	.logo__title {
		font-size: 9px;
	}

	.section__top {
		-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;
		margin-bottom: 25px;
	}
}

@media (max-width: 634px) {
	.main {
		margin-top: 130px;
	}
}

@media (max-width: 360px) {
	.main {
		margin-top: 125px;
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

main {
	display: block;
	overflow-x: hidden;
}

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;
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: local("Manrope"), url("/netcat_template/template/2/redisign/fonts/Manrope/Manrope-Regular.woff2") format("woff2"), url("/netcat_template/template/2/redisign/fonts/Manrope/Manrope-Regular.woff") format("woff");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: local("Manrope"), url("/netcat_template/template/2/redisign/fonts/Manrope/Manrope-Medium.woff2") format("woff2"), url("/netcat_template/template/2/redisign/fonts/Manrope/Manrope-Medium.woff") format("woff");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: local("Manrope"), url("/netcat_template/template/2/redisign/fonts/Manrope/Manrope-Semibold.woff2") format("woff2"), url("/netcat_template/template/2/redisign/fonts/Manrope/Manrope-Semibold.woff") format("woff");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: local("Manrope"), url("/netcat_template/template/2/redisign/fonts/Manrope/Manrope-Bold.woff2") format("woff2"), url("/netcat_template/template/2/redisign/fonts/Manrope/Manrope-Bold.woff") format("woff");
}

/* swiper CUSTOM */
.swiper {
	width: 100%;
	position: relative;
}

.swiper-pag {
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 3;
}

.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: rgba(76, 115, 194, 0.1725490196);
	border: 1px solid transparent;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
	-o-transition: background-color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.slider-button::after {
	width: 8px;
	height: 8px;
	display: block;
	content: "";
	border-right: 2px solid #4C74C2;
	border-bottom: 2px solid #4C74C2;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.slider-button:hover {
	border-color: #EE655E;
	background-color: transparent;
}

.slider-button:hover::after {
	border-color: #EE655E;
}

.swiper-button-disabled {
	cursor: auto;
	pointer-events: none;
	opacity: 0.6;
}

.slider-button_prev::after {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

/* swiper media */
@media (max-width: 800px) {
	.swiper__outside {
		padding: 0;
	}

	.swiper__outside .swiper-wrapper {
		margin-bottom: 40px;
	}

	.swiper-pag {
		position: static;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media (max-width: 500px) {
	.swiper-pagination-bullets {
		margin-top: 25px;
	}
}

/* header */
.header {
	position: relative;
	z-index: 101;
	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);
	-webkit-transition: -webkit-box-shadow 0.3s ease;
	transition: -webkit-box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.header.active {
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0);
}

.header-top {
	background-color: #E8F1FA;
	padding: 10px 0;
	-webkit-transition: height 0.4s linear, padding 0.4s linear;
	-o-transition: height 0.4s linear, padding 0.4s linear;
	transition: height 0.4s linear, padding 0.4s linear;
	overflow: hidden;
}

.header-top.hide {
	padding: 0;
}

.header-top__inner {
	text-align: center;
	font-size: 14px;
	opacity: 0.55;
}

.header-center {
	padding: 25px 0;
	border-bottom: 1px solid #E0EAF4;
}

.header-center__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo__title_header {
	color: #A1B9E8;
}

.logo__subtitle_header {
	color: #4C74C2;
}

.header-center__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-center__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-center__text {
	max-width: 150px;
}

.header__certificate {
	font-size: 13px;
	max-width: 160px;
}

.header__picture {
	width: 50px;
	height: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #E8F1FA;
	border-radius: 50%;
	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;
	padding: 15px;
}

.header__picture-mobile {
	width: 36px;
	height: 36px;
}

.header__picture-mobile img {
	max-width: 36px;
	width: 100%;
}

.header__picture img {
	width: auto;
}

.header__city {
	color: #4C74C2;
	cursor: pointer;
}

.header__city span {
	color: #000;
}

/* .header__city:hover {
    color: #EE655E;
} */

.header__phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header__phone-mobile {
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
}

.header__phone-mobile:hover {
	color: #EE655E;
}

.header__phone {
	font-weight: 600;
	font-size: 18px;
	white-space: nowrap;
}

.header__phone:hover {
	color: #EE655E;
}

.header__badsee picture,
.header__search picture {
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

.header__badsee picture img,
.header__search picture img {
	-webkit-transition: -webkit-filter 0.1s linear;
	transition: -webkit-filter 0.1s linear;
	-o-transition: filter 0.1s linear;
	transition: filter 0.1s linear;
	transition: filter 0.1s linear, -webkit-filter 0.1s linear;
}

.header__badsee:hover picture,
.header__search:hover picture {
	background-color: #4C74C2;
}

.header__badsee:hover picture img,
.header__search:hover picture img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.header-bottom {
	padding: 20px 0;
	border-bottom: 1px solid #E0EAF4;
}

.header-bottom__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;
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	width: 100%;
	max-width: 820px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__link {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.header__link a:hover,
.header__link button:hover {
	color: #4C74C2;
}

.header-bottom__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.header__telegram picture {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header__telegram img {
	-webkit-transition: -webkit-filter 0.3s linear;
	transition: -webkit-filter 0.3s linear;
	-o-transition: filter 0.3s linear;
	transition: filter 0.3s linear;
	transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}

.header__telegram:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.header-mobile {
	display: none;
	padding: 15px 0;
}

.header-mobile__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.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: #fff;
	padding: 10px;
	position: relative;
	justify-content: center;
	gap: 4px;
}

.burger__menu::before,
.burger__menu::after {
	content: "";
	position: relative;
	left: 0;
	right: 0;
	-webkit-transition: width 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
	transition: width 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: width 0.3s ease, transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
	transition: width 0.3s ease, transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
	transition: width 0.3s ease, transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
}

.burger__menu::before,
.burger__menu::after,
.burger__menu span {
	display: block;
	width: 20px;
	border-radius: 4px;
	height: 2px;
	background-color: #4C74C2;
}

.burger__menu span {
	position: relative;
	left: auto;
	margin-left: auto;
	width: 14px;
	right: 0;
	-webkit-transition: width 0.3s ease, right 0.3s ease;
	-o-transition: width 0.3s ease, right 0.3s ease;
	transition: width 0.3s ease, right 0.3s ease;
}

.burger__menu.active::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: -6px;
}

.burger__menu.active::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -6px;
}

.burger__menu.active span {
	width: 0;
	right: 50%;
}

.header-center__text_mobile {
	display: none;
}

.header-bottom__text {
	display: none;
}

/* header media */
@-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);
	}
}

@media (min-width: 1281px) {
	.header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		-webkit-animation: headerAnimation 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		animation: headerAnimation 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}

	.header.fixed .header-top {
		display: none;
	}

	.header.fixed .header-center {
		display: none;
	}
}

@media (max-width: 1280px) {
	.header-bottom__text {
		display: block;
	}

	.header__search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-center__text_mobile {
		display: block;
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}

	.header__wrapper {
		position: relative;
	}

	.header-mobile {
		display: block;
	}

	.header__logo_hide {
		display: none;
	}

	.header__content {
		position: absolute;
		background-color: #fff;
		overflow: auto;
		left: 0;
		z-index: 101;
		top: 0;
		border: 1px solid #4C74C2;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 400px;
		padding: 20px 15px;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		-o-transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
		transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	}

	.header__content.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.header__container {
		padding: 0;
	}

	.header-bottom {
		padding-top: 0;
		border-bottom: none;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.header-bottom__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header__nav {
		-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;
		width: 100%;
	}

	.header-bottom__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
	}

	.header-center__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.header-center {
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		border-bottom: none;
	}

	.header__btn {
		width: 100%;
	}
}

@media (max-width: 550px) {
	.header-mobile {
		border-bottom: 1px solid #E0EAF4;
	}

	.header__content {
		max-width: 100%;
		left: 0;
		border: none;
	}

	.header__nav {
		gap: 15px;
	}
}

@media (max-width: 360px) {
	.header-top__inner {
		font-size: 12px;
	}
}

/* intro */
.intro {
	color: #fff;
	padding-top: 100px;
}

.intro::before {
	display: block;
	content: "";
	pointer-events: none;
	width: 950px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url("../img/intro/bg.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/intro/bg.svg")) {
	.intro::before {
		background: url("../img/intro/bg.png") center center no-repeat;
		background-size: cover;
	}
}

.intro__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.intro__subtitle {
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.3215686275);
	border-radius: 40px;
	font-weight: 500;
}

.intro__content {
	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: 20px;
	margin-bottom: 20px;
	max-width: 850px;
}

.intro__content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 60px;
	row-gap: 15px;
}

.intro__content ul li {
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	padding-left: 25px;
	position: relative;
	font-size: 14px;
}

.intro__content ul li::before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/icons/check.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/check.svg")) {
	.intro__content ul li::before {
		background: url("../img/icons/check.png") center center no-repeat;
		background-size: cover;
	}
}

.intro__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.intro__title {
	font-weight: 700;
	font-size: 60px;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
}

.intro__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.intro__stage {
	position: absolute;
	top: 160px;
	right: -30px;
	padding: 20px 20px;
	border: 1px solid rgba(255, 255, 255, 0.2588235294);
	border-radius: 15px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.2117647059);
	background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.0352941176), rgba(170, 170, 170, 0.4666666667));
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.0352941176), rgba(170, 170, 170, 0.4666666667));
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	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;
	font-size: 19px;
	font-weight: 600;
}

.intro__stage span {
	font-weight: 700;
	font-size: 32px;
}

.intro__stage span span {
	font-size: 61px;
}

@media (max-width: 1600px) {
	.intro__stage {
		right: -10px;
		top: 200px;
	}

	.intro__stage p {
		font-size: 20px;
	}

	.intro__stage span {
		font-size: 20px;
	}

	.intro__stage span span {
		font-size: 30px;
	}

	.intro__item {
		min-width: 420px;
	}

	.intro__title {
		font-size: 40px;
	}
}

@media (max-width: 1200px) {
	.intro__title {
		font-size: 28px;
	}

	.intro__content ul li {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}

	.intro__content ul {
		margin-bottom: 20px;
	}

	.intro__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.intro__btns>* {
		width: 100%;
	}

	.intro__subtitle {
		font-size: 14px;
		font-weight: 400;
	}
}

@media (max-width: 1023px) {
	.intro__item {
		display: none;
	}

	.intro__btns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.intro {
		padding-top: 45px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.intro__container {
		padding: 0;
	}
}

@media (max-width: 650px) {
	.intro:before {
		width: 100%;
		height: 400px;
		background: url("../img/intro/bg-mobile.svg") center center no-repeat;
		background-size: cover;
	}

	.intro__content ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.intro__content ul li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.intro__content {
		gap: 10px;
	}

	.intro__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}

	.intro__subtitle {
		font-size: 12px;
	}

	.intro {
		padding-top: 30px;
	}

	.intro__title {
		margin-bottom: 5px;
	}
}

@media (max-width: 400px) {
	.intro:before {
		background-size: contain;
	}
}

/* directions */
.directions__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.directions__inner>* {
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	border-radius: 30px;
}

.directions__item {
	padding: 35px 40px;
	background-color: #F1F6FA;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.directions__top {
	padding-bottom: 40px;
	margin-bottom: 35px;
	border-bottom: 1px dashed #C4D2E4;
	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: 20px;
}

.directions__top-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
	top: 35px;
	right: 40px;
}

.directions__top-item span {
	padding: 10px 15px;
	border-radius: 5px;
	background-color: rgba(161, 185, 232, 0.2);
	color: #4C74C2;
	line-height: 1;
	font-weight: 500;
}

.directions__name {
	font-weight: 700;
	font-size: 26px;
	margin-bottom: 15px;
	display: block;
}

.directions__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.directions__list ul a {
	position: relative;
	color: #263248;
	opacity: 0.55;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.directions__list ul a::before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	opacity: 0.55;
	right: 0;
	bottom: -1px;
	background-color: #263248;
	-webkit-transition: width 0.3s linear, opacity 0.3s linear;
	-o-transition: width 0.3s linear, opacity 0.3s linear;
	transition: width 0.3s linear, opacity 0.3s linear;
}

.directions__list ul a:hover {
	opacity: 1;
}

.directions__list ul a:hover::before {
	opacity: 1;
	width: 100%;
}

.directions__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	color: #EE655E;
}

.directions__link::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #EE655E;
	border-right: 2px solid #EE655E;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: margin 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.3s linear;
	-o-transition: margin 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.3s linear;
	transition: margin 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.3s linear;
}

.directions__link:hover {
	color: #4C74C2;
}

.directions__link:hover::after {
	margin-left: 20px;
	border-color: #4C74C2;
}

.directions__btn {
	background-color: #F98F8A;
	padding-top: 55px;
	color: #fff;
	text-align: left;
	overflow: hidden;
	padding-left: 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.directions__btn::before {
	display: block;
	content: "";
	width: 100%;
	position: absolute;
	inset: 0;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	background: url("../img/directions/bg.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/directions/bg.svg")) {
	.directions__btn::before {
		background: url("../img/directions/bg.png") center center no-repeat;
		background-size: cover;
	}
}

.directions__btn:hover .directions__icon {
	padding: 18px;
}

.directions__btn-text {
	position: absolute;
	top: 40px;
	left: 40px;
	max-width: 230px;
	z-index: 2;
}

.directions__btn-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 20px;
}

.directions__btn-subtitle {
	font-size: 18px;
	font-weight: 600;
}

.directions__btn-picture {
	position: relative;
	z-index: 2;
}

.directions__btn-picture img {
	-o-object-fit: contain;
	object-fit: contain;
}

.directions__icon {
	position: absolute;
	left: 40px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	padding: 23px;
	border-radius: 50px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.368627451);
	-webkit-transition: padding 0.3s linear;
	-o-transition: padding 0.3s linear;
	transition: padding 0.3s linear;
}

.directions__picture img {
	border-radius: 30px;
}

/* directions media */
@media (max-width: 1200px) {

	/* .directions__item, */
	.directions__btn {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}

	.directions__item {
		padding: 20px;
	}

	.directions__top {
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
}

@media (max-width: 950px) {
	.directions__btn-text {
		left: 20px;
		toP: 20px;
	}

	.directions__btn-title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.directions__btn-subtitle {
		font-size: 14px;
	}
}

@media (max-width: 750px) {

	/* .directions__item, */
	.directions__btn {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.directions__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.directions__name {
		font-size: 20px;
	}

	.directions__picture {
		max-width: 75px;
	}

	.directions__picture img {
		border-radius: 5px;
	}

	.directions__list ul {
		margin-bottom: 10px;
	}

	.directions__btn-picture {
		max-height: 275px;
	}

	.directions__btn-picture img {
		max-height: 275px;
	}

	.directions__icon {
		left: 20px;
		bottom: 20px;
		width: 40px;
		height: 40px;
		padding: 12px;
	}
}

/* price */
.price__filter-container {
	position: fixed;
	z-index: 1000;
	inset: 0;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.price__filter-container.active {
	pointer-events: all;
	opacity: 1;
}

.price__filter-container.active .price__filter-wrapper {
	width: 100%;
	height: 100%;
}

.price__filter-container.active .price__filter-wrapper::before {
	opacity: 1;
}

.price__filter-container.active .price__filter-content {
	scale: 1;
	opacity: 1;
}

.price__filter-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 60px 20px 40px;
}

.price__filter-wrapper::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 50%;
	opacity: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	pointer-events: none;
	-webkit-transition: opacity 0.4s linear;
	-o-transition: opacity 0.4s linear;
	transition: opacity 0.4s linear;
}

.price__filter-content {
	position: relative;
	z-index: 1001;
	width: 100%;
	max-width: 500px;
	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: 20px 30px;
	border-radius: 10px;
	background-color: #fff;
	scale: 0.4;
	opacity: 0;
	-webkit-transition: scale 0.3s ease, opacity 0.4s ease;
	-o-transition: scale 0.3s ease, opacity 0.4s ease;
	transition: scale 0.3s ease, opacity 0.4s ease;
}

.price__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-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%;
	margin-bottom: 40px;
}

.price__search {
	width: 100%;
	max-width: 950px;
}

.price__search-input {
	width: 100%;
	padding: 20px 25px;
	border-radius: 10px;
	border: 1px solid rgba(76, 115, 194, 0.2470588235);
}

.price__filter-current {
	width: 100%;
	border-radius: 10px;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 21px;
	padding-bottom: 21px;
}

.price__filter {
	width: 100%;
	max-width: 470px;
}

.price__table {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.price__head {
	display: block;
	width: 100%;
	line-height: 1;
	color: rgba(38, 50, 72, 0.5019607843);
	font-weight: 400;
}

.price__body {
	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;
	width: 100%;
}

.price__head {
	margin-bottom: 30px;
}

.price__head tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.price__head tr th {
	display: block;
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #D2DCF0;
}

.price__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.price__item td {
	padding-bottom: 30px;
	display: block;
	border-bottom: 1px solid #D2DCF0;
}

.price__item:last-child td {
	padding-bottom: 0;
	border-bottom: none;
}

.price__item.hide {
	display: none;
}

.price__item.hide-search {
	display: none;
}

.price__item.show-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.price__head-name,
.price__name {
	width: 100%;
	max-width: 65%;
	text-align: left;
}

.price__cost,
.price__head-cost {
	width: 100%;
	max-width: 300px;
}

.price__cost {
	font-weight: 600;
	color: #4C74C2;
	font-size: 18px;
	white-space: nowrap;
	line-height: 1;
}

.price__head-btn,
.price__btn-wrapper {
	width: 100%;
	max-width: 160px;
}

.price__btn {
	font-weight: 600;
	color: #4C74C2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 14px;
}

.price__btn::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #4C74C2;
	border-bottom: 1px solid #4C74C2;
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.price__btn:hover {
	color: #EE655E;
}

.price__btn:hover::after {
	border-color: #EE655E;
}

.price__link-picture {
	width: 30px;
	height: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.price__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 15px;
	border-radius: 15px;
	background-color: #F1F5FA;
	color: #4C74C2;
}

.price__link span {
	display: block;
	margin-left: auto;
	width: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	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-transition: border-color 0.2s linear, -webkit-transform 0.2s linear;
	transition: border-color 0.2s linear, -webkit-transform 0.2s linear;
	-o-transition: border-color 0.2s linear, transform 0.2s linear;
	transition: border-color 0.2s linear, transform 0.2s linear;
	transition: border-color 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear;
	border: 2px solid transparent;
}

.price__link span::before {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	-webkit-transition: width 0.2s ease, height 0.2s ease;
	-o-transition: width 0.2s ease, height 0.2s ease;
	transition: width 0.2s ease, height 0.2s ease;
	background: url("../img/icons/arrow_blue.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/arrow_blue.svg")) {
	.price__link span::before {
		background: url("../img/icons/arrow_blue.png") center center no-repeat;
		background-size: cover;
	}
}

.price__link:hover span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: #4C74C2;
}

.price__link:hover span::before {
	width: 18px;
	height: 18px;
}

/* price media */
@media (max-width: 650px) {
	.price__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 10px;
	}

	.price__filter {
		max-width: 100%;
	}

	.price__filter-current {
		border-radius: 5px;
		height: auto;
		padding: 15px 20px;
	}

	.price__search-input {
		padding: 15px 20px;
		font-size: 13px;
	}

	.price__head {
		display: none;
	}

	.price__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 20px;
		border-bottom: 1px solid #D2DCF0;
		gap: 10px;
	}

	.price__item:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	.price__item td {
		padding-bottom: 0;
		border-bottom: none;
	}

	.price__cost {
		font-size: 14px;
		max-width: 100%;
		-ms-flex-preferred-size: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: right;
	}

	.price__name {
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.price__btn-wrapper {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		max-width: 100%;
		-ms-flex-preferred-size: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
	}

	.price__link span {
		display: none;
	}
}

/* consultation */
.consultation {
	padding-top: 55px;
}

.consultation::before,
.consultation::after {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	height: 100%;
}

.consultation::before {
	width: 670px;
	top: 0;
	background: url("../img/consultation/bg.svg") center center no-repeat;
	background-size: cover;
	right: 0;
}

@supports not (background: url("../img/consultation/bg.svg")) {
	.consultation::before {
		background: url("../img/consultation/bg.png") center center no-repeat;
		background-size: cover;
	}
}

.consultation::after {
	width: 517px;
	bottom: 0;
	left: 0;
	background: url("../img/consultation/bg2.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/consultation/bg2.svg")) {
	.consultation::after {
		background: url("../img/consultation/bg2.png") center center no-repeat;
		background-size: cover;
	}
}

.consultation__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	position: relative;
	z-index: 2;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.consultation__inner_second {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 60px;
}

.consultation__content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.consultation__card {
	position: absolute;
	top: 170px;
	left: 0;
	padding: 25px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.2588235294);
	line-height: 1;
	background: rgba(255, 255, 255, 0.2117647059);
	background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.0352941176), rgba(170, 170, 170, 0.4666666667));
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.0352941176), rgba(170, 170, 170, 0.4666666667));
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.consultation__card p {
	font-weight: 700;
	font-size: 34px;
}

.consultation__card p span {
	font-size: 61px;
}

.consultation__card_column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 100%;
	width: 100%;
	max-width: 245px;
}

.consultation__card_column p {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	max-width: 205px;
}

.consultation__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: 25px;
	padding-bottom: 100px;
	max-width: 715px;
	color: #fff;
}

.consultation__title {
	margin-bottom: 0;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.1;
}

.consultation__subtitle {
	font-weight: 500;
	display: block;
	margin-bottom: 25px;
}

/* consultation media */
@media (max-width: 1260px) {
	.consultation__card p {
		font-size: 18px;
	}

	.consultation__card p span {
		font-size: 30px;
	}

	.consultation__card {
		padding: 10px 13px;
	}

	.consultation__card-picture {
		max-width: 20px;
	}

	.consultation__picture {
		min-width: 430px;
	}

	.consultation__title {
		font-size: 30px;
	}

	.consultation__subtitle {
		margin-bottom: 10px;
	}

	.consultation__item {
		padding-bottom: 35px;
	}
}

@media (max-width: 1023px) {
	.consultation__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.consultation__inner_second {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.consultation__card_column {
		max-width: 160px;
		padding: 10px 5px;
	}

	.consultation__card_column p {
		font-size: 13px;
	}

	.consultation {
		padding-top: 40px;
	}

	.consultation__picture {
		min-width: auto;
		max-width: 300px;
	}

	.consultation__picture_second {
		max-width: 400px;
		padding-left: 100px;
	}

	.consultation__card_column {
		left: 0;
	}
}

@media (max-width: 550px) {
	.consultation__item {
		gap: 15px;
		padding-bottom: 0;
	}

	.consultation__title {
		font-size: 24px;
	}

	.consultation__card_column {
		top: 50px;
	}

	.consultation {
		padding: 40px 5px 0;
	}
}

/* form */
.form {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.form>* {
	-ms-flex-preferred-size: calc((100% - 20px) / 2);
	flex-basis: calc((100% - 20px) / 2);
}

.form__input {
	padding: 15px 25px;
	font-weight: 500;
	line-height: 1;
	border-radius: 50px;
	background-color: #6B90DA;
	color: #fff;
}

.form__btn {
	font-size: 16px;
}

.form__politic {
	font-size: 13px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.form__politic a:hover {
	color: #EE655E;
}

/* form media */
@media (max-width: 1200px) {
	.form__input {
		padding: 12px 20px;
	}

	.form__input {
		font-size: 14px;
	}
}

@media (max-width: 550px) {
	.form {
		gap: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.form>* {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.form__politic {
		font-size: 12px;
	}
}

/* faq */
.faq__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq__card {
	max-width: 670px;
	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;
}

.faq__title {
	margin-bottom: 30px;
}

.faq__subtitle {
	margin-bottom: 60px;
}

.faq__items {
	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: 710px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 100%;
}

.faq__item {
    width: 100%;
	background-color: #fff;
	border-radius: 10px;
}

@-webkit-keyframes faqAnimation {
	0% {
		border-radius: 6px;
	}

	50% {
		border-radius: 50%;
	}

	100% {
		border-radius: 6px;
	}
}

@keyframes faqAnimation {
	0% {
		border-radius: 6px;
	}

	50% {
		border-radius: 50%;
	}

	100% {
		border-radius: 6px;
	}
}

.faq__item-title {
	padding: 15px;
	padding-left: 20px;
	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;
	font-size: 18px;
	cursor: pointer;
	font-weight: 700;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.faq__item-title div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.faq__item-title div::before,
.faq__item-title div::after {
	display: block;
	content: "";
	background-color: #4C74C2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: width 0.3s linear;
	-o-transition: width 0.3s linear;
	transition: width 0.3s linear;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.faq__item-title div::before {
	width: 16px;
	height: 2px;
}

.faq__item-title div::after {
	width: 2px;
	height: 16px;
}

.faq__item-title div span::before,
.faq__item-title div span:after {
	display: block;
	content: "";
	position: absolute;
	border-radius: 6px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transition: border-radius 0.3s linear, width 0.3s linear, height 0.3s linear;
	-o-transition: border-radius 0.3s linear, width 0.3s linear, height 0.3s linear;
	transition: border-radius 0.3s linear, width 0.3s linear, height 0.3s linear;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.faq__item-title div span:last-child::before,
.faq__item-title div span:last-child::after {
	width: 50px;
	height: 20px;
}

.faq__item-title div span:last-child:before {
	border-left: 2px solid #A1B9E8;
}

.faq__item-title div span:last-child::after {
	border-right: 2px solid #A1B9E8;
}

.faq__item-title div span:first-child::before,
.faq__item-title div span:first-child::after {
	height: 50px;
	width: 20px;
}

.faq__item-title div span:first-child::before {
	border-top: 2px solid #A1B9E8;
}

.faq__item-title div span:first-child::after {
	border-bottom: 2px solid #A1B9E8;
}

.faq__item-title:not(.active) span::before,
.faq__item-title:not(.active) span::after {
	-webkit-animation: faqAnimation 0.8s infinite;
	animation: faqAnimation 0.8s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.faq__item-title.active div {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faq__item-title.active div::before {
	width: 0px;
}

.faq__item-title.active span:first-child::before,
.faq__item-title.active span:first-child:after,
.faq__item-title.active span:last-child::before,
.faq__item-title.active span:last-child:after {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.faq__item-title:hover {
	color: #4C74C2;
}

.faq__text {
	padding: 20px;
	padding-top: 0;
	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;
}

/* faq media */
@media (max-width: 1023px) {
	.faq__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.faq__card {
		max-width: 100%;
		gap: 15px;
	}

	.faq__title {
		margin-bottom: 0;
	}

	.faq__subtitle {
		margin-bottom: 15px;
	}
}

@media (max-width: 550px) {
	.faq__inner {
		padding-bottom: 65px;
		position: relative;
	}

	.faq__link {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	.faq__item-title {
		padding: 15px;
		font-size: 16px;
	}

	.faq__text {
		padding: 0 15px 15px;
	}
}

/* main-faq */
.main-faq__items {
	max-width: 100%;
}

.main-faq__item {
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #F1F5FA;
}

.main-faq__top {
	padding-bottom: 45px;
	border-bottom: 1px dashed #C4D2E4;
	margin-bottom: 45px;
}

@media (max-width: 700px) {
	.main-faq__btn {
		width: 100%;
	}

	.main-faq__top {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
}

/* text */
.text__content>* {
	margin-bottom: 20px;
}

.text__content>*:last-child {
	margin-bottom: 0;
}

.text__content>.video__item {
	margin: 40px 0;
}

.text__content h2,
.text__content h3,
.text__content h4 {
	font-weight: 700;
	line-height: 1.1;
}

.text__content h2 {
	margin-bottom: 30px;
	font-size: 48px;
	clear: both;
	margin-top: 40px;
}

.text__content h2:first-child {
	margin-top: 0;
}

.text__content h3 {
	font-size: 26px;
	margin-top: 40px;
}

.text__content h4 {
	font-size: 20px;
	margin-top: 30px;
}

.text__content>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;
}

.text__content>ul li {
	padding-left: 25px;
	position: relative;
	font-weight: 600;
}

.text__content>ul li::before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
	background: url("../img/icons/check_blue.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/check_blue.svg")) {
	.text__content>ul li::before {
		background: url("../img/icons/check_blue.png") center center no-repeat;
		background-size: cover;
	}
}

.text__content>ol {
	counter-reset: list;
	list-style-type: none;
	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;
}

.text__content>ol li {
	padding-left: 60px;
	position: relative;
}

.text__content>ol li::before {
	content: counter(list);
	counter-increment: list;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #DFE0E4;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	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;
	color: #4C74C2;
	line-height: 1;
	font-size: 14px;
}


.text__content>ol li a,
.text__content>ul li a {
	color: #4C74C2;
}

.text__content>ol li a:hover,
.text__content>ul li a:hover {
	color: #EE655E;
}

/* .text__content blockquote {
    padding: 25px 30px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-box-shadow: 0px 10px 15px rgba(155, 155, 155, 0.1);
    box-shadow: 0px 10px 15px rgba(155, 155, 155, 0.1);
    margin-bottom: 30px;
} */


.text__content blockquote {
	font-weight: 500;
	border-bottom: 1px solid rgba(223, 224, 228, 0.7607843137);
	margin: 40px 0;
	border-radius: 20px;
	background-color: #F1F5FA;
	padding: 35px 30px;
	position: relative;
}


.text__content blockquote::after {
	position: absolute;
	display: block;
	left: 20px;
	top: 0;
	content: "";
	width: 24px;
	height: 20px;
	background: url("../img/text/decor.svg") top center no-repeat;
}

.text__content blockquote>* {
	margin-bottom: 10px;
}

.text__content blockquote>*:last-child {
	margin-bottom: 0;
}

.text__blockquote {
	margin: 40px 0;
	border-radius: 20px;
	background-color: #F1F5FA;
	padding: 35px 30px;
}

.text__blockquote-text {
	padding-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
	border-bottom: 1px solid rgba(223, 224, 228, 0.7607843137);
	margin-bottom: 20px;
}

.text__blockquote-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.text__blockquote-author::after {
	display: block;
	content: "";
	width: 24px;
	height: 20px;
	background: url("../img/text/decor.svg") top center no-repeat;
	margin-bottom: auto;
}

.text__blockquote-author__picture {
	width: 60px;
	height: 60px;
}

.text__blockquote-author__picture img {
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.text__blockquote-name {
	font-size: 18px;
	font-weight: 700;
}

.text__blockquote-job {
	font-size: 14px;
	color: rgba(48, 53, 75, 0.5019607843);
}

/* text media */
@media (max-width: 1200px) {
	.text__content h2 {
		font-size: 32px;
	}

	.text__content h3 {
		font-size: 24px;
	}
}

@media (max-width: 900px) {
	.text__content>* {
		margin-bottom: 10px;
	}

	.text__content h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.text__content h3 {
		margin-top: 25px;
		font-size: 20px;
	}

	.text__content>ol li:before {
		width: 30px;
		height: 30px;
	}

	.text__content>ol li {
		padding-left: 45px;
	}
}

/* advantages */
.advantages {
	padding-top: 100px;
	padding-bottom: 85px;
}

.advantages::before,
.advantages::after {
	display: block;
	content: "";
	position: absolute;
	pointer-events: none;
}

.advantages::before {
	width: 242px;
	height: 147px;
	left: 0;
	top: 0;
	background: url("../img/icons/advantages/bg.webp") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/advantages/bg.webp")) {
	.advantages::before {
		background: url("../img/icons/advantages/bg.png") center center no-repeat;
		background-size: cover;
	}
}

.advantages::after {
	width: 219px;
	height: 270px;
	right: 0;
	bottom: 0;
	background: url("../img/icons/advantages/bg2.webp") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/advantages/bg2.webp")) {
	.advantages::after {
		background: url("../img/icons/advantages/bg2.png") center center no-repeat;
		background-size: cover;
	}
}

.advantages__container {
	max-width: 1600px;
}

.advantages__title {
	text-align: center;
	color: #fff;
}

/* .advantages__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
} */

.advantages__item {
	/* -ms-flex-preferred-size: 25%;
    flex-basis: 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: 15px;
	padding-top: 130px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 50px;
}

.advantages__item>* {
	position: relative;
	z-index: 2;
}

.advantages__slider-button {
	border: 1px solid #ffffff7e;
}

.advantages__slider-button::after {
	border-right: 2px solid #ffffff7e;
	border-bottom: 2px solid #ffffff7e;
}

.advantages_swiper-pag {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.advantages__item::before {
	display: block;
	content: "";
	width: 400px;
	height: 400px;
	border: 1px dashed rgba(255, 255, 255, 0.3647058824);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.advantages__picture {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1725490196);
	padding: 25px;
	margin-bottom: -40px;
	border: 1px solid rgba(255, 255, 255, 0.7607843137);
}

.advantages__name {
	max-width: 180px;
	font-weight: 700;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.advantages__text {
	max-width: 260px;
	font-weight: 500;
	opacity: 0.75;
	margin-bottom: 85px;
}

/* advantages media */
@media (max-width: 1700px) {
	/* .advantages__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 60px;
    } */

	/* .advantages__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    } */
}

@media (max-width: 850px) {
	.advantages__item:before {
		width: 300px;
		height: 300px;
	}

	.advantages__item {
		padding-top: 90px;
	}

	.advantages__text {
		margin-bottom: 60px;
		max-width: 240px;
		font-size: 13px;
	}

	.advantages__picture {
		width: 60px;
		height: 60px;
		margin-bottom: -30px;
		padding: 15px;
	}

	.advantages__name {
		font-size: 18px;
	}
}

@media (max-width: 700px) {
	/* .advantages__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 50px;
    } */

	.advantages {
		padding-top: 40px;
	}
}

/* doctors */
.doctors__inner {
	margin-bottom: 40px;
}

.doctors__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section__top_doctors {
	width: 100%;
}

.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;
	height: auto;
	padding: 25px;
	border-radius: 30px;
	border: 1px solid #D2DCF0;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.doctors__picture {
	background: url("../img/doctors/bg.webp") center center no-repeat;
	background-size: cover;
	background-position: bottom;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: 20px;
	border-radius: 10px;
	height: 100%;
	max-height: 295px;
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
}

.doctors__picture img {
	max-width: 230px;
	max-height: 270px;
	min-height: 270px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

@supports not (background: url("../img/doctors/bg.webp")) {
	.doctors__picture {
		background: url("../img/doctors/bg.jpg") center center no-repeat;
		background-size: cover;
	}
}

.doctors__name {
	font-size: 22px;
	font-weight: 700;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.doctors__job {
	opacity: 0.55;
}

.doctors__stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.doctors__stage::before {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: "";
	width: 10px;
	height: 16px;
	background: url("../img/icons/reward_red.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/reward_red.svg")) {
	.doctors__stage::before {
		background: url("../img/icons/reward_red.png") center center no-repeat;
		background-size: cover;
	}
}

.doctors__link {
	width: auto;
	margin: 0 auto;
}

/* doctors media */
@media (max-width: 550px) {
	.doctors__name {
		font-size: 18px;
	}

	.doctors__picture img {
		max-width: 180px;
	}

	.doctors__link {
		width: 100%;
	}

	.doctors__inner {
		margin-bottom: 20px;
	}

	.doctors_swiper-pag {
		display: none;
	}
}

/* main-doctors */
.main-doctors__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.main-doctors__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 4);
	flex-basis: calc((100% - 60px) / 4);
}

/* main-doctors media*/
@media (max-width: 1250px) {
	.main-doctors__item {
		-ms-flex-preferred-size: calc((100% - 40px) / 3);
		flex-basis: calc((100% - 40px) / 3);
	}
}

@media (max-width: 850px) {
	.main-doctors__item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 550px) {
	.main-doctors__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-doctors__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

/* doctor */
.doctor {
	padding-top: 25px;
}

.doctor .breadcrumbs {
	margin-bottom: 80px;
}

.doctor__inner {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.doctor__card {
	max-width: 430px;
	min-width: 430px;
}

.doctor__picture {
	padding: 50px 70px 0;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
	position: relative;
	background-color: #F1F5FA;
	margin-bottom: 20px;
}

.doctor__picture::before {
	display: block;
	content: "";
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../img/doctors/bg3.svg") center center no-repeat;
	background-size: cover;
}

.doctor__picture img {
	max-width: 275px;
	position: relative;
	z-index: 2;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.doctor__schedule {
	padding: 25px 20px;
	border: 15px;
	background-color: #F1F5FA;
}

.doctor__schedule ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.doctor__schedule ul li {
	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;
	padding: 10px 12px;
	border-radius: 5px;
	font-size: 14px;
}

.doctor__schedule ul li span {
	font-weight: 600;
	color: #4C74C2;
}

.doctor__schedule ul li:nth-child(odd) {
	background-color: #fff;
}

.doctor__schedule-title {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.doctor__item {
	max-width: 970px;
	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: 25px;
}

.doctor__exp {
	font-size: 14px;
	font-weight: 600;
	padding: 10px 20px;
	background-color: #E8F1FA;
	border-radius: 32px;
	line-height: 1;
	text-transform: uppercase;
	color: #4C74C2;
}

.doctor__bio p {
	margin-bottom: 10px;
}

.doctor__bio p:last-child {
	margin-bottom: 0;
}

.doctor__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 55px;
}

.doctor__info {
	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__info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9DA3AD;
}

.doctor__info-item span {
	color: #263248;
}

.doctor__info-picture {
	width: 23px;
	height: 23px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.doctor__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding-left: 35px;
	border-left: 1px solid #E0EAF4;
}

.doctor__rating span {
	font-size: 50px;
	line-height: 1;
}

.doctor__rating p {
	max-width: 80px;
	font-size: 20px;
}

.doctor__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 55px;
}

.doctor__cost {
	color: #9DA3AD;
}

.doctor__cost span {
	color: #263248;
	font-weight: 500;
}

.doctor__education-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.doctor__education {
	margin-bottom: 35px;
}

.doctor__education 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;
}

.doctor__education ul li {
	position: relative;
	padding-left: 25px;
}

.doctor__education ul li span {
	color: #4C74C2;
	font-weight: 700;
}

.doctor__education ul li::before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 14px;
	height: 12px;
	background: url("../img/icons/galo4ka.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/galo4ka.svg")) {
	.doctor__education ul li::before {
		background: url("../img/icons/galo4ka.png") center center no-repeat;
		background-size: cover;
	}
}

.doctor__profile {
	padding: 30px 35px;
	background-color: #F1F5FA;
	border-radius: 15px;
}

.doctor__profile-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.doctor__profile ol {
	counter-reset: list;
	list-style-type: none;
	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;
}

.doctor__profile ol li {
	padding-left: 35px;
	position: relative;
}

.doctor__profile ol li::before {
	content: "0" counter(list);
	counter-increment: list;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 600;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	background-color: #4C74C2;
	line-height: 1;
	font-size: 12px;
}

.doctor__profile ol li:nth-child(n+10)::before {
	content: counter(list);
}

.reviews__bottom_doctor {
	background-color: #F1F5FA;
	border-radius: 15px;
	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;
	padding: 32px;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
	color: #4C74C2;
}

.reviews__bottom_doctor:hover {
	color: #fff;
	background-color: #4C74C2;
}

.doctor__btn_show {
	display: none;
}

/* doctor media */
@media (max-width: 1100px) {

	.doctor__wrapper,
	.doctor__btns {
		margin-bottom: 0;
	}

	.doctor__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.doctor__rating {
		border-left: none;
		padding-left: 0;
		padding: 15px 20px;
		border-radius: 10px;
		background-color: #F1F5FA;
	}
}

@media (max-width: 950px) {
	.doctor .breadcrumbs {
		margin-bottom: 25px;
	}

	.doctor__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.doctor__card {
		min-width: auto;
		max-width: 100%;
		width: 100%;
	}

	.doctor__picture:before {
		height: 100%;
	}

	.doctor__btn_show {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.doctor__btn_hide {
		display: none;
	}

	.doctor__btn {
		width: 100%;
		margin-bottom: 20px;
	}

	.doctor__wrapper {
		width: 100%;
	}

	.doctor__rating {
		width: 100%;
	}

	.doctor__rating button {
		margin-left: auto;
	}
}

@media (max-width: 550px) {
	.doctor__schedule {
		padding: 15px 5px;
	}

	.doctor__schedule-title {
		padding: 0 10px;
		font-size: 16px;
	}

	.doctor__picture {
		padding: 25px 0 0;
	}

	.doctor__picture img {
		max-width: 180px;
	}

	.doctor__education {
		margin-bottom: 10px;
	}

	.doctor__profile {
		padding: 15px 20px;
	}

	.doctor__profile-title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.doctor__profile ol li:before {
		width: 20px;
		height: 20px;
		font-size: 10px;
	}

	.doctor__profile ol li {
		padding-left: 28px;
	}

	.doctor__education-title {
		font-size: 18px;
	}

	.doctor__item {
		gap: 15px;
	}
}

@media (max-width: 400px) {
	.doctor__rating {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.doctor__rating span {
		font-size: 40px;
	}

	.doctor__rating p {
		font-size: 16px;
	}

	.doctor__rating button {
		width: 100%;
	}

	.reviews__bottom_doctor {
		font-size: 14px;
		padding: 20px;
		margin-top: 20px;
	}
}

/* trust */
.trust__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.trust__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 690px;
}

.trust__item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.trust__item:nth-child(1),
.trust__item:nth-child(2) {
	padding-bottom: 35px;
	border-bottom: 1px dashed #CEDCED;
}

.trust__item:nth-child(even) {
	padding-left: 35px;
	border-left: 1px dashed #CEDCED;
}

.trust__item:nth-child(3),
.trust__item:nth-child(4) {
	padding-top: 40px;
}

.trust__icon {
	margin-bottom: 25px;
}

.trust__name {
	font-size: 22px;
	font-weight: 700;
	color: #4C74C2;
}

.trust__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;
	opacity: 0.55;
}

.trust__picture {
	max-width: 690px;
	overflow: hidden;
}

.trust__picture img {
	border-radius: 30px;
}

/* trust media */
@media (max-width: 1300px) {
	.trust__content {
		gap: 20px;
		max-width: 50%;
	}

	.trust__item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}

	.trust__item:nth-child(1),
	.trust__item:nth-child(2) {
		padding-bottom: 0;
		border-bottom: none;
	}

	.trust__item:nth-child(even) {
		padding-left: 0;
		border-left: none;
	}

	.trust__item:nth-child(3),
	.trust__item:nth-child(4) {
		padding-top: 0;
	}

	.trust__icon {
		margin-bottom: 0;
	}
}

@media (max-width: 1023px) {
	.trust__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 0;
	}

	.trust__picture {
		max-width: 300px;
		max-height: 210px;
		margin: 0 auto 25px;
	}

	.trust__content {
		max-width: 100%;
	}

	.trust__name {
		font-size: 18px;
	}
}

@media (max-width: 550px) {
	.trust__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.trust__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.trust__icon {
		max-width: 39px;
	}
}

/* reviews */
.reviews__wrapper {
	padding: 10px 0;
}

.reviews__item {
	position: relative;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	height: auto;
	border-radius: 30px;
	padding: 40px 35px 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: 1px solid #D2DCF0;
}

.reviews__name {
	font-size: 24px;
	font-weight: 700;
}

.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;
	overflow: hidden;
}

.reviews__text.hidden {
	max-height: 180px;
	position: relative;
}

.reviews__text.hidden::before {
	display: block;
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	background: -o-linear-gradient(bottom, #FFFFFF, rgba(255, 255, 255, 0.2392156863));
	background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0.2392156863)));
	background: linear-gradient(0deg, #FFFFFF, rgba(255, 255, 255, 0.2392156863));
}

.reviews__btn {
	display: none;
	color: #4C74C2;
	font-weight: 600;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.reviews__btn::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #4C74C2;
	border-bottom: 1px solid #4C74C2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s linear;
	-o-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
}

.reviews__btn.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews__btn:hover {
	color: #EE655E;
}

.reviews__btn:hover::after {
	border-color: #EE655E;
}

.reviews__bottom {
	margin-top: auto;
	background-color: #F1F5FA;
	border-radius: 15px;
	padding: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.reviews__bottom-item {
	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;
	gap: 10px;
}

.reviews__bottom-item p {
	font-weight: 600;
}

.reviews__date {
	color: rgba(38, 50, 72, 0.4784313725);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.reviews__date::before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url("../img/icons/date.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/date.svg")) {
	.reviews__date::before {
		background: url("../img/icons/date.png") center center no-repeat;
		background-size: cover;
	}
}

.reviews__category {
	position: absolute;
	top: -10px;
	left: 35px;
	background-color: #4C74C2;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	max-width: calc(100% - 70px);
	padding: 5px 10px;
	border-radius: 50px;
}

/* reviews media*/
/* main-reviews */
.main-reviews__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 30px;
}

.main-reviews__item {
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	border: 1px solid #D2DCF0;
}

.main-reviews__top {
	padding-bottom: 45px;
	border-bottom: 1px dashed #C4D2E4;
	margin-bottom: 45px;
}

/* main-reviews media */
@media (max-width: 980px) {
	.main-reviews__item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 700px) {
	.main-reviews__btn {
		width: 100%;
	}

	.main-reviews__top {
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.main-reviews__item {
		padding: 30px 15px 20px;
	}
}

@media (max-width: 600px) {
	.main-reviews__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.main-reviews__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.reviews__bottom-picture {
		max-width: 100px;
	}
}

/* rating */

.rating-main__picture img {
	max-height: 60px;
}


.rating-main__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;

}

.rating-main__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 4);
	flex-basis: calc((100% - 60px) / 4);
	padding: 60px 15px 15px;
	border-radius: 30px;
	background-color: #fff;
	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: 60px;

}

.ratimg-main__card {
	background-color: #F1F5FA;
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	width: 100%;
	padding: 20px 40px;
}

.ratimg-main__number {
	display: block;
	font-size: 42px;
	font-weight: 700;
	color: #4C74C2;
	line-height: 1;
	padding-right: 25px;
	border-right: 1px solid #D1DCE9;
}

.ratimg-main__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;
}

.ratimg-main__content-text {
	line-height: 1;
	opacity: 0.55;
}

/* rating media*/
@media (max-width: 1500px) {
    .rating-main__inner  {
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        overflow-y: hidden;
    }
    .rating-main__item  {
        scroll-snap-align: start;
    }
}
/* certificates */
.certificates__item {
	padding: 20px 20px 25px;
	border-radius: 20px;
	background-color: #F1F6FA;
	text-align: center;
	position: relative;
	-webkit-transition: color 0.3s 0.3s linear;
	-o-transition: color 0.3s 0.3s linear;
	transition: color 0.3s 0.3s linear;
}

.certificates__item::before {
	display: block;
	content: "";
	width: 130px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #EE655E;
	z-index: 1;
	border-radius: 20px;
	-webkit-transition: width 0.3s 0.3s linear, height 0.3s linear;
	-o-transition: width 0.3s 0.3s linear, height 0.3s linear;
	transition: width 0.3s 0.3s linear, height 0.3s linear;
}

.certificates__item:hover {
	color: #fff;
}

.certificates__item:hover::before {
	width: 100%;
	height: 100%;
	-webkit-transition: width 0.3s linear, height 0.3s 0.3s linear;
	-o-transition: width 0.3s linear, height 0.3s 0.3s linear;
	transition: width 0.3s linear, height 0.3s 0.3s linear;
}

.certificates__picture {
	width: 100%;
	height: 100%;
	max-height: 425px;
	min-height: 425px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.certificates__picture img {
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.certificates__name {
	display: block;
	font-size: 18px;
	position: relative;
	z-index: 2;
	font-weight: 500;
}

/* certificates media */
@media (max-width: 700px) {
	.certificates__name {
		font-size: 14px;
	}

	.certificates__item {
		padding: 10px;
	}
}

@media (max-width: 550px) {
	.certificates__picture {
		max-height: 350px;
		min-height: 350px;
	}

	.certificates_swiper-pag {
		display: none;
	}
}

@media (max-width: 550px) {
	.certificates__picture {
		max-height: 250px;
		min-height: 250px;
	}

	.certificates__container {
		padding: 0;
	}

	.certificates__inner {
		padding: 0 10px;
	}

	.section__top_certificates {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* main-certificates */
.main-certificates__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.main-certificates__item {
	-ms-flex-preferred-size: calc((100% - 60px) / 4);
	flex-basis: calc((100% - 60px) / 4);
}

/* main-certificates media */
@media (max-width: 1400px) {
	.main-certificates__item {
		-ms-flex-preferred-size: calc((100% - 40px) / 3);
		flex-basis: calc((100% - 40px) / 3);
	}
}

@media (max-width: 850px) {
	.main-certificates__inner {
		gap: 10px;
	}

	.main-certificates__item {
		-ms-flex-preferred-size: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
	}
}

@media (max-width: 450px) {
	.main-certificates__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-certificates__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

/* chambers */
.chambers__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.chambers__item {
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	max-width: calc((100% - 40px) / 3);
	padding: 40px;
	border-radius: 30px;
	border: 1px solid #D2DCF0;
	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;
}

.chambers__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: 5px;
	padding: 20px;
	background-color: #F1F6FA;
	border-radius: 15px;
	margin-bottom: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.chambers__item ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.chambers__item ul li::before {
	display: block;
	content: "";
	width: 13px;
	height: 11px;
	background: url("../img/icons/galo4ka.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/galo4ka.svg")) {
	.chambers__item ul li::before {
		background: url("../img/icons/galo4ka.png") center center no-repeat;
		background-size: cover;
	}
}

.chambers__name {
	font-size: 26px;
	font-weight: 700;
}

.chambers__cost {
	font-size: 26px;
	font-weight: 700;
	color: #4C74C2;
}

.chambers__slider {
	position: relative;
}

.chambers__picture img {
	border-radius: 15px;
	max-height: 260px;
	min-height: 260px;
	-o-object-fit: cover;
	object-fit: cover;
}

.chambers__slider__pagination.swiper-pagination-horizontal.swiper-pagination-bullets {
	position: absolute;
	bottom: 15px;
	left: 30px;
	right: 30px;
	width: calc(100% - 60px);
	z-index: 3;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.chambers__slider__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-radius: 50px;
	height: 3px;
	opacity: 0.35;
	background-color: #fff;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.chambers__slider__pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
	opacity: 1;
}

/* chambers media */
@media (max-width: 1200px) {
	.chambers__item {
		padding: 15px;
		border-radius: 20px;
	}

	.chambers__cost {
		font-size: 20px;
	}

	.chambers__name {
		font-size: 20px;
	}
}

@media (max-width: 980px) {
	.chambers__item {
		min-width: 275px;
		gap: 15px;
	}

	.chambers__inner {
		overflow: auto;
	}

	.chambers__picture img {
		max-height: 160px;
		min-height: 160px;
	}

	.chambers__item ul {
		margin-bottom: 5px;
		padding: 15px;
		border-radius: 5px;
	}

	.chambers__item ul li {
		font-size: 14px;
	}
}

/* gallery */
.gallery__picture {
	overflow: hidden;
	border-radius: 15px;
}

.gallery__picture img {
	border-radius: 15px;
	max-height: 480px;
	min-height: 480px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: scale 10s ease-out;
	-o-transition: scale 10s ease-out;
	transition: scale 10s ease-out;
}

/* gallery media */
@media (max-width: 850px) {
	.gallery__picture img {
		max-height: 400px;
		min-height: 400px;
	}
}

@media (max-width: 550px) {
	.gallery__picture img {
		max-height: 270px;
		min-height: 270px;
	}

	.gallery_swiper-pag {
		display: none;
	}

	.gallery__container {
		padding: 0;
	}

	.gallery__inner {
		padding: 0 10px;
	}

	.section__top_gallery {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* main-gallery */
.main-gallery img {
	max-height: 460px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-width: 650px) {
	.main-gallery__inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
		grid-template-columns: repeat(6, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		grid-auto-flow: dense;
		-webkit-perspective: 600px;
		perspective: 600px;
		-webkit-perspective-origin: center center;
		perspective-origin: center center;
	}

	.main-gallery__container {
		max-width: 1500px;
		padding: 0 30px;
	}

	.main-gallery__item {
		opacity: 0;
		-webkit-transition: opacity 0.4s linear, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		transition: opacity 0.4s linear, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		-o-transition: opacity 0.4s linear, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		transition: opacity 0.4s linear, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		transition: opacity 0.4s linear, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.main-gallery__item:nth-child(8n+1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-area: span 2/1/span 2/3;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: translateY(-20%) translateX(-50%);
		-ms-transform: translateY(-20%) translateX(-50%);
		transform: translateY(-20%) translateX(-50%);
	}

	.main-gallery__item:nth-child(8n+1).animation-active {
		-webkit-transform: translateX(-5%) rotateY(1deg) rotateX(1deg) translateY(0);
		transform: translateX(-5%) rotateY(1deg) rotateX(1deg) translateY(0);
	}

	.main-gallery__item:nth-child(8n+2) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-area: span 1/3/span 1/4;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: translateY(-20%) translateX(-50%);
		-ms-transform: translateY(-20%) translateX(-50%);
		transform: translateY(-20%) translateX(-50%);
	}

	.main-gallery__item:nth-child(8n+2).animation-active {
		-webkit-transform: translateX(-5%) rotateY(1deg) rotateX(2deg) translateY(0);
		transform: translateX(-5%) rotateY(1deg) rotateX(2deg) translateY(0);
	}

	.main-gallery__item:nth-child(8n+3) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-area: span 1/3/span 1/4;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: translateY(20%) translateX(-50%);
		-ms-transform: translateY(20%) translateX(-50%);
		transform: translateY(20%) translateX(-50%);
	}

	.main-gallery__item:nth-child(8n+3).animation-active {
		-webkit-transform: translateX(-5%) rotateY(1deg) rotateX(2deg) translateY(0);
		transform: translateX(-5%) rotateY(1deg) rotateX(2deg) translateY(0);
	}

	.main-gallery__item:nth-child(8n+4) {
		-ms-grid-column: 4;
		-ms-grid-column-span: 1;
		grid-area: span 1/4/span 1/5;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: translateY(-20%) translateX(50%);
		-ms-transform: translateY(-20%) translateX(50%);
		transform: translateY(-20%) translateX(50%);
	}

	.main-gallery__item:nth-child(8n+4).animation-active {
		-webkit-transform: translateX(5%) rotateY(-1deg) rotateX(2deg) translateY(0);
		transform: translateX(5%) rotateY(-1deg) rotateX(2deg) translateY(0);
	}

	.main-gallery__item:nth-child(8n+5) {
		-ms-grid-column: 5;
		-ms-grid-column-span: -1;
		grid-area: span 1/5/span 1/4;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: translateY(20%) translateX(50%);
		-ms-transform: translateY(20%) translateX(50%);
		transform: translateY(20%) translateX(50%);
	}

	.main-gallery__item:nth-child(8n+5).animation-active {
		-webkit-transform: translateX(5%) rotateY(-1deg) rotateX(2deg) translateY(0);
		transform: translateX(5%) rotateY(-1deg) rotateX(2deg) translateY(0);
	}

	.main-gallery__item:nth-child(8n+6) {
		-ms-grid-column: 7;
		-ms-grid-column-span: -2;
		grid-area: span 2/7/span 1/5;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: translateY(20%) translateX(50%);
		-ms-transform: translateY(20%) translateX(50%);
		transform: translateY(20%) translateX(50%);
	}

	.main-gallery__item:nth-child(8n+6).animation-active {
		-webkit-transform: translateX(5%) rotateY(-1deg) rotateX(1deg) translateY(0);
		transform: translateX(5%) rotateY(-1deg) rotateX(1deg) translateY(0);
	}

	.main-gallery__item:nth-child(8n+7) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-area: span 2/1/span 2/4;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: translateY(20%) translateX(-50%);
		-ms-transform: translateY(20%) translateX(-50%);
		transform: translateY(20%) translateX(-50%);
	}

	.main-gallery__item:nth-child(8n+7).animation-active {
		-webkit-transform: translateX(-5%) rotateY(1deg) translateY(0);
		transform: translateX(-5%) rotateY(1deg) translateY(0);
	}

	.main-gallery__item:nth-child(8n) {
		-ms-grid-column: 4;
		-ms-grid-column-span: 3;
		grid-area: span 2/4/span 2/7;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: translateY(20%) translateX(50%);
		-ms-transform: translateY(20%) translateX(50%);
		transform: translateY(20%) translateX(50%);
	}

	.main-gallery__item:nth-child(8n).animation-active {
		-webkit-transform: translateX(5%) rotateY(-1deg) translateY(0);
		transform: translateX(5%) rotateY(-1deg) translateY(0);
	}

	.main-gallery__item.animation-active {
		opacity: 1;
	}

	.main-gallery__item.animation-active:hover {
		-webkit-transform: translateX(0%) rotateY(0) translateY(0);
		transform: translateX(0%) rotateY(0) translateY(0);
	}
}

@media (max-width: 649px) {
	.main-gallery__inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		grid-auto-flow: dense;
	}

	.main-gallery__item {
		max-height: 150px;
		-webkit-transition: opacity 0.4s linear, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		transition: opacity 0.4s linear, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		-o-transition: opacity 0.4s linear, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		transition: opacity 0.4s linear, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		transition: opacity 0.4s linear, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.075);
		opacity: 0;
	}

	.main-gallery__item:nth-child(3n+1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-area: span 2/1/span 2/3;
		max-height: 300px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.main-gallery__item:nth-child(3n+1).animation-active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.main-gallery__item:nth-child(3n+2) {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.main-gallery__item:nth-child(3n+2).animation-active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.main-gallery__item:nth-child(3n+3) {
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}

	.main-gallery__item:nth-child(3n+3).animation-active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.main-gallery__item.animation-active {
		opacity: 1;
	}
}

/* how */
.how__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    align-items: flex-start;
}

.how__item {
	max-width: 900px;
}

.how__picture {
	max-width: 470px;
	min-width: 400px;
}

.how__picture img {
	border-radius: 30px;
	max-width: 470px;
	min-width: 400px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.how__btn,
.faq__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #4C74C2;
	font-weight: 600;
}

.how__btn::after,
.faq__btn:after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #4C74C2;
	border-bottom: 1px solid #4C74C2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.3s linear, -webkit-transform 0.3s linear;
	transition: border-color 0.3s linear, -webkit-transform 0.3s linear;
	-o-transition: border-color 0.3s linear, transform 0.3s linear;
	transition: border-color 0.3s linear, transform 0.3s linear;
	transition: border-color 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.how__btn:hover,
.faq__btn:hover {
	color: #EE655E;
}

.how__btn:hover::after,
.faq__btn:hover::after {
	border-color: #EE655E;
}

.how__btn.active::after,
.faq__btn.hiden::after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.how__content {
	margin-bottom: 30px;
	max-height: 530px;
	overflow: hidden;
	-webkit-transition: max-height 0.3s linear;
	-o-transition: max-height 0.3s linear;
	transition: max-height 0.3s linear;
	line-height: 1.3;
}

/* how media */
@media (max-width: 900px) {
	.how__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.how__picture {
		max-width: 300px;
		max-height: 300px;
		margin: 0 auto;
		min-width: auto;
		overflow: hidden;
		border-radius: 30px;
	}

	.how__picture img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		width: 100%;
	}
}

/* service */
.service {
	padding: 20px 0;
	background-color: #F1F5FA;
	position: relative;
}

.service::before,
.service::after {
	z-index: 1;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	pointer-events: none;
}

.service::before {
	background: url("../img/service/bg-main.svg") center center no-repeat;
	background-size: cover;
	right: 0;
	width: 649px;
	height: 100%;
}

.service::after {
	background: url("../img/service/bg-main2.svg") center center no-repeat;
	left: 0;
	width: 70%;
	height: 350px;
}

.service__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	position: relative;
	z-index: 2;
}

.service__item {
	padding: 25px 50px;
	border-radius: 30px;
	background: #648FE2;
	background: -o-linear-gradient(135deg, #648FE2, #4D75C2);
	background: linear-gradient(315deg, #648FE2, #4D75C2);
	width: 100%;
	max-width: calc(57.6% - 10px);
	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;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.service__item .breadcrumbs {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.service__item .breadcrumbs li {
	color: rgba(255, 255, 255, 0.768627451);
}

.service__item .breadcrumbs li:last-child {
	color: #fff;
}

.service__item .breadcrumbs li a:hover {
	color: #EE655E;
}

.service__item ul {
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.192);
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	font-weight: 500;
	margin-bottom: 50px;
}

.service__item ul li {
	padding-left: 25px;
	position: relative;
}

.service__item ul li::before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url("../img/icons/check.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/check.svg")) {
	.service__item ul li::before {
		background: url("../img/icons/check.png") center center no-repeat;
		background-size: cover;
	}
}

.service__item>* {
	position: relative;
	z-index: 2;
}

.service__item::before {
	display: block;
	content: "";
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -200px;
	right: -200px;
	background: url("../img/service/bg-item.svg") center center no-repeat;
}

.service__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}

.service__subtitle {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.service__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service__bottom>* {
	-ms-flex-preferred-size: calc((100% - 20px) / 2);
	flex-basis: calc((100% - 20px) / 2);
}

.service__bottom-phone {
	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-left: 25px;
	border-left: 1px solid rgba(255, 255, 255, 0.337254902);
	line-height: 1.1;
}

.service__bottom-phone a {
	font-weight: 700;
	font-size: 26px;
}

.service__bottom-phone p {
	font-size: 14px;
	font-weight: 500;
}

.service__bottom-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service__content {
	width: 100%;
	max-width: calc(42.4% - 10px);
	position: relative;
}

.service__picture {
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
}

.service__picture img {
	height: 100%;
	border-radius: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.service__cost {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 25px 30px;
	border: 1px solid rgba(255, 255, 255, 0.2588235294);
	border-radius: 15px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.2117647059);
	background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.0352941176), rgba(170, 170, 170, 0.4666666667));
	background: linear-gradient(45deg, rgba(255, 255, 255, 0.0352941176), rgba(170, 170, 170, 0.4666666667));
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.service__cost span {
	font-weight: 700;
	font-size: 32px;
}

.service__cost span span {
	font-size: 60px;
}

.service__bottom-picture {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

/* service media */
@media (max-width: 1300px) {
	.service__item {
		padding: 20px;
	}

	.service__bottom-phone {
		white-space: nowrap;
	}

	.service__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.service__item ul {
		margin-bottom: 15px;
		padding: 15px 20px;
	}

	.service__title {
		font-size: 34px;
	}

	.service__subtitle {
		font-size: 16px;
		margin-bottom: 0;
	}

	.service__cost {
		font-size: 18px;
	}

	.service__cost span {
		font-size: 22px;
	}

	.service__cost span span {
		font-size: 42px;
	}
}

@media (max-width: 950px) {
	.service__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.service__item {
		max-width: 100%;
	}

	.service__content {
		max-width: 400px;
		margin: 0 auto;
	}

	.service__item {
		gap: 15px;
	}
}

@media (max-width: 550px) {
	.service__content {
		max-width: 100%;
	}

	.service__picture {
		max-height: 330px;
		min-height: 330px;
		height: 100%;
	}

	.service__picture img {
		max-height: 330px;
		min-height: 330px;
		height: 100%;
	}

	.service__bottom-phone a {
		font-size: 20px;
	}

	.service__bottom-phone {
		padding-left: 10px;
	}

	.service__bottom-item {
		gap: 10px;
	}

	.service__btn {
		width: 100%;
	}

	.service__title {
		font-size: 28px;
	}
}

/* checked */
.checked__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.checked__inner>* {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	border-radius: 30px;
	background-color: #F1F6FA;
}

.checked__list {
	padding: 35px 15px 15px;
}

.checked__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;
	padding: 20px 25px;
	background-color: #fff;
	border-radius: 15px;
}

.checked__list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.checked__list ul li::before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #EE655E;
	border-right: 1px solid #EE655E;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.3s linear;
	transition: -webkit-transform 0.3s linear;
	-o-transition: transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.checked__list ul li:hover {
	color: #EE655E;
}

.checked__list ul li:hover::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checked__title {
	font-size: 26px;
	font-weight: 700;
	padding: 0 40px 25px;
}

.checked__author {
	padding: 35px 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px;
	overflow: hidden;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.checked__author>* {
	position: relative;
	z-index: 2;
}

.checked__author::before {
	display: block;
	content: "";
	z-index: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../img/doctors/bg2.svg") center center no-repeat;
	width: 334px;
	height: 161px;
}

.checked__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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 40px;
}

.checked__item p:not(.checked__name) {
	color: rgba(38, 50, 72, 0.4588235294);
}

.checked__item p:not(.checked__name) span {
	font-weight: 600;
	color: #263248;
}

.checked__link {
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 40px;
	border: 1px solid transparent;
}

.checked__link:hover {
	border-color: #EE655E;
	background-color: transparent;
}

.checked__name {
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	position: relative;
	font-size: 26px;
	font-weight: 700;
}

.checked__name::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 120px;
	height: 2px;
	background-color: #EE655E;
}

.checked__doctor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 257px;
	max-height: 268px;
	overflow: hidden;
}

.checked__doctor img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

/* checked media */
@media (max-width: 1280px) {
	.checked__list {
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}

	.checked__author {
		-ms-flex-preferred-size: calc(60% - 20px);
		flex-basis: calc(60% - 20px);
	}
}

@media (max-width: 1100px) {
	.checked__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.checked__inner>* {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}
}

@media (max-width: 650px) {
	.checked__author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 20px 20px 0;
	}

	.checked__item {
		padding: 0;
		width: 100%;
	}

	.checked__link {
		margin-top: 20px;
	}

	.checked__name {
		font-size: 20px;
		padding-bottom: 15px;
	}

	.checked__title {
		font-size: 20px;
	}

	.checked__list {
		padding: 15px 5px 5px;
	}

	.checked__title {
		padding: 0px 15px 15px;
	}

	.checked__list ul {
		padding: 15px;
	}
}

/* problems */
.problems {
	padding: 100px 0;
	background: #4C74C2;
}

.problems::before,
.problems::after {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	height: 100%;
}

.problems::before {
	width: 670px;
	top: 0;
	background: url("../img/consultation/bg.svg") center center no-repeat;
	background-size: cover;
	right: 0;
}

@supports not (background: url("../img/consultation/bg.svg")) {
	.problems::before {
		background: url("../img/consultation/bg.png") center center no-repeat;
		background-size: cover;
	}
}

.problems::after {
	width: 517px;
	bottom: 0;
	left: 0;
	background: url("../img/consultation/bg2.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/consultation/bg2.svg")) {
	.problems::after {
		background: url("../img/consultation/bg2.png") center center no-repeat;
		background-size: cover;
	}
}

.problems__container {
	max-width: 1110px;
}

.problems__inner {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.problems__title {
	text-align: center;
	margin: 0 auto 40px;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	max-width: 820px;
}

.problems__subtitle {
	display: block;
	margin: 0 auto 0;
	background: #4C74C2;
	font-size: 22px;
	line-height: 1.1;
	font-weight: 600;
	margin-bottom: -12px;
	padding: 3px 10px;
	position: relative;
	z-index: 2;
}

.problems__inner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 50px 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	border: 1px solid #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 30px;
}

.problems__inner ul li {
	padding: 20px 25px;
	border-radius: 50px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2039215686);
}

.problems__inner ul li a:hover {
	color: #EE655E;
}

.problems__btn-wrapper {
	margin-top: -29px;
	padding: 6px 10px;
	background: #4C74C2;
}

/* problems media */
@media (max-width: 1160px) {
	.problems__list {
		border: none;
		padding: 0;
		margin-bottom: 20px;
	}

	.problems__subtitle {
		margin-bottom: 20px;
		background-color: transparent;
		padding: 0;
	}

	.problems__btn-wrapper {
		margin-top: 0;
		padding: 0;
		background-color: transparent;
	}

	.problems__title {
		font-size: 30px;
	}

	.problems__list li {
		padding: 15px 25px;
	}
}

@media (max-width: 650px) {
	.problems__title {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.problems {
		padding: 40px 0;
	}

	.problems__subtitle {
		font-size: 16px;
	}

	.problems__list {
		gap: 5px;
	}

	.problems__btn-wrapper {
		width: 100%;
	}

	.problems__btn {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.problems__list li {
		padding: 10px 15px;
	}
}

/* help */
.help__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.help__picture {
	width: 100%;
	max-width: 470px;
	min-width: 470px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
}

.help__picture img {
	max-width: 340px;
	position: relative;
	z-index: 3;
}

.help__picture::before {
	display: block;
	content: "";
	height: calc(100% - 50px);
	background-color: #F98F8A;
	border-radius: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.help__picture::after {
	display: block;
	content: "";
	width: 100%;
	height: calc(100% - 50px);
	background: url("../img/help/bg.svg") center center no-repeat;
	background-size: cover;
	z-index: 2;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.help__item {
	max-width: 890px;
}

.help__item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}

.help__item ul li {
	max-width: 400px;
	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;
	color: rgba(38, 50, 72, 0.5058823529);
}

.help__item ul li span {
	color: #4C74C2;
	line-height: 1;
	font-weight: 700;
	font-size: 78px;
}

.help__item ul li span span {
	font-size: 42px;
	color: rgba(76, 115, 194, 0.5058823529);
}

.help__title {
	padding-bottom: 20px;
	border-bottom: 1px dashed #C4D2E4;
	margin-bottom: 25px;
}

/* help media */
@media (max-width: 1280px) {
	.help__item ul li span {
		font-size: 52px;
	}

	.help__item ul li span span {
		font-size: 26px;
	}

	.help__item ul li {
		gap: 5px;
	}

	.help__item ul {
		gap: 20px;
	}
}

@media (max-width: 900px) {
	.help__inner {
		-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;
	}

	.help__picture {
		max-width: 100%;
		min-width: auto;
	}

	.help__picture img {
		max-width: 220px;
	}

	.help__item ul li {
		max-width: calc((100% - 20px) / 2);
	}
}

@media (max-width: 550px) {
	.help__item ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.help__item ul li {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.help__title {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}

/* blog */
.blog__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 50px;
}

.blog__item {
	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: 15px;
	-ms-flex-preferred-size: calc((100% - 80px) / 3);
	flex-basis: calc((100% - 80px) / 3);
}

.blog__item:hover .blog__title {
	color: #4C74C2;
}

.blog__item:hover .blog__picture img {
	scale: 1.3;
}

.blog__picture {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}

.blog__picture img {
	min-height: 235px;
	max-height: 235px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 15px;
	-webkit-transition: scale 7s linear;
	-o-transition: scale 7s linear;
	transition: scale 7s linear;
}

.blog__category {
	position: absolute;
	top: 20px;
	right: 25px;
	color: #fff;
	background-color: #4C74C2;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}

.blog__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
}

.blog__text {
	color: rgba(38, 50, 72, 0.5254901961);
	margin-bottom: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.blog__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.blog__date::before {
	display: block;
	content: "";
	width: 21px;
	height: 21px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url("../img/icons/date.svg") center center no-repeat;
}

.blog__top {
	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;
	padding-bottom: 45px;
	border-bottom: 1px dashed #C4D2E4;
	margin-bottom: 45px;
}

.blog__count {
	opacity: 0.55;
}

/* blog media */
@media (max-width: 980px) {
	.blog__inner {
		gap: 20px;
		row-gap: 20px;
	}

	.blog__item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
		gap: 10px;
	}

	.blog__title {
		font-size: 18px;
	}

	.blog__text {
		margin-bottom: 0;
	}
}

@media (max-width: 700px) {
	.blog__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
}

@media (max-width: 550px) {
	.blog__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.blog__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.blog__title {
		margin-bottom: 0;
		font-size: 16px;
	}
}

@media (max-width: 380px) {
	.blog__picture img {
		max-height: 155px;
		min-height: 155px;
		border-radius: 10px;
	}

	.blog__picture {
		border-radius: 10px;
		margin-bottom: 5px;
	}
}

/* filter */
.filter__list {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 15px;
	right: 0;
	background-color: #4C74C2;
	color: #fff;
	-webkit-transition: opacity 0.2s linear, top 0.4s linear, border-radius 0.3s linear;
	-o-transition: opacity 0.2s linear, top 0.4s linear, border-radius 0.3s linear;
	transition: opacity 0.2s linear, top 0.4s linear, border-radius 0.3s linear;
	pointer-events: none;
	opacity: 0;
	border-radius: 10px;
	z-index: 30;
}

.filter__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;
}

.filter__list ul button:hover {
	color: #EE655E;
}

.filter__current {
	border-radius: 10px;
	position: relative;
	z-index: 31;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 25px;
	background-color: #4C74C2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border: 1px solid #4C74C2;
	-webkit-transition: border-radius 0.3s linear;
	-o-transition: border-radius 0.3s linear;
	transition: border-radius 0.3s linear;
}

.filter__current::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: border-color 0.4s linear, -webkit-transform 0.4s linear;
	transition: border-color 0.4s linear, -webkit-transform 0.4s linear;
	-o-transition: transform 0.4s linear, border-color 0.4s linear;
	transition: transform 0.4s linear, border-color 0.4s linear;
	transition: transform 0.4s linear, border-color 0.4s linear, -webkit-transform 0.4s linear;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter__wrappper {
	width: 100%;
	max-width: 470px;
}

@-webkit-keyframes filterHide {
	0% {
		display: -webkit-box;
		display: flex;
		scale: 1;
		opacity: 1;
	}

	100% {
		display: none;
		scale: 0.5;
		opacity: 0;
	}
}

@keyframes filterHide {
	0% {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		scale: 1;
		opacity: 1;
	}

	100% {
		display: none;
		scale: 0.5;
		opacity: 0;
	}
}

@-webkit-keyframes filterShow {
	0% {
		display: none;
		scale: 0.5;
		opacity: 0;
	}

	100% {
		display: -webkit-box;
		display: flex;
		scale: 1;
		opacity: 1;
	}
}

@keyframes filterShow {
	0% {
		display: none;
		scale: 0.5;
		opacity: 0;
	}

	100% {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		scale: 1;
		opacity: 1;
	}
}

.filter__item {
	-webkit-animation: filterShow 0.5s forwards;
	animation: filterShow 0.5s forwards;
}

.filter__item.hide {
	-webkit-animation: filterHide 0.5s forwards;
	animation: filterHide 0.5s forwards;
	display: none;
}

.filter__wrappper {
	position: relative;
}

/* filter media */
@media (min-width: 1024px) {
	.filter__wrappper:hover .filter__list {
		opacity: 1;
		pointer-events: all;
		top: 100%;
		border-radius: 0 0 10px 10px;
	}

	.filter__wrappper:hover .filter__current {
		border-radius: 10px 10px 0 0;
	}

	.filter__wrappper:hover .filter__current::after {
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@media (max-width: 1024px) {
	.filter__list.active {
		opacity: 1;
		pointer-events: all;
		top: 100%;
		border-radius: 0 0 10px 10px;
	}

	.filter__current.active {
		border-radius: 10px 10px 0 0;
	}

	.filter__current.active::after {
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
}

@media (max-width: 700px) {
	.filter__wrappper {
		max-width: 100%;
	}
}

/* article */
.article__form {
	background: #648FE2;
	background: -o-linear-gradient(135deg, #648FE2, #4D75C2);
	background: linear-gradient(315deg, #648FE2, #4D75C2);
	border-radius: 15px;
	padding: 30px 25px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	color: #fff;
	position: sticky;
	top: 100px;
}

.article__sidebar {
	max-width: 330px;
	min-width: 330px;
}

.article__form-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.article__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article__item {
	max-width: 1010px;
}

/* article media */
@media (max-width: 750px) {
	.article__sidebar {
		display: none;
	}

	.article__item {
		max-width: 100%;
	}
}

/* articles */
.articles__slide {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.rating-area {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 3px;
	overflow: hidden;
}

.rating-area:before {
	content: "";
	display: block;
	font-size: 24px;
}

.rating-area:not(:checked)>label {
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 24px;
	line-height: 1;
	padding: 0;
	-webkit-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
	width: 32px;
}

.rating-area:not(:checked)>label:before {
	-webkit-text-stroke: 1px #1544EF;
	content: "★";
	font-weight: 700;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label,
.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
	color: #1544EF;
}

.article-share__inner {
	padding-top: 20px;
	margin-top: 40px;
	border-top: 1px solid #E0EAF4;
	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;
}

.article-share__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.article-share__title {
	font-weight: 500;
	font-size: 20px;
	color: #30354B;
}

.article-share__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.article-share__share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #858FA1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.article-share__share:hover {
	color: #EE655E;
}

.article-share__share::after {
	display: block;
	content: "";
	width: 20px;
	height: 16px;
	background: url("../img/icons/share.svg") center center no-repeat;
}

.article-share__rating-title {
	font-size: 24px;
	font-weight: 500;
}

.article-share__rating-rating {
	font-size: 16px;
	opacity: 0.5;
}

.rating-area:not(:checked)>input {
	display: none;
}

@media (max-width: 850px) {
	.article-share__inner {
		-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;
		margin-top: 30px;
	}
}

@media (max-width: 750px) {
	.article-share__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 550px) {
	.article-share__rating {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.article-share__title {
		font-size: 18px;
	}

	.article-share__rating-title {
		width: 100%;
		font-size: 18px;
	}

	.article-share__share {
		font-size: 18px;
	}

	.article-share__rating-rating {
		font-size: 12px;
	}

	.articles__container {
		padding: 0;
	}

	.articles_swiper-pag {
		display: none;
	}

	.articles__inner,
	.section__top_articles {
		padding: 0 10px;
	}
}

/* video */
.video__item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: block;
}

.video__item::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: -o-radial-gradient(at center, rgba(19, 22, 17, 0), rgba(1, 1, 1, 0.2941176471));
	background: radial-gradient(at center, rgba(19, 22, 17, 0), rgba(1, 1, 1, 0.2941176471));
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: 20px;
}

.video__item:hover .video__play {
	background-color: #4C74C2;
}

.video__item:hover .video__play::before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.video__play {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 3;
	-webkit-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

.video__play::before {
	display: block;
	content: "";
	width: 16px;
	-webkit-transition: -webkit-filter 0.3s linear;
	transition: -webkit-filter 0.3s linear;
	-o-transition: filter 0.3s linear;
	transition: filter 0.3s linear;
	transition: filter 0.3s linear, -webkit-filter 0.3s linear;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 4;
	background: url("../img/video/play.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/video/play.svg")) {
	.video__play::before {
		background: url("../img/video/play.png") center center no-repeat;
		background-size: cover;
	}
}

.video__name {
	position: absolute;
	bottom: 30px;
	left: 35px;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	max-width: calc(100% - 70px);
	font-size: 24px;
	z-index: 3;
}

.video__picture {
	width: 100%;
	height: 100%;
}

.video__picture img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}

/* video media */
@media (max-width: 650px) {
	.video__play {
		width: 40px;
		height: 40px;
	}

	.video__play:before {
		width: 8px;
		height: 9px;
	}

	.video__name {
		font-size: 16px;
		bottom: 15px;
		left: 20px;
		max-width: calc(100% - 40px);
	}
}

/* stocks */
.stocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	border-bottom: 1px dashed #C4D2E4;
	width: 100%;
	max-width: 1460px;
	padding: 0 10px;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.stocks__item {
	padding: 35px 15px 0 20px;
	border-radius: 15px;
	background-color: #F1F5FA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	position: relative;
	height: auto;
}

.stocks__item::before {
	display: block;
	content: "";
	width: 100%;
	z-index: -1;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	background: url("../img/stocks/bg.webp") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/stocks/bg.webp")) {
	.stocks__item::before {
		background: url("../img/stocks/bg.png") center center no-repeat;
		background-size: cover;
	}
}

.stocks__card {
	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-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 220px;
	padding-bottom: 35px;
}

.stocks__name {
	font-weight: 700;
	font-size: 26px;
	color: #4C74C2;
}

.stocks__text {
	display: block;
	margin-bottom: 45px;
}

.stocks__text {
	opacity: 0.55;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

}

.stocks__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #4C74C2;
}

.stocks__link::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1px solid #4C74C2;
	border-bottom: 1px solid #4C74C2;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: margin-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: margin-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: margin-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.stocks__link:hover::after {
	margin-left: 30px;
}

.stocks__picture {
	/* max-width: 150px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	/* -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; */
}

.stocks__picture img {
	-o-object-fit: cover;
	object-fit: cover;

}

.swiper-stocks__item {
	flex-basis: auto;
	min-width: auto !important;
}

/* stocks media */
@media (max-width: 1200px) {

	.stocks__item {
		min-width: 375px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 0;
		-webkit-transform: rotateY(0);
		transform: rotateY(0);
	}

	.stocks__picture {
		min-width: 125px;
	}

	.stocks__text {
		margin-bottom: 30px;
	}

	.stocks__name {
		font-size: 20px;
	}

	.stocks {
		gap: 10px;
	}
}

@media (max-width: 650px) {
	.stocks__link:hover::after {
		margin-left: 0;
	}

	.stocks {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.stocks__item {
		min-width: 300px;
	}

	.stocks__picture {
		min-width: 100px;
	}

	.stocks__card {
		padding-bottom: 10px;
	}

	.swiper-stocks {
		padding: 0;
	}

	.swiper-stocks__container {
		padding: 0;
	}

	.section__top-swiper-stock {
		padding: 0 10px;
	}
}

/* main-sctoks */
.main-stocks__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.main-stocks__item {
	-ms-flex-preferred-size: calc((100% - 40px) / 3);
	flex-basis: calc((100% - 40px) / 3);
	min-width: auto;
}

@media (max-width: 1020px) {
	.main-stocks__item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}
}

@media (max-width: 650px) {
	.main-stocks__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.main-stocks__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

/* about */
.about {
	background: #F1F5FA;
	background: -o-linear-gradient(65deg, #F1F5FA, #D9E3F0);
	background: linear-gradient(25deg, #F1F5FA, #D9E3F0);
	padding-top: 25px;
}

.about .breadcrumbs {
	margin-bottom: 0;
}

.about__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.about__title {
	margin-bottom: 40px;
	max-width: 650px;
}

.about__item {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	padding-bottom: 140px;
	padding-top: 20px;
}

.about__item p {
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 15px;
}

.about__picture {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px);
	min-width: 680px;
}

/* about media */
@media (max-width: 1200px) {
	.about .breadcrumbs {
		padding-bottom: 40px;
	}

	.about__inner {
		-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;
	}

	.about__picture {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		min-width: auto;
	}

	.about__item {
		padding: 0;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.about__title {
		max-width: 100%;
	}
}

@media (max-width: 550px) {
	.about__item p {
		padding: 15px;
	}

}

/* mission */
.mission__inner {
	padding: 80px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	color: #fff;
	text-align: center;
}

.mission__inner p {
	max-width: 870px;
	font-size: 22px;
	font-weight: 600;
}

.mission__picture {
	margin-bottom: 5px;
	width: 100%;
	max-width: 81px;
}

.mission__title {
	font-size: 45px;
	font-weight: 700;
}

/* mission media */
@media (max-width: 700px) {
	.mission__title {
		font-size: 24px;
	}

	.mission__inner p {
		font-size: 16px;
	}

	.mission__inner {
		padding: 40px 0;
	}

	.mission {
		padding: 0;
	}
}

/* another */
.another__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.another__item {
	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;
	border-radius: 15px;
	border: 1px solid #D2DCF0;
	-ms-flex-preferred-size: calc((100% - 60px) / 4);
	flex-basis: calc((100% - 60px) / 4);
	padding: 60px 40px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.another__item:hover {
	border-color: #4C74C2;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

/* another media */
@media (max-width: 980px) {
	.another__item {
		padding: 40px 20px;
	}
}

@media (max-width: 700px) {
	.another__item {
		min-width: 275px;
		scroll-snap-align: start;
	}

	.another__inner {
		gap: 10px;
		overflow: auto;
		padding: 0 10px 20px;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
	}

	.another__container {
		padding: 0;
	}

	.another__title {
		padding: 0 10px;
	}
}

/* contact */
.contact__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.contact__content {
	width: 100%;
	max-width: 420px;
	min-width: 420px;
	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;
}

.contact__map {
	max-width: 950px;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
}

.contact__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;
}

.contact__item-title {
	font-size: 14px;
	opacity: 0.45;
	display: block;
}

.contact__phone {
	font-size: 26px;
	font-weight: 600;
}

.contact__phone:hover {
	color: #EE655E;
}

.contact__address {
	font-size: 18px;
	font-weight: 600;
}

.contact__address button {
	color: #4C74C2;
}

.contact__address button:hover {
	color: #EE655E;
}

.contact__email {
	font-size: 18px;
	font-weight: 600;
}

.contact__email:hover {
	color: #EE655E;
}

.contact__social {
	margin: 15px 0;
}

.contact__card {
	padding: 20px 25px;
	background-color: #F1F5FA;
	border-radius: 10px;
	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: 20px;
	padding-right: 40px;
	font-size: 14px;
	color: rgba(38, 50, 72, 0.4941176471);
}

.social__link_contact {
	background-color: #F1F5FA;
}

/* contact media */
@media (max-width: 850px) {
	.contact__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contact__content {
		max-width: 100%;
		min-width: auto;
		gap: 15px;
	}

	.contact__map {
		height: 510px;
	}
}

@media (max-width: 500px) {
	.contact__phone {
		font-size: 20px;
	}

	.contact__item-title {
		font-size: 12px;
	}

	.contact__address,
	.contact__email,
	.contact__text {
		font-size: 16px;
	}

	.contact__card {
		padding: 15px;
		padding-top: 35px;
	}
}

/* footer */
.footer__top {
	padding: 80px 0;
	background-color: #263248;
	color: #fff;
}

.footer__head {
	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;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2745098039);
}

.footer__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo__title_footer {
	color: #A1B9E8;
}

.footer__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: 25px;
	width: 100%;
	max-width: 280px;
	min-width: 280px;
}

.footer__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer__item>a:hover {
	color: #EE655E;
}

.footer__item-title {
	font-size: 14px;
	opacity: 0.55;
}

.footer__phone {
	font-size: 26px;
	font-weight: 600;
}

.footer__address,
.footer__text,
.footer__mail {
	font-size: 18px;
	font-weight: 600;
}

.footer__address button {
	color: #A1B9E8;
}

.footer__address button:hover {
	color: #EE655E;
}

.footer__pay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__pay-picture {
	background-color: #313C51;
	border-radius: 5px;
	height: 45px;
	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;
	padding: 0 20px;
}

.footer__search {
	text-align: left;
	padding-bottom: 15px;
	padding-right: 30px;
	max-width: 280px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
	position: relative;
}

.footer__search::after {
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../img/icons/search_white.svg") center center no-repeat;
	background-size: cover;
}

.footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/* justify-content: space-between; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 920px;
}

.footer__nav-item {
	-ms-flex-preferred-size: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
	max-width: 265px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.footer__nav-title {
	pointer-events: none;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: left;
}

.footer__list {
	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;
}

.footer__link a {
	color: rgba(255, 255, 255, 0.4509803922);
	font-size: 14px;
}

.footer__link a:hover {
	color: #EE655E;
}

.footer__list_wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 10px;
}

.footer__link_big {
	-ms-flex-preferred-size: calc((100% - 40px) / 2);
	flex-basis: calc((100% - 40px) / 2);
}

.footer__link_big a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.footer__link_big a:hover {
	color: #EE655E;
}

.footer__bottom {
	padding: 20px 0;
	background-color: #1C2639;
	text-align: center;
	color: rgba(255, 255, 255, 0.5058823529);
	font-size: 14px;
}

/* footer media */
@media (max-width: 1200px) {
	.footer__nav {
		gap: 20px;
	}

	.footer__nav-item {
		-ms-flex-preferred-size: calc((100% - 40px) / 3);
		flex-basis: calc((100% - 40px) / 3);
	}

	.footer__nav-title {
		font-size: 16px;
	}

	.footer__link_big a {
		font-size: 16px;
	}
}

@media (max-width: 1020px) {
	.footer__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__content {
		max-width: 100%;
		min-width: auto;
	}

	.footer__top {
		padding: 40px 0;
	}

	.footer__head {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer__btns {
		width: 100%;
	}

	.footer__btn {
		-ms-flex-preferred-size: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
	}
}

@media (max-width: 850px) {
	.footer__nav-item {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
		max-width: calc(50% - 10px);
	}
}

@media (max-width: 550px) {
	.footer__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__btn {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		width: 100%;
	}

	.footer__head {
		-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;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.footer__phone {
		font-size: 20px;
	}

	.footer__content {
		gap: 15px;
	}

	.footer__address,
	.footer__text,
	.footer__mail {
		font-size: 16px;
	}

	.footer__item {
		gap: 5px;
	}

	.footer__search {
		max-width: 100%;
	}

	.footer__nav-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.footer__nav-title {
		pointer-events: all;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.footer__nav-title::after {
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: -webkit-transform 0.2s linear;
		transition: -webkit-transform 0.2s linear;
		-o-transition: transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}

	.footer__nav-title.active::after {
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.footer__list {
		display: none;
		margin-top: 10px;
	}

	.footer__list.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer__list_wrap {
		gap: 10px;
		margin-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__bottom {
		font-size: 12px;
		padding: 15px 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;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.7);
}

.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: 950px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-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;
	border-radius: 30px;
	gap: 10px;
	padding: 80px 120px;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background: #648FE2;
	background: -o-linear-gradient(135deg, #648FE2, #4D75C2);
	background: linear-gradient(315deg, #648FE2, #4D75C2);
	-webkit-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	transform: translateY(100vh);
}

.popup__content>* {
	position: relative;
	z-index: 2;
}

.popup__content::before,
.popup__content::after {
	display: block;
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.popup__content::before {
	right: 0;
	width: 360px;
	height: 470px;
	top: 0;
	background: url("../img/icons/popup-bg.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/popup-bg.svg")) {
	.popup__content::before {
		background: url("../img/icons/popup-bg.png") center center no-repeat;
		background-size: cover;
	}
}

.popup__content::after {
	left: 0;
	width: 350px;
	height: 370px;
	bottom: 0;
	background: url("../img/icons/popup-bg2.svg") center center no-repeat;
	background-size: cover;
}

@supports not (background: url("../img/icons/popup-bg2.svg")) {
	.popup__content::after {
		background: url("../img/icons/popup-bg2.png") center center no-repeat;
		background-size: cover;
	}
}

.popup__content_white {
	background: #fff;
	color: #263248;
}

.popup__content_white::before,
.popup__content_white::after {
	display: none;
}

.popup__content_city {
	padding: 60px 30px 30px;
	max-width: 534px;
}

.popup__body_search {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}

.popup__content_search {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	border-radius: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup-service__content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	padding: 0;
	border-radius: 0;
	max-width: none;
}

.popup__content_reviews {
	padding: 0;
	color: #263248;
	background: #fff;
	overflow: visible;
}

.popup__content_reviews::before,
.popup__content_reviews::after {
	display: none;
}

.popup.open .popup__content {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.popup__title {
	margin-bottom: 15px;
	width: 100%;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
}

.popup__title_black {
	color: #263248;
}

.popup__city-form,
.popup__search-form {
	position: relative;
	width: 100%;
}

.popup__city-form::after,
.popup__search-form::after {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	background: url("../img/icons/search.svg") center center no-repeat;
	background-size: contain;
}

.popup__search-form,
.popup__search-list {
	max-width: 800px;
}

.search__input {
	background-color: #F1F5FA;
	width: 100%;
	border-radius: 60px;
	color: rgba(38, 50, 72, 0.4862745098);
	padding: 15px 25px;
	padding-right: 60px;
}

.popup__city-list {
	margin-top: 20px;
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	overflow-y: auto;
	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;
}

.city__item {
	display: none;
}

.city__item.big-city {
	display: block;
}

.popup__city-list li.hide-search {
	display: none;
}

.popup__city-list li.show-search {
	display: block;
}

.popup__city-list li a:hover {
	color: #EE655E;
}

.popup__title_search {
	max-width: 800px;
}

.popup__search-list {
	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: 10px;
	max-height: 300px;
	overflow-y: auto;
	margin-top: 20px;
}

.popup__search-list li {
	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: 15px 25px;
}

.popup__search-list li:nth-child(even) {
	background-color: #F1F5FA;
}

.popup__search-list li a {
	font-size: 18px;
	font-weight: 600;
}

.popup__search-list li a:hover {
	color: #EE655E;
}

.popup__search-list li span {
	opacity: 0.55;
}

.popup__subtitle {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 35px;
	display: block;
}

.popup__input {
	width: 100%;
}

.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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}

.popup__form>* {
	-ms-flex-preferred-size: calc((100% - 20px) / 2);
	flex-basis: calc((100% - 20px) / 2);
}

.popup__textarea {
	width: 100%;
}

.popup__search-wrapper {
	width: 100%;
	margin-bottom: 15px;
}

.popup__search {
	font-size: 12px;
	color: #333333;
}

.popup__search::-webkit-input-placeholder {
	font-size: 12px;
	color: #333333;
}

.popup__search::-moz-placeholder {
	font-size: 12px;
	color: #333333;
}

.popup__search:-ms-input-placeholder {
	font-size: 12px;
	color: #333333;
}

.popup__search::-ms-input-placeholder {
	font-size: 12px;
	color: #333333;
}

.popup__search::placeholder {
	font-size: 12px;
	color: #333333;
}

.popup__btn {
	width: 100%;
}

.popup__politic {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.popup__politic a {
	text-decoration: underline;
}

.popup__politic a:hover {
	color: #EE655E;
}

.close-popup {
	cursor: pointer;
	position: absolute;
	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;
	top: 15px;
	right: 15px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.close-popup img {
	height: 100%;
}

.close-popup:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.close-popup_service {
	top: 15px;
	right: 15px;
}

.popup__form-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup__textarea {
	padding: 15px 20px;
	resize: none;
	background-color: #6b90da;
	border-radius: 15px;
	min-height: 150px;
	max-height: 350px;
	color: #fff;
}

.popup__textarea::-webkit-input-placeholder {
	color: #fff;
}

.popup__textarea::-moz-placeholder {
	color: #fff;
}

.popup__textarea:-ms-input-placeholder {
	color: #fff;
}

.popup__textarea::-ms-input-placeholder {
	color: #fff;
}

.popup__textarea::placeholder {
	color: #fff;
}

/* popup MEDIA */
@media (max-width: 900px) {
	.popup__content {
		padding: 60px 20px 20px;
		border-radius: 10px;
	}

	.popup__content_reviews {
		padding: 0;
		border-radius: 30px;
	}

	.popup__content_search {
		border-radius: 0;
	}

	.popup__title {
		font-size: 20px;
	}

	.popup__subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.popup__form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 550px) {
	.popup__form-subtitle {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.reviews__item_original {
		padding: 40px 15px 20px;
	}

	.popup__search-list li {
		padding: 5px 10px;
		gap: 5px;
	}

	.popup__search-list li a {
		font-size: 16px;
	}

	.close-popup {
		width: 24px;
		height: 24px;
		top: 10px;
		right: 10px;
	}

	.close-popup__search {
		top: 70px;
	}
}

/* popup-service */
.popup-service {
	margin-left: -100vw;
	height: 100vh;
	-webkit-transition: opacity 0.3s ease, margin-left 0.4s ease;
	-o-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;
	-ms-transform: none;
	transform: none;
	overflow: hidden;
}

.popup__body_popup-service {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}

.popup-service__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.popup-service__content {
	background: #fff;
	padding: 0;
	height: 100vh;
	width: 100%;
	max-width: 1100px;
	color: #263248;
	scale: 1;
}

.popup-service__tabs {
	padding: 90px 0;
	background-color: #4C74C2;
	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: 32px 50px;
	font-size: 18px;
	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: #4C74C2;
}

.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: #4C74C2;
}

.popup-service__search-search::-webkit-input-placeholder {
	color: #4C74C2;
}

.popup-service__search-search::-moz-placeholder {
	color: #4C74C2;
}

.popup-service__search-search:-ms-input-placeholder {
	color: #4C74C2;
}

.popup-service__search-search::-ms-input-placeholder {
	color: #4C74C2;
}

.popup-service__search-search::placeholder {
	color: #4C74C2;
}

.popup-service__item-title {
	display: block;
	margin-bottom: 32px;
	font-weight: bold;
	transition: color 0.4s linear;
}

.popup-service__item-title:hover {
	color: #4C74C2;
}


.popup-service__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: auto;
}

.popup-service__item .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__item .search-list li {
	-ms-flex-preferred-size: calc((100% - 32px) / 2);
	flex-basis: calc((100% - 32px) / 2);
}

.popup-service__item .search-list li.hide-search {
	display: none;
}

.popup-service__item .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__item .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;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.popup-service__item .search-list a:hover {
	color: #4C74C2;
}

.popup-service__item .search-list a:hover::before {
	background-color: #4C74C2;
}

.popup-service_tabs__active {
	display: none;
}

.popup-service__search-btn {
	border-radius: 5px;
}

/* popup-service media */
@media (max-width: 1200px) {
	.popup-service__content {
		max-width: 80vw;
	}
}

@media (max-width: 950px) {
	.popup-service__content {
		max-width: 100%;
	}

	.popup-service__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.popup-service__tabs {
		padding-top: 0;
		padding-bottom: 0;
	}

	.popup-service_tabs__container {
		position: fixed;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10020;
		background-color: #141414;
		background-color: rgba(0, 0, 0, 0.6);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 0.2s ease;
		-o-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;
		-o-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: #4C74C2;
		border-radius: 10px;
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}

	.popup-service__search-title {
		display: none;
	}

	.popup-service__item-title {
		display: none;
	}

	.popup-service__item .search-list a {
		font-size: 14px;
	}

	.popup-service__item .search-list {
		max-height: 100%;
		row-gap: 12px;
		line-height: 1.2;
	}
}

@media (max-width: 550px) {
	.popup-service__body {
		padding: 20px;
	}

	.popup-service__item .search-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.popup-service__content {
		width: 100%;
	}
}


@media (min-width: 1280px) {

	.header__subnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header__link {
		padding: 15px 0;
	}

	.header__link>.panel-title {
		-webkit-transition: -webkit-transform 0.3s linear;
		transition: -webkit-transform 0.3s linear;
		-o-transition: transform 0.3s linear;
		transition: transform 0.3s linear;
		transition: transform 0.3s linear, -webkit-transform 0.3s linear;
		pointer-events: none;
	}

	.panel-title__btn-service {
		display: none;
	}

	.header__sublink {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		position: relative;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	.header__sublink>button {
		-webkit-transition: -webkit-transform 0.2s linear;
		transition: -webkit-transform 0.2s linear;
		-o-transition: transform 0.2s linear;
		transition: transform 0.2s linear;
		transition: transform 0.2s linear, -webkit-transform 0.2s linear;
	}

	.header__subsublink>a {
		display: block;
		padding: 10px;
	}

	.header__sublink a {
		padding: 10px;
	}

	.header__sublink:hover {
		background: #FFF;
		border-radius: 15px;
	}

	.header__sublink a {
		color: inherit;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.4;
		width: 100%;
	}

	.header__sublink button {
		pointer-events: none;
		margin-left: auto;
	}

	.header__subnav {
		color: #000;
		z-index: 100;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
		position: absolute;
		pointer-events: none;
		opacity: 0;
		top: 88%;
		scale: 1.2;
		-webkit-transition: opacity 0.15s linear, scale 0.3s linear;
		-o-transition: opacity 0.15s linear, scale 0.3s linear;
		transition: opacity 0.15s linear, scale 0.3s linear;
		border-radius: 15px;
		background: #F8F7F8;
	}

	.header__link:hover>.panel-title {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header__link:hover .header__subnav {
		pointer-events: all;
		opacity: 1;
		scale: 1;
	}

	.header__sublink:hover>button {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.header__sublink:hover .header__subsubnav {
		scale: 1;
		opacity: 1;
		pointer-events: all;
	}

	.header.fixed {
		-webkit-animation: headerFixed 0.3s linear;
		animation: headerFixed 0.3s linear;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	}

	.header.fixed .header__top,
	.header.fixed .top-plashka__inner {
		display: none;
	}

	.header__subsubnav {
		-webkit-transition: opacity 0.15s linear, scale 0.3s linear;
		-o-transition: opacity 0.15s linear, scale 0.3s linear;
		transition: opacity 0.15s linear, scale 0.3s linear;
		background-color: #fff;
		color: inherit;
		padding: 10px 0;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
		position: absolute;
		left: 100%;
		scale: 1.2;
		top: 0;
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		max-height: 50vh;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.header__subsubnav::-webkit-scrollbar {
		width: 6px;
	}

	.header__subsubnav::-webkit-scrollbar-thumb {
		background-color: #4C74C2;
		border-radius: 10px;
	}

	/* .header-mobile {
        display: none;
    } */
}

.schedule-disclaimer {
	background-color: #fff;
	padding: 15px 25px;
	margin-top: 20px;
	border-radius: 25px;
}

.schedule-disclaimer__offer a {
	color: #4C74C2;
}

.schedule-disclaimer__offer a:hover {
	color: #EE655E;
}


.error__block {
	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;
	text-align: center;
	margin-bottom: 100px;
}

.error__block span {
	font-size: 300px;
	line-height: 1;
	font-weight: bold;
}

.error__block h2 {
	color: #4C74C2;
}

.reviews__bottom-picture img {
	max-height: 35px;
}

.faq__btn {
	padding: 10px 0;
}


/* schedule */



.schedule__table {
	display: block;
	width: 100%;
	margin-bottom: 40px;

}

.schedule__head {
	display: block;
	width: 100%;
	line-height: 1;
	color: rgba(38, 50, 72, 0.5019607843);
	font-weight: 400;
}

.schedule__body {
	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;
	width: 100%;
}

.schedule__head {
	margin-bottom: 30px;
}

.schedule__head tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.schedule__head tr th {
	display: block;
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #D2DCF0;
}

.schedule__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.schedule__item td {
	padding-bottom: 30px;
	display: block;
	border-bottom: 1px solid #D2DCF0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.schedule__item:last-child td {
	padding-bottom: 0;
	border-bottom: none;
}

.schedule__item.hide {
	display: none;
}

.schedule__item.hide-search {
	display: none;
}

.schedule__item.show-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.schedule__head-name,
.schedule__name {
	width: 100%;
	text-align: left;
}

.schedule__day {
	width: 100%;
}

.schedule__day {
	font-weight: 600;
	color: #4C74C2;
	font-size: 18px;
	white-space: nowrap;
	line-height: 1;
}

.schedule__name-mobile {
	display: none;
}

/* schedule media */
@media (max-width: 1120px) {

	.schedule__name-mobile {
		display: block;
		text-align: left;
		line-height: 1;
		color: rgba(38, 50, 72, 0.5019607843);
	}

	.schedule__day-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 50px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.schedule__head {
		display: none;
	}

	.schedule__item {
		padding-bottom: 20px;
		border-bottom: 1px solid #D2DCF0;
		gap: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: calc((100% - 30px) / 2);
	}

	.schedule__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.schedule__item td {
		padding-bottom: 0;
		border-bottom: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.schedule__day {
		font-size: 14px;
		max-width: 100%;
		-ms-flex-preferred-size: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align: right;
	}

	.schedule__name {
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
	}

}

@media (max-width: 700px) {
	.schedule__body {
		-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;
		width: 100%;
	}

	.schedule__item {
		width: 100%;
	}
}

.search_btn {
	cursor: pointer;
}

.search__wrap {
	margin: 30px 0;
}

@media (min-width: 551px) {
	.directions__btn {
		display: none;
	}
}

@media (max-width: 550px) {
	.directions__btn {
		display: flex;
	}
}

.main a,
.text__content a, 
.text__content p a,
.text__content ul li a,
.text__content ol li a {
    color: #4C74C2;
}
.main a:hover,
.text__content a:hover, 
.text__content p a:hover,
.text__content ul li a:hover,
.text__content ol li a:hover {
	color: #EE655E;
}

.form__politic a {
    color: #cbcaca;
}

.service__item .breadcrumbs li a {
    color: rgba(255, 255, 255, 0.768627451);
}

.faq.faq__sections {
    margin-top: 80px;
    margin-bottom: 80px;
}

.faq.faq__sections .faq__inner {
    flex-direction: column;
}

.faq__sections .faq__card, .faq__sections .faq__items, .faq__sections .faq__item
{
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1280px) {
.header-top.header-top-desctop {
    display: none;
}
}

.footer__bottom-text-link {
	color: #FFFFFF;
}

.footer_info-photo img {
    width: 100%;
    object-fit: none;
    max-width: 100%;
}

.footer_info-photo--plan {
    display: none;
}

.footer_info-photo--mob {
    display: none;
}

@media (max-width: 1390px) {
    .footer_info-photo--desc {
        display: none;
    }

    .footer_info-photo--plan {
        display: block;
    }
}

@media (max-width: 620px) {
    .footer_info-photo--mob {
        display: block;
    }

    .footer_info-photo--plan {
        display: none;
    }
}

.footer_info-photo {
    display: flex;
    justify-content: center;
}