._border-title {
	border: 1px solid #00c1d8;
	border-radius: 12px;
	font-size: 24px;
	font-weight: 700;
	max-width: fit-content;
	margin-inline: auto;
	padding: 10px 50px;
	text-align: center;
}
._title {
	font-size: 43px;
	line-height: calc(55 / 43 * 100%);
	font-weight: 700;
	text-align: center;
}
.catalog-section1 {
	padding-top: 80px;
}
.catalog-section1__container {
	position: relative;
}
.catalog-section1__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 50px;
}
.catalog-section1__item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	gap: 26px;
	background-color: #fcfcfc;
	border-radius: 20px;
	padding-top: 46px;
	height: 100%;
	padding-bottom: 40px;
}
.catalog-section1__item-pic {
	height: 67px;
}
.catalog-section1__item-text {
	font-size: 18px;
	line-height: calc(22 / 18 * 100%);
	text-align: center;
	font-weight: 400;
}
.catalog-section1__circles {
	position: absolute;
	bottom: -600px;
	right: -340px;
	z-index: -1;
}
.catalog-section2 {
	margin-top: 121px;
}

/* catalog-items */

.catalog-items__wrapper {
	margin-top: 60px;
}

.catalog-items {
	display: flex;
	flex-wrap: wrap;
	gap: 31px;
	position: relative;
	z-index: 1;
}

.catalog-items__item {
	display: flex;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	transition: border-color .1s ease-in-out;
}

@media (any-hover: hover) {
	.catalog-items__item:hover {
		border-color: #00c1d8;
	}
}

/* Базовая ширина для 3-х колонок */
.catalog-items__item {
  width: calc((100% - 62px) / 3); /* 3 items, 2 gaps по 31px */
}

/* Остался 1 элемент в последнем ряду */
.catalog-items__item:last-child:nth-child(3n + 1) {
  width: 100%;
}

/* Остались 2 элемента в последнем ряду */
.catalog-items__item:nth-last-child(2):nth-child(3n + 1),
.catalog-items__item:last-child:nth-child(3n + 2) {
  width: calc((100% - 31px) / 2); /* 2 items, 1 gap */
}

.catalog-items__pic {
	width: 150px;
	flex-shrink: 0;
	position: relative;
}

.catalog-items__pic img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.catalog-items__pic img {
	height: 100% !important;
}

.catalog-items__text {
	align-self: center;
	padding-left: 40px;
	color: #000;
	margin-bottom: 0;
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	padding-right: 15px;
}


@media (max-width: 1230px) {
	.catalog-items {
		gap: 15px;
	}

	.catalog-items__item {
		width: calc((100% - 30px) / 3); /* 2 gaps по 15px */
	}

	.catalog-items__item:nth-last-child(2):nth-child(3n + 1),
	.catalog-items__item:last-child:nth-child(3n + 2) {
		width: calc((100% - 15px) / 2); /* 1 gap */
	}
	
	.catalog-items__pic {
		width: 120px;
	}

	.catalog-items__text {
		padding-left: 20px;
	}
}

@media (max-width: 991.98px) {
	.catalog-items__item {
		width: calc((100% - 15px) / 2);
	}

	.catalog-items__item:last-child:nth-child(2n + 1) {
		width: 100%;
	}

	.catalog-items__item:nth-last-child(2):nth-child(2n + 1),
	.catalog-items__item:last-child:nth-child(2n) {
		width: calc((100% - 15px) / 2);
	}
}

@media (max-width: 767.98px) {
	.catalog-items__wrapper {
		margin-top: 30px;
	}

	.catalog-items {
		gap: 10px;
	}

	.catalog-items__item {
		width: calc((100% - 10px) / 2);
	}

	.catalog-items__item:last-child:nth-child(2n + 1) {
		width: 100%;
	}

	.catalog-items__item:nth-last-child(2):nth-child(2n + 1),
	.catalog-items__item:last-child:nth-child(2n) {
		width: calc((100% - 10px) / 2);
	}

	.catalog-items__text {
		font-size: 16px;
		padding-left: 15px;
	}

	.catalog-items__pic {
		width: 100px;
	}
}


@media (max-width: 575.98px) {
	.catalog-items__wrapper {
		margin-top: 20px;
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;

		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;

		&::-webkit-scrollbar {
			display: none;
		}
	}

	.catalog-items {
		width: max-content;
        min-width: 100%;
        max-width: calc(300px * 3 + 10px * 2);
		padding-bottom: 10px;
	}

	.catalog-items__item {
		width: 300px;
	}

	.catalog-items__item:last-child,
	.catalog-items__item:nth-last-child(2) {
		width: 300px;
	}
}

/* END catalog-items */

