/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size (opinionated).
*/
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
}

/*
Sections
========
*/
/**
1. Remove the margin in all browsers.
2. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	margin: 0;
	/* 1 */
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	/* 2 */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}

@font-face {
	font-family: "Object Sans";
	src: local("Object Sans Regular"), local("Object-Sans-Regular"), url("../fonts/ObjectSans-Regular/ObjectSans-Regular.woff2") format("woff2"), url("../fonts/ObjectSans-Regular/ObjectSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Object Sans";
	src: local("Object Sans Bold"), local("Object-Sans-Bold"), url("../fonts/ObjectSans-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "PP Editorial New";
	src: local("Editorial New Regular"), local("Editorial-New-Regular"), url("../fonts/EditorialNew-Regular/EditorialNew-Regular.woff2") format("woff2"), url("../fonts/EditorialNew-Regular/EditorialNew-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: "Object Sans";
	font-weight: 400;
	font-style: normal;
	color: #000000;
	line-height: 1;
	height: 100%;
	min-width: 320px;
}

@media (max-width: 1087px) {

	html,
	body {
		font-size: 1.0080645161vw;
	}
}

@media (max-width: 992px) {

	html,
	body {
		font-size: 1.3020833333vw;
	}
}

@media (max-width: 768px) {

	html,
	body {
		font-size: 2vw;
	}
}

.wrapper {
	overflow: hidden;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

[class*=__container] {
	max-width: 1163px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 51px;
	padding-bottom: 70px;
	margin: 0 auto;
	padding: 0px 15px;
}

@media (max-width: 1087px) {
	[class*=__container] {
		max-width: 970px;
		margin: 0 auto;
		padding: 0px 15px;
	}
}

@media (max-width: 991.98px) {
	[class*=__container] {
		max-width: 950px;
		margin: 0 auto;
		padding: 0px 25px;
	}
}

@media (max-width: 767.98px) {
	[class*=__container] {
		max-width: none;
	}
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.address {
	font-style: normal;
}

a:focus {
	outline: none;
}

button {
	cursor: pointer;
}

.transfotm__title-title {
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 0.93;
	/* or 93% */
	text-align: center;
	letter-spacing: -0.07em;
	margin-bottom: 160px;
}

.transfotm__title-title span {
	font-weight: 700;
}

.transfom__link {
	font-size: 20px;
	line-height: 1;
	/* identical to box height */
	letter-spacing: -0.005em;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 182px;
}

.transfom__title {
	position: relative;
	margin-bottom: 182px;
}

.transfotm__title-title::after {
	content: url("../image/decor/transform-decor.svg");
	position: absolute;
	right: -10px;
	top: 100px;
}

@media (max-width: 992px) {
	.transfotm__title-title {
		font-size: 4.2rem;
		margin-bottom: 6rem;
	}

	.transfom__title {
		margin-bottom: 8rem;
	}
}

@media (max-width: 768px) {
	.transfotm__title-title {
		font-size: 2.9rem;
	}
}

@media (max-width: 480px) {
	.transfom__link {
		font-size: 14px;
	}

	.transfotm__title-title::after {
		content: url("../image/decor/transformsmall-decor.svg");
		right: -10px;
		top: 45px;
	}

	.transfotm__title-title {
		font-size: 28px;
		margin-bottom: 25px;
	}

	.transfom__title {
		margin-bottom: 48px;
	}
}


/* ------------------------------------------- */


.education {
	margin-bottom: 184px;
}

.education__title {
	margin-bottom: 54px;
}

.education__title-text {
	font-weight: 400;
	font-size: 61px;
	line-height: 1.03;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.education__title-text span {
	font-weight: 700;
}

@media (max-width: 768px) {
	.education__title-text {
		font-size: 3.4rem;
	}

	.education {
		margin-bottom: 120px;
	}
}

@media (max-width: 480px) {
	.education__title-text {
		font-size: 28px;
	}

	.education {
		margin-bottom: 100px;
	}
}

.education__body {
	position: relative;
}

.education__content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.education__right{
	position: relative;
}

.education__video-img {
	object-fit: cover;
	width: 100%;

}
.education__video-btn{
	position: absolute;
	top: 45%;
	left: 45%;
	background-color: transparent;
}
.education__btn-img{
	width: 50px;
}

.education__content-item:not(:last-child) {
	margin-bottom: 50px;
}



@media (max-width: 992px) {
	.education__content {
		justify-content: center;
	}

	.education__content-item:not(:last-child) {
		margin-bottom: 40px;
	}

	.education__left {
		margin-bottom: 40px;
	}
		.education__container {
			padding: 0 30px;
		}
}

@media (max-width: 768px) {

	.education__container {
		flex-wrap: wrap;
		align-items: center;
	}

	.education__img {
		padding: 0 100px;
	}

	.education__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		max-width: 600px;

	}

	.education__title {
		margin-bottom: 6rem;
	}

}

@media (max-width: 480px) {
	.education__img {
		padding: 0 50px;
	}

	.education__title {
		margin-bottom: 50px;
	}
.education__video-btn {
	width: 62px;
	top: 40%;
	left: 40%;
}
}

/*----------------------------*/




.education__img-one {
	margin-right: 40px;
	z-index: 1;
}

.education__content-one-list {
	padding-top: 41px;
}

.education__namber {
	font-family: "PP Editorial New";
	font-size: 50px;
	line-height: 1.28;
	/* identical to box height */
	letter-spacing: -0.005em;
	margin-right: 35px;
}

.education__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	/* or 125% */
	letter-spacing: -0.005em;
	text-transform: uppercase;
	width: 357px;
}

.education__text span {
	font-weight: 700;
}

.education__content-item {
	display: flex;
}


@media (max-width: 768px) {
	.education__text {
		width: 100%;
	}

}

@media (max-width: 480px) {
	.education__img-one {
		width: 100%;
		height: 100%;
		margin-right: 0px;
		margin-bottom: 41px;
	}

	.education__content-one-list {
		padding-top: 0px;
	}


	.education__text {
		
		font-size: 12px;
	}

	.education__namber {
		margin-right: 20px;
		font-size: 28px;
	}
}

/*-----------------------------------------*/
.education__content-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 36px;
	position: relative;
}

.education__content-two::before {
	content: "";
	position: absolute;
	width: 49.6%;
	height: 324px;
	right: 0;
	top: 72px;
	background: rgba(0, 0, 0, 0.1);
}

.education__content-two-list {
	padding-top: 38px;
}

.education__img-two {
	margin-left: 53px;
	z-index: 1;
}

@media (max-width: 768px) {
	.education__content-two::before {
		top: 415px;
	}

	.education__content-two-list {
		margin-bottom: 41px;
	}
}

@media (max-width: 480px) {
	.education__img-two {
		width: 100%;
		height: 100%;
		margin-left: 0px;
	}

	.education__content-two {
		padding: 0 30px;
	}

	.education__content-two-list {
		padding-top: 0px;
	}

	.education__content-two::before {
		top: 470px;
		width: 90%;
		height: 32.4rem;
	}
}

/*----------------------------*/
.education__content-three {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 200px;
}





@media (max-width: 768px) {
	.education__content-three {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		margin-bottom: 200px;
	}

}

@media (max-width: 480px) {
	.education__content-three {
		padding: 0 30px;
		margin-bottom: 10rem;
	}

}

/*======================================================*/
.offer{
	margin-bottom: 172px;
}
.offer__title {
	margin-bottom: 99px;
}

.offer__title-title {
	font-weight: 700;
	font-size: 64px;
	line-height: normal;
	/* identical to box height */
	text-align: center;
	letter-spacing: -0.32px;
	text-transform: uppercase;
}


.offer__basic {}

.offer__body-all {
	min-height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
}

.offer__content-all {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.offer__basic-title {}

.offer__title-all {
	font-weight: 700;
	font-size: 56px;
	line-height: normal;
	/* identical to box height */
	letter-spacing: -0.28px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}

.offer__basic-data {}

.offer__data-all {
	color: #FFF;
	font-size: 40px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.offer__basic-text {
	max-width: 660px;
}

.offer__text-all {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.04;
	/* 104.167% */
	letter-spacing: -0.12px;
	margin-bottom: 50px;
	padding: 0 20px;
}

.offer__basic-link {}

.offer__link-all {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	border: 2px solid #FFF;
	background: rgba(172, 167, 155, 0.00);
	padding: 30px 40px 22px 40px;
}
.offer__link-all:hover{
	color: #d1d1d1;
}

.offer__img-all {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.offer__img-all img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.offer__pro-text {
	max-width: 554px;
}

.offer__visual-text {
	max-width: 622px;
}

@media (max-width: 768px){
.offer__title {
		margin-bottom: 60px;
	}
}

@media (max-width: 480px) {
	.offer {
			margin-bottom: 110px;
		}
	.offer__title {
			margin-bottom: 30px;
		}

	.offer__title-title {
		font-size: 25px;
		letter-spacing: -0.14px;
	}

	.offer__title-all {
		font-size: 20px;
		letter-spacing: -0.1px;
	}

	.offer__data-all {
		font-size: 14px;
		letter-spacing: -0.07px;
	}

	.offer__text-all {
		
		font-size: 12px;
		line-height: 1;
		
		letter-spacing: -0.06px;
		padding: 0 20px;
	}
.offer__link-all {
	font-size: 10px;
	border: 1px solid #FFF;
	background: rgba(172, 167, 155, 0.00);
	padding: 12px 47px 12px 47px;
}


}



/*======================================================*/
.advantages__title-decor {
	font-weight: 700;
	font-size: 150px;
	line-height: 1.03;
	/* 155/150 */
	/* identical to box height */
	white-space: nowrap;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
	text-indent: -74%;
}

.advantages__title {
	font-weight: 400;
	font-size: 64px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-top: -48px;
}

.advantages__title span {
	font-weight: 700;
}

@media (max-width: 768px) {
	.advantages__title {
		font-size: 5.4rem;
	}
}

@media (max-width: 480px) {
	.advantages__title-decor {
		font-size: 60px;
	}

	.advantages__title {
		font-size: 28px;
		margin-top: -2.8rem;
	}

	.advantages {
		margin-bottom: 50px;
	}
}

.advantages__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.advantages__item {
	width: 356px;
	text-align: center;
	margin: 0 40px 100px 40px;
}

.advantages__item:nth-child(1) .advantages__item-img {
	padding-top: 34px;
	margin-bottom: 32px;
}

.advantages__item:nth-child(1) .advantages__item-text {
	padding: 0 4px;
}

.advantages__item:nth-child(2) .advantages__item-img {
	width: 162px;
}

.advantages__item:nth-child(2) .advantages__item-text {
	padding: 0 38px;
}

.advantages__item:nth-child(3) .advantages__item-img {
	margin-bottom: 34px;
}

.advantages__item:nth-child(3) .advantages__item-text {
	padding: 0 33px;
}

.advantages__item:nth-child(4) .advantages__item-img {
	margin-bottom: 30px;
}

.advantages__item-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	/* identical to box height */
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.advantages__item-text {
	font-size: 16px;
	line-height: 1.56;
	/* or 156% */
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.advantages__item {
		margin: 0 40px 6.5rem 40px;
	}
}

@media (max-width: 480px) {
	.advantages__item-title {
		font-size: 16px;
	}

	.advantages__item-text {
		font-size: 12px;
	}

	.advantages__item {
		margin: 0 0 50px 0;
	}
}

/*==========================================================*/
/*==========================================================*/
.conductor {
	margin-bottom: 200px;
}

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

.conductor__content-left {
	margin: 0 144px 0 0;
	padding-top: 63px;
	width: 581.5px;
}

.conductor__left-title {
	font-weight: 400;
	font-size: 64px;
	line-height: 1.02;
	/* or 102% */
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.conductor__left-title span {
	font-weight: 700;
}

.conductor__left-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.56;
	/* or 156% */
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 29px;
}

.span-name {
	font-weight: 700;
}

.span-decor {
	font-family: "PP Editorial New";
	font-size: 24px;
	line-height: 1;
}

.conductor__item:not(:last-child) {
	margin-bottom: 10px;
}

.conductor__item-text {
	font-size: 16px;
	line-height: 1.56;
	/* or 156% */
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-left: 20px;
}

.conductor__content-hidn {
	display: none;
	visibility: hidden;
}

.conductor__content-right {
	display: block;
	visibility: visible;
}

@media (max-width: 1087px) {
	.conductor__content-left {
		margin: 0 auto;
	}
}

@media (max-width: 992px) {
	.conductor {
		margin-bottom: 13rem;
	}

	.conductor__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.conductor__left-title {
		text-align: start;
	}

	.conductor__item-text {
		text-align: start;
	}

	.conductor__content-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.conductor__right-img {
		width: 100%;
		height: auto;
		object-fit: cover;
		padding: 0 30px;
	}

	.conductor__content-left {
		margin: 0px 0px 0px 0px;
		padding-top: 0px;
	}

	.conductor__content-right {
		display: none;
		visibility: hidden;
	}

	.conductor__content-hidn {
		display: block;
		visibility: visible;
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	.conductor {
		margin-bottom: 100px;
	}

	.conductor__left-title {
		font-size: 4.8rem;
	}

	.conductor__right-img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		padding: 0 50px;
	}

}

@media (max-width: 480px) {

	.conductor__left-title {
		font-size: 28px;
	}

	.conductor__left-text {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.conductor__item-text {
		font-size: 12px;
	}

	.span-decor {
		font-size: 2.4rem;
	}

	.conductor__right-img {
		padding: 0 5px;
	}

	

	.conductor__content-hidn {
		margin-bottom: 15px;
	}
}

/*===============================================================*/
.dot {
	background-image: url("/image/decor/1.png");
	background-repeat: no-repeat;
	background-position: left;
}
.results {
	margin-bottom: 260px;
}

.results__title {
	margin-bottom: 100px;
	position: relative;
}
.results__title::after{
	content: url("../image/slides/sliderImg.png");
		position: absolute;
		right: 0;
		margin-top: -20px;
}
.results__title-title {
	font-weight: 400;
	font-size: 64px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.results__title-title span {
	font-weight: 700;
}

/* .results__title-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: -25px;
	width: 43.9%;
	height: 67px;
	background: rgba(0, 0, 0, 0.09);
} */

@media(max-width: 1024px){
	.results__title::after {
			right: -150px;
		}
}
@media(max-width: 992px) {
	.results__title::after {
		right: -220px;
	}
}
@media (max-width: 780px) {
	.results {
		margin-bottom: 20rem;
	}

	.results__title-title {
		font-size: 45px;
	}
				.results__title::after {
					right: -250px;
					margin-top: 0px;
				}
}

@media (max-width: 480px) {
	.results__title-title {
		font-size: 28px;
	}

	.results__title {
		margin-bottom: 30px;
	}

	.results {
		margin-bottom: 107px;
	}

	.results__title-title::before {
		top: -10px;
		width: 59.9%;
		height: 19px;
		right: 0;
		left: initial;
	}
		.results__title::after {
			content: url("../image/slides/sliderImg2.png");
			position: absolute;
			right: 0;
			margin-top: -5px;
		}
}

/*--------------------------SLIDER--------------------------------*/
.slick-list {
	overflow: hidden;
}

.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}

.slider {
	position: relative;
}

.slider .slick-arrow {
	position: absolute;
	top: 15%;
	margin: -60px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 67px;
	height: 67px;
}

.slider .slick-arrow.slick-prev {
	left: 4%;
	background: url(../image/decor/left-arrow.png) 0 0/100% no-repeat;
}

.slider .slick-arrow.slick-next {
	right: 4%;
	background: url(../image/decor/right-arrow.png) 0 0/100% no-repeat;
}

.slider__item {
	text-align: center;
	padding: 0 10px;
	
}

.slider__item-text {
	max-width: 365px;
}

.slider__item.slick-center {
	opacity: 1;
}
.slider__item-foto{
	border-radius: 180px;
	width: 180px;
	height: 180px;
	object-fit: cover;
	margin-bottom: 51px;
}
.slider__item-name{
	color: #000;
		text-align: center;
		font-size: 28px;
		font-style: normal;
		font-weight: 400;
		line-height: 0.71;
		/* 71.429% */
		margin-bottom: 30px;
}
.slider__item-name span{
	color: #000;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 0.71;
	/* 71.429% */
	
}
.slider__item-text{
	color: #000;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.1;
		/* 111.111% */
		margin: 0 auto;
		text-align: start;
}

@media (max-width: 1200px){
	.slider .slick-arrow.slick-prev {
			left: 2%;
		}
	
		.slider .slick-arrow.slick-next {
			right: 2%;
		}
}

@media (max-width: 1024px) {
	.slider .slick-arrow.slick-prev {
		left: 2%;
	}

	.slider .slick-arrow.slick-next {
		right: 2%;
	}
}

@media (max-width: 768px) {
	.slider .slick-arrow.slick-prev {
		left: 2%;
	}

	.slider .slick-arrow.slick-next {
		right: 2%;
	}
}

@media (max-width: 480px) {
	.slider .slick-arrow.slick-prev {
			left: 10%;
		}
	
		.slider .slick-arrow.slick-next {
			right: 10%;
		}

	

	.slider .slick-arrow.slick-prev {
		top: 18%;
	}

	.slider .slick-arrow.slick-next {
		top: 18%;
	}

	.slider__item img {
		width: 150px;
		height: 150px;
		margin-bottom: 16px;
	}

.slider__item-name {
	font-size: 20px;
	line-height: 1;
margin-bottom: 11px;
}

.slider__item-name span {
	font-size: 20px;
	line-height: 1;
	
}
.slider__item-text {
	font-size: 12px;
	line-height: 1.25;
	max-width: 280px;
}

}


 
/* ------------------------------------- */

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

.start__img {
	width: 49%;
	height: 100vh;
	background-image: url(../image/all/img-School.png);
	background-size: cover;

}

.start__imdegs {
	visibility: hidden;
	width: 0;
}

/* @media (max-width: 992px) {
  .start__img {
    width: 50%;
  }
} */
@media (max-width: 992px) {
	.start {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.start__img {
		visibility: hidden;
		width: 0;
	}

	.start__imdegs {
		visibility: visible;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-bottom: 30px;
	}
}

.start__content {
	text-align: center;
}

.start-content__container {
	max-width: 606px;
	margin: 0 63px;
}

@media (max-width: 768px) {
	.start-content__container {
		max-width: 606px;
		margin: 0;
	}
}

.start__nav {
	padding-top: 36px;
	margin-bottom: 151px;
}

.start__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.start__item-link {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
}

.start__item-link:hover {
	color: #3f3c3c;
}

.start__content-imegs {
	margin-bottom: 93px;
}

.start__content-imegs::after {
	content: url("../image/decor/FasionSchool.svg");
	position: absolute;
	margin-top: 42px;
	margin-left: -115px;
}

@media (max-width: 992px) {
	.start__nav {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 50px;
	}

	.start__content-imegs {
		margin-bottom: 70px;
	}
}

@media (max-width: 480px) {
	.start__content-imegs {
		margin-bottom: 54px;
	}

	.start__content-imegs::after {
		margin-left: -69px;
		width: 120px;
		background-image: url(../image/decor/startfasion.png);
		position: absolute;
		top: 80px;
		background-repeat: no-repeat;
		content: ' ';
		height: 60px;
		background-size: contain;
	}

	.start__content-img {
		width: 204px;
		height: 40px;

	}

	.start__nav-list {
		display: grid;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		grid-template-columns: 130px 130px;
		grid-auto-rows: 20px;
		grid-gap: 20px;
	}
}

.start__content-texts {
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	/* or 97% */
	text-transform: uppercase;
	margin-bottom: 100px;
	padding: 0 25px;
}

.start__content-start {
	font-size: 20px;
	line-height: 1;
	/* identical to box height */
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #000000;
}

.start__content-start:hover {
	color: #3f3c3c;
}

.start__header-menu {
	visibility: hidden;
	position: absolute;
}

@media (max-width: 992px) {
	.start__content-texts {
		margin-bottom: 70px;
	}

	.start__content-text {
		margin-bottom: 42px;
	}

	.start__nav-list {
		visibility: hidden;
		position: absolute;
	}

	.start__header-menu {
		visibility: visible;
		position: initial;
	}
}

@media (max-width: 480px) {
	.start__content-texts {
		font-size: 16px;
		line-height: 98%;
		margin-bottom: 30px;
	}

	.start__content-text {
		margin-bottom: 40px;
	}

	.start__nav {
		margin-bottom: 30px;
	}
}

.section__title {
	margin-bottom: 83px;
}

.title__content {
	text-align: center;
}

.title__text {
	font-size: 20px;
	line-height: 1;
	/* identical to box height */
	letter-spacing: -0.005em;
	margin-bottom: 26px;
}

.title__name {
	font-weight: 400;
	font-size: 64px;
	line-height: 1.3;
	/* 66/64 */
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.title__name span {
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.section__title {
		margin-bottom: 50px;
	}

	.section__title-basic {
		margin-bottom: 80px;
	}
}

.title__name-basic::after {
	content: url("../image/decor/base-logo.png");
	position: absolute;
	margin-top: 35px;
	margin-left: -225px;
}


@media screen and (max-width: 480px) {
	.title__name-basic::after {
		margin-left: -75px;
		margin-top: 15px;
		background-image: url(../image/decor/basicsmall.png);
		position: absolute;
		width: 108px;
		background-repeat: no-repeat;
		content: ' ';
		height: 80px;
		background-size: contain;
		display: inline-block;
	}

	.section__title-basic {
		margin-bottom: 54px;
	}

	.title__text {
		font-size: 2rem;
	}

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

.title__name-pro::after {
	content: url("../image/decor/pro-logo.png");
	position: absolute;
	margin-top: 68px;
	margin-left: -140px;
}

@media (max-width: 768px) {
	.section__title-pro {
		margin-bottom: 80px;
	}
}

@media (max-width: 480px) {
	.title__name-pro::after {
		margin-left: -65px;
		margin-top: 9px;
		background-image: url(../image/decor/prosmall.png);
		position: absolute;
		top: 200px;
		width: 88px;
		background-repeat: no-repeat;
		content: ' ';
		height: 80px;
		background-size: contain;
	}

	.title__name-pro {
		font-size: 28px;
	}

	.section__title-pro {
		margin-bottom: 54px;
	}
}

.about__title-name {
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	/* or 31% */
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.about__title-text {
	max-width: 738px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.about__title-name {
		font-size: 28px;
	}

	.about__title-text {
		max-width: 294px;
		font-size: 12px;
	}
}

.about__title {
	margin-bottom: 50px;
}



@media screen and (max-width: 480px) {
	.about__title {
		margin-bottom: 4rem;
	}

}

.founder {
	position: relative;
	margin-bottom: 150px;
}

.founder__content {
	display: flex;
	justify-content: space-between;
}

.founder__left {
	margin-right: 20px;
}

.founder__left-title {
	font-weight: 400;
	font-size: 64px;
	line-height: 1.1;
	/* or 109% */

	letter-spacing: -0.005em;
	text-transform: uppercase;
	max-width: 410px;
	margin-bottom: 108px;
}

.founder__left-title::before {
	content: "";
	position: absolute;
	height: 54px;
	width: 33.5%;
	background: rgba(0, 0, 0, 0.09);
	left: 0;
	top: -15px;
}

@media (max-width: 480px) {
	.founder__left-title::before {
		width: 0;
	}
}

.founder__left-title span {
	font-weight: 700;
}

.founder__left-hiden {
	visibility: hidden;
	position: absolute;
}

.founder__left-list,
.founder__right-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.founder__right-list {
	margin-bottom: 35px;
}

.founder__left-item,
.founder__right-item {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.founder__right-item span {
	font-weight: 700;
	font-size: 24px;
	line-height: 0.8;
}

.founder__left-item:nth-child(1) {
	font-weight: 700;
	font-size: 24px;
	line-height: 0.8;
}

.fouder__decor {
	width: 100%;
	height: 300px;
	margin-top: -25px;
}

@media screen and (max-width: 768px) {

	.founder__left-title {
		visibility: hidden;
		position: absolute;
		font-size: 4.4rem;
		margin-bottom: 6.8rem;
	}

	.founder__left-hiden {
		visibility: visible;
		position: initial;
		order: 1;
	}

	.founder__content {
		flex-wrap: wrap-reverse;
	}

	.founder__left {
		margin: 0px 0px 2rem 0px;
	}

	.founder__left-list,
	.founder__right-list {
		gap: 3rem;
	}

	.founder__right-list {
		margin-bottom: 0;
	}

	.founder__left-right {
		margin: 0 0 0 auto;
	}

	.founder__left-item,
	.founder__right-item {
		font-size: 16px;
	}

	.founder__right-item.padding {
		padding: 10px 30px
	}

	.founder__right-item span {
		font-size: 24px;
	}

	.founder__left-item:nth-child(1) {
		font-size: 24px;
	}

	.founder {
		margin-bottom: 10rem;
	}

	.fouder__decor {
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 480px) {
	.founder__left-title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.founder__left-item,
	.founder__right-item {
		font-size: 12px;
	}
}


.team {
	margin-bottom: 248px;
}

.team__body {
	display: flex;
	flex-direction: column;
	gap: 144px;
	justify-content: center;
	align-items: center;
}

.team__content-title {
	font-weight: 400;
	font-size: 64px;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 105px;
}

.team__content-title span {
	font-weight: 700;
}

.team__tatyana {
	position: relative;
	display: flex;
	max-width: 960px;
	height: 339px;
	border: 1px solid #000000;
}

.team__tatyana-title {
	left: -173px;
	top: 22px;
}

.team__tatyana-content {
	padding-top: 90px;
	padding-left: 100px;
	padding-right: 300px;
}

.team__title {
	position: absolute;
	z-index: 1;
	font-weight: 700;
	font-size: 120px;
	line-height: 1;
	/* identical to box height */
	letter-spacing: -0.05em;
	text-transform: lowercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
}

.team__name {
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	/* identical to box height */
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.team__text {
	max-width: 271px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	/* or 125% */

	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.team__inst span {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	/* identical to box height, or 125% */

	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-right: 8px;
}

.team__link {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	/* identical to box height, or 125% */
	letter-spacing: -0.005em;
	text-transform: lowercase;
	text-decoration: underline;
	color: #000000;
}

.team__link:hover {
	color: #3f3d3d;
}

.team__tatyana-imegs {
	position: absolute;
	bottom: -3px;
	right: 61px;
	z-index: 0;
}

.team__maria {
	position: relative;
	display: flex;
	max-width: 960px;
	height: 373px;

	border: 1px solid #000000;
}

.team__maria-content {
	padding-top: 90px;
	padding-right: 83px;
	padding-left: 392px;
}

.team__maria-title {
	top: 21px;
	right: -168px;
}


.team__maria-imegs {
	position: absolute;
	bottom: -3px;
	left: 61px;
	z-index: 0;
}

.team__shkoda {
	position: relative;
	display: flex;
	max-width: 960px;
	height: 339px;

	border: 1px solid #000000;
}

.team__shkoda-content {
	padding-top: 90px;
	padding-left: 100px;
	padding-right: 410px;
}

.team__shkoda-title {
	left: -128px;
	top: 22px;
}

.team__shkoda-imegs {
	position: absolute;
	bottom: -3px;
	right: 61px;
	z-index: 0;
}


.team__kirill {
	position: relative;
	display: flex;
	max-width: 960px;
	height: 373px;

	border: 1px solid #000000;
}

.team__kirill-imegs {
	position: absolute;
	bottom: -3px;
	left: 100px;
	z-index: 0;
}

.team__kirill-content {
	position: relative;
	padding-top: 90px;
	padding-right: 56px;
	padding-left: 392px;
}

.team__kirill-title {
	top: 21px;
	right: -157px;
}

@media (max-width:1300px) {
	.team__tatyana-title {
		font-size: calc(100vw / 1087 * 90);
		left: calc(100vw / 1087 * -70);
	}

	.team__maria-title {
		font-size: calc(100vw / 1087 * 90);
		right: calc(100vw / 1087 * -62);
	}

	.team__shkoda-title {
		font-size: calc(100vw / 1087 * 90);
		left: calc(100vw / 1087 * -70);
	}

	.team__kirill-title {
		font-size: calc(100vw / 1087 * 90);
		right: calc(100vw / 1087 * -57);
	}
}

@media (max-width:1087px) {
	.team__name {
		font-size: 4.2rem;
	}

	.team__tatyana-title {
		font-size: 9.2rem;
		left: -50px;
	}

	.team__maria-title {
		font-size: 9.2rem;
		right: -40px;
	}

	.team__shkoda-title {
		font-size: 9.2rem;
		left: -40px;
	}

	.team__kirill-title {
		font-size: 9.2rem;
		right: -40px;
	}
}

@media (max-width: 992px) {
	.team__name {
		font-size: 2.9rem;
	}

	.team__text {
		font-size: 1.3rem;
	}

	.team__tatyana-title,
	.team__shkoda-title {
		font-size: 6.5rem;
		left: 0;
		top: 45px;
	}

	.team__maria-title,
	.team__kirill-title {
		font-size: 6.5rem;
		right: 0;
		top: 45px;
	}
}


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

	.founder__right-item:nth-child(2) {
		background-color: rgba(0, 0, 0, 0.09);
	}

	.founder__container {
		padding: 0;
	}

	.fouder__decor,
	.founder__left-title,
	.founder__left-item,
	.founder__right-item {
		padding: 0 30px;
	}
}

.about__foto-img {
	width: 956px;
	height: 547px;
	object-fit: cover;
}

.about__foto {
	display: flex;
	justify-content: center;
	margin-bottom: 150px;
}

@media (max-width: 992px) {
	.about__foto-img {
		width: 100%;
		height: 100%;
		padding: 0 30px;
	}
}

@media screen and (max-width: 768px) {
	.about__foto {
		margin-bottom: 10rem;
	}
}

@media screen and (max-width: 480px) {
	.about__foto {
		margin-bottom: 100px;
	}
}

.team__tatyana-img {
	height: 393px;
	margin-bottom: -1px;
}

.team__maria-img {
	height: 410px;
	margin-bottom: -1px;
}

.team__shkoda-img {
	height: 398px;
	margin-bottom: -1px;
}

.team__kirill-img {
	height: 425px;
	margin-bottom: -3px;
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/

@media (max-width: 768px) {
	.team {
		margin-bottom: 18.8rem;
	}

	.team__body {
		gap: 10.4rem;
	}

	.team__name {
		font-size: 2.5rem;
	}

	.team__text {
		font-size: 1.2rem;
	}

	.team__tatyana {
		height: 339px;
		width: 100%;
	}

	.team__content-title {
		font-size: 6.4rem;
		margin-bottom: 10.5rem;
	}

	.team__tatyana-imegs {
		right: -40px;
		margin-bottom: -1px;
	}

	.team__tatyana-content {
		padding: 70px 0px 0px 30px;
		z-index: 3;
	}

	.team__inst span {
		font-size: 1.4rem;
	}

	.team__title {
		white-space: nowrap;
		font-size: 5.9rem;
		left: -50px;
		top: 28px;
	}

	.team__kirill,
	.team__shkoda,
	.team__maria {
		height: 339px;
		width: 100%;
	}

	.team__maria-content {
		position: absolute;
		right: 0;
		padding: 70px 30px 0px 0px;
		z-index: 3;
	}

	.team__maria-imegs {
		left: -98px;
		margin-bottom: -1px;
	}


	.team__shkoda-content {
		padding: 70px 0px 0px 30px;
		z-index: 3;
	}

	.team__shkoda-imegs {
		right: -79px;
		margin-bottom: -1px;
	}

	.team__shkoda-text {
		max-width: 210px;
	}

	.team__kirill-content {
		position: absolute;
		right: 0;
		padding: 70px 30px 0px 0px;
		z-index: 3;
	}

	.team__kirill-imegs {
		left: -63px;
		margin-bottom: -1px;
	}

	.team__maria-text {
		margin-right: 0;
	}

	.team__maria-text,
	.team__maria-inst,
	.team__maria-name,
	.team__kirill-name,
	.team__kirill-text,
	.team__kirill-inst {
		text-align: end;
	}
}

@media (max-width: 480px) {
	.team__tatyana {
		height: 435px;
		width: 311px;
	}

	.team__content-title {
		font-size: 28px;
		margin-bottom: 50px;
	}

	.team__body {
		gap: 70px;
	}

	.team {
		margin-bottom: 100px;
	}

	.team__text {
		font-size: 12px;
		line-height: 167%;
		margin-bottom: 122px;
	}

	.team__tatyana-content,
	.team__shkoda-content {
		width: 169px;
		padding: 70px 0px 0px 30px;
	}

	.team__maria {
		height: 422px;
		width: 311px;
	}

	.team__shkoda {
		width: 315px;
		height: 435px;
	}

	.team__shkoda-text {
		margin-bottom: 182px;
	}

	.team__maria-content {
		width: 169px;
	}

	.team__kirill-title,
	.team__maria-title {
		left: -190px;
	}

	.team__maria-text {
		margin-bottom: 167px;
	}

	.team__kirill-inst span,
	.team__maria-inst span {
		margin: 0px;
	}

	.team__kirill-imegs,
	.team__maria-imegs {
		margin-bottom: 0px;
	}

	.team__kirill {
		width: 315px;
		height: 422px;
	}

	.team__kirill-content {
		width: 169px;
	}

	.team__kirill-text {
		margin-bottom: 167px;
	}

	.team__inst {
		text-align: start;
	}

	.team__title {
		font-size: 64px;
	}

	.team__name {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.team__link {
		font-size: 12px;
	}

	.team__inst span {
		font-size: 12px;
	}

	.team__kirill-img {
		height: 360px;
	}

	.team__tatyana-img,
	.team__maria-img {
		height: 374px;
	}

	.team__shkoda-img {
		height: 382px;
	}

	.team__kirill-inst,
	.team__maria-inst {
		text-align: end;
	}
}

/*--------------------------------------*/
.contacts {
	position: relative;
	margin-bottom: 105px;
}

@media (max-width: 768px) {
	.contacts {
		margin-bottom: 10.5rem;
	}
}

.contacts__title {
	text-align: center;
}

.contacts__title-befor {
	font-size: 20px;
	line-height: 1;
	/* identical to box height */
	margin-bottom: 26px;
	letter-spacing: -0.005em;
}

.contacts__title-title {
	font-size: 64px;
	line-height: 1.03;
	/* 66/64 */
	/* identical to box height */
	letter-spacing: -0.005em;
	margin-bottom: 70px;
}

@media (max-width: 1087px) {
	.contacts__title-title {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.contacts__title-befor {
		font-size: 2rem;
	}

	.contacts__title-title {
		font-size: 6.4rem;
	}
}

@media (max-width: 768px) {
	.contacts__title-befor {
		font-size: 1.6rem;
	}

	.contacts__title-title {
		font-size: 5.4rem;
		margin-bottom: 30px;
	}
}

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

.contacts__content::before {
	content: "";
	position: absolute;
	width: 44.15%;
	height: 294px;
	background: rgba(0, 0, 0, 0.09);
	right: 0;
	top: 264px;
}

@media (max-width: 1087px) {
	.contacts__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}

.contacts__list {
	width: 59.9%;
	margin-right: 50px;
	padding-top: 113px;
}

@media (max-width: 1087px) {
	.contacts__list {
		max-width: 100%;
		margin-right: 0;
		padding-top: 60px;
	}
}

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

.contacts__item-name:not(:last-child) {
	margin-bottom: 30px;
}

.contacts__item:nth-child(1) p {
	margin-right: 113px;
}

.contacts__item:nth-child(2) p {
	margin-right: 155px;
}

.contacts__item:nth-child(3) p {
	margin-right: 40px;
}

@media (max-width: 992px) {
	.contacts__item:nth-child(1) p {
		margin-right: 40px;
	}

	.contacts__item:nth-child(2) p {
		margin-right: 40px;
	}
}

@media (max-width: 768px) {
	.contacts__item:nth-child(1) p {
		margin-right: 10px;
	}

	.contacts__item:nth-child(2) p {
		margin-right: 10px;
	}

	.contacts__item:nth-child(3) p {
		margin-right: 10px;
	}

	.contacts__list {
		padding-top: 30px;
	}

	.contacts__item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: inherit;
	}
}

.contacts__item-name {
	font-size: 32px;
	/* identical to box height */
	letter-spacing: -0.005em;
	color: #000000;
	font-weight: 600;
}

.contacts__link {
	font-size: 32px;
	/* identical to box height */
	letter-spacing: -0.005em;
	color: #000000;
	text-decoration: underline;
}

.contacts__link:hover {
	text-decoration: none;
}

@media (max-width: 992px) {
	.contacts__item-name {
		font-size: 2.8rem;
	}

	.contacts__link {
		font-size: 2.8rem;
	}
}

@media (max-width: 768px) {
	.contacts__item-name {
		font-size: 1.8rem;
	}

	.contacts__link {
		font-size: 1.8rem;
	}
}

.contacts__foto {
	width: 100%;
	z-index: 1;
}

@media (max-width: 1087px) {
	.contacts__foto {
		width: 46.6rem;
		height: 52.9rem;
	}
}

@media (max-width: 992px) {
	.contacts__foto {
		width: 46.6rem;
		height: 52.9rem;
	}
}

@media (max-width: 768px) {
	.contacts__foto {
		width: 36.6rem;
		height: 42.9rem;
	}
}

.consultation {
	margin-top: 81px;
	margin-bottom: 248px;
}

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

.consultation__left {
	padding-top: 13px;
	padding-right: 93px;
}

.consultation__text-befor {
	margin-bottom: 30px;
}

.consultation__text-befor p {
	text-indent: 0 !important;
}

#moreText {
	display: none;
}

.consultation__content h2,
.consultation__content h3 {
	font-size: 20px;
	line-height: 1.25;
	color: #3D3F3C;
	margin-bottom: 30px;
	text-indent: 40px;
}

@media (max-width: 991.98px) {
	.consultation {
		margin-top: 6.1rem;
		margin-bottom: 15.8rem;
	}

	.consultation__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.consultation__left {
		padding-top: 27px;
		padding-right: 0px;
		margin-bottom: 4rem;
	}
}

@media (max-width: 767.98px) {
	.consultation {
		margin-top: 3.1rem;
		margin-bottom: 10.8rem;
	}

	.consultation__text-befor {
		margin-bottom: 3rem;
	}
}

.consultation__content p {
	font-size: 16px;
	line-height: 1.25;
	/* 20/16 */
	/* or 125% */
	color: #3D3F3C;
	text-indent: 40px;
	margin-bottom: 30px;
}

.consultation__content a {
	color: #3D3F3C;
	text-decoration: underline;
}

.consultation__content a:hover {
	text-decoration: none;
}

p.consultation__price-text {
	font-family: "EditorialNew";
	font-size: 32px;
	line-height: 0.56;
	/* 18/32 */
	/* or 56% */
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}


.consultation__text-title {
	text-indent: 40px;
	margin-bottom: 30px;
}

.consultation__category {
	margin-bottom: 70px;
}

.consultation__content ul,
.consultation__content ol {
	margin-bottom: 30px;
}

.consultation__content ul li,
.consultation__content ol li {
	font-size: 16px;
	line-height: 1.25;
	/* 20/16 */
	/* or 125% */
	color: #3D3F3C;
	text-indent: 10px;
}

.consultation__content ul li::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #3D3F3C;
	margin-right: 10px;
	margin-bottom: 4px;
}

.consultation__content ol li {
	list-style: auto;
	margin-bottom: 10px;
	list-style-position: inside;
}

.consultation__text-after {
	text-indent: 40px;
}

.consultation__text-after:not(:last-child) {
	margin-bottom: 30px;
}

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

.consultation__prise.prices p {
	line-height: 1.25;
	text-indent: 0;
	font-size: 28px;
	margin-bottom: 40px;
}

.consultation__link {
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	/* identical to box height */
	letter-spacing: -0.005em;
	text-decoration-line: underline;
	color: #000000;
}

.consultation__link:hover {
	color: #3D3F3C;
}

.consultation__content .col-sm-6 {
	display: inline-block;
	width: 48%;
	text-align: center;
}

.consultation__content .col-sm-6:first-child {
	margin-right: 3%;
}

.consultation__content .col-sm-6 h2,
.consultation__content .col-sm-6 h3 {
	text-indent: 0;
	margin-top: 20px;
}

.consultation__content .col-sm-6 p {
	text-align: left;
}

.consultation__content .gallery {
	height: 300px;
	overflow: hidden;
	padding: .1%;
}

.consultation__content .gallery a {
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	min-height: 300px;
	text-decoration: none;
}

.consultation__content .col-md-4 {
	display: inline-block;
	width: 32.33333333%;
}

.consultation__content .col-md-6 {
	display: inline-block;
	width: 49.33333333%;
}

.consultation__content .col-xs-6 {
	display: inline-block;
	width: 46%;
	vertical-align: top;
	margin-bottom: 15px;
	margin-right: 2%;
}

ul.pagination {
	text-align: center;
	list-style: none;
}

ul.pagination li {
	display: inline-block;
	list-style: none;
	font-size: 24px;
}

ul.pagination li.disabled a,
ul.pagination li.active a {
	text-decoration: none;
}

ul.pagination li::before {
	content: none;
}

.consultation__content .col-xs-6 .blog-img {
	height: 350px;
	object-fit: contain;
	max-width: 100%;
	width: 100%;
}

.post-date {
	text-align: center;
	margin: 30px 0;
}

.consultation__content .blog-intro-title {
	text-indent: 0;
	text-align: center;
	margin-top: 10px;
}

@media (max-width: 991.98px) {
	.consultation__foto {
		width: 46rem;
		height: 58.5rem;
	}
}

@media (max-width: 767.98px) {
	.consultation__foto {
		width: 46rem;
		height: 58.5rem;
	}

	.consultation__price-text {
		font-size: 3.2rem;
	}

	.consultation__link {
		font-size: 2rem;
	}

	.consultation__text {
		font-size: 1.6rem;
	}

	.consultation__text-title {
		margin-bottom: 2.35rem;
	}

	.consultation__text-after:not(:last-child) {
		margin-bottom: 2.35rem;
	}

	.consultation__list {
		margin-bottom: 2.35rem;
	}

	.consultation__category {
		margin-bottom: 5.5rem;
	}

	.consultation__content .col-sm-6 {
		width: 100%;
		text-align: center;
	}

	.consultation__content .col-sm-6:first-child {
		margin-right: 0;
	}

	.consultation__content .col-sm-6 img {
		width: 90%;
	}

	.consultation__content .col-md-4 {
		width: 49%;
	}

	.consultation__content .col-md-6 {
		width: 99%;
	}

	.consultation__content .col-xs-6 {
		display: inline-block;
		width: 99%;
		vertical-align: top;
		margin-bottom: 15px;
		margin-right: 2%;
	}
}

.our__services {
	display: flex;
	justify-content: space-between;
	height: 100vh;
	margin-bottom: 200px;
}

@media (max-width: 992px) {
	.our__services {
		margin-bottom: 15.5rem;
	}
}

@media (max-width: 992px) {
	.our__services {
		display: flex;
		flex-wrap: wrap-reverse;
		justify-content: center;
	}

	.our__services {
		height: 100%;
		margin-bottom: 9.5rem;
	}
}

.our__img-services {
	width: 49%;
	background-image: url("../image/services/services-img.png");
	background-size: cover;
}

.our__img-scholl {
	width: 49%;
	background-image: url("../image/all/img-transform.png");
	background-size: cover;
}

/* .our__img-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
} */
.our__img-scholl-hidn {
	display: none;
}

@media (max-width: 992px) {
	.our__img-scholl-hidn {
		display: block;
	}

	.our__img-services {
		display: none;
	}

	.our__img-hidn {
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-bottom: 70px;
	}

	.our__img-scholl {
		visibility: hidden;
		width: 0;
		height: 0;
	}

	.our__img-img {
		padding: 0 30px;
	}
}

.our__content {
	text-align: center;
	padding-top: 51px;
}


.our-content__conteiner {
	width: 578px;
	margin-right: 81px;
	margin-left: 77px;
}

@media (max-width: 1200px) {
	.our-content__conteiner {
		max-width: 400px;
	}
}

@media (max-width: 992px) {
	.our-content__conteiner {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.our-content__conteiner {
		max-width: 450px;

	}
}

@media (max-width: 480px) {
	.our-content__conteiner {
		max-width: 320px;
	}
}

.our-header__container {
	padding: 0 0;
	margin-bottom: 206px;
}

.our__content-text {
	padding: 0 31px;
}

.our__title-title {
	font-weight: 700;
	font-size: 70px;
	line-height: 0.93;
	/* 65/70 */
	/* identical to box height, or 93% */
	letter-spacing: -0.07em;
	margin-bottom: 50px;
}

.our__title-text {
	font-weight: 700;
	font-size: 36px;
	line-height: 0.97;
	/* or 97% */
	text-transform: uppercase;
	color: #000000;
}

.our__social {
	display: none;
}

.our__social-visible {
	display: flex;
	justify-content: space-between;
}

.our__social-link {
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.005em;
	color: #000000;
}

.servis__img-hidn {
	display: none;
}

.our__title {
	margin-bottom: 17.4rem;
}

@media (max-width: 1087px) {
	.our__title-title {
		font-size: 5rem;
	}

	.our__title-text {
		font-size: 3rem;
	}

	.our__title {
		margin-bottom: 8rem;
	}
}

@media (max-width: 992px) {
	.our__content-text {
		padding: 0;
	}

	/* .our__social-link {
    font-size: 1.8rem;
  } */
	.our__title-text {
		font-size: 2.4rem;
		margin-bottom: 6rem;

	}

	.our__title-title {
		font-size: 4.45rem;
	}

	.our-header__container {
		margin-bottom: 7rem;
	}

}

.our__social-link-telegram {
	margin-right: 10px;
}

.our__social-link-instagram {
	margin-right: 10px;
}

@media (max-width: 992px) {
	.servis__img-hidn {
		display: block;
	}


	.our__social {

		display: flex;
		justify-content: space-between;

	}
}

@media (max-width:480px) {
	.transfotm__img-hidn {
		margin-bottom: 30px;
	}

	.our__social-link {
		font-size: 12px;
	}

	.our__services {
		margin-bottom: 100px;
	}

	.our-header__container {
		margin-bottom: 50px;
	}

	.our__title-title {
		font-size: 28px;
		line-height: 232%;
		margin-bottom: 0px;
	}

	.our__title-text {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.servis__img-hidn {
		margin-bottom: 83px;
	}
}

/*==========================================*/
.what__services {
	margin-bottom: 93px;
	position: relative;
}

.what__title {
	font-weight: 400;
	font-size: 64px;
	line-height: 1.03;
	/* 66/64 */
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 90px;
}

.what__title span {
	font-weight: 700;
}

.what__title::before {
	content: "";
	position: absolute;
	width: 50.8%;
	height: 67px;
	right: 0;
	top: 34px;
	background: rgba(0, 0, 0, 0.09);
}

@media (max-width: 767.98px) {
	.what__title {
		font-size: 4rem;
		margin-bottom: 9rem;
	}

	.what__title::before {
		content: "";
		top: 2.5rem;
		height: 15px;
	}
}

.whot__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.what__item {
	width: 275px;
	height: 265px;
	text-align: center;
	margin: 0 8.5px;
	padding: 0 25px;
	margin-bottom: 50px;
}

.what__item:nth-child(1) .what__img {
	margin-top: 30px;
	margin-bottom: 31px;
	width: 108px;
}

.what__item:nth-child(2) .what__img {
	margin-top: 50px;
	margin-bottom: 39.54px;
	width: 108px;
}

.what__item:nth-child(3) .what__img {
	padding-top: 60px;
	margin-bottom: 0px;
	width: 120px;
}

.what__item:nth-child(4) .what__img {
	margin-top: -5px;
	margin-bottom: 40px;
	width: 108px;
}

.what__item:nth-child(5) .what__img {
	margin-top: 0;
	margin-bottom: 50px;
	width: 108px;
}

.what__item:nth-child(6) .what__img {
	margin-top: 0;
	margin-bottom: 45px;
	width: 108px;
}

.what__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.04;
	/* 25/24 */
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.what__link {
	font-size: 20px;
	line-height: 1;
	/* identical to box height */
	letter-spacing: -0.005em;
	text-decoration-line: underline;
	color: #000000;
}

@media (max-width: 768px) {
	.what__item {
		margin-bottom: 3.3rem;
	}

	.what__item:nth-child(3) .what__img {
		margin-bottom: 30px;
		margin-right: -10px;
		padding-top: 0.3rem;
	}
}

@media (max-width: 480px) {
	.what__title {
		font-size: 28px;
		margin-bottom: 70px;
	}

	.what__name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.what__link {
		font-size: 12px;
	}

	.what__item {
		margin: 0 0 0 0;
		margin-bottom: 20px;
	}
}

.standart-header__container {
	max-width: 1281px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 51px;
	padding-bottom: 68px;
}

.header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: rem(20);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__btn {
	position: relative;
	height: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__btn::before {
	content: "";
	background-color: #000000;
	height: 3px;
	width: 41px;
}

.header__btn::after {
	content: "";
	background-color: #000000;
	height: 3px;
	width: 20px;
	margin-left: 21px;
}

.header__btn span {
	width: 41px;
	height: 3px;
	background-color: #000000;
}

.instagram {
	margin-bottom: 49px;
}

.instagram__content {
	padding: 0 47px;
}

.instagram__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.04;
	/* 50/48 */
	/* identical to box height */
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-top: -47px;
	margin-bottom: 24px;
}

.instagram__title span {
	font-weight: 400;
}

.instagram__title-decor {
	font-weight: 700;
	font-size: 150px;
	line-height: 1.03;
	/* 155/150 */
	/* identical to box height */
	white-space: nowrap;
	letter-spacing: -0.05em;
	text-transform: lowercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
	text-indent: -74%;
}

.instagram__foto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.instagram__img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
	position: relative;
}

.instagram__foto a img {
	width: 100%;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}

@media (min-width: 576px) {
	.instagram__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

}

@media (min-width: 768px) {
	.instagram__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}
}

@media (min-width: 992px) {
	.instagram__img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}
}

@media (max-width: 480px) {
	.standart-header__container {
		padding-bottom: 48px;
	}

	.instagram__title-decor {
		font-size: 60px;
	}

	.instagram__title {
		font-size: 28px;
		margin-top: -19px;
		margin-bottom: 30px;
	}

	.about__instagram {
		visibility: hidden;
		width: 0;
		height: 0;
	}

	.instagram__img {
		width: 16.5%;
	}

	.instagram__foto a img {
		height: 70px;
	}

	.instagram__content {
		padding: 0 10px;
	}
}

.instagram__move {
	position: absolute;
	right: 12px;
	top: 10px;
	width: 25px;
	height: 25px;
	fill: white;
}

.footer {
	background-color: rgba(0, 0, 0, 0.1);
}

.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 49px;
}

.footer__social {
	padding-top: 125px;
	margin-right: 5.1rem;
}

.footer__social-item:not(:last-child) {
	margin-bottom: 15px;
}

.footer__social-link {
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.005em;
	color: #000000;
}

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

	.footer__social {
		margin-right: 8.8rem;
	}
}

@media (max-width: 768px) {
	.footer__social {
		padding-top: 7.1rem;
		margin-right: 5.7rem;
	}
}

@media (max-width: 480px) {
	.footer__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;

		align-items: end;
		padding-bottom: 30px;
	}

	.footer__social {
		margin-top: 5.1rem;
		-webkit-box-ordinal-group: 2;
		padding-top: 0;
		margin-right: 0;
	}

	.footer__social-link {
		font-size: 12px;
		text-decoration-line: underline;

	}

	.instagram__move {
		position: absolute;
		right: 20px;
		top: 1px;
		width: 1px;
		height: 1px;
	}
}

.footer__information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 125px;
	color: #000000;
	margin-right: 9rem;
}

.footer__information-list:not(:last-child) {
	margin-right: 6.6rem;
}

.footer__information-item:not(:last-child) {
	margin-bottom: 15px;
}

.footer__information-link {
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.005em;
	color: #000000;
}

@media (max-width: 992px) {
	.footer__information {
		margin-right: 0;
	}

	.footer__information-list:not(:last-child) {
		margin-right: 8.8rem;
	}
}

@media (max-width: 768px) {
	.footer__information-list:not(:last-child) {
		margin-right: 5.7rem;
	}

	.footer__information {
		padding-top: 7.1rem;
	}
}

@media (max-width: 480px) {
	.footer__information {
		flex-direction: column;
		gap: 19px;
		order: -1;
		margin-right: 94px;
		padding-top: 70px;
	}

	.footer__information-link {
		font-size: 12px;
	}

	.footer__information-list:not(:last-child) {
		margin-right: 0;
	}

	.footer__information-item:not(:last-child) {
		margin-bottom: 19px;
	}
}

.footer__right {
	padding-top: 52px;
	text-align: right;
}

.footer__right-logo {
	width: 152px;
	height: 30px;
	margin-bottom: 40px;
}

.footer__right-text {
	font-size: 24px;
	line-height: 1.04;
	/* 25/24 */
	/* identical to box height */
	color: #3D3F3C;
}

.footer__right-text a {
	color: #3D3F3C;
}

.footer__right-text:not(:last-child) {
	margin-bottom: 10px;
}

img.visamc {
	margin-bottom: 10px;
}

.footer__social-link:hover {
	color: #3f3c3c;
}

.footer__information-link:hover {
	color: #3f3c3c;
}

@media (max-width: 992px) {
	.footer__right {
		padding-top: 0;
		text-align: center;
		margin-top: 7.1rem;
	}
}

@media (max-width: 768px) {
	.footer__right {
		margin-top: 5.1rem;
		text-align: center;
	}

	.footer__right-logo {
		margin-bottom: 2.6rem;
	}

	.footer__right-text:not(:last-child) {
		margin-bottom: 1.95rem;
	}
}

@media (max-width: 480px) {
	.footer__right {}

	.footer__right-text {
		font-size: 12px;
	}

	.footer__right-logo {
		width: 110px;
		height: 25px;
		margin-bottom: 10px;
	}

	.footer__right-text:not(:last-child) {
		margin-bottom: 10px;
	}
}

.form__section {
	position: relative;
	margin-bottom: 200px;
}

@media (max-width: 768px) {
	.form__section {
		margin-bottom: 100px;
	}
}

.form__content::before {
	content: "";
	display: block;
	width: 80.5%;
	height: 67px;
	position: absolute;
	right: 0;
	top: -40px;
	background: rgba(0, 0, 0, 0.09);
}

.form__title {
	position: relative;
	margin-bottom: 50px;
}

.form__name {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.04;
	/* 50/48 */
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.form__name span {
	font-weight: 400;
}

.form__sbubtitle {
	font-size: 24px;
	line-height: 1.04;
	/* 25/24 */
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 98px;
	gap: 30px;
}

.form__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	gap: 30px;
}

@media (max-width: 767.98px) {
	.form__flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 15px;
	}

	.form {
		padding-right: 0px;
	}
}

.form__control {
	display: inline-block;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.88;
	/* or 188% */
	text-transform: uppercase;
	border: 1px solid #000000;
	padding: 18px 30px 18px 61px;
	color: rgba(0, 0, 0, 0.5);
}

.form__btn {
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 32px 39px 29px 40px;
	border: 1px solid #000000;
	cursor: pointer;
	background-color: transparent;
	color: black;
}

.buy_btn {
	font-size: 18px;
	margin-bottom: 35px;
	padding: 20px 39px;
}

textarea {
	height: 114px;
}

.form__input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form__check-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 1.88;
	/* or 188% */
	text-transform: uppercase;
}

.form__label {
	font-size: 16px;
	line-height: 1.88;
	/* or 188% */
	text-transform: uppercase;
	margin-right: 124px;
}

.form__check-one {
	margin-right: 100px;
}

.form__check-two {
	margin-right: 205px;
}

.form__check-input {
	width: 0;
	height: 0;
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.costum__radio {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #000000;
	background: #ffffff;
	margin-right: 6px;
	vertical-align: text-top;
}

.costum__radio::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #000000;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
}

.form__check-input:checked+.costum__radio::before {
	display: block;
}

.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #8B8476;
}

.form__btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #4e4c4c;
	border-color: #575653;
}

.form__btn:hover {
	background-color: black;
	border-color: #3f3c3c;
	color: #efefef;
}

.form__section div.loading-images {
	position: absolute;
	display: none;
	background: white url(../image/all/loader.gif) center center no-repeat;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
}

@media (max-width: 992px) {
	.form__label {
		margin-right: 10rem;
	}

	.form__check-one {
		margin-right: 10rem;
	}

	.form__check-two {
		margin-right: 5rem;
	}
}

@media (max-width: 768px) {
	.form__label {
		margin-right: 2.1rem;
	}

	.form__check-one {
		margin-right: 5rem;
	}

	.form__check-two {
		margin-right: 0rem;
	}
}

@media (max-width: 480px) {
	.form__content::before {
		height: 19px;
		top: -10px;
		width: 52%;
	}

	.form__name {
		font-size: 28px;
	}

	.form__sbubtitle {
		font-size: 16px;
	}

	.form__title {
		margin-bottom: 30px;
	}

	.costum__radio {
		width: 17px;
		height: 17px;
		margin-right: 10px;
	}

	.costum__radio::before {
		width: 13px;
		height: 13px;
	}

	.form__check-label {
		font-style: 12px;
		line-height: 1.34;
	}

	.form {
		gap: 10px;
	}

	.form textarea {
		height: 74px;
	}

	.form__flex {
		gap: 10px;
	}

	.form__control {
		border-radius: 3px;
		width: 100%;
		height: 41px;
		font-size: 12px;
		padding: 10px 0px 10px 30px;
	}

	.form__label {
		font-style: 12px;
		margin-bottom: 13px;
		margin-right: 22rem;
	}

	.about__form {
		visibility: hidden;
		width: 0;
		height: 0;
		margin-bottom: 0px;
	}

	.form__btn {
		padding: 17px 25px 17px 25px;
	}
}

/*===================================================*/
.title__link {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	/* identical to box height */
	margin-bottom: 30px;
	letter-spacing: -0.005em;
	color: #000000;
}

.title__link:hover {
	color: #3f3d3d;
}

.title__title {
	font-weight: 700;
	font-size: 3.1rem;
	line-height: 1.03;
	/* 66/64 */
	/* identical to box height */
	letter-spacing: -0.005em;
}

@media (max-width: 1087px) {
	.title__title {
		font-size: 4.8rem;
	}
}

@media (max-width: 992px) {
	.title-link {
		font-size: 2rem;
	}

	.title__title {
		font-size: 3.8rem;
	}
}

@media (max-width: 768px) {
	.title__link {
		font-size: 1.6rem;
	}

	.title__title {
		font-size: 3.1rem;
	}
}

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

.standart {
	margin-right: 41px;
}

@media screen and (max-width: 768px) {
	.courses-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.standart {
		margin-right: 41px;
	}
}

.standart,
.premium {
	position: relative;
	background: #E5E5E5;
	border: 1px solid #000000;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.standart {
		margin-bottom: 56px;
		margin-left: auto;
		margin-right: auto;
	}

	.premium {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 480px) {
	.title__link {
		font-size: 10px;
	}
}

.courses-types-title {
	font-weight: 400;
	font-size: 64px;
	line-height: 1.03;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 100px;
}

.courses-types-title span {
	font-weight: 700;
}

.courses-flex {
	margin-bottom: 248px;
}

.standart__top,
.premium__top {
	margin-bottom: 18px;
}

.standart__name,
.premiumt__name {
	font-family: "PP Editorial New";
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 61px;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	margin-top: -26px;
}

.pro:nth-child(6)::before,
.pro:nth-child(7)::before {
	background-color: #96928A;
}

.bas:nth-child(5)::before,
.bas:nth-child(6)::before,
.bas:nth-child(7)::before {
	background-color: #96928A;
}

.stand:nth-child(4)::before,
.stand:nth-child(5)::before,
.stand:nth-child(6)::before,
.stand:nth-child(7)::before,
.stand:nth-child(8)::before {
	background-color: #96928A;
}

.stand:nth-child(10)::before {
	width: 0px;
}

.prem:nth-child(10)::before {
	width: 0px;
}

.standart__name-top,
.premium__name-top {
	margin-top: -50px;
	font-weight: 700;
	font-size: 96px;
	line-height: 1.03;
	/* identical to box height */
	text-align: center;
	text-transform: capitalize;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1087px) {

	.standart__name-top,
	.premium__name-top {
		font-size: 8rem;
		margin-top: -4.15rem;
	}
}

@media (max-width: 992px) {

	.standart__name-top,
	.premium__name-top {
		font-size: 6rem;
		margin-top: -3.15rem;
	}

	.standart__name,
	.premiumt__name {
		font-size: 3.72rem;
	}

	.standart__top,
	.premium__top {
		margin-bottom: 1.4rem;
	}
}

@media (max-width: 768px) {

	.standart__name-top,
	.premium__name-top {
		font-size: 8rem;
		margin-top: -4.15rem;
	}

	.standart__name,
	.premiumt__name {
		font-size: 5rem;
	}

	.courses-flex {
		margin-bottom: 16.3rem;
	}

	.courses-types-title {
		margin-bottom: 6.5rem;
	}
}

@media (max-width: 480px) {

	.standart__name-top,
	.premium__name-top {
		font-size: 8rem;
		margin-top: -4.15rem;
	}

	.standart__name,
	.premiumt__name {
		font-size: 5rem;
	}

	.courses-types-title {
		font-size: 28px;
		margin-bottom: 75px;
	}
}

.standart__list,
.premium__list {
	margin-bottom: 40px;
	list-style: none;
	padding: 0 60px;
}

.standart__list-item,
.premium__list-item {
	font-size: 14px;
	line-height: 1.4;
	/* or 107% */
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.standart__list-item:not(:last-child),
.premium__list-item:not(:last-child) {
	margin-bottom: 20px;
}

.standart__list-item span,
.premium__list-item span {
	font-family: "PP Editorial New";
}

.standart__list-item::before,
.premium__list-item::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background: #000000;
	margin-right: 10px;
	margin-bottom: 4px;
}

.standart__list-item.no-list::before,
.premium__list-item.no-list::before {
	content: none;
}

.standart__price,
.premium__price {
	font-family: "PP Editorial New";
	font-size: 36px;
	line-height: 0.5;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 33px;
}

@media (max-width: 480px) {

	.standart__list-item,
	.premium__list-item {
		font-size: 12px;
		line-height: 1.25;
		text-align: center;
	}

	.standart__list-item:not(:last-child),
	.premium__list-item:not(:last-child) {
		margin-bottom: 2.08rem;
	}

	.standart__list,
	.premium__list {
		padding: 0 20px;
	}
}

.begin {
	position: relative;
	margin-bottom: 114px;
}

.begin__title {
	font-weight: 400;
	font-size: 64px;
	line-height: 1.03;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.begin__content::before {
	content: "";
	display: block;
	width: 51.4%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 30px;
	background: rgba(0, 0, 0, 0.09);
}

.begin__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 780px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto;
}

.begin__item {
	width: 230px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: 84px;
}

.img-begin__item {
	margin-bottom: 31px;
}

.title-begin__item {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.04;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.text-begin-item {
	font-size: 20px;
	line-height: 1.02;
	text-align: center;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.begin__item {
		margin-bottom: 44px;
	}

	.begin {
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.begin__item {
		max-width: 145px;
	}

	.begin__title {
		font-size: 28px;
		margin-bottom: 50px;
	}

	.begin__content::before {
		width: 53%;
		height: 19px;
		top: 10px;
	}

	.title-begin__item {
		font-size: 12px;
	}

	.text-begin-item {
		font-size: 12px;
	}
}

.course__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 32px;
	margin-bottom: 150px;
}

.course__content {
	padding-right: 50px;
}

.course__item:not(:last-child) {
	margin-bottom: 16px;
}

.course__item::marker {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.06;
	/* or 106% */
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.title-course__item {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	/* or 106% */
	margin-bottom: 16px;
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.item__list {
	padding-left: 10px;
}

.text-list__item::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	margin-right: 10px;
	background: #000;
	left: -10px;
	top: 7px;
}

.text-list__item {
	position: relative;
	font-size: 16px;
	line-height: 1.3;
	/* or 106% */
	letter-spacing: -0.005em;
	text-transform: uppercase;
}

.right-course__img {
	max-width: 459px;
}

.course__img-pro {
	padding-top: 30px;
}

@media screen and (max-width: 992px) {
	.right-course__img {
		width: 350px;
	}

	.course__flex {
		padding: 0 0 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.right-course__img {
		width: 100%;
		margin-bottom: 30px;
	}

	.course__content {
		padding-right: 0;
	}

	.course__flex {
		flex-wrap: wrap-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 15px;
		margin-bottom: 75px;
	}

	.course__img-pro {
		padding-top: 0px;
	}
}

@media (max-width: 480px) {
	.img-begin__item {
		width: 35px;
		margin-bottom: 14px;
	}

	.text-list__item {
		font-size: 12px;
	}

	.title-course__item {
		font-size: 12px;
	}

	.course__item::marker {
		font-size: 12px;
	}

	.text-list__item::before {
		top: 5px;
	}

	.course__content {
		padding: 0 10px;
	}
}

.modal {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 9999;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: perspective(200px) translate(100%, 0px) rotateY(45deg);
	transform: perspective(200px) translate(100%, 0px) rotateY(45deg);
}

.modal.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: perspective(200px) translate(0px, 0px) rotateY(0deg);
	transform: perspective(200px) translate(0px, 0px) rotateY(0deg);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.modal__close-btn {
	position: absolute;
	left: 0;
	top: 20px;
	background-color: transparent;
}

.modal__box {
	position: relative;
	width: 300px;
	height: 100%;
	padding: 160px 45px;
	background-color: rgb(233, 231, 231);
}

.modal__list-item:not(:last-child) {
	margin-bottom: 40px;
}

.modal__item-link {
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
}

.languages {
	margin-top: 35px;
}

.languages ul li {
	border-right: 1px solid black;
	display: inline-block;
	padding: 0 10px;
}

.languages ul li:last-child {
	border-right: 0;
}

.languages ul li a {
	color: black;
	text-decoration: underline;
}

.languages ul li a:hover,
.languages ul li a.active {
	text-decoration: none;
}

@media (max-width: 1087px) {
	.languages ul li a {
		font-size: 1.8rem;
	}
}

/*# sourceMappingURL=main.css.map */

@media (max-width: 480px) {
	.modal {
		width: 100%;
	}

	.modal__box {
		width: 480px;
	}

	.modal__close-btn {
		left: 10rem;
	}

	.modal__box {
		text-align: center;
	}

	.languages ul li a {
		font-size: 18px;
	}
}

/*# sourceMappingURL=main.css.map */