.catalog-guarantees {
	margin-top: 160px;
}
.catalog-guarantees__container {
	position: relative;
}
.catalog-guarantees__title {
	font-size: 45px;
	line-height: calc(55 / 45 * 100%);
	font-weight: 700;
}
.catalog-guarantees__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 30px;
	margin-bottom: 35px;
}
.catalog-guarantees__list-item {
	position: relative;
	font-size: 18px;
	line-height: calc(28 / 18 * 100%);
	padding-left: 38px;
}
.catalog-guarantees__list-item::before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background-image: url(../img/mar/check.png);
	top: 1px;
	left: 0;
}
.catalog-guarantees__docs {
	position: absolute;
	right: -141px;
	top: -100px;
	z-index: 1;
}
._catalog-button {
	border-radius: 55.5px;
	font-size: 15px;
	line-height: calc(25 / 15 * 100%);
	padding: 30px 85px;
	height: 111px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: fit-content;
}
._catalog-button::before {
	border-radius: 55.5px;
}
.catalog-sectioon ._catalog-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin-inline: auto;
	margin-top: 90px;
}
._catalog-button::after {
	border-radius: 55.5px;
}
.catalog-section2__subtitle {
	margin-top: 25px;
}
.catalog__wrapper {
	max-width: 1569px;
	padding-top: 130px;
	background-color: #fafafc;
	border-radius: 25px;
	padding-bottom: 232px;
	margin-inline: auto;
	margin-top: 118px;
}
.catalog-item_white {
	background-color: #fff;
	border: none;
}
.catalog-guarantees__oborud {
	position: absolute;
	top: -380px;
	right: -348px;
	z-index: 0;
}
.catalog-guarantees2 {
	margin-top: 190px;
}
.catalog-guarantees2 .catalog-guarantees__docs {
	top: -30px;
	right: -66px;
}
.catalog-section4 {
	margin-top: 120px;
}
.catalog-section5 .catalog-section5__items {
	margin-top: 80px;
}
.catalog-section5 {
	margin-top: 132px;
	background-color: #fafafc;
	border-radius: 25px;
	margin-inline: auto;
	padding-top: 121px;
	max-width: 1569px;
	background-image: url(../img/mar/cat2_back.png);
	background-size: cover;
	background-position: top center;
	padding-bottom: 313px;
}
.catalog-section5__container {
	position: relative;
}
.catalog-section5__chair {
	position: absolute;
	bottom: -313px;
	left: -306px;
}
.catalog-partners {
	margin-top: 140px;
}
.catalog-partners ._catalog-button {
	margin-inline: auto;
	margin-top: 90px;
}
.catalog-partners__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-top: 65px;
}
.catalog-partners__item {
	background-color: #fff;
	box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 5px 7px 45px 8px;
}
.catalog-partners__pic-back {
	padding-bottom: 88.4%;
	position: relative;
	background-color: #f5f5f5;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-partners__pic-back img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	width: 100%;
	height: 100% !important;
}
.catalog-partners__text {
	margin-bottom: 0;
	font-size: 16px;
	line-height: calc(21 / 16 * 100%);
	font-weight: 700;
	padding-left: 12px;
	padding-top: 10px;
	color: #000;
}
.single-new__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.single-new {
	position: relative;
	padding: 208px 0 100px;
	margin-top: -257px;
	border-radius: 0 0 90px 90px;
	overflow: hidden;
	background-size: cover;
	background-color: #f5f5f5;
}
.single-new__img {
	display: none;
}
.single-new__content {
	z-index: 1;
	position: relative;
	text-align: center;
}
.single-new__title {
	font-size: 60px;
	font-weight: 400;
	color: #000;
}
.single-new__subtitle {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 47px;
}
.single-new2 {
	margin-top: 110px;
}
.new h2 {
	font-size: 29px;
	line-height: 146.666667%;
	font-weight: 700;
	margin-bottom: 17px;
}
.new p {
	font-size: 18px;
	line-height: 155.555556%;
	font-weight: 400;
	margin-bottom: 27px;
}
.new ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 30px;
}
.new ul li {
	font-size: 18px;
	line-height: 1.3;
	position: relative;
	padding-left: 18px;
	list-style: none;
}
.new ul li::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #15a1bb;
	border-radius: 50%;
}
.new img {
	margin-top: 55px;
	border-radius: 10px;
	width: 100%;
}
.single-new2__new {
	margin-top: -6px;
}
.single-new2__inner {
	display: grid;
	grid-template-columns: auto 447px;
	justify-content: space-between;
	gap: 102px;
	align-items: flex-start;
}
.single-new2 .gl-form__in {
	padding-bottom: 40px;
}
.single-new2__gl-form {
	margin-right: -43px;
	box-shadow: 0 5px 70px 0 rgba(182, 182, 182, 0.25);
}
.gl-form__title1,
.single-new2__gl-form .gl-form__title {
	font-size: 34px;
	line-height: 117.647059%;
	font-weight: 700;
	text-align: left;
}
.gl-form__title1 {
	margin-bottom: 15px;
}
.single-new2__gl-form .gl-form__text {
	font-size: 27px;
	line-height: 133.333333%;
	text-align: left;
	margin-bottom: 40px;
	text-transform: lowercase;
}
.single-new2__gl-form .btn,
.single-new2__gl-form .gl-form__input {
	height: 89px;
	text-transform: none;
	font-size: 18px;
}
.single-new2__gl-form fieldset {
	margin-bottom: 18px;
}
.single-new2__gl-form .checkbox_pos-center {
	justify-content: flex-start;
}
.gl-form__footer {
	margin-top: 40px;
	padding-top: 29px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	padding-left: 4px;
	gap: 15px;
	align-items: flex-start;
}
.gl-form__footer-info {
	margin-top: 1px;
}
.gl-form__footer-call {
	font-size: 28px;
	font-weight: 700;
}
.gl-form__footer-phone {
	font-size: 30px;
	color: #000;
	font-weight: 400;
}
.single-new3 {
	margin-top: 120px;
	padding-top: 55px;
	background-color: #f6f6f6;
	padding-bottom: 73px;
}
.single-new3__title {
	font-size: 34px;
	line-height: 117.647059%;
	font-weight: 400;
	color: #000;
}
.single-new3__title b {
	font-weight: 700;
}
.single-new3__inner {
	display: flex;
	gap: 145px;
	align-items: flex-start;
}
.single-new3__comment-area {
	margin-top: 20px;
	max-width: 505px;
	height: 166px;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	background-color: #fff;
	padding: 15px;
}
.single-new3__comment-button {
	max-width: 505px;
	margin-top: 11px;
	font-size: 24px;
	text-transform: none;
	height: 89px;
}
.single-new3__socials-items {
	display: flex;
	gap: 11px;
	margin-top: 18px;
}
.single-new3__socials-item {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-new3__socials-item_vk {
	background-color: #467fc2;
}
.single-new3__socials-item_wh {
	background-color: #64bb58;
}
.single-new3__socials-item_ok {
	background-color: #eb712e;
}
.single-new3__socials-item_tg {
	background-color: #338fec;
}
.single-new4 {
	margin-top: 107px;
}
.single-new4__title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
.single-new4__news {
	margin-top: 61px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 21px;
}
.single-new4__new-pic {
	padding-bottom: 88%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.single-new4__new-pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.single-new4__new-title {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin-top: 15px;
}
.production-section {
	margin-top: 120px;
}
.production-section__card {
	margin-top: 30px;
}
.production-section__title {
	margin-bottom: 0;
}
.production-section__card-inner {
	position: relative;
	padding: 55px 50px 90px 90px;
	z-index: 4;
}
.production-section__card-title {
	font-size: 34px;
	line-height: 123.529412%;
	font-weight: 700;
}
.production-section__list {
	margin-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.production-section__card {
	position: relative;
}
.production-section__list-item {
	position: relative;
	padding-left: 27px;
	font-size: 18px;
	line-height: 144.444444%;
	font-weight: 400;
}
.production-section__list-item::before {
	position: absolute;
	display: block;
	width: 12px;
	height: 11px;
	top: 4px;
	left: 0;
	background: url(../img/bg/star.svg) center no-repeat;
	background-size: contain;
	content: '';
}
.production-section__list-item b {
	font-weight: 700;
}
.production-section__card-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	overflow: hidden;
	object-fit: cover;
}
.production-section__photos {
	display: flex;
	margin-top: 20px;
	gap: 12px;
}
.production-section__photo {
	width: calc(100% / 5);
	position: relative;
	padding-bottom: 19%;
	border-radius: 10px;
	overflow: hidden;
}
.production-section__photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.production-section2 .company-blog__text {
	min-height: 181px;
	font-weight: 400;
	padding: 0;
	padding-top: 37px;
	padding-bottom: 52px;
	padding-inline: 15px;
}
.production-section + .production-section2 {
	padding-top: 81px;
	padding-bottom: 99px;
}
.production-section2 .company-blog__bottom-papnel {
	padding-top: 83px;
}
.production-section2 .company-blog {
	gap: 44px;
}
.production-section2 .company-blog__icon {
	top: -32%;
}
@media (max-width: 1230px) {
	.production-section2 .company-blog {
		gap: 17px;
	}
}
@media (max-width: 991.98px) {
	.production-section2 .company-blog__text {
		font-size: 17px;
		line-height: 1.3;
	}
	.production-section2 .company-blog__text br {
		display: none;
	}
	.production-section__card-title {
		font-size: 30px;
	}
}
@media (max-width: 767.98px) {
	.production-section2 .company-blog {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	.production-section2 .company-blog__item {
		width: 228px;
	}
	.production-section2 .company-blog__text {
		min-height: auto;
		padding-bottom: 30px;
	}
	.production-section2 .company-blog__icon {
		top: -32%;
	}
	.production-section2 .company-blog__bottom-papnel {
		padding-top: 53px;
	}
}
@media (max-width: 479.98px) {
	.production-section2 .company-blog {
		gap: 10px;
	}
}
.beauty-products .product-catalog {
	grid-template-columns: repeat(3, 1fr);
	gap: 29px;
}
@media (max-width: 991.98px) {
	.beauty-products .product-catalog {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 767.98px) {
	.beauty-products .product-catalog {
		gap: 15px;
	}
}
@media (max-width: 575.98px) {
	.beauty-products .product-catalog {
		gap: 10px;
	}
}
.production-section3__container {
	position: relative;
}
.production-section3__circles {
	transform: rotate(180deg);
	position: absolute;
	left: -345px;
	top: -970px;
	z-index: -1;
}
.production-section3__content {
	display: flex;
	gap: 54px;
	justify-content: space-between;
	align-items: center;
}
.production-section3__text {
	flex-shrink: 0;
}
.production-section3__title {
	font-size: 44px;
	line-height: 118.181818% !important;
	margin-bottom: 17px;
}
.production-section3__subtitle {
	font-weight: 400;
	margin-bottom: 0;
	font-size: 28px;
	line-height: 135.714286% !important;
}
.production-section3__video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.production-section3__video-play {
	position: absolute;
	width: 111px;
	height: 111px;
}
.production-section3__video-play::after {
	width: 32px;
	height: 37px;
	left: 40%;
}
.production-section4 {
	margin-top: 133px;
	max-width: 1569px;
	border-radius: 25px;
	margin-inline: auto;
	background-color: #edfbff;
	padding-bottom: 122px;
	padding-top: 215px;
}
.production-section4__container {
	position: relative;
}
.production-section4__docs {
	position: absolute;
	right: -95px;
	top: -165px;
}
.production-section4__title {
	font-size: 36px;
	line-height: 127.777778%;
	font-weight: 700;
}
.production-section4__subtitle {
	font-size: 28px;
	line-height: 135.714286% !important;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: 20px;
}
.production-section4__list {
	margin-top: 23px;
	display: flex;
	flex-direction: column;
	gap: 3.5px;
}
.production-section4__list-item {
	position: relative;
	padding-left: 23px;
	font-size: 18px;
	line-height: 155.555556%;
}
.production-section4__list-item::before {
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	background-color: #76d1e3;
	top: 9px;
	left: 0;
	border-radius: 50%;
	content: '';
}
.production-section4__button {
	height: 99px;
	margin-inline: auto;
	margin-top: 125px;
	letter-spacing: 0.085em;
	max-width: fit-content;
}
.production-section5 {
	margin-top: 120px;
}
.production-section5__container {
	position: relative;
}
.production-section5__title {
	margin-bottom: 0;
}
.production-section5__circles {
	top: 310px;
	right: -940px;
	z-index: -1;
	position: absolute;
}
.production-section5__items {
	margin-top: 45px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 19px;
}
.production-section5__item {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.production-section5__inner {
	font-size: 20px;
	line-height: 150%;
	font-weight: 700;
	position: relative;
	padding: 47px 50px 310px 70px;
	z-index: 4;
}
.production-section5__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}
.promo-section__list {
	display: flex;
	flex-direction: column;
	margin-bottom: 45px;
	gap: 17px;
}
.btn_gray-color:hover,
.btn_white-color:hover,
.product__info-button.btn-border:hover {
	color: #48b7ce;
}
.promo-section__list-item {
	font-size: 18px;
	line-height: 1.3;
	position: relative;
	padding-left: 28px;
}
.promo-section__list-item::before {
	position: absolute;
	display: block;
	width: 13px;
	height: 12px;
	top: 4px;
	left: 5px;
	background: url(../img/bg/star.svg) center no-repeat;
	background-size: contain;
	content: '';
}
.promo-repair .promo-section__title {
	font-size: 40px;
	line-height: 125%;
	font-weight: 700;
	margin-bottom: 25px;
}
.section-repair {
	margin-top: 110px;
}
.section-repair__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 31px;
	margin-top: 42px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.section-repair__title {
	margin-bottom: 0;
}
.section-repair__item {
	background-color: #fafafa;
	border-radius: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 457px;
	width: calc(33% - 18px);
}
.section-repair__item::before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: -11px;
	background: url(../img/bg/directions-catalog-bg.png) right bottom no-repeat;
	content: '';
	z-index: -1;
}
.section-repair__image {
	position: relative;
	padding-bottom: 60.7%;
}
.section-repair__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.section-repair__inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
	z-index: 1;
	padding-left: 41px;
	padding-right: 30px;
	padding-bottom: 31px;
	padding-top: 22px;
}
.section-repair__text {
	font-size: 22px;
	line-height: 136.363636%;
	font-weight: 400;
}
.section-repair__button {
	height: 71px;
	max-width: 276px;
	font-size: 14px;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-repair__container {
	position: relative;
}
.section-repair__circles {
	position: absolute;
	top: 250px;
	z-index: -1;
	right: -950px;
}
.promo-certification .mov-panel {
	bottom: unset;
	top: 0;
}
.promo-certification0 {
	margin-top: 30px;
}
.promo-certification0 .catalog-section1__title {
	margin-bottom: 24px;
}
.promo-certification0 .catalog-section1__subtitle {
	font-size: 24px;
	line-height: 150%;
	font-weight: 400;
}
.promo-certification0 .catalog-section1__item {
	padding-top: 55px;
	gap: 30px;
	padding-bottom: 20px;
}
.promo-certification0 .catalog-section1__item-text {
	line-height: 1.4;
}
.promo-certification1__container {
	position: relative;
}
.promo-certification1__circles {
	position: absolute;
	left: -940px;
	top: -170px;
	z-index: -1;
}
.promo-certification1__card {
	background-image: url(../img/mar/cert1_back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-top: 52px;
}
.promo-certification1__title {
	font-size: 34px;
	line-height: 141.176471%;
	font-weight: 700;
}
.promo-certification1__button {
	margin-top: 107px;
	max-width: 353px;
	font-size: 13px;
	line-height: 184.615385%;
	padding-inline: 30px;
	height: 99px;
}
.promo-certification1__content {
	padding-left: 71px;
	padding-top: 68px;
	padding-bottom: 74px;
}
.promo-certification1__mac {
	position: absolute;
	right: -43px;
	bottom: -19px;
}
.promo-certification1__line {
	position: absolute;
	bottom: 142px;
	left: -103px;
	z-index: 2;
	pointer-events: none;
}
.promo-certification2 {
	margin-top: 110px;
}
.promo-certification2__title {
	margin-bottom: 0;
}
.directions-panel__text {
	font-size: 18px;
}
.promo-certification2 .directions-panel {
	gap: 65px;
	margin-top: 40px;
	margin-bottom: 0;
}
.promo-certification2__items {
	margin-top: 57px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}
.promo-certification2__item {
	position: relative;
}
.promo-certification2__pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 16px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.promo-certification2__content {
	z-index: 2;
	position: relative;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 146px;
}
.promo-certification2__pink {
	background-color: #f55bab;
	border-radius: 10px;
	padding: 5px 10px;
	max-width: fit-content;
	color: #fff;
	font-size: 22px;
	line-height: 136.363636%;
	font-weight: 700;
	margin-bottom: 7px;
}
.promo-certification2__text {
	font-size: 22px;
	line-height: 127.272727%;
	color: #000;
	padding-left: 10px;
}
.promo-certification2__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 14px;
}
.promo-certification2__card {
	position: relative;
}
.promo-certification2__card-content {
	z-index: 1;
	position: relative;
}
.promo-certification2__card-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 16px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.promo-certification2__card-content .promo-certification2__text {
	font-weight: 700;
	margin-bottom: 0;
}
.promo-certification2__card-content {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 162px;
}
.section-repair2 {
	margin-top: 95px;
}
.section-repair2 .form-step__form-block {
	display: block;
	margin-top: 0;
}
.section-repair2 .form__title {
	margin-bottom: 10px;
}
.section-repair2 .form__subtitle {
	font-size: 21px;
	line-height: 1.3;
	margin-bottom: 25px;
}
@media (max-width: 1400px) {
	.single-new2__gl-form {
		margin-right: 0;
	}
	.single-new2__inner {
		grid-template-columns: auto 460px;
		gap: 90px;
	}
	.single-new__title {
		line-height: 1.2;
	}
}
@media (max-width: 1230px) {
	.production-section5__inner {
		padding-inline: 40px;
	}
	.production-section5__inner br {
		display: none;
	}
	.production-section4__docs {
		position: absolute;
		right: -195px;
		top: -165px;
		max-width: 610px;
	}
	.production-section__card-inner {
		padding-left: 50px;
	}
	.gl-form__title1,
	.single-new2__gl-form .gl-form__title {
		font-size: 30px;
	}
	.single-new2__gl-form .checkbox label {
		font-size: 15px;
	}
	.single-new3__inner {
		gap: 55px;
	}
	.single-new4__news {
		gap: 15px;
	}
	.new h2 {
		font-size: 27px;
	}
	.single-new2__gl-form .gl-form__in {
		padding-inline: 20px;
	}
	.single-new2__inner {
		grid-template-columns: auto 380px;
		gap: 30px;
	}
	.single-new2__gl-form .gl-form__text {
		font-size: 24px;
	}
	.single-new2__new br {
		display: none;
	}
	.section-repair__inner {
		padding-inline: 25px;
	}
	.section-repair__inner br {
		display: none;
	}
	.promo-certification0 .catalog-section1__item {
		gap: 15px;
	}
	.promo-certification1__button {
		margin-top: 57px;
	}
	.promo-certification1__mac {
		max-width: 590px;
		bottom: 9px;
	}
	.promo-certification1__line {
		bottom: 112px;
		left: -43px;
		max-width: 36%;
	}
	.promo-certification2 .directions-panel {
		gap: 20px;
	}
}
@media (max-width: 991.98px) {
	.production-section5__inner {
		padding-inline: 20px;
		padding-top: 30px;
		padding-bottom: 250px;
		font-size: 17px;
	}
	.production-section4__docs {
		position: absolute;
		right: -195px;
		top: 95px;
		max-width: 430px;
	}
	.production-section3__title {
		font-size: 35px !important;
	}
	.production-section__card-img img {
		filter: opacity(0.6);
	}
	.production-section3__subtitle {
		font-size: 22px !important;
	}
	.production-section3__content {
		gap: 35px;
		flex-direction: column;
	}
	.single-new2__inner {
		grid-template-columns: auto;
	}
	.single-new4__news {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 15px;
	}
	.new h2 {
		font-size: 25px;
	}
	.single-new2__gl-form .gl-form__text {
		margin-bottom: 20px;
	}
	.single-new3__title {
		font-size: 30px;
	}
	.single-new2__gl-form {
		max-width: 400px;
		margin-inline: auto;
	}
	.section-repair__item {
		min-height: auto;
	}
	.section-repair__items {
		gap: 30px 15px;
	}
	.section-repair__item {
		width: calc(33% - 8px);
	}
	.section-repair__text {
		font-size: 20px;
		line-height: 1.3;
	}
	.promo-certification2__text {
		font-size: 18px;
	}
	.promo-certification2__card-content {
		padding-left: 5px;
	}
	.promo-certification1__content {
		padding: 40px;
	}
	.promo-certification2__content {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 185px;
	}
	.promo-certification2 .directions-panel {
		display: grid;
		gap: 20px 40px;
		grid-template-columns: repeat(2, auto);
	}
	.promo-certification1__mac {
		max-width: 410px;
		bottom: -4px;
		right: -35px;
	}
	.promo-certification1__title {
		font-size: 30px;
		line-height: 1.3;
	}
	.promo-certification0 .catalog-section1__item {
		gap: 15px;
		height: auto;
	}
	.promo-certification0 .catalog-section1__item-pic {
		max-height: 50px;
	}
	.promo-certification0 .catalog-section1__item-pic img {
		height: 100%;
	}
}
@media (max-width: 767.98px) {
	.production-section5 {
		margin-top: 30px;
	}
	.production-section5__circles {
		display: none;
	}
	.production-section5__item {
		max-width: 450px;
	}
	.production-section5__items {
		gap: 15px;
		align-items: center;
		justify-content: center;
	}
	.production-section5__inner {
		padding-inline: 20px;
		padding-top: 20px;
		padding-bottom: 210px;
	}
	.production-section5__items {
		margin-top: 30px;
		grid-template-columns: auto;
	}
	.production-section4__title {
		font-size: 30px;
	}
	.production-section4__docs {
		position: absolute;
		right: -130px;
		top: 126px;
		max-width: 53%;
	}
	.production-section4__button {
		margin-top: 30px;
	}
	.production-section4 {
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.production-section4__subtitle {
		font-size: 22px !important;
	}
	.production-section4__button {
		width: 100%;
		max-width: 400px;
	}
	.production-section3__content {
		flex-direction: column;
	}
	.production-section__photos {
		gap: 10px;
		margin-top: 15px;
	}
	.production-section__card-inner {
		padding: 30px;
	}
	.production-section3__circles,
	.production-section3__subtitle br,
	.production-section3__title br {
		display: none;
	}
	.production-section3__content {
		gap: 0;
	}
	.production-section3__title {
		font-size: 33px !important;
		margin-bottom: 10px;
	}
	.production-section {
		margin-top: 50px;
	}
	.production-section__card-title {
		font-size: 25px;
	}
	.production-section__list-item {
		font-size: 16px;
	}
	.production-section + .production-section2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.single-new2__gl-form .gl-form__text {
		font-size: 22px;
	}
	.single-new2__gl-form .gl-form__footer {
		margin-top: 20px;
		padding-top: 19px;
	}
	.single-new2__gl-form .gl-form__footer-phone {
		font-size: 25px;
	}
	.single-new2__gl-form .gl-form__footer-call {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.single-new2__gl-form .gl-form__in {
		padding-bottom: 20px;
	}
	.single-new {
		border-radius: 0 0 60px 60px;
	}
	.single-new4__title {
		line-height: 1.3;
	}
	.single-new4 {
		margin-bottom: 20px;
	}
	.single-new4__news {
		gap: 20px 10px;
	}
	.single-new4__news {
		margin-top: 20px;
	}
	.single-new4__new-title {
		font-size: 18px;
	}
	.single-new4__title {
		font-size: 35px;
	}
	.single-new3__title {
		text-align: center;
	}
	.single-new4 {
		margin-top: 30px;
	}
	.single-new3 {
		margin-top: 40px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.single-new3__inner {
		flex-direction: column;
		gap: 35px;
		align-items: center;
	}
	.new img {
		margin-top: 25px;
	}
	.new p {
		margin-bottom: 10px;
	}
	.new h2 {
		font-size: 23px;
	}
	.new ul {
		margin-bottom: 15px;
	}
	.single-new2 {
		margin-top: 50px;
	}
	.single-new__img img {
		filter: opacity(0.75);
	}
	.single-new__subtitle {
		margin-bottom: 27px;
	}
	.single-new__title {
		font-size: 50px;
	}
	.single-new {
		padding: 270px 0 165px;
	}
	.promo-repair .promo-section__title {
		margin-bottom: 20px;
	}
	.promo-section__list {
		margin-bottom: 20px;
		gap: 10px;
	}
	.section-repair {
		margin-top: 50px;
	}
	.section-repair2 {
		margin-top: 50px;
	}
	.section-repair__items {
		margin-top: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
	.section-repair__item {
		width: calc(50% - 10px);
	}
	.promo-certification2 {
		margin-top: 50px;
	}
	.promo-certification2__items {
		gap: 10px;
	}
	.promo-certification2__pink {
		font-size: 20px;
	}
	.section-repair__circles {
		display: none;
	}
	.promo-certification2__cards {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.promo-certification2__card {
		width: 230px;
	}
	.promo-certification2__title br {
		display: none;
	}
	.promo-certification1__circles {
		display: none;
	}
	.promo-certification2__items {
		margin-top: 30px;
	}
	.places {
		margin-top: 30px;
	}
	.promo-certification2 .directions-panel {
		margin-top: 20px;
		gap: 10px 30px;
	}
	.promo-certification0 .catalog-section1__subtitle {
		font-size: 22px;
	}
	.promo-certification1__title {
		font-size: 27px;
	}
	.promo-certification1__title br {
		display: none;
	}
	.promo-certification0 .catalog-section1__title {
		margin-bottom: 15px;
	}
	.promo-certification1__line {
		display: none;
	}
	.promo-certification1__mac {
		position: static;
	}
	.promo-certification1__mac {
		max-width: 80%;
		margin-inline: auto;
		margin-top: 30px;
	}
	.promo-certification1__button {
		margin-top: 0;
		margin-inline: auto;
	}
}
@media (max-width: 575.98px) {
	._title br,
	.production-section4__subtitle br,
	.production-section4__title br,
	.production-section5__title br,
	.title br {
		display: none;
	}
	.production-section4__subtitle {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		font-size: 19px !important;
	}
	.production-section4__list {
		margin-top: 13px;
	}
	.production-section4__title {
		font-size: 25px;
	}
	.production-section4__docs {
		margin-top: 15px;
		position: static;
		max-width: 300px;
		margin-inline: auto;
	}
	.production-section4__button {
		margin-top: 20px;
	}
	.production-section3__title {
		font-size: 29px !important;
	}
	.production-section__photos {
		justify-content: center;
		flex-wrap: wrap;
	}
	.production-section__photo {
		width: calc(100% / 3 - 7px);
		padding-bottom: 32%;
	}
	.production-section__card-inner {
		max-width: 95%;
	}
	.production-section__title br {
		display: none;
	}
	.production-section3__subtitle {
		font-size: 19px !important;
	}
	.production-section__card-title {
		font-size: 23px;
	}
	.production-section__card-title br {
		display: none;
	}
	.production-section__list-item br {
		display: none;
	}
	.single-new {
		padding-bottom: 100px;
		border-radius: 0 0 40px 40px;
	}
	.single-new4__news {
		grid-template-columns: repeat(2, 1fr);
	}
	.single-new4__title {
		font-size: 30px;
	}
	.single-new3__title {
		font-size: 25px;
	}
	.new h2 {
		font-size: 21px;
	}
	.single-new__title {
		font-size: 40px;
	}
	.promo-repair .promo-section__title {
		font-size: 35px;
	}
	.promo-section__title br {
		display: none;
	}
	.section-repair__items {
		gap: 25px 10px;
	}
	.section-repair__text {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.promo-certification2__pink {
		font-size: 18px;
		margin-bottom: 2px;
	}
	.section-repair__button {
		font-size: 12px;
	}
	.section-repair__inner {
		padding: 15px 10px;
	}
	.promo-certification0 .catalog-section1__subtitle {
		font-size: 20px;
	}
	.promo-certification2__content {
		padding-left: 15px;
	}
	.section-repair2 .form__subtitle {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.quiz .form__title,
	.section-repair2 .form__title {
		margin-bottom: 10px;
	}
}
@media (max-width: 479.98px) {
	.production-section__card-inner {
		max-width: 100%;
	}
	.production-section3__video-play {
		width: 75px !important;
		height: 75px !important;
	}
	.production-section3__video-play::after {
		width: 24px !important;
		height: 29px !important;
		left: 36% !important;
	}
	.production-section__list {
		margin-top: 15px;
		gap: 5px;
	}
	.production-section__card-inner {
		padding: 15px;
	}
	.gl-form__title1,
	.single-new2__gl-form .gl-form__title {
		font-size: 27px;
	}
	.new p {
		font-size: 16px;
	}
	.single-new2__gl-form .gl-form__text {
		font-size: 20px;
	}
	.new li {
		font-size: 16px;
	}
	.promo-repair .promo-section__title {
		font-size: 32px;
	}
	.section-repair__button {
		height: 52px;
		display: flex;
		align-items: center;
	}
	.promo-certification1__content {
		padding: 20px;
	}
	.promo-certification1__title {
		font-size: 23px;
	}
	.promo-certification2__item {
		width: 230px;
	}
	.promo-certification2__content {
		padding-bottom: 138px;
		padding-top: 10px;
	}
	.promo-certification2__wrapper {
		display: flex;
		overflow: scroll;
		padding-bottom: 10px;
		margin-top: 20px;
	}
	.promo-certification2 .coursor {
		display: flex;
	}
	.promo-certification2__items {
		margin-right: 10px;
		margin-top: 0;
	}
	.promo-certification2__cards {
		margin-top: 0;
	}
	.promo-certification2__cards {
		flex-wrap: nowrap;
		gap: 10px;
	}
	.promo-certification2 .directions-panel {
		grid-template-columns: auto;
	}
	.directions-panel__icon {
		width: 40px;
		display: flex;
		justify-content: center;
	}
	.directions-panel__item br {
		display: none;
	}
}
.certificates__button {
	max-width: 390px;
	margin-inline: auto;
	display: flex;
	margin-top: 60px;
	justify-content: center;
	align-items: center;
}
.consultation__list {
	display: grid;
	grid-template-columns: repeat(2, auto);
	column-gap: 85px;
	justify-content: flex-start;
	margin-bottom: 50px;
}
@media (max-width: 767.98px) {
	.certificates__button {
		margin-top: 30px;
	}
	.consultation__list {
		column-gap: 35px;
	}
	.consultation__button {
		max-width: 320px;
		width: 100%;
	}
	.consultation__list {
		margin-bottom: 20px;
	}
}
@media (max-width: 480px) {
	.consultation__list {
		gap: 0;
		grid-template-columns: auto;
	}
}
.formats-consultation .formats__bottom {
	padding-inline: 93px;
	padding-top: 100px;
	padding-bottom: 112px;
}
.formats-consultation {
	padding-top: 49px;
}
.formats-consultation .formats__bottom {
	margin-top: 0;
}
.formats-consultation .formats__bott-title {
	font-size: 32px;
	line-height: calc(42 / 32 * 100%);
}
.formats-consultation .formats__bott-text {
	font-size: 26px;
	line-height: calc(36 / 26 * 100%);
	font-weight: 400;
}
.formats-consultation .formats__container {
	position: relative;
}
.formats__circles {
	position: absolute;
	bottom: -530px;
	right: -350px;
	z-index: -1;
}
@media (max-width: 1230px) {
	.formats-consultation .formats__bottom-image {
		object-position: 33%;
	}
}
@media (max-width: 991.98px) {
	.formats-consultation .formats__bottom {
		padding-inline: 45px;
		padding-top: 60px;
		padding-bottom: 72px;
	}
	.formats-consultation .formats__bott-text {
		font-size: 23px;
	}
	.formats-consultation .formats__bott-title {
		font-size: 30px;
	}
}
@media (max-width: 767.98px) {
	.formats__circles {
		display: none;
	}
	.formats.formats-consultation {
		padding-top: 0;
	}
	.formats-consultation .formats__bott-text {
		font-size: 17px;
	}
	.formats-consultation .formats__bott-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.formats-consultation .formats__bottom {
		padding-inline: 35px;
		padding-top: 40px;
		padding-bottom: 52px;
	}
}
@media (max-width: 575.98px) {
	.formats-consultation .formats__bottom-image {
		object-position: 43%;
	}
	.formats-consultation .formats__bott-title {
		font-size: 25px;
	}
	.formats-consultation .formats__bottom {
		padding-inline: 25px;
	}
}
@media (max-width: 480px) {
	.formats-consultation .formats__bott-title {
		font-size: 22px;
	}
	.formats-consultation .formats__bott-text {
		font-size: 16px;
	}
	.formats-consultation .formats__bottom {
		padding: 0;
	}
	.formats-consultation .formats__bottom-image {
		object-position: right;
	}
}
.fancybox-container .fancybox-content {
	padding: 5px;
}
.step-title__step.step::after,
.step__block-step.step::after {
	display: none;
}
.fancybox-slide--html .fancybox-close-small {
	right: 5px;
	top: 5px;
}
.gl-form_modal {
	max-width: 500px;
}
.gl-form_modal .gl-form__in {
	padding-bottom: 30px;
}
.gl-form_modal .gl-form__in {
	padding-top: 35px;
}
.gl-form_modal__button {
	text-transform: uppercase !important;
	font-size: 15px !important;
}
@media (max-width: 575.98px) {
	.gl-form_modal .gl-form__in {
		padding-bottom: 20px;
	}
}
@media (max-width: 479.98px) {
	.gl-form_modal .gl-form__in {
		padding-inline: 14px;
	}
}
.invisible {
	display: none;
}
.fancybox-content {
	border-radius: 20px;
}
.contacts_modal.fancybox-content {
	padding: 55px;
}
@media (max-width: 1230px) {
	.contacts_modal.fancybox-content {
		padding: 35px 40px;
		padding-top: 40px !important;
	}
}
@media (max-width: 991.98px) {
	.contacts_modal.fancybox-content {
		padding: 35px 25px;
	}
	.contacts_modal.fancybox-content .title {
		margin-bottom: 40px;
	}
}
@media (max-width: 767.98px) {
	.contacts_modal.fancybox-content .title br {
		display: none;
	}
	.contacts_modal.fancybox-content .title {
		margin-bottom: 15px;
	}
}
@media (max-width: 575.98px) {
	.contacts_modal.fancybox-content {
		padding-inline: 15px;
	}
}
.questions_modal.fancybox-content {
	padding: 0;
}
.timing-info__button {
	display: flex !important;
	max-width: fit-content;
}
.intro__button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-new4__new-title {
	color: #000;
}
._modal-btn {
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.founder__button {
	max-width: fit-content;
}
.product__info-button.btn-border,
.product__info-button.btn-yellow:hover {
	color: #000;
}
.security-politics__modal {
	padding: 35px 25px !important;
}
.security-politics__modal-title {
	font-size: 33px;
	margin-bottom: 20px;
	line-height: 1.1;
}
@media (max-width: 575.98px) {
	.security-politics__modal {
		padding: 35px 15px !important;
	}
}
.phone__link {
	display: inline-block !important;
}
.security-link::after {
	display: none !important;
}
.equipment {
	z-index: 1;
}
.security-politics__modal {
	outline: 1px solid rgba(0, 0, 0, 0.07);
	outline-offset: -5px;
}
#subsidies .gl-form__text {
	margin-bottom: 0;
}
#subsidies .production-section4__list {
	margin-bottom: 20px;
}
#subsidies .checkbox_pos-center {
	justify-content: center;
}
#subsidies.gl-form_modal {
	max-width: 670px;
}
@media (max-width: 767.98px) {
	#subsidies.gl-form_modal {
		max-width: 95%;
	}
}
.catalog-section3 .catalog-items__item,
.catalog-section5 .catalog-items__item {
	background-color: #fafafc;
}
.guarantees__wrapper {
	position: relative;
	width: 100%;
}
.info__tab-body .timing-info {
	width: 100%;
}
@media (max-width: 767.98px) {
	.guarantees__wrapper .coursor {
		display: flex;
	}
	.guarantees-catalog__number {
		font-size: 36px;
	}
}
.guarantees__wrapper .guarantees__img {
	width: auto;
	right: -110px;
	bottom: -189px;
}
@media (max-width: 1230px) {
	.guarantees__wrapper .guarantees__img {
		right: -190px;
		bottom: -119px;
		width: 39%;
	}
}
.info__tab-body table {
	max-width: 760px;
	width: 100%;
	border-collapse: collapse;
	margin-inline: auto;
	min-width: auto;
}
.info__tab-body td,
.info__tab-body th {
	border: 1px solid rgba(0, 0, 0, 0.06);
	width: 50%;
	text-align: left;
	padding: 20px 50px;
	padding-left: 50;
}
.info__tab-body td p {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.info__tab-body td,
	.info__tab-body th {
		padding: 10px 20px;
	}
}
@media (max-width: 479.98px) {
	.info__tab-body td,
	.info__tab-body th {
		padding: 10px;
	}
}
@media (max-width: 991.98px) {
	.main-info {
		z-index: 5;
	}
}
.subsidii {
	flex-direction: column;
	justify-content: unset;
	align-items: unset;
}
.promo-certification2__card,
.promo-certification2__item {
	border-radius: 16px;
	transition: 1s all;
	overflow: hidden;
}
.promo-certification2__card:hover .promo-certification2__card-img img,
.promo-certification2__item:hover .promo-certification2__pic img {
	scale: 1.2;
	transition: 1s all;
	filter: opacity(0.8);
}
.blog-section-blog .company-blog__item:hover {
	box-shadow: 0 7px 20px #4fadc4;
}
.company__image {
	display: none;
}
@media (max-width: 991.98px) {
	.company__image {
		display: flex;
		justify-content: center;
	}
	.company__image img {
		max-width: 110%;
	}
	.company {
		background-image: none;
		padding-bottom: 0 !important;
	}
}
@media (max-width: 767.98px) {
	.company__image img {
		max-width: 230%;
	}
	.company__image {
		animation: arrow 12s linear infinite;
		position: relative;
	}
}
@keyframes arrow {
	0% {
		left: -200px;
	}
	25% {
		left: 0;
	}
	50% {
		left: 200px;
	}
	75% {
		left: 0;
	}
	100% {
		left: -200px;
	}
}
.video-course {
	margin-top: 120px;
}
.box__video-course {
	display: flex;
	gap: 31px;
	margin-bottom: 60px;
}
.tittle__video-course {
	margin-bottom: 33px;
}
.item__video-course {
	border-radius: 20px;
	background-color: #fcfcfc;
	width: calc((100% - 93px) / 4);
	height: 242px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 35px 10px;
	text-align: center;
	gap: 20px;
}
.icon__video-course {
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item__stcucture {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	font-size: 20px;
	line-height: calc(30 / 20 * 100%);
}
.item__stcucture::before {
	content: '';
	width: 13px;
	margin-top: 6px;
	flex-shrink: 0;
	height: 12px;
	background: url(../img/bg/star.svg) center/contain no-repeat;
}
.text__video-course {
	max-width: 218px;
	font-size: 18px;
	line-height: 1.389;
}
@media (max-width: 1230px) {
	.item__video-course {
		width: calc((100% - 62px) / 3);
	}
	.video-course {
		margin-top: 100px;
	}
	.box__video-course {
		align-items: center;
		justify-content: center;
		gap: 15px;
	}
}
@media (max-width: 991.98px) {
	.item__video-course {
		width: 100%;
	}
	.box__video-course {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		max-width: 520px;
		margin-inline: auto;
	}
}
@media (max-width: 767.98px) {
	.text__video-course {
		font-size: 16px;
	}
	.box__video-course {
		max-width: 440px;
	}
	.item__video-course {
		height: 100%;
		padding: 25px 10px;
	}
	.icon__video-course {
		transform: scale(0.8);
	}
	.video-course {
		margin-top: 10px;
	}
}
@media (max-width: 479.98px) {
	.item__video-course {
		padding: 15px 10px;
	}
	.box__video-course {
		gap: 10px;
	}
	.icon__video-course {
		transform: scale(0.6);
	}
	.text__video-course {
		font-size: 13px;
		margin-top: -25px;
	}
}
.con-video-course__container {
	width: 100%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 68px 93px;
	padding-bottom: 171px;
}
.bg-con__video-course {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}
.box__con-video-course {
	position: relative;
	z-index: 1;
}
.box__con-video-course {
	color: #fff;
	width: 322px;
}
.title__con-video-course {
	font-size: 32px;
	line-height: calc(42 / 32 * 100%);
	margin-bottom: 18px;
	font-weight: 700;
}
.text__con-video-course {
	font-size: 32px;
	line-height: 1.375;
	text-align: left;
}
@media (max-width: 991.98px) {
	.con-video-course__container {
		padding: 45px 40px;
	}
	.bg-con__video-course {
		left: unset;
		right: -200px;
		width: 937px;
	}
}
@media (max-width: 767.98px) {
	.title__con-video-course {
		font-size: 28px;
	}
	.text__con-video-course {
		font-size: 26px;
		max-width: 200px;
	}
	.con-video-course__container {
		padding: 25px 20px;
		height: 350px;
	}
	.box__video-course {
		margin-bottom: 30px;
	}
}
@media (max-width: 575.98px) {
	.bg-con__video-course {
		right: -280px;
	}
}
@media (max-width: 479.98px) {
	.title__con-video-course {
		font-size: 25px;
	}
	.text__con-video-course {
		font-size: 23px;
	}
	.bg-con__video-course img {
		filter: brightness(0.9);
	}
}
.structure__container {
	position: relative;
	min-height: 646px;
}
.image__structure {
	max-width: 998px;
	position: absolute;
	z-index: 0;
	right: -95px;
	bottom: 0;
}
.image__structure img {
	width: 998px;
}
.structure {
	margin-top: 115px;
	position: relative;
}
.title__structure {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0;
}
.list__structure {
	position: relative;
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 23px;
	z-index: 1;
}
.item__structure {
	font-size: 20px;
	line-height: 1.5;
}
.sturucture-bg {
	position: absolute;
	left: 0;
	top: 90px;
}
@media (max-width: 1230px) {
	.image__structure {
		right: -204px;
		max-width: 918px;
	}
}
@media (max-width: 991.98px) {
	.image__structure {
		right: -134px;
		max-width: 508px;
		bottom: 150px;
	}
}
@media (max-width: 767.98px) {
	.sturucture-bg {
		display: none;
	}
	.structure {
		margin-top: 50px;
	}
	.list__structure {
		gap: 10px;
		max-width: fit-content;
		margin-inline: auto;
		margin-top: 20px;
	}
	.item__stcucture {
		font-size: 18px;
	}
	.image__structure {
		position: static;
		margin-top: 25px;
		max-width: 420px;
		margin-inline: auto;
	}
	.title__structure {
		text-align: center;
	}
}
.block__course-catalog {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 17px;
}
.title__course-catalog {
	margin-bottom: 41px;
}
.item__course-catalog {
	width: calc((100% - 51px) / 4);
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: rgba(133, 133, 133, 0.14);
	border-radius: 15px;
	padding: 40px 15px;
}
.online-course {
	width: 122px;
	border-radius: 5px;
	background-color: #f55bab;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
	margin-inline: auto;
}
.info__course-catalog {
	min-height: 178px;
}
.name__course-catalog {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.786;
	text-align: center;
	margin-bottom: 7px;
}
.text__course-catalog {
	font-size: 14px;
	font-family: Circe;
	color: #000;
	line-height: 1.571;
	text-align: center;
	margin-bottom: 14px;
}
.image__course-catalog {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 22px;
	height: 147px;
}
.button__course-catalog {
	max-width: 272px;
	font-size: 11px;
	line-height: 18px;
	border-radius: 49px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.085em;
}
.button__course-catalog::after {
	border-radius: 49px;
}
.price__course-catalog {
	font-size: 24px;
	font-family: Circe;
	color: #34b4ce;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.042;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 1230px) {
	.item__course-catalog {
		width: calc((100% - 34px) / 3);
	}
}
@media (max-width: 991.98px) {
	.item__course-catalog {
		width: calc((100% - 17px) / 2);
		padding: 20px 15px;
	}
}
@media (max-width: 767.98px) {
	.course-catalog {
		margin-top: 50px;
	}
}
@media (max-width: 575.98px) {
	.intro__title br {
		display: none;
	}
}
@media (max-width: 650.98px) {
	.item__course-catalog {
		max-width: 350px;
		flex: 0 0 300px;
		width: 100%;
		padding: 40px 15px;
	}
	.block__course-catalog {
		flex-wrap: nowrap;
		overflow: scroll;
		justify-content: flex-start;
		padding-bottom: 10px;
	}
	.course-catalog .coursor {
		display: flex;
	}
	.title__course-catalog {
		margin-bottom: 21px;
	}
}
.kval {
	margin-top: 100px;
	margin-bottom: 90px;
}
.kval__card {
	height: 477px;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	background-position: top center;
}
.kval__card:nth-of-type(1) {
	background-image: url(../img/kval1.jpg);
}
@media (max-width: 991.98px) {
	.kval__card:nth-of-type(1) {
		background-position: 13%;
	}
}
@media (max-width: 767.98px) {
	.kval__card:nth-of-type(1) {
		background-position: 48%;
	}
}
.kval__card:nth-of-type(2) {
	background-image: url(../img/bg/kval02.jpg);
	margin-top: 48px;
}
.name__course-catalog {
	text-transform: uppercase;
}
.kval__item-title {
	font-size: 30px;
	line-height: calc(40 / 30 * 100%);
	text-align: left;
	padding-top: 4px;
}
.kval__item-text {
	text-align: left;
	font-size: 18px;
	line-height: calc(30 / 18 * 100%);
	font-weight: 400;
	margin-top: 7px;
}
.kval__item {
	display: flex;
	align-items: flex-start;
	gap: 23px;
}
.kval__item-picture {
	display: none;
}
.kval__items {
	padding-top: 95px;
	padding-left: 128px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.kval__card-title {
	padding-left: 98px;
	padding-top: 85px;
	font-size: 35px;
	line-height: calc(45 / 35 * 100%);
	font-weight: 700;
	text-align: left;
}
@media (max-width: 1230px) {
	.kval__items {
		padding-top: 55px;
		padding-left: 78px;
	}
}
@media (max-width: 991.98px) {
	.kval__card {
		height: 400px;
	}
	.kval__item-text {
		font-size: 16px;
	}
	.kval__item-title {
		font-size: 27px;
	}
	.kval__card-title {
		font-size: 32px;
	}
	.kval__items {
		padding-top: 45px;
		padding-left: 48px;
		gap: 40px;
	}
	.kval__card-title {
		padding-left: 48px;
	}
	.kval__item-pic {
		max-width: 50px;
	}
}
@media (max-width: 767.98px) {
	.kval {
		margin-bottom: 30px;
	}
	.kval__card:nth-of-type(2) {
		height: 250px;
		margin-top: 20px;
	}
	.kval {
		margin-top: 10px;
	}
	.kval__card {
		height: 350px;
	}
	.kval__items {
		padding-top: 30px;
		padding-left: 30px;
		gap: 20px;
	}
	.kval__item-title {
		font-size: 25px;
		max-width: 300px;
	}
	.kval__card br {
		display: block;
	}
	.kval__item-pic {
		max-width: 40px;
	}
	.kval__item {
		flex-direction: column;
		gap: 5px;
	}
	.kval__card {
		height: auto;
		padding-bottom: 40px;
	}
	.kval__card-title {
		padding-top: 40px;
		font-size: 28px;
		padding-left: 30px;
	}
}
@media (max-width: 575.98px) {
	.kval__card {
		padding-bottom: 0;
	}
	.kval__card-title {
		font-size: 25px;
	}
	.kval__item-pic {
		flex-shrink: 0;
		max-width: 35px;
		margin-right: 5px;
	}
	.kval__item-picture {
		display: block;
	}
	.kval__card:nth-of-type(1) {
		background-image: none;
	}
	.kval__items {
		padding: 0;
	}
	.kval__item {
		flex-direction: row;
	}
	.kval__item-picture img {
		border-radius: 20px;
		object-fit: cover;
	}
	.kval__item-inner br {
		display: none;
	}
	.kval__card:nth-of-type(2) {
		height: 200px;
	}
	.kval__card-title {
		font-size: 25px;
		padding-top: 30px;
		padding-left: 20px;
	}
}
@media (max-width: 1230px) {
	.berocket_single_filter_widget {
		padding: 20px !important;
	}
	.bapf_sfilter .bapf_hascolarr,
	.bapf_sfilter .bapf_hasdesc {
		font-size: 16px !important;
	}
	.filters {
		width: 230px !important;
		margin-right: 25px !important;
	}
	.bapf_sfilter.bapf_ckbox input[type='checkbox'],
	.bapf_sfilter.bapf_ckbox label,
	.bapf_sfilter.bapf_ckbox label + span,
	.bapf_sfilter.bapf_ckbox label > span {
		font-size: 16px !important;
	}
}
.main-slider__item {
	position: relative;
}
.main-slider__absolute {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	max-height: 100%;
}
@media (max-width: 1230px) {
	.main-slider__absolute {
		max-width: 53%;
	}
}
.after-gift_v2 .after-gift__body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.after-gift_v2 .after-gift__block {
	width: 100%;
}
@media (max-width: 767.98px) {
	.after-gift_v2 .after-gift__body {
		display: grid;
		grid-template-columns: repeat(4, 300px);
		gap: 15px;
		overflow: scroll;
		padding-bottom: 20px;
		justify-content: start;
	}
	.after-gift_v2 .after-gift__text {
		font-size: 18px;
	}
	.after-gift_v2 {
		padding-bottom: 0 !important;
	}
	.after-gift_v2 .coursor {
		display: flex;
	}
}
.full-course {
	margin-top: 120px;
}
.full-course__title {
	margin-bottom: 0;
}
.full-course__subtitle {
	font-size: 30px;
	margin-top: 15px;
	font-weight: 400;
	text-align: center;
}
.full-course__items {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 19px;
}
.full-course__item {
	overflow: hidden;
	border-radius: 20px;
	min-height: 477px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.full-course__container {
	position: relative;
}
.full-course__circles {
	position: absolute;
	left: -345px;
	bottom: -680px;
	z-index: -1;
}
.full-course__content {
	padding-top: 45px;
	padding-left: 60px;
}
.full-course__list {
	display: flex;
	flex-direction: column;
}
.full-course__list-item {
	font-size: 18px;
	line-height: calc(30 / 18 * 100%);
}
.full-course__item-title {
	font-size: 30px;
	line-height: calc(40 / 30 * 100%);
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
.full-course__list-item:not(:last-child) {
	margin-bottom: 0;
}
.full-course__list-item::before {
	background-color: #15a1bb;
	margin-top: 11px;
}
@media (max-width: 1230px) {
	.full-course__content {
		padding-top: 25px;
		padding-left: 40px;
	}
}
@media (max-width: 991.98px) {
	.full-course__content {
		padding-left: 30px;
		padding-right: 15px;
		position: relative;
		z-index: 2;
	}
	.full-course__item {
		position: relative;
		min-height: 440px;
	}
	.full-course__item-title {
		font-size: 27px;
	}
	.full-course__item::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.3);
	}
}
@media (max-width: 767.98px) {
	.full-course__circles {
		display: none;
	}
	.full-course__items {
		grid-template-columns: repeat(6, 320px);
		gap: 10px;
		overflow: scroll;
		padding-bottom: 20px;
		margin-top: 30px;
	}
	.full-course .coursor {
		display: flex;
	}
	.full-course__item-title {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.full-course__list-item {
		font-size: 16px;
	}
	.full-course__list-item::before {
		margin-top: 8px;
	}
	.full-course {
		margin-top: 50px;
	}
	.full-course__subtitle {
		font-size: 25px;
		margin-top: 10px;
	}
	.full-course__content {
		padding-top: 13px;
		padding-left: 20px;
	}
	.full-course__list-item {
		gap: 7px;
	}
	.full-course__item {
		min-height: 360px;
	}
}
.will-study {
	margin-top: 128px;
	background-color: #e4e9ec;
	border-radius: 0 0 90px 90px;
	padding-top: 120px;
	padding-bottom: 169px;
}
.will-study__items {
	margin-top: 55px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 41px 30px;
}
.will-study__inner img {
	border-radius: 10px;
}
.will-study__item {
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	min-height: 404px;
}
.will-study__item::before {
	z-index: 2;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: -11px;
	background: url(../img/bg/directions-catalog-bg.png) right bottom no-repeat;
	content: '';
}
.will-study__item-text {
	font-size: 22px;
	line-height: calc(30 / 22 * 100%);
	font-weight: 400;
	text-align: center;
	color: #000;
	padding: 30px 20px;
}
.will-study__inner {
	height: 100%;
	position: relative;
	z-index: 2;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
}
@media (max-width: 1230px) {
	.will-study__items {
		gap: 20px;
	}
	.will-study__item-text br {
		display: none;
	}
	.will-study__item-text {
		font-size: 20px;
		padding-inline: 15px;
	}
}
@media (max-width: 991.98px) {
	.will-study__items {
		gap: 20px 10px;
	}
	.will-study__item-text {
		font-size: 16px;
		padding: 15px;
	}
	.will-study__item {
		min-height: auto;
	}
}
@media (max-width: 767.98px) {
	.will-study {
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 40px;
		border-radius: 0 0 40px 40px;
	}
	.will-study__items {
		gap: 10px;
		overflow: scroll;
		grid-template-columns: repeat(6, 235px);
		padding-bottom: 20px;
		margin-top: 30px;
	}
	.will-study .coursor {
		display: flex;
		margin-top: 5px;
	}
}
.presenters.presenters_v3 {
	min-height: auto;
	padding: 0;
	display: block;
}
.presenters_v3 .presenters__block-top {
	min-height: 161px;
	background-color: #f4f4f4;
}
.presenters_v3 .presenters__block-top p {
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	font-weight: 400;
}
.presenters_v3 .presenters__blocks {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 21px 18px;
	margin-top: 0;
}
.presenters_v3 .presenters__block {
	width: 100%;
}
.presenters_v3 .presenters__bottom {
	min-height: 81px;
}
.presenters_v3 .presenters__container {
	display: block;
}
@media (max-width: 1230px) {
	.presenters_v3 .presenters__block-top p {
		font-size: 16px;
	}
	.presenters_v3 .presenters__blocks {
		gap: 10px;
	}
}
@media (max-width: 991.98px) {
	.presenters_v3 .presenters__blocks {
		grid-template-columns: repeat(3, 1fr);
	}
	.presenters_v3 .presenters__blocks {
		gap: 22px;
	}
}
@media (max-width: 767.98px) {
	.presenters_v3 .presenters__blocks {
		grid-template-columns: repeat(8, 230px);
		gap: 10px;
		padding-bottom: 10px;
		overflow: scroll;
		justify-content: start;
	}
	.presenters_v3 .coursor {
		display: flex;
		margin-top: 5px;
	}
	.presenters_v3 .presenters__title {
		margin-bottom: 30px;
	}
	.presenters.presenters_v3 {
		margin: 50px 0;
	}
	.presenters_v3 .presenters__block-top p {
		font-size: 18px;
	}
}
.study-programm {
	margin-top: 130px;
}
.study-programm__items:nth-of-type(1) {
	margin-top: 65px;
}
.study-programm__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px 26px;
}
.study-programm__item {
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 47.5px;
	min-height: 95px;
	padding-inline: 15px;
}
.study-programm__inner span,
.study-programm__item p {
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	font-weight: 700;
}
.study-programm__inner {
	display: flex;
	align-items: flex-start;
	gap: 2px;
}
.study-programm__items2 {
	display: none;
	margin-top: 26px;
}
.study-programm__button {
	letter-spacing: 0.085em;
	width: 360px;
	height: 106px;
	margin-top: 70px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column: -1/1;
}
.study-programm__inner span {
	position: relative;
}
.study-programm__inner p {
	margin-bottom: 0;
}
@media (max-width: 1230px) {
	.study-programm__items {
		gap: 19px;
	}
}
@media (max-width: 991.98px) {
	.study-programm__items {
		gap: 15px 10px;
	}
	.study-programm__inner span,
	.study-programm__item p {
		font-size: 15px;
	}
}
@media (max-width: 767.98px) {
	.study-programm__item {
		min-height: 80px;
	}
	.study-programm {
		margin-top: 50px;
	}
	.study-programm__button {
		margin-top: 20px;
	}
	.study-programm__items:nth-of-type(1) {
		margin-top: 30px;
	}
	.study-programm__items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 575.98px) {
	.study-programm__items {
		gap: 10px;
	}
	.study-programm__item {
		width: 261px;
	}
	.study-programm__items {
		overflow: scroll;
		padding-bottom: 15px;
	}
	.study-programm .coursor {
		display: flex;
	}
}
.course-cost {
	margin-top: 81px;
	margin-bottom: 60px;
}
.course-cost__card {
	background-image: url(../img/course_back.jpg);
	background-size: cover;
	background-position: top center;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 517px;
	position: relative;
}
.course-cost__inner {
	padding: 81px;
}
.couse-cost__mac {
	position: absolute;
	right: -57px;
	bottom: -34px;
}
.course-cost__title {
	font-size: 36px;
	line-height: calc(40 / 36 * 100%);
	font-weight: 700;
}
.course-cost__sutitle {
	margin: 20px 0;
	font-size: 24px;
	line-height: calc(34 / 24 * 100%);
	font-weight: 400;
}
.course-cost__text {
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	font-weight: 400;
}
@media (max-width: 1230px) {
	.course-cost__inner {
		padding: 40px;
	}
	.course-cost__card {
		min-height: 370px;
	}
	.couse-cost__mac {
		right: -80px;
		max-width: 64%;
	}
}
@media (max-width: 991.98px) {
	.course-cost__inner {
		max-width: 460px;
	}
	.course-cost__inner br {
		display: none;
	}
	.couse-cost__mac {
		max-width: 67%;
		right: -110px;
		bottom: 16px;
	}
	.course-cost__title {
		font-size: 32px;
	}
	.course-cost__sutitle {
		font-size: 20px;
	}
	.course-cost__text {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.couse-cost__mac {
		position: static;
	}
	.course-cost__title {
		font-size: 27px;
	}
	.course-cost__inner {
		max-width: 500px;
	}
	.course-cost__card {
		align-items: center;
	}
	.course-cost__inner {
		padding-bottom: 0;
	}
	.course-cost__sutitle {
		margin: 9px 0;
	}
	.couse-cost__mac {
		max-width: 500px;
	}
	.couse-cost {
		margin-top: 50px;
		margin-bottom: 25px;
	}
}
@media (max-width: 479.98px) {
	.course-cost__inner {
		padding-inline: 20px;
		padding-top: 30px;
	}
	.course-cost__title {
		font-size: 24px;
	}
	.course-cost__sutitle {
		font-size: 17px;
	}
}
.company-history {
	margin-top: 100px;
}
.company-history__items {
	margin-top: 54px;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 99px;
}
.company-history__items::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 92%;
	margin: auto;
	top: 0;
	left: 16px;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url(../img/history_line.png);
}
.company-history__container {
	position: relative;
}
.company-history__circles {
	position: absolute;
	right: -430px;
	bottom: -680px;
	z-index: -1;
	transform: scale(-1, 1);
}
.company-history__item {
	background-color: #fff;
	box-shadow: -5px 5px 50px 0 rgba(67, 67, 67, 0.07);
	border-radius: 15px;
	min-height: 215px;
	padding: 33px 70px;
	gap: 47px;
	display: flex;
	align-items: flex-start;
}
.company-history__item-inner {
	display: contents;
}
.company-history__year {
	font-size: 36px;
	line-height: calc(55 / 36 * 100%);
	font-weight: 700;
	padding-right: 97px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0.5px;
	white-space: nowrap;
}
.company-history__photo {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 15.5%;
	max-width: 216px;
	width: 100%;
}
.company-history__photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.company-history__quote {
	display: flex;
	align-items: flex-start;
	gap: 29px;
	padding-top: 16px;
}
.company-history__quote-text {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
.company-history__quote-text {
	margin-bottom: 0;
}
.company-history__quote-text:nth-of-type(2) {
	margin-top: 12px;
}
.company-history__quote-icon {
	flex-shrink: 0;
}
@media (max-width: 1230px) {
	.company-history__items {
		padding-left: 60px;
	}
	.company-history__item {
		padding-inline: 30px;
	}
	.company-history__year {
		padding-right: 30px;
	}
	.company-history__item {
		gap: 30px;
	}
	.company-history__photo {
		padding-bottom: 17.5%;
	}
}
@media (max-width: 991.98px) {
	.company-history__items::before {
		display: none;
	}
	.company-history__items {
		padding-left: 0;
	}
	.company-history__year {
		font-size: 30px;
	}
	.company-history__item {
		gap: 20px;
	}
	.company-history__year {
		padding-right: 20px;
	}
	.company-history__quote {
		gap: 15px;
	}
	.company-history__quote-text br {
		display: none;
	}
	.company-history__quote-icon {
		max-width: 20px;
	}
	.company-history__photo {
		max-width: 202px;
		padding-bottom: 20.5%;
	}
}
@media (max-width: 767.98px) {
	.company-history__item {
		flex-direction: column;
		flex: 0 0 320px;
	}
	.company-history__photo {
		max-width: 100%;
		padding-bottom: 63.5%;
	}
	.company-history__items {
		flex-direction: row;
		overflow: scroll;
		padding-bottom: 20px;
		margin-top: 0;
		padding-top: 30px;
	}
	.company-history__circles {
		display: none;
	}
	.company-history__year {
		border: none;
		text-align: center;
		margin-inline: auto;
		padding: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	.company-history__quote-icon {
		position: absolute;
		top: 297px;
	}
	.company-history__quote {
		padding-top: 10px;
	}
	.company-history__quote-icon {
		width: 20px;
		height: 17px;
	}
	.company-history__item {
		gap: 15px;
		padding: 20px;
	}
	.company-history__quote-text:nth-of-type(2) {
		margin-top: 6px;
	}
	.company-history .coursor {
		display: flex;
	}
	.company-history {
		margin-top: 50px;
	}
}
.company-history2 {
	margin-top: 117px;
	padding-top: 110px;
	padding-bottom: 132px;
	max-width: 1569px;
	background-color: #fafafc;
	border-radius: 25px;
	margin-inline: auto;
}
.company-history2__subtitle {
	margin-top: 10px;
	font-size: 24px;
	line-height: calc(34 / 24 * 100%);
	font-weight: 400;
}
.company-history2__items {
	margin-top: 66px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 57px 41px;
}
.company-history2__item {
	display: flex;
	flex-direction: column;
}
.company-history2__pic {
	position: relative;
	padding-bottom: 70%;
	border-radius: 15px;
	overflow: hidden;
}
.company-history2__pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.company-history2__bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.company-history2__inner {
	height: 100%;
	flex-grow: 1;
	padding-left: 20px;
	padding-top: 20px;
}
.company-history2__title {
	margin-bottom: 0;
}
.company-history2__text {
	font-size: 22px;
	line-height: calc(32 / 22 * 100%);
	font-weight: 700;
	margin-bottom: 0;
}
.company-history2__subtext {
	font-size: 18px;
	line-height: calc(28 / 18 * 100%);
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 40px;
}
.company-history2__button {
	width: 285px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.085em;
	padding-inline: 20px;
}
@media (max-width: 1230px) {
	.company-history2__inner br {
		display: none;
	}
	.company-history2__items {
		gap: 50px 20px;
	}
	.company-history2__button {
		width: 100%;
	}
	.company-history2__text {
		font-size: 20px;
	}
	.company-history2__inner {
		padding-left: 0;
	}
}
@media (max-width: 767.98px) {
	.company-history2__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.company-history2__subtext {
		margin-bottom: 20px;
	}
	.company-history2__items {
		margin-top: 30px;
		gap: 30px 20px;
	}
	.company-history2 {
		margin-top: 30px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 575.98px) {
	.company-history2__items {
		grid-template-columns: repeat(6, 300px);
		gap: 10px;
		overflow: scroll;
		padding-bottom: 10px;
	}
	.company-history2 .coursor {
		display: flex;
		margin-top: 5px;
	}
	.company-history2__subtitle {
		font-size: 20px;
	}
	.company-history2__subtitle br {
		display: none;
	}
}
.company-history3 {
	margin-top: 136px;
}
.company-history3__container {
	position: relative;
	display: flex;
	gap: 55px;
}
.company-history3__circles {
	position: absolute;
	transform: scale(-1, 1);
	position: absolute;
	left: -947px;
	bottom: -590px;
	z-index: -1;
}
.company-history3__title {
	font-size: 36px;
	line-height: calc(46 / 36 * 100%);
	font-weight: 700;
	padding-top: 100px;
	flex-shrink: 0;
}
.company-history3__video {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-history3__video-play {
	position: absolute;
	width: 120px;
	height: 120px;
	background-color: #f55bab;
}
.company-history3__video-play::after {
	width: 36px;
	height: 40px;
	left: 40% !important;
}
.company-history3__line {
	position: absolute;
	bottom: 0;
	left: -296px;
}
.company-history3__video-play:hover {
	background: #f02991;
}
@media (max-width: 1230px) {
	.company-history3__title {
		padding-top: 40px;
		font-size: 33px;
	}
	.company-history3__line {
		left: -196px;
		max-width: 260px;
	}
}
@media (max-width: 991.98px) {
	.company-history3__title {
		padding-top: 0;
		font-size: 30px;
	}
	.company-history3__container {
		flex-direction: column;
		gap: 30px;
		align-items: flex-start;
	}
	.company-history3__line {
		left: unset;
		right: 0;
		top: -110px;
		max-width: 260px;
		transform: rotate(230deg);
	}
}
@media (max-width: 767.98px) {
	.company-history3__circles {
		display: none;
	}
	.company-history3__title br {
		display: none;
	}
	.company-history3__line {
		display: none;
	}
	.company-history3 {
		margin-top: 50px;
	}
}
@media (max-width: 575.98px) {
	.company-history3__title {
		font-size: 27px;
	}
}
@media (max-width: 479.98px) {
	.company-history3__video-play {
		width: 85px !important;
		height: 85px !important;
	}
	.company-history3__video-play::after {
		width: 26px;
		height: 30px;
	}
	.company-history3__title {
		font-size: 23px;
	}
}
.company-faces {
	margin-top: 120px;
}
.company-faces__wrapper {
	margin-top: 75px;
	background-image: url(../img/mansur_back.jpg);
	border-radius: 0 0 90px 90px;
	background-size: cover;
	background-position: top center;
	position: relative;
	padding-top: 109px;
}
.company-faces__wrapper > .company-faces__container {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 230px;
}
.company-faces__container {
	position: relative;
}
.company-faces__mansurova {
	position: absolute;
	right: 38px;
	bottom: 0;
}
.company-faces__rightside {
	position: relative;
	z-index: 2;
}
.company-faces__photos {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 9px;
	width: 554px;
}
.company-faces__photo {
	padding-bottom: 82%;
	background-color: #0e0f13;
	border-radius: 8px;
	position: relative;
}
.company-faces__photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top center;
}
.company-faces__name {
	font-size: 36px;
	line-height: calc(55 / 36 * 100%);
	font-weight: 400;
	color: #fff;
}
.company-faces__founder {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #81def1;
	margin-bottom: 31px;
	margin-top: 5px;
}
.company-faces__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.company-faces__list-item {
	gap: 14px;
	font-size: 16px;
	line-height: calc(28 / 16 * 100%);
	font-weight: 300;
	color: #fff;
	margin-bottom: 0 !important;
}
.company-faces__list-item::before {
	margin-top: 10px;
}
.company-faces__skills {
	margin-top: 35px;
	width: 323px;
	height: 50px;
	background-color: #78ccdd;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 26px;
}
.company-faces__absolute {
	display: flex;
	align-items: flex-start;
	color: #fff;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.company-faces__line {
	margin-right: 20px;
	margin-top: 9px;
}
.company-faces__absolute-text {
	font-size: 16px;
	line-height: calc(28 / 16 * 100%);
	font-weight: 400;
	margin-bottom: 0;
}
.company-faces__rightside {
	display: none !important;
}
@media (max-width: 1230px) {
	.company-faces__mansurova {
		right: -122px;
		max-width: 900px;
	}
	.company-faces__wrapper {
		overflow: hidden;
	}
}
@media (max-width: 991.98px) {
	.company-faces__name {
		font-size: 30px;
	}
	.company-faces__content {
		position: relative;
		z-index: 2;
		flex-shrink: 0;
	}
	.company-faces__wrapper {
		overflow: hidden;
	}
	.company-faces__photos {
		width: 350px;
	}
	.company-faces__mansurova {
		position: absolute;
		right: -243px;
		bottom: 0;
		max-width: 880px;
	}
}
@media (max-width: 767.98px) {
	.company-faces__wrapper > .company-faces__container {
		flex-direction: column;
		align-items: center;
		padding-bottom: 0;
	}
	.company-faces__wrapper {
		margin-top: 30px;
	}
	.company-faces__mansurova {
		position: static;
	}
	.company-faces__wrapper {
		padding-top: 29px;
	}
	.company-faces {
		margin-top: 50px;
	}
	.company-faces__rightside {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 15px;
	}
	.company-faces__absolute {
		order: 1;
		margin-top: -300px;
		margin-bottom: 10px;
	}
	.company-faces__photos {
		order: 2;
		width: 350px;
	}
	.company-faces__wrapper {
		border-radius: 0 0 45px 45px;
	}
	.company-faces__list {
		gap: 5px;
	}
	.company-faces__name {
		font-size: 28px;
	}
	.company-faces__founder {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.company-faces__rightside {
		margin-top: 0;
	}
	.company-faces__skills {
		margin-top: 25px;
		margin-bottom: 15px;
		width: 305px;
	}
	.company-faces__mansurova {
		width: 600px;
	}
}
@media (max-width: 479.98px) {
	.company-faces__list-item br {
		display: none;
	}
}
.company-faces2 {
	margin-top: -137px;
	position: relative;
	z-index: 3;
}
.company-faces2__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.company-faces2__item {
	padding: 10px;
	background-color: #f4f4f4;
	border-radius: 20px;
	min-height: 465px;
}
.company-faces2__photo {
	position: relative;
	background-color: #4d4d4d;
	border-radius: 16px;
	overflow: hidden;
	padding-bottom: 75.6%;
}
.company-faces2__photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.company-faces2__inner {
	padding: 15px 20px;
}
.company-faces2__title {
	margin-bottom: 0;
	font-size: 26px;
	line-height: calc(34 / 26 * 100%);
	font-weight: 700;
}
.company-faces2__inner .company-faces2__title:nth-of-type(2) {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 400;
}
.company-faces2__list {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.company-faces2__list-item::before {
	height: 5px;
	width: 5px;
}
.company-faces2__list-item {
	gap: 10px;
	font-size: 16px;
	line-height: calc(24 / 16 * 100%);
	font-weight: 400;
}
.company-faces2__list-item:not(:last-child) {
	margin-bottom: 0;
}
.company-faces2__list {
	display: none;
}
@media (max-width: 1230px) {
	.company-faces2__items {
		gap: 15px;
	}
	.company-faces2__item {
		min-height: 405px;
	}
	.company-faces2__inner {
		padding-inline: 10px;
	}
	.company-faces2__inner br {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.company-faces2__items {
		overflow: scroll;
		padding-bottom: 10px;
		grid-template-columns: repeat(3, 300px);
	}
	.company-faces2__list-item {
		font-size: 14px;
	}
	.company-faces2__inner .company-faces2__title:nth-of-type(2) {
		font-size: 20px;
	}
	.company-faces2__title {
		font-size: 24px;
	}
	.company-faces2__inner {
		padding-inline: 0;
	}
	.company-faces2__item {
		min-height: 390px;
	}
	.company-faces2 .coursor {
		display: flex;
	}
}
@media (max-width: 767.98px) {
	.company-faces2 {
		margin-top: 30px;
	}
}
.reviews-page2__content {
	width: 100%;
}
.reviews-page2__content-item {
	display: none;
	width: 100%;
}
.reviews-page2__content-item.active {
	display: block;
}
.active.reviews-page2__navigation-item {
	color: #fff;
	background-image: linear-gradient(0deg, #35abc4 0, #8ae5f7 100%);
}
.reviews-page2__navigation-item {
	cursor: pointer;
}
.reviews-page__wrapper {
	max-width: 1569px;
	margin-inline: auto;
	padding-top: 100px;
	padding-bottom: 144px;
	background-color: #fafafc;
	border-radius: 25px;
}
.reviews-page__items {
	margin-top: 55px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 41px;
}
.reviews-page__item {
	padding-bottom: 70%;
	background-color: #e6e6e6;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews-page__title {
	margin-bottom: 0;
}
.reviews-page__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.reviews-page__item::after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	display: block;
	width: 44px;
	height: 50px;
	background: url(../img/bg/play-w.svg) center no-repeat;
	background-size: contain;
	content: '';
}
.reviews-page2 {
	margin-top: 100px;
}
.reviews-page2__title {
	font-size: 40px;
	line-height: calc(50 / 40 * 100%);
	font-weight: 700;
}
.reviews-page2__tabs {
	margin-top: 70px;
	display: flex;
	gap: 52px;
	align-items: flex-start;
}
.reviews-page2__navigation {
	background-color: #fff;
	box-shadow: -13px 15px 50px 0 rgba(230, 230, 230, 0.34);
	border-radius: 16px;
	padding: 20px;
	flex: 0 0 304px;
}
.reviews-page2__navigation-item {
	border: 2px solid rgba(126, 126, 126, 0.2);
	border-top: none;
	min-height: 71px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 10px;
}
.reviews-page2__navigation-item:nth-of-type(1) {
	border-radius: 10px 10px 0 0;
	border-top: 2px solid rgba(126, 126, 126, 0.2);
}
.reviews-page2__click {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 48px;
}
.reviews-page2__click-text {
	font-size: 14px;
	line-height: calc(20 / 14 * 100%);
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-bottom: 0;
}
.reviews-page2__click-coursor {
	margin-top: 3px;
}
.reviews-page2__content-tables {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.reviews-page2 table {
	border-collapse: collapse;
}
.reviews-page2 table td {
	padding: 8px 20px;
	padding-left: 20px;
	font-size: 16px;
	background-color: transparent;
	min-height: 45px;
	border: 1px solid rgba(23, 95, 110, 0.1);
}
.reviews-page2 table td:nth-child(odd) {
	font-weight: 700;
	padding-left: 0;
	border-left: none;
	vertical-align: baseline;
}
.reviews-page2 table td:nth-child(even) {
	border-right: none;
}
.reviews-page2__content-image {
	overflow: hidden;
	border-radius: 16px;
	width: 100%;
	margin-top: 30px;
}
.reviews-page2__content-image img {
	width: 100%;
}
.reviews-page2 table tr:first-of-type td {
	border-top: none;
}
.reviews-page2__table tr td:last-of-type {
	word-break: break-word;
}
.reviews-page2 table tr:last-of-type td {
	border-bottom: none;
}
@media (max-width: 1230px) {
	.reviews-page2__content-tables {
		flex-direction: column;
	}
	.reviews-page2 table td:nth-child(odd) {
		width: 30%;
	}
	.reviews-page2__content-tables {
		gap: 10px;
	}
}
@media (max-width: 991.98px) {
	.reviews-page2 table td:nth-child(odd) {
		width: 35%;
	}
	.reviews-page__items {
		gap: 20px;
	}
	.reviews-page2 table {
		min-width: unset;
	}
	.reviews-page2__title {
		font-size: 35px;
	}
	.reviews-page2__title br {
		display: none;
	}
	.reviews-page2__navigation {
		flex: 0 0 235px;
		padding: 10px;
	}
	.reviews-page2__tabs {
		gap: 30px;
	}
	.reviews-page2 table td:nth-child(odd) {
		max-width: 90px;
	}
}
@media (max-width: 767.98px) {
	.reviews-page__items {
		gap: 10px;
		margin-top: 20px;
	}
	.reviews-page__title br {
		display: none;
	}
	.reviews-page2__tabs {
		flex-direction: column;
		margin-top: 30px;
	}
	.reviews-page2__navigation-list {
		display: flex;
		width: 100%;
		overflow: scroll;
		padding-bottom: 15px;
		gap: 5px;
	}
	.reviews-page2__navigation {
		flex: unset;
		width: 100%;
	}
	.reviews-page2__navigation-item {
		flex: 0 0 200px;
		border: none !important;
		border-radius: 10px !important;
	}
	.reviews-page2__title {
		font-size: 25px;
	}
	.reviews-page2 {
		margin-top: 50px;
	}
	.reviews-page2__navigation-item {
		background-color: #fafafc;
	}
	.reviews-page2__click {
		margin-bottom: 7px;
		margin-top: 9px;
	}
	.reviews-page2__click-text {
		font-size: 12px;
	}
	.reviews-page2__click-coursor {
		max-width: 20px;
	}
	.reviews-page2 table td:nth-child(odd) {
		width: 43%;
	}
	.reviews-page2 table td {
		padding: 5px 10px;
	}
	.reviews-page2 table td {
		padding-left: 10px;
	}
	.reviews-page2 table td:nth-child(even) {
		line-height: 1.2;
	}
	.reviews-page2__tabs {
		gap: 20px;
	}
	.reviews-page2__content-image {
		margin-top: 20px;
	}
	.reviews-page__wrapper {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
@media (max-width: 575.98px) {
	.reviews-page__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.reviews-page__item::after {
		width: 34px;
	}
}
@media (max-width: 479.98px) {
	.reviews-page2__title {
		font-size: 22px;
	}
}
.intro__telephone {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-top: 50px;
}
.intro__telephone-link {
	font-size: 40px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-color: rgba(0, 0, 0, 0.1);
	text-decoration-thickness: 1px;
	color: #000;
}
.intro__telephone-pic img {
	width: 19px;
	height: 30px;
}
.intro__mansurova {
	display: none;
}
.intro__telephone-pic {
	position: relative;
	top: -3px;
}
.thanks-intro.intro {
	padding-bottom: 280px;
}
@media (max-width: 767.98px) {
	.thanks-intro.intro {
		background-position: left;
	}
	.intro__mansurova {
		display: block;
		margin-top: 20px;
	}
	.thanks-intro.intro {
		padding-bottom: 0;
	}
	.thanks-intro .intro__sub-title,
	.thanks-intro .intro__title {
		text-align: center;
	}
	.intro__telephone-pic img {
		width: 15px;
	}
	.intro__telephone {
		justify-content: center;
		margin-top: 30px;
	}
	.intro__telephone-link {
		font-size: 30px;
	}
}
.title__main {
	font-size: 52px;
	color: #000;
	font-weight: 700;
	line-height: 0.923;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.subtitle__main {
	font-size: 30px;
	color: #000;
	line-height: 40px;
}
.circle-bg-1 {
	position: absolute;
	top: 150px;
	right: 0;
	z-index: -1;
}
.bg-relative {
	position: relative;
}
.consultation__container {
	padding-top: 70px;
}
.cardbox__consultation {
	display: flex;
	gap: 18px;
}
.card__consultation {
	width: calc((100% - 18px) / 2);
	height: 450px;
	position: relative;
	overflow: hidden;
	padding: 44px 49px;
	border-radius: 20px;
}
.bg__card {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1;
}
.info__card {
	position: relative;
	z-index: 5;
	max-width: 300px;
}
.info__card p {
	font-size: 20px;
	line-height: calc(30 / 20 * 100%);
	font-weight: 400;
}
.titte__card {
	font-size: 24px;
	line-height: calc(34 / 24 * 100%);
	font-weight: 700;
	margin-bottom: 9px;
}
.details__consultation {
	margin-top: 111px;
}
.title__consultation {
	text-align: center;
	margin-bottom: 39px;
}
.lists__details {
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 18px 49px 0 rgba(0, 0, 0, 0.08);
	padding: 72px 70px;
}
.lists__details {
	display: flex;
}
.list__details {
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.list__details:nth-of-type(1) {
	padding-right: 40px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	margin-right: 43px;
}
.list-item__details {
	display: flex;
	align-items: baseline;
	font-size: 18px;
	line-height: calc(28 / 18 * 100%);
	gap: 17px;
}
.documents__consultation {
	margin-top: 120px;
}
.list-item__number {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #f55bab;
}

.box__documents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 43px;
	gap: 22px;
}

.item__documents {
	width: calc((100% - (22px * (5 - 1)))/ 5);
}

@media screen and (max-width: 1230px) {
	.item__documents {
		width: calc((100% - (22px * (4 - 1)))/ 4);
	}
}

@media (max-width: 991.98px) {
	.box__documents {
		gap: 20px 10px;
	}
}

@media (max-width: 767.98px) {
	.box__documents {
		margin-top: 30px;
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 10px;
		justify-content: flex-start;
	}
}


.text__documents ul {
	list-style: none;
	margin-top: 8px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.text__documents li {
	font-size: 14px;
	line-height: calc(21 / 14 * 100%);
	font-weight: 400;
}
.item__documents {
	display: flex;
	flex-direction: column;
}
.image__documents {
	border-radius: 10px;
}
.image__documents img {
	object-fit: cover;
}
.text__documents {
	padding-top: 17px;
}
.text__documents div {
	padding-left: 16px;
	position: relative;
}
.text__documents h4 {
	line-height: calc(21 / 16 * 100%);
}
.text__documents div::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	top: 7px;
	left: 0;
	border-radius: 50%;
	background: #f55bab;
}
.text__documents p {
	font-size: 14px;
	line-height: calc(21 / 14 * 100%);
	margin-bottom: 0;
	margin-top: 7px;
}
.about-us {
	background: url(../img/about-us-bg.jpg) center/cover no-repeat;
	color: #fff;
	padding-top: 200px;
	border-radius: 0 0 90px 90px;
	margin-top: 110px;
}
.info__about-us {
	position: relative;
	z-index: 10;
}
.title__about-us {
	font-size: 40px;
	line-height: 1.353;
	color: #fff;
	font-weight: 700;
}
.subtitle__about-us {
	font-size: 34px;
	line-height: calc(46 / 34 * 100%);
	margin-top: 7px;
	margin-bottom: 38px;
}
.list__about-us {
	max-width: 444px;
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.item__about-us {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	line-height: calc(28 / 18 * 100%);
	gap: 15px;
}
.item__about-us::before {
	content: '';
	margin-top: 10px;
	padding: 3.5px;
	border-radius: 50%;
	background-color: #76d1e3;
}
.info__about-us p {
	text-transform: uppercase;
	margin-top: 22px;
	margin-bottom: 17px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.647;
}
.about-us__container {
	position: relative;
	padding-bottom: 223px;
	display: flex;
	justify-content: space-between;
}
.image_about-us {
	position: absolute;
	width: 85%;
	z-index: 5;
	bottom: 0;
	left: 12%;
	z-index: 0;
}
.image_about-us img {
	width: 100%;
}
.box__video {
	display: flex;
	flex-direction: column;
	gap: 20px;
	cursor: pointer;
}
.reviews {
	padding: 40px 0;
	position: relative;
}
.reviews::before {
	content: '';
	width: 1175px;
	position: absolute;
	z-index: -1;
	left: -580px;
	bottom: -530px;
	height: 1175px;
	background: url(../img/bg/decor-3.png) center/contain no-repeat;
}
.reviews__title {
	margin-bottom: 15px;
}
.reviews__sub-title {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
}
.reviews__body {
	margin-top: 55px;
	border-radius: 16px;
	display: flex;
	align-items: flex-start;
	gap: 60px;
	padding: 20px;
	overflow: hidden;
	background-color: #f7f7f9;
}
.reviews__tabs {
	width: 305px;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	flex-shrink: 0;
	overflow: hidden;
}
.reviews__tab:first-child {
	border-radius: 16px 16px 0 0;
}
.reviews__tab {
	border-radius: 0;
	padding: 20px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid hsla(0, 0%, 49%, 0.2);
	transition: none;
}
.reviews__tab img {
	max-width: 100%;
	filter: grayscale(1);
	opacity: 0.6;
	object-fit: contain;
}
.reviews__tab.tab-active img {
	filter: grayscale(0);
	opacity: 1;
}
.reviews__tab.tab-active {
	background: #efefef url(../img/bg/reviews-tab-bg.png) center/cover no-repeat;
	border: none;
}
.reviews__tabs-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 15px;
	gap: 10px;
	font-size: 14px;
	line-height: 1.3;
}
.reviews__tabs-bottom img {
	max-width: 22px;
}
.reviews__main {
	align-self: center;
	flex-grow: 1;
	max-width: 700px;
}
.reviews__tab-content {
	display: none;
}
.reviews__tab-content.d-block {
	display: block;
	width: 100%;
}
.reviews__sub-content {
	display: none;
}
.reviews__sub-content.d-block {
	display: block;
}
.reviews__review-title {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	display: flex;
	margin-bottom: 15px;
	gap: 10px;
}
.reviews__review-title::before {
	content: '';
	width: 16px;
	height: 16px;
	margin-top: 8px;
	flex-shrink: 0;
	background: url(../img/bg/star-2.svg) center/contain no-repeat;
}
.reviews__comment {
	font-size: 18px;
	line-height: 1.5;
	max-width: 580px;
	margin-bottom: 30px;
	padding-left: 30px;
}
.reviews__images {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding-left: 30px;
}
.reviews__sub-content {
	max-width: 630px;
	margin-left: 25px;
}
.reviews__img {
	width: calc((100% - 30px) / 3);
	height: 140px;
	background-color: grey;
	border-radius: 10px;
	overflow: hidden;
}
.reviews__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews__content-buttons {
	margin-top: 60px;
	position: relative;
	display: flex;
	padding-left: 10px;
	gap: 10px;
}
.reviews__button {
	width: calc((100% - 10px) / 2);
	line-height: 1.3;
	text-align: center;
	border-radius: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 105px;
	overflow: hidden;
}
.btn-border.blue {
	color: #000;
	text-align: center;
	text-transform: none;
	font-size: 18px;
	border-color: #72ccd7;
}
.btn-border.blue:hover {
	color: #338fec;
}
.reviews__button.btn {
	font-size: 14px;
}
@media (max-width: 1230px) {
	.reviews__tabs {
		width: 255px;
	}
	.reviews__body {
		margin-top: 35px;
		gap: 30px;
	}
	.reviews__review-title {
		font-size: 24px;
	}
	.reviews__sub-title {
		font-size: 22px;
	}
}
@media (min-width: 1230px) {
	.reviews__content-buttons::before {
		content: '';
		position: absolute;
		width: 117px;
		height: 405px;
		left: 94%;
		bottom: 40px;
		z-index: 2;
		background: url(../img/bg/pen.png) center/contain no-repeat;
	}
}
@media (max-width: 991.98px) {
	.reviews__review-title {
		font-size: 22px;
	}
	.reviews::before {
		display: none;
	}
	.reviews__sub-content {
		margin-left: 0;
	}
	.reviews__button {
		min-height: 83px;
	}
	.reviews__comment {
		max-width: 540px;
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.reviews__content-buttons {
		margin-top: 40px;
	}
	.reviews__img {
		height: 120px;
	}
	.reviews__body {
		flex-direction: column;
		padding: 25px 15px 40px 15px;
		gap: 0;
	}
	.reviews .svg-scroll {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.reviews__tabs {
		flex-direction: row;
		border-radius: 0;
		width: 100%;
		overflow: auto;
		padding: 0;
		background: 0 0;
		padding-bottom: 20px;
	}
	.reviews__tabs .reviews__tabs-bottom {
		display: none;
	}
	.reviews__tab:first-child {
		border-radius: 0;
	}
	.reviews__tab-content-wrapper {
		padding-top: 10px;
	}
	.reviews__review-title {
		font-size: 24px;
		padding-left: 30px;
	}
	.reviews__img {
		height: 140px;
	}
	.reviews__comment {
		max-width: 100%;
		margin-bottom: 20px;
		padding-left: 30px;
	}
	.reviews__tab {
		width: 200px;
	}
}
@media (max-width: 767.98px) {
	.reviews {
		padding: 25px 0;
	}
	.reviews__sub-title {
		font-size: 20px;
	}
	.reviews__body {
		margin-top: 25px;
	}
	.reviews__review-title {
		font-size: 20px;
		margin-bottom: 10px;
		padding-left: 0;
	}
	.reviews__review-title::before {
		margin-top: 4px;
	}
	.reviews__images {
		gap: 10px;
		padding-left: 0;
	}
	.reviews__img {
		height: 120px;
		width: calc((100% - 20px) / 3);
	}
	.reviews__comment {
		font-size: 16px;
		padding-left: 0;
	}
	.reviews__content-buttons {
		justify-content: center;
		padding-left: 0;
	}
	.btn-border.blue {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.reviews__content-buttons {
		flex-direction: column;
	}
	.reviews__button {
		width: 100%;
	}
	.reviews__tab {
		width: 160px;
		height: 80px;
	}
	.reviews__img {
		height: 80px;
	}
	.reviews__comment {
		font-size: 14px;
	}
	.reviews__review-title {
		font-size: 18px;
		gap: 5px;
	}
	.reviews__review-title::before {
		margin-top: 2px;
	}
	.reviews__title {
		margin-bottom: 10px;
	}
	.reviews__title br {
		display: none;
	}
	.reviews__sub-title {
		font-size: 18px;
	}
	.reviews__body {
		padding: 15px 10px 30px 10px;
	}
	.reviews__sub-title br {
		display: none;
	}
}
.preview__video {
	width: 304px;
	height: 202px;
	position: relative;
	border-radius: 15px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.preview__video > img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.title__video {
	font-size: 18px;
	line-height: 26px;
	align-self: self-end;
	position: relative;
}
.img__video {
	position: absolute;
	top: 12px;
	left: -80px;
	z-index: 15;
}
.play-btn__video {
	position: relative;
	z-index: 10;
}
.preview__video:hover .play-btn__video {
	transform: scale(1.2);
	transition: all ease 0.5s;
}
.video__about-us {
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: flex-end;
	display: none;
}
.reviews__container {
	padding-top: 115px;
	position: relative;
	z-index: 10;
}
.title__reviews {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.174;
	text-align: center;
	margin-bottom: 25px;
}
.subtitle__reviews {
	font-size: 24px;
	color: #000;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 59px;
}
.box__reviews {
	border-radius: 16px;
	background-color: #f7f7f9;
}
.tab-block__reviews {
	border-radius: 16px;
	background-color: #f7f7f9;
}
.block__reviews {
	min-width: 300px;
	padding: 20px;
	background-color: #fff;
	border-radius: 16px;
}
.list__reviews {
	border-radius: 10px 10px 0 0;
	border: solid 1px #e5e5e5;
	overflow: hidden;
}
.tab-block__reviews {
	display: flex;
	padding: 20px;
}
.box__reviews li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 34px;
	filter: grayscale(1);
	opacity: 0.5;
	cursor: pointer;
}
.activeTab {
	background: url(../img/active-tab-bg.png) center/cover no-repeat;
	filter: grayscale(0) !important;
	opacity: 1 !important;
}
.box__reviews li:not(:last-child) {
	border-bottom: solid 1px #e5e5e5;
}
.help__reviews {
	font-size: 14px;
	line-height: 20px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	gap: 18px;
	justify-content: center;
}
.help__reviews span {
	width: 160px;
}
.more__reviews {
	width: 100%;
	padding: 30px;
	position: relative;
	display: block;
}
.reviewsHidden {
	display: none;
}
.image__more {
	position: absolute;
	right: 15px;
	bottom: 80px;
}
.title__more {
	font-size: 26px;
	min-height: 84px;
	color: #000;
	font-weight: 700;
	line-height: 1.615;
	text-align: left;
	position: relative;
	margin-left: 50px;
}
.title__more::before {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../img/star.png) center/cover no-repeat;
	position: absolute;
	top: 11px;
	left: -30px;
}
.subtitle__more {
	width: 80%;
	min-height: 104px;
	font-size: 18px;
	color: #000;
	line-height: 1.444;
	margin-left: 50px;
}
.box__more {
	width: 80%;
	display: flex;
	gap: 15px;
	margin-top: 35px;
	margin-left: 50px;
}
.item__more {
	width: calc((100% - 30px) / 3);
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
}
.item__more img {
	width: 100%;
	object-fit: cover;
}
.buttons__more {
	display: flex;
	gap: 20px;
	margin-left: 15px;
}
.white-btn_border {
	border: solid 1.5px #72ccd7;
}
.white-btn_border a {
	color: #000;
	text-transform: none;
	font-family: Manrope;
	font-weight: 700;
}
.white-btn_border a:hover {
	color: #0d70d4;
}
.reviews-slider {
	margin-top: 100px;
}
.item__reviews-slider {
	background: url(../img/review-slider-bg.jpg) center/cover no-repeat;
	width: calc((100% - 130px) / 3);
	border-radius: 10px;
	position: relative;
	padding: 45px 29px;
	height: 470px;
	display: flex;
}
.image__slider {
	position: absolute;
	z-index: 5;
	pointer-events: none;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	max-width: 280px;
}
.reviews-page__item:hover::after {
	filter: opacity(0.5);
}
.content__reviews-slider {
	position: relative;
	z-index: 10;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: auto;
	align-items: center;
}
.text__reviews-slider {
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	max-width: 228px;
}
.button__reviews-slider {
	display: flex;
	font-size: 16px;
	color: #fff;
	line-height: 1.563;
	margin-top: 40px;
	align-items: center;
	gap: 20px;
	position: relative;
	z-index: 10;
}
.play-btn__reviews-slider {
	background: #53bfce;
	border-radius: 50%;
	overflow: hidden;
	width: 77px;
	height: 77px;
	display: flex;
	align-items: center;
	transition: 0.2s ease 0s;
	justify-content: center;
}
.play__slider img {
	translate: 2px 0;
}
.play-text__reviews-slider {
	max-width: 115px;
	line-height: 1.3;
	font-size: 16px;
	display: inline;
	color: #fff;
	text-decoration: underline;
	transition: 0.2s ease 0s;
}
.list__details p {
	font-size: 16px;
	line-height: 30px;
	color: #f55bab;
	margin: 0;
}
.sw-paddings {
	padding-top: 80px;
}
@media screen and (max-width: 1230px) {
	.item__documents br {
		display: none;
	}
	.card__consultation {
		padding: 25px;
		height: 351px;
	}
	.reviews-slider {
		margin-top: 50px;
	}
	.about-us {
		padding-top: 150px;
	}
	.list-item__details br {
		display: none;
	}
	.lists__details {
		padding: 50px;
	}
	.video__about-us {
		width: 250px;
	}
	.preview__video {
		width: 100%;
		height: 167px;
	}
	.img__video {
		width: 36px;
		left: -50px;
	}
	.image__more {
		display: none;
	}
	.title__more {
		font-size: 22px;
	}
	.subtitle__more {
		font-size: 18px;
		min-height: 160px;
	}
	.item__more {
		height: auto;
	}
	.buttons__more {
		margin-top: 30px;
	}
	.slide-wrapper {
		max-width: 258px;
	}
}
@media (max-width: 991.98px) {
	.lists__details {
		padding: 30px;
	}
	.cardbox__consultation {
		flex-direction: column;
		align-items: center;
		padding-top: 0;
	}
	.card__consultation {
		width: 432px;
		height: 305px;
		padding: 20px;
		border-radius: 20px;
	}
	.list__details:nth-of-type(1) {
		padding-right: 20px;
		margin-right: 20px;
	}
	.details__consultation {
		margin-top: 70px;
	}
	.list__details {
		height: auto;
	}
	.list__details ul {
		grid-template-columns: 1fr;
	}
	.list__details li {
		width: 100%;
	}
	.img__video {
		display: none;
	}
	.about-us__container {
		flex-direction: column;
		padding-bottom: 50px;
	}
	.info__about-us {
		max-width: none;
	}
	.about-us {
		padding-top: 70px;
		overflow: hidden;
	}
	.title__video {
		align-self: flex-start;
		margin-top: 30px;
	}
	.video__about-us {
		width: 100%;
	}
	.title__video div:not([class]) {
		display: inline;
	}
	.box__video {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.image_about-us {
		left: unset;
		right: -170px;
		transform: translateX(10px);
		width: 100%;
		min-width: 650px;
	}
	.preview__video {
		width: 304px;
		height: 202px;
	}
	.tab-block__reviews {
		flex-direction: column;
		align-items: center;
	}
	.help__reviews {
		margin-top: 30px;
	}
	.title__reviews {
		font-size: 30px;
	}
	.subtitle__reviews {
		font-size: 18px;
	}
	.box__more,
	.buttons__more,
	.subtitle__more,
	.title__more {
		margin-left: 0;
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.box__more {
		margin: 20px auto;
	}
	.buttons__more {
		flex-direction: column;
	}
	.title__more::before {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.title__consultation {
		margin-bottom: 20px;
	}
	.item__documents {
		flex: 0 0 222px;
	}
	.details__consultation {
		margin-top: 50px;
	}
	.title__consultation {
		margin-bottom: 30px;
	}
	.list__details {
		display: contents;
	}
	.lists__details {
		flex-direction: column;
		max-width: 550px;
		justify-content: center;
		margin-inline: auto;
		align-items: center;
		gap: 10px;
		padding: 20px;
	}
}
@media (max-width: 575.98px) {
	.list-item__details {
		font-size: 16px;
		gap: 10px;
	}
}
@media (max-width: 480px) {
	.list-item__details {
		gap: 5px;
		line-height: 1.3;
	}
	.lists__details {
		padding: 15px 10px;
		margin-inline: -15px;
	}
	.consultation__container {
		padding-top: 50px;
	}
	.more__reviews {
		padding: 15px 0;
	}
	.image__slider {
		min-width: 288px;
	}
	.card__consultation {
		max-width: 380px;
		width: 100%;
		padding: 15px;
	}
	.info__card {
		max-width: 67%;
	}
	.bg__card img {
		object-fit: cover;
	}
	.details__consultation,
	.documents__consultation {
		margin-top: 50px;
	}
	.reviews__container {
		padding-top: 50px;
	}
	.box__documents,
	.list__details {
		margin-top: 20px;
	}
	.text__documents {
		height: auto;
		padding-bottom: 0;
	}
	.item__documents {
		width: 222px;
	}
	.subtitle__about-us {
		font-size: 18px;
		margin-bottom: 20px;
		margin-top: 15px;
	}
	.box__video {
		flex-direction: column;
		align-items: center;
	}
	.title__video {
		margin: 20px auto 0;
	}
	.image_about-us,
	.title__more::before {
		display: none;
	}
	.box__more,
	.buttons__more,
	.subtitle__more,
	.title__more {
		margin-left: 0;
		text-align: center;
		align-items: center;
	}
	.box__more {
		margin: 20px auto;
	}
	.buttons__more {
		flex-direction: column;
	}
	.about-us {
		border-radius: 0;
	}
	.info__card br {
		display: none;
	}
	.titte__card {
		font-size: 20px;
	}
	.info__card p {
		font-size: 17px;
	}
	.cardbox__consultation {
		gap: 10px;
	}
	.card__consultation {
		height: 285px;
	}
	.bg__card,
	.bg__card img {
		width: 100%;
		height: 100%;
	}
	.bg__card img {
		object-position: 10%;
	}
	.image_about-us {
		position: static;
		display: block;
		order: 1;
		min-width: unset;
		transform: none;
	}
	.video__about-us {
		order: 2;
		margin-top: -193px;
	}
	.box__video {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.about-us__container {
		padding-bottom: 0;
	}
	.preview__video {
		width: 100%;
		height: 132px;
	}
	.preview__video > img {
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 991.98px) {
	.title__about-us {
		font-size: 35px;
	}
	.subtitle__about-us {
		font-size: 27px;
	}
}
@media (max-width: 767.98px) {
	.image_about-us {
		max-width: 600px;
		min-width: unset;
	}
	.circle-bg-1 {
		display: none;
	}
	.documents__consultation .coursor {
		display: flex;
	}
	.documents__consultation {
		margin-top: 50px;
	}
	.title__consultation {
		margin-bottom: 0;
	}
	.title__about-us {
		font-size: 30px;
	}
	.subtitle__about-us {
		font-size: 24px;
	}
	.about-us {
		padding-top: 30px;
		margin-top: 30px;
	}
	.subtitle__about-us {
		margin-bottom: 18px;
	}
	.item__about-us {
		font-size: 16px;
	}
	.list__about-us {
		gap: 5px;
	}
	.info__about-us p {
		margin-top: 16px;
		margin-bottom: 7px;
		font-size: 14px;
	}
}
.promo-section__kate {
	bottom: -298px;
	right: -167px;
	position: absolute;
	max-width: 827px;
}
.page-id-594 .promo-section {
	overflow: hidden;
	padding-top: 356px;
	padding-bottom: 243px;
}
.page-id-594 .promo-section__title {
	margin-bottom: 13px;
	font-size: 52px;
}
.page-id-594 .promo-section p {
	font-size: 30px;
	line-height: calc(40 / 30 * 100%);
}
.page-id-689 .intro {
	padding-bottom: 194px;
}
.page-id-689 .intro__list_v2 {
	max-width: 585px;
}
.page-id-689 .intro__button {
	height: 106px;
}
@media (max-width: 1230px) {
	.page-id-689 .intro__item br {
		display: none;
	}
	.page-id-689 .intro__list_v2 {
		gap: 20px 10px;
		max-width: 529px;
	}
	.promo-section__kate {
		bottom: -328px;
		right: -277px;
	}
}
@media (max-width: 991.98px) {
	.page-id-689 .intro {
		padding-bottom: 124px;
	}
	.page-id-594 .promo-section__title {
		font-size: 45px;
	}
	.page-id-594 .promo-section p {
		font-size: 27px;
	}
	.page-id-594 .promo-section {
		padding: 265px 0 140px;
	}
	.page-id-594 .promo-section__btn-panel {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.promo-section__kate {
		max-width: 657px;
		bottom: -148px;
		right: -277px;
	}
}
@media (max-width: 767.98px) {
	.page-id-689 .intro__button {
		width: 380px !important;
		flex-grow: 0;
	}
	.page-id-689 .intro {
		padding-bottom: 64px;
	}
	.page-id-594 .promo-section__title {
		font-size: 40px;
	}
	.page-id-594 .promo-section p {
		font-size: 25px;
	}
	.page-id-594 .promo-section {
		padding: 247px 0 60px;
	}
	.promo-section__kate {
		position: relative;
		bottom: -61px;
		max-width: 547px;
	}
	.page-id-594 .promo-section p {
		max-width: 400px;
	}
	.page-id-594 .promo-section br {
		display: none;
	}
	.promo-section__kate {
		max-width: 447px;
		bottom: -61px;
		margin-top: -440px;
		right: -48%;
		position: relative;
	}
	.reviews__container {
		padding-top: 50px;
	}
	.page-id-689 .intro__list_v2 {
		gap: 11px 10px;
		max-width: 529px;
	}
}
@media (max-width: 575.98px) {
	.promo-section__kate {
		max-width: 447px;
		bottom: -62px;
		right: 0;
		left: 0;
		margin: auto;
		margin-top: -50px;
		position: relative;
	}
}
@media (max-width: 479.98px) {
	.page-id-594 .promo-section__title {
		font-size: 27px;
	}
	.page-id-689 .intro__list_v2 {
		gap: 11px 10px;
	}
	.page-id-594 .promo-section p {
		font-size: 20px;
	}
	.study-programm__button {
		width: 320px;
	}
}
.page-id-664 .mov-panel {
	right: 115px;
}
@media (max-width: 1230px) {
	.page-id-664 .mov-panel {
		right: 0;
	}
}
.perspective-start {
	margin-top: 110px;
}
.perspective-start__title {
	margin-bottom: 0;
}
.perspective-start__subtitle {
	font-size: 32px;
	line-height: calc(42 / 32 * 100%);
	font-weight: 400;
	margin-top: 20px;
}
.perspective-start__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 19px;
	margin-top: 55px;
}
.perspective-start__item {
	background-size: cover;
	background-position: top center;
	min-height: 350px;
	border-radius: 20px;
}
.perspective-start__content {
	padding: 40px 50px;
}
.perspective-start__item-title {
	font-size: 24px;
	line-height: calc(34 / 24 * 100%);
	font-weight: 700;
}
@media (max-width: 1230px) {
	.perspective-start__content {
		padding: 30px 30px;
	}
}
@media (max-width: 991.98px) {
	.perspective-start__item-title br {
		display: none;
	}
	.perspective-start__item-title {
		font-size: 22px;
	}
	.perspective-start__subtitle {
		font-size: 28px;
	}
	.perspective-start__item {
		min-height: 270px;
	}
	.perspective-start__content {
		padding: 20px;
		max-width: 83%;
	}
}
@media (max-width: 767.98px) {
	.perspective-start__subtitle {
		font-size: 25px;
		margin-top: 7px;
	}
	.perspective-start__items {
		grid-template-columns: auto;
		max-width: 370px;
		margin-inline: auto;
		margin-top: 30px;
	}
	.perspective-start {
		margin-top: 50px;
	}
}
@media (max-width: 575.98px) {
	.perspective-start__subtitle br {
		display: none;
	}
	.perspective-start__subtitle {
		font-size: 21px;
	}
	.perspective-start__item-title {
		font-size: 21px;
	}
}
.whom {
	margin-top: 110px;
}
.whom__title {
	margin-bottom: 0;
}
.whom__items {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.whom__item {
	background-size: cover;
	background-position: top center;
	border-radius: 20px;
	min-height: 597px;
}
.whom__content {
	padding: 55px 30px;
	padding-left: 52px;
}
.whom__item-title {
	font-size: 30px;
	line-height: calc(32 / 30 * 100%);
	font-weight: 700;
}
.whom__list {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
.whom__list-item {
	gap: 11px;
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	font-weight: 400;
}
.whom__list-item::before {
	width: 5px;
	height: 5px;
}
@media (max-width: 1230px) {
	.whom__item-title {
		font-size: 27px;
	}
	.whom__content {
		padding: 25px 20px;
		padding-left: 22px;
	}
}
@media (max-width: 991.98px) {
	.whom__items {
		grid-template-columns: repeat(3, 300px);
		overflow: scroll;
		padding-bottom: 10px;
	}
	.whom .coursor {
		display: flex;
	}
	.whom__list-item br {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.whom__items {
		margin-top: 30px;
	}
	.whom__content {
		padding: 16px 14px;
		padding-left: 21px;
	}
	.whom__item {
		min-height: 447px;
	}
	.whom__items {
		gap: 10px;
	}
	.whom__list-item {
		font-size: 16px;
	}
	.whom {
		margin-top: 50px;
	}
	.whom__item-title {
		font-size: 25px;
	}
}
.fast-start {
	margin-top: 115px !important;
}
@media (max-width: 767.98px) {
	.fast-start {
		margin-top: 50px !important;
	}
}
@media (max-width: 575.98px) {
	.fast-start {
		display: block !important;
	}
	.fast-start .presenters__block-top {
		padding-inline: 15px !important;
	}
	.fast-start .presenters__blocks {
		flex-wrap: nowrap;
		overflow: scroll;
		padding-bottom: 10px;
		justify-content: flex-start;
	}
	.fast-start .presenters__block {
		flex-shrink: 0;
	}
	.fast-start .coursor {
		display: flex;
	}
}
.no-overpayment {
	margin-top: 110px;
}
.no-overpayment__container {
	position: relative;
}
.no-overpayment__circles {
	position: absolute;
	right: -410px;
	bottom: -650px;
	transform: scale(-1, 1);
	z-index: -1;
}
.no-overpayment__items {
	margin-top: 50px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 42px;
}
.no-overpayment__text {
	padding-left: 18px;
	font-size: 22px;
	line-height: calc(32 / 22 * 100%);
	font-weight: 700;
	padding-top: 20px;
	margin-bottom: 0;
}
@media (max-width: 1230px) {
	.no-overpayment__text br {
		display: none;
	}
	.no-overpayment__text {
		padding-left: 10px;
	}
	.no-overpayment__items {
		gap: 50px 24px;
	}
}
@media (max-width: 991.98px) {
	.no-overpayment__text {
		font-size: 18px;
	}
	.no-overpayment__items {
		gap: 35px 15px;
	}
}
@media (max-width: 767.98px) {
	.no-overpayment__items {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 30px;
	}
	.no-overpayment__text {
		padding-top: 10px;
	}
	.no-overpayment__circles {
		display: none;
	}
}
@media (max-width: 479.98px) {
	.no-overpayment__items {
		grid-template-columns: repeat(5, 300px);
		gap: 10px;
		overflow: scroll;
		padding-bottom: 10px;
		margin-top: 0;
	}
	.no-overpayment .coursor {
		display: flex;
	}
}
.business-wrapper {
	background-image: url(../img/business_wrapper.jpg);
	background-size: cover;
	background-position: bottom center;
	background-color: #e4e9ec;
	border-radius: 0 0 90px 90px;
	padding-top: 110px;
	margin-top: 110px;
	padding-bottom: 139px;
}
.start-direction__title {
	margin-bottom: 0;
}
.start-direction__cards {
	margin-top: 55px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.start-direction__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 44px 34px;
	background-color: #fff;
	border-radius: 10px;
}
.start-direction__card-inner {
	flex-grow: 1;
	height: 100%;
}
.start-direction__card-title {
	font-size: 24px;
	line-height: calc(34 / 24 * 100%);
	font-weight: 700;
}
.start-direction__list {
	display: flex;
	gap: 7px;
	flex-direction: column;
	margin-top: 18px;
}
.start-direction__list-item {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	gap: 12px;
}
.start-direction__list-item::before {
	width: 6px;
	height: 6px;
	background-color: #15a1bb;
	margin-top: 6px;
}
.start-direction__list-item:not(:last-child) {
	margin-bottom: 0;
}
.start-direction__pic {
	margin-top: 30px;
}
.start-direction__text {
	margin-top: 25px;
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
}
.start-direction__button {
	margin-top: 20px;
	width: 100%;
	height: 80px;
	font-size: 11px;
	line-height: 19px;
	padding-inline: 15px;
	border-radius: 40px;
}
.start-direction__button::after {
	border-radius: 40px;
}
.three-months {
	margin-top: 110px;
}
.three-months__title {
	margin-bottom: 0;
}
.three-months__items {
	margin-top: 45px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.three-months__pink {
	background-size: cover;
	background-position: top center;
	min-height: 215px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	overflow: hidden;
}
.three-months__pink-inner {
	padding: 15px;
	color: #fff;
}
.three-months__pink-text {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.three-months__pink-numbers {
	font-family: Bodoni;
	font-size: 42px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 5px;
}
.three-months__text {
	padding-top: 20px;
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 14px;
}
.three-months__text:not(:first-of-type) {
	padding-top: 15px;
}
.three-months__text b {
	font-weight: 700;
}
.three-months__button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-inline: auto;
	width: 400px;
	height: 106px;
	margin-top: 75px;
	border-radius: 52.5px;
}
.three-months__button::after {
	border-radius: 52.5px;
}
@media (max-width: 1230px) {
	.start-direction__cards {
		gap: 15px;
	}
	.start-direction__card {
		padding: 20px 17px;
	}
	.start-direction__list-item {
		font-size: 15px;
		gap: 7px;
	}
	.start-direction__card-title {
		font-size: 21px;
	}
	.three-months__items {
		gap: 15px;
	}
	.three-months__text {
		padding-left: 0;
	}
	.three-months__text br {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.three-months__items {
		grid-template-columns: repeat(2, auto);
	}
	.start-direction__cards {
		grid-template-columns: repeat(3, 300px);
		padding-bottom: 15px;
		overflow: scroll;
	}
	.start-direction .coursor {
		display: flex;
	}
	.three-months__items {
		justify-content: center;
	}
	.three-months__item {
		max-width: 300px;
	}
}
@media (max-width: 767.98px) {
	.start-direction__cards {
		margin-top: 30px;
	}
	.start-direction__card {
		padding: 15px;
	}
	.start-direction__list {
		margin-top: 8px;
	}
	.start-direction__cards {
		gap: 10px;
	}
	.start-direction__pic {
		margin-top: 15px;
	}
	.start-direction__text {
		margin-top: 12px;
	}
	.start-direction__button {
		margin-top: 7px;
	}
	.business-wrapper {
		padding-top: 30px;
		margin-top: 30px;
		padding-bottom: 40px;
	}
	.no-overpayment {
		margin-top: 50px;
	}
}
@media (max-width: 767.98px) {
	.three-months__pink-numbers {
		font-size: 38px;
	}
	.three-months__button {
		margin-top: 30px;
	}
	.business-wrapper {
		border-radius: 0 0 40px 40px;
	}
	.three-months {
		margin-top: 50px;
	}
	.three-months__text:not(:first-of-type) {
		padding-top: 8px;
	}
	.three-months__items {
		margin-top: 30px;
	}
}
@media (max-width: 575.98px) {
	.three-months__items {
		grid-template-columns: repeat(4, 250px);
		overflow: scroll;
		padding-bottom: 15px;
		justify-content: flex-start;
	}
	.three-months .coursor {
		display: flex;
	}
}
@media (max-width: 479.98px) {
	.three-months__button {
		width: 100%;
	}
}
.popular-destinations {
	margin-top: 110px;
}
.popular-destinations__title {
	margin-bottom: 0;
}
.popular-destinations__items {
	margin-top: 45px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1020px;
	margin-inline: auto;
	row-gap: 18px;
}
.popular-destinations__item {
	display: grid;
	gap: 23px;
	align-items: center;
	grid-template-columns: 71px auto;
	background-position: top center;
	background-size: cover;
	background-image: url(../img/2_7847.jpg);
	border-radius: 10px;
	min-height: 134px;
	padding-inline: 20px;
}
.popular-destinations__pic {
	display: flex;
	justify-content: center;
}
.popular-destinations__text {
	font-size: 18px;
	line-height: calc(24 / 18 * 100%);
	font-weight: 400;
	margin-bottom: 0;
}
.questions_v2 {
	margin-top: 81px;
	margin-bottom: 0;
}
.questions-info__list-item::before {
	margin-top: 10px;
	background: url(../img/blue_star.png) center/contain no-repeat !important;
}
.questions-info__list-item {
	margin-bottom: 0;
}
.questions_v2 .gl-form_modal__button {
	text-transform: none !important;
	font-size: 20px !important;
	line-height: calc(26 / 20 * 100%);
}
.questions_v2 .gl-form__text {
	text-align: left;
	font-size: 27px;
	line-height: calc(36 / 27 * 100%);
}
.questions_v2 .gl-form__input {
	height: 89px;
}
.questions_v2 fieldset {
	margin-bottom: 28px;
}
.questions_v2 fieldset:not(:last-of-type) {
	margin-bottom: 19px;
}
.cost-ratio {
	margin-top: 110px;
}
.cost-ratio__title {
	margin-bottom: 49px;
}
.cost-ratio__navs {
	display: grid;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.cost-ratio__nav {
	width: 264px;
	height: 80px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	font-weight: 400;
}
.cost-ratio__nav.active {
	font-weight: 700;
	color: #fff;
	background-image: linear-gradient(0deg, #35abc4 0, #8ae5f7 100%);
	box-shadow: 0 30px 50px 0 rgba(56, 173, 198, 0.15);
	border: none;
}
.cost-ratio .popular-destinations__items {
	margin-top: 62px;
}
.cost-ratio .popular-destinations__item {
	display: grid;
	grid-template-columns: 48px auto;
	padding-left: 40px;
	gap: 26px;
}
.cost-ratio__content {
	display: none;
}
.cost-ratio__content.active {
	display: block;
}
.best {
	margin-top: 80px;
}
.little-title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.3;
}
.section-repair2 + .places-v2::after {
	display: none;
}
.best__container {
	position: relative;
}
.best__circles {
	position: absolute;
	top: 50px;
	z-index: -1;
	left: -980px;
	transform: scale(-1, 1);
}
.you-can {
	margin-top: 75px;
}
.you-can__items {
	color: #fff;
	width: 100%;
	min-height: 150px;
	background-color: #20bbd7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 70px;
}
.you-can__item {
	gap: 30px;
	display: flex;
	align-items: center;
}
.you-can__text {
	margin-bottom: 0;
	font-size: 18px;
	line-height: calc(24 / 18 * 100%);
	font-weight: 400;
}
.studios {
	margin-top: 120px;
}
.studios__title {
	margin-bottom: 0;
}
.studios__subtitle {
	font-size: 32px;
	line-height: calc(42 / 32 * 100%);
	font-weight: 400;
	text-align: center;
	margin-top: 15px;
}
.studios__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 19px;
	margin-top: 50px;
}
.studios__item {
	background-color: #eee;
	border-radius: 20px;
	min-height: 477px;
	padding: 36px 50px 54px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
.studios__item-inner {
	flex-grow: 1;
}
.studios__logo {
	max-width: 293px;
}
.studios__item-text {
	margin-bottom: 0;
	margin-top: 23px;
	font-size: 26px;
	line-height: calc(36 / 23 * 100%);
	font-weight: 300;
}
.studios__item-text b {
	font-weight: 700;
}
.studios__founder {
	display: flex;
	align-items: center;
	gap: 30px;
}
.studios__founder-name {
	margin-bottom: 0;
	font-size: 22px;
	line-height: calc(30 / 22 * 100%);
	font-weight: 700;
}
.studios__founder-profession {
	margin-bottom: 0;
	font-size: 18px;
	line-height: calc(26 / 18 * 100%);
	font-weight: 400;
	margin-top: 5px;
}
.studios__founder-photo {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	background-color: #177e91;
	flex-shrink: 0;
}
.studios__founder-photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.questions_v2 + .company-history2 .company-history2__title:nth-of-type(1) {
	margin-bottom: 20px;
}
.questions_v2 .questions-info__content {
	padding-top: 71px;
}
.questions_v2 .gl-form__in {
	padding-top: 64px;
	padding-bottom: 35px;
}
.questions-info__list {
	display: flex;
	flex-direction: column;
	gap: 23px;
	margin-top: 18px;
}
.questions-info__list-item:not(:last-child) {
	margin-bottom: 0 !important;
}
.questions-info__list-item::before {
	margin-top: 10px !important;
	margin-left: 8px;
}
.questions_v2 .questions-info__img {
	max-width: none;
	right: unset !important;
	left: 58px;
	bottom: -317px;
}
.questions_v2 .questions-info {
	overflow: hidden;
	box-shadow: 0 5px 70px 0 rgba(27, 79, 89, 0.25);
}
.questions_v2 .gl-form__title {
	text-align: left;
}
@media (max-width: 1230px) {
	.studios__item {
		padding-inline: 35px;
	}
	.studios__founder-photo {
		height: 140px;
		width: 140px;
	}
	.studios__item {
		min-height: 445px;
	}
	.studios__item-text {
		font-size: 24px;
	}
	.studios__subtitle {
		font-size: 30px;
	}
	.you-can__items {
		gap: 30px;
		padding-inline: 10px;
	}
	.you-can__item {
		gap: 20px;
	}
	.questions_v2 .gl-form__in {
		padding-top: 24px;
	}
	.questions_v2 .questions-info__img {
		left: 18px !important;
		bottom: -187px !important;
		max-width: 581px !important;
	}
	.questions_v2 .questions-info__content {
		align-items: flex-start;
	}
}
@media (max-width: 991.98px) {
	.studios__item-text br {
		display: none;
	}
	.studios__subtitle {
		font-size: 25px;
	}
	.you-can__items {
		flex-wrap: wrap;
		row-gap: 0;
		padding: 10px;
	}
	.questions_v2 .questions-info__img {
		left: unset !important;
		bottom: -187px !important;
		max-width: 600px !important;
		right: -100px !important;
	}
	.questions_v2 .gl-form__text {
		font-size: 22px;
	}
	.studios__founder {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
	.studios__item-text {
		font-size: 22px;
	}
	.studios__item {
		padding: 30px 20px;
		gap: 20px;
	}
	.studios__founder-photo {
		height: 120px;
		width: 120px;
	}
	.questions_v2 .questions-info {
		box-shadow: none;
	}
}
@media (max-width: 767.98px) {
	.studios__item-text {
		font-size: 20px;
		line-height: 1.3;
	}
	.studios__subtitle {
		font-size: 22px;
	}
	.you-can {
		margin-top: 50px;
	}
	.studios__logo {
		width: 100%;
	}
	.studios__item-text {
		margin-top: 15px;
	}
	.little-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.questions_v2 .gl-form__text {
		font-size: 20px;
		text-align: center;
	}
	.best {
		margin-top: 50px;
	}
	.questions_v2 {
		margin-top: 50px;
		padding-bottom: 0 !important;
	}
	.questions_v2 .gl-form__in {
		padding-bottom: 10px;
	}
	.questions_v2 .gl-form__title {
		text-align: center;
	}
	.title br {
		display: none;
	}
	.questions-info__list {
		gap: 7px;
	}
	.questions_v2 .questions-info__img {
		max-width: 550px !important;
	}
	.cost-ratio {
		margin-top: 50px;
	}
	.cost-ratio__title {
		margin-bottom: 30px;
	}
	.cost-ratio__navs {
		gap: 10px;
	}
	.cost-ratio .popular-destinations__items {
		margin-top: 20px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.cost-ratio .popular-destinations__item {
		min-height: 95px;
		flex: 0 0 270px;
	}
	.cost-ratio__nav {
		flex: 0 0 210px;
	}
	.cost-ratio__navs {
		overflow: scroll;
		justify-content: flex-start;
		padding-bottom: 10px;
	}
	.cost-ratio .coursor {
		display: flex;
	}
	.studios {
		margin-top: 50px;
	}
}
@media (max-width: 630px) {
	.you-can__items {
		row-gap: 11px;
		display: grid;
	}
	.you-can__item {
		display: grid;
		grid-template-columns: 40px auto;
	}
	.you-can__item img {
		margin-inline: auto;
	}
}
@media (max-width: 575.98px) {
	.studios__subtitle {
		font-size: 20px;
	}
	.studios .coursor {
		display: flex;
	}
	.studios__items {
		display: flex;
		overflow: scroll;
		margin-top: 0;
		padding-bottom: 15px;
	}
	.studios__item-text {
		font-size: 18px;
	}
	.studios__item {
		flex: 0 0 300px;
		grid-area: 15px;
		min-height: 420px;
	}
	.little-title {
		font-size: 28px;
	}
	.studios__item {
		padding: 20px;
	}
	.questions_v2 .questions-info_second-change .questions-info__content {
		padding-bottom: 180px !important;
	}
	.questions-info__list-item::before {
		margin-top: 5px !important;
	}
}
@media (max-width: 479.98px) {
	.questions_v2 .questions-info__img_mob {
		display: block !important;
	}
	.questions_v2 .questions-info_second-change .questions-info__content {
		padding-bottom: 100px !important;
	}
	.questions_v2 .questions-info__img {
		width: 355px;
		bottom: -137px !important;
		right: -40px !important;
	}
	.questions_v2 .questions-info__title {
		font-size: 23px;
	}
}
@media (max-width: 991.98px) {
	.popular-destinations__item {
		grid-template-columns: 45px auto;
	}
	.cost-ratio .popular-destinations__item {
		display: grid;
		grid-template-columns: 35px auto;
		padding-left: 20px;
		gap: 15px;
	}
	.cost-ratio__title br {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.popular-destinations__items {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 10px;
		margin-top: 30px;
	}
	.popular-destinations {
		margin-top: 30px;
	}
}
@media (max-width: 575.98px) {
	.popular-destinations__items {
		overflow: scroll;
		padding-bottom: 15px;
	}
	.popular-destinations .coursor {
		display: flex;
	}
	.popular-destinations__item {
		min-height: 100px;
		width: 270px;
	}
}
.characters_block,
.content_block {
	margin: 15px 0;
	padding: 30px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.info__tab-body.d-block {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.characters_block h2,
.characters_block h2 span,
.content_block h2,
.content_block h2 span {
	font-family: Circe !important;
	margin-bottom: 15px;
	text-align: left;
	font-size: 25px !important;
	color: #35abc4;
	font-weight: 700;
}
.content_block p {
	margin-bottom: 0;
}
.content_block li,
.content_block p,
.content_block span {
	font-family: Circe !important;
	font-size: 18px !important;
	line-height: calc(28 / 18 * 100%);
}
.content_block td,
.content_block tr {
	height: auto !important;
}
.content_block tr td:first-of-type {
	width: 73.5% !important;
}
.content_block tr td:last-of-type {
	width: 26.5% !important;
}
.content_block tr td:last-of-type img {
	width: 100% !important;
}
.content_block ul li::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 9px;
	background-color: #76d1e3;
	position: absolute;
	left: 0;
}
.content_block ul li {
	padding-left: 20px;
	position: relative;
	gap: 12px;
}
.content_block ul {
	list-style: none;
}
.content_block td,
.content_block th {
	padding: 0;
	border: 0;
}
.content_block tr {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: flex-start;
}
.content_block ol {
	padding-left: 20px;
}
.single-new .breadcrumbs__list {
	margin-bottom: 10px;
}
#complectation tr td:first-of-type,
#complectation tr td:first-of-type span {
	font-weight: 700 !important;
	font-size: 18px !important;
}
@media (max-width: 575.98px) {
	#complectation tr td:first-of-type,
	#complectation tr td:first-of-type span {
		font-size: 16px !important;
	}
}
.alignright {
	margin-left: auto;
}
.alignleft {
	margin-right: auto;
}
.aligncenter {
	margin-inline: auto;
}
.characters_block td,
.table_block td {
	padding: 8px !important;
}
.characters_block td:nth-child(2),
.table_block td:nth-child(2) {
	background-color: unset;
	text-align: center !important;
}
.characters_block .table__body tr td:first-of-type {
	font-weight: 700;
}
.characters_block .table__header {
	box-shadow: none;
	background: rgba(0, 0, 0, 0.025);
}
.characters_block .table__header td {
	border: 1px #f0f0f0 solid !important;
}
.characters_block tr:nth-child(even) td,
.table_block tr:nth-child(even) td {
	background: rgba(0, 0, 0, 0.025);
	padding: 8px !important;
}
.table_block tr td:nth-child(odd) {
	font-weight: 700;
}
.woocommerce table.shop_attributes td {
	font-style: normal !important;
}
@media (max-width: 767.98px) {
	.characters_block,
	.content_block {
		padding: 20px;
	}
	.characters_block h2,
	.content_block h2 {
		font-size: 23px !important;
	}
}
@media (max-width: 575.98px) {
	.characters_block,
	.content_block {
		padding: 15px;
	}
	.characters_block ul,
	.content_block ul {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.characters_block h2,
	.content_block h2 {
		margin-bottom: 8px;
	}
	.content_block li,
	.content_block p,
	.content_block span {
		font-size: 16px !important;
		line-height: 1.3;
	}
	.content_block ul li {
		gap: 8px;
	}
	.content_block ul li::before {
		width: 5px;
		height: 5px;
		margin-top: 6px;
	}
}
.after_block td {
	border: none;
	text-align: center !important;
	font-weight: 700;
}
.after_block tr:nth-child(even) td {
	background: 0 0;
}
.after_block strong {
	display: block;
	margin-bottom: 10px;
}
@media (max-width: 991.98px) {
	.content_block tr {
		gap: 20px;
	}
}
@media (max-width: 767.98px) {
	.content_block tr {
		gap: 15px;
	}
	.after_block tr:first-of-type {
		margin-bottom: 0;
	}
	.content_block tr {
		flex-direction: column;
	}
	.content_block td,
	.content_block td img,
	.content_block tr td:first-of-type,
	.content_block tr td:last-of-type {
		width: 100% !important;
	}
	.after_block tr td,
	.after_block tr:nth-child(even) td {
		padding: 5px !important;
		width: 100% !important;
	}
	.after_block tr {
		display: flex;
		flex-direction: column;
		height: auto !important;
	}
	.after_block tbody {
		display: flex;
	}
	.after_block table,
	.after_block td {
		height: auto !important;
	}
	.combination__body {
		gap: 10px;
	}
}
.woocommerce table.shop_attributes th {
	line-height: calc(28 / 18 * 100%) !important;
}
.content_block ol {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.content_block ul {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.characters_block tbody,
.table_block tbody,
.woocommerce table.shop_attributes td p {
	font-size: 18px !important;
	line-height: calc(28 / 18 * 100%) !important;
}
.content_block iframe {
	width: 100%;
	height: 450px;
}
@media (max-width: 767.98px) {
	.content_block iframe {
		width: 100%;
		height: 300px;
	}
}
@media (max-width: 575.98px) {
	.content_block iframe {
		width: 100%;
		height: 250px;
	}
	.characters_block tbody,
	.table_block tbody,
	.woocommerce table.shop_attributes td p {
		font-size: 16px !important;
		line-height: 1.3 !important;
	}
}
.new-product-line .new-product {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.new-product-line .product-catalog__item {
	width: calc(100% / 3 - 20px);
}
@media (max-width: 991.98px) {
	.new-product-line .product-catalog__item {
		width: calc(100% / 2 - 10px);
	}
}
@media (max-width: 480px) {
	.new-product-line .product-catalog__item {
		width: 100%;
	}
}
.product-catalog .btn-panel {
	width: 100%;
}
.xoo-wsc-container {
	z-index: 1000000011 !important;
}
.header {
	z-index: 9;
}
.catalog-menu_mobile {
	z-index: 9999999999;
}
.after_block table,
.after_block td {
	display: block;
	height: unset !important;
}
.after_block tbody {
	display: flex;
}
.after_block tr {
	height: unset !important;
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.after_block tbody {
		display: block;
	}
	.after_block tr {
		flex-direction: row;
	}
}
