@font-face {
	font-family:"Inter";font-style:normal;font-weight:500;src:url("../fonts/Inter-Medium.woff") format("woff")
}

@font-face {
	font-family:"Inter";font-style:normal;font-weight:600;src:url("../fonts/Inter-SemiBold.woff") format("woff")
}

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

@font-face {
	font-family:"Inter";font-style:normal;font-weight:900;src:url("../fonts/Inter-Black.woff") format("woff")
}

@font-face {
	font-family:"Montserrat";font-style:normal;font-weight:400;src:url("../fonts/Montserrat-Regular.woff") format("woff")
}

@font-face {
	font-family:"Montserrat";font-style:normal;font-weight:500;src:url("../fonts/Montserrat-Medium.woff") format("woff")
}

@font-face {
	font-family:"Montserrat";font-style:normal;font-weight:600;src:url("../fonts/Montserrat-SemiBold.woff") format("woff")
}

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

.select__heading.select2-selection--single {
	background-color: #fff;
	border: 1px solid #ecedf0;
	border-radius: 50px;
	height: auto;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.select__heading.select2-selection--single:hover {
	border-color: #855cfe
}

.select__heading.select2-selection--single:active {
	border-color: #855cfe
}

.select__heading.select2-selection--single .select2-selection__placeholder {
	color: #000
}

.select__heading.select2-selection--single .select2-selection__rendered {
	color: #000;
	padding: 15px 30px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500
}

.select__heading.select2-selection--single .select2-selection__rendered span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	color: #999fae
}

.select__heading.select2-selection--single .select2-selection__rendered span img {
	margin-right: 10px
}

.select__heading.select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.select__heading.select2-selection--single .select2-selection__arrow b {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	background-image: url("../img/icons/chevron-down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: none
}

.select__heading[aria-expanded=true] .select2-selection__arrow b {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}

.select__dropdown {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0 0 25px 25px;
	overflow: hidden;
	border: 1px solid #ecedf0;
	border-top: none
}

.select__dropdown .select2-results__option {
	font-size: 16px;
	font-weight: 500;
	padding: 10px
}

.select__dropdown .select2-results__option span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.select__dropdown .select2-results__option span img {
	margin-right: 10px;
	position: relative;
	bottom: 2px
}

.select__dropdown .select2-results__option--highlighted {
	background-color: #f2f2f2;
	color: #000
}

.select__dropdown .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #f2f2f2;
	color: #000
}

.select__dropdown .select2-results__option--selected {
	background-color: #855cfe !important;
	color: #fff !important
}

.select__dropdown .select2-results__option--selected:hover {
	background-color: #855cfe;
	color: #fff
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	scrollbar-width: 8px;
	scrollbar-color: #855cfe #fff
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
	background: #fff
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #855cfe
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
	width: 8px
}

.select2-search--dropdown {
	border-radius: 30px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #ecedf0;
	padding: 10px;
	font-weight: 500;
	font-size: 16px
}

html {
	scroll-behavior: smooth
}

body {
	font-size: 18px;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	font-family: "Montserrat",sans-serif;
	color: #292930;
	scrollbar-width: 8px;
	scrollbar-color: #855cfe #fff
}

body.scroll_disabled {
	overflow: hidden
}

body::-webkit-scrollbar-track {
	background: #fff
}

body::-webkit-scrollbar-thumb {
	background-color: #855cfe;
	border-radius: 40px
}

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

.body-overflow-hidden {
	overflow: hidden;
	padding-top: 134.5px
}

.isnohome .preloader .percentage {
	display: none
}

.container {
	width: 100%;
	max-width: 1440px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto
}

section {
	padding: 90px 0
}

::-moz-selection {
	background: #d3bff4
}

::selection {
	background: #d3bff4
}

input,textarea {
	background: none;
	border: none;
	color: inherit
}

::-webkit-input-placeholder {
	color: #999fae;
	font-size: 14px;
	font-family: "Montserrat",sans-serif;
	font-weight: 500
}

::-moz-placeholder {
	color: #999fae;
	font-size: 14px;
	font-family: "Montserrat",sans-serif;
	font-weight: 500
}

:-ms-input-placeholder {
	color: #999fae;
	font-size: 14px;
	font-family: "Montserrat",sans-serif;
	font-weight: 500
}

::-ms-input-placeholder {
	color: #999fae;
	font-size: 14px;
	font-family: "Montserrat",sans-serif;
	font-weight: 500
}

::placeholder {
	color: #999fae;
	font-size: 14px;
	font-family: "Montserrat",sans-serif;
	font-weight: 500
}

.input-wrapper,.textarea-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	border-radius: 30px;
	padding: 25px 30px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer
}

.input-wrapper.invalid,.textarea-wrapper.invalid {
	border-color: #f46e86 !important
}

.input-wrapper.focus,.textarea-wrapper.focus {
	border-color: #855cfe
}

.input-wrapper input,.textarea-wrapper input {
	width: 100%;
	min-width: auto;
	color: #292930;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	top: 8px
}

.input-wrapper span,.textarea-wrapper span {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #999fae;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: .15s all linear;
	-o-transition: .15s all linear;
	transition: .15s all linear;
	cursor: pointer;
	font-weight: 500
}

.input-wrapper.active span,.textarea-wrapper.active span {
	top: 15px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-size: 12px
}

.textarea-wrapper {
	padding: 30px 30px 25px
}

.textarea-wrapper span {
	top: 25px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.textarea-wrapper textarea {
	width: 100%;
	height: 80px;
	font-weight: 500;
	resize: none;
	font-size: 16px
}

.textarea-wrapper.active span {
	top: 15px;
	font-size: 12px
}

@-webkit-keyframes girls-move-1 {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@keyframes girls-move-1 {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@-webkit-keyframes girls-move-2 {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

@keyframes girls-move-2 {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

@-webkit-keyframes girls-move-3 {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@keyframes girls-move-3 {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@-webkit-keyframes girls-move-4 {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes girls-move-4 {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

.title {
	letter-spacing: -3px;
	line-height: 1.2;
	font-size: 64px;
	font-weight: 700;
	font-family: "Inter"
}

@keyframes planet-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes float-swing {
	0%,100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

.title ._dot {
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	transform: translateX(-10px);
	display: inline-block
}

.heading {
	letter-spacing: -2px;
	line-height: 1.2;
	font-size: 48px;
	font-weight: 700;
	font-family: "Inter"
}

.caption {
	letter-spacing: -0.01em;
	line-height: 1.3;
	font-size: 24px;
	font-weight: 700
}

.pre-heading {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	color: #855cfe;
	border: 1px solid #ecedf0;
	border-radius: 30px;
	background-color: #fafbfc;
	padding: 13px 30px;
	display: inline-block;
	white-space: nowrap
}

.text-less {
	font-size: 16px
}

.pre-accent-text {
	letter-spacing: -1px;
	line-height: 1.2;
	font-size: 30px;
	font-weight: 600;
	color: #999fae
}

.sub-accent-text {
	font-size: 24px;
	font-weight: 500
}

.accent-text {
	letter-spacing: -0.07em;
	line-height: 1.2;
	font-size: 90px;
	font-weight: 600;
	font-family: "Inter"
}

.accent-text-course {
	letter-spacing: -2px;
	line-height: 1.35;
	font-size: 52px;
	font-weight: 700;
	font-family: "Inter"
}

.accent-text-goals {
	letter-spacing: -2.5px;
	line-height: 1.3;
	font-size: 45px;
	font-weight: 600;
	font-family: "Inter"
}

._c-gold {
	color: #BEF705
}

._c-accent {
	color: #855cfe
}

._c-red {
	color: #f46e86
}

._c-gray {
	color: #999fae
}

._c-blue {
	color: #754AFF
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
	text-decoration: none;
	line-height: 1;
	outline: none;
	overflow: hidden;
	cursor: pointer;
	border: none;
	padding: 18px 32px;
	font-size: 16px;
	border-radius: 30px;
	font-weight: 600;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.btn:focus,.btn:hover {
	text-decoration: none
}

.btn:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.btn._accent {
	background-color: #855cfe;
	color: #fff
}

.btn._black {
	background-color: #292930;
	color: #fff;
	font-weight: 600
}

.btn._transparent {
	background-color: rgba(0,0,0,0);
	color: #999fae;
	border: 1px solid #ecedf0;
	font-weight: 600
}

.btn .eye-icon {
	margin-right: 8px
}

.btn:disabled:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	cursor: default
}

.header {
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(0,0,0,0);
	border-radius: 0 0 30px 30px;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 320px
}

.header.nav-down {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.header.fixed {
	background-color: rgba(250, 251, 252, 0.9);
	border-color: rgba(236, 237, 240, 0.5)
}

.header.nav-up {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 25px
}

.header__container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

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

.header__sidebar-top,.header__sidebar-plug {
	display: none
}

.header__sidebar-close {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 30px;
	border: 1px solid #ecedf0
}

.header__sidebar-plug {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #292930;
	opacity: .8;
	z-index: 9
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 60px
}

.header__hamburger {
	width: 30px;
	height: 30px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 30px
}

.header__hamburger-inner {
	margin-bottom: 4px;
	width: 15px;
	height: 2px;
	background-color: #999fae;
	border-radius: 40px
}

.header__hamburger-inner:last-child {
	margin-bottom: 0
}

.header__dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 30px);
	-ms-transform: translate(-50%, 30px);
	transform: translate(-50%, 30px);
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
	padding-top: 30px;
	color: #292930;
	z-index: 10
}

.header__dropdown.active {
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px)
}

.header__dropdown-plug {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #292930;
	opacity: .8;
	z-index: 9
}

.header__dropdown-btn {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__dropdown-btn::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../img/icons/chevron-down.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header__dropdown-btn.active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header__dropdown-inner {
	background-color: #fafbfc;
	width: 100%;
	padding: 30px;
	border: 1px solid #ecedf0;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__dropdown-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%
}

.header__dropdown-item {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ecedf0;
	border-radius: 30px;
	width: calc(25% - 10px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__dropdown-item:hover {
	background-color: #855cfe
}

.header__dropdown-item:hover .header__dropdown-item-caption {
	color: #fff
}

.header__dropdown-item:hover .header__dropdown-item-heading {
	color: #fff
}

.header__dropdown-item:hover .header__dropdown-item-subtitle {
	color: #fff
}

.header__dropdown-item:hover .header__dropdown-item-desc {
	color: #fff
}

.header__dropdown-item-caption,.header__dropdown-item-heading {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header__dropdown-item-caption {
	margin-bottom: 5px;
	color: #855cfe;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: -0.01em;
	display: none
}

.header__dropdown-item-heading {
	margin-bottom: 10px;
	letter-spacing: -0.05em;
	font-weight: 600;
	font-family: "Inter";
	font-size: 14px;
	white-space: nowrap
}

.header__dropdown-item-flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px
}

.header__dropdown-item-info {
	height: 30px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.header__dropdown-item-info:first-child {
	width: 40%
}

.header__dropdown-item-info:last-child {
	width: 60%
}

.header__dropdown-item-info._dark {
	background-color: #ecedf0
}

.header__dropdown-item-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px
}

.header__dropdown-item-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header__dropdown-item:hover .header__dropdown-item-content {
	opacity: 1
}

.header__dropdown-item-image-wrapper {
	width: auto;
	height: 40px;
	margin-bottom: 0;
	border-radius: 0;
	overflow: visible;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1
}

.header__dropdown-item-image {
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	display: block
}

.header__dropdown-item-subtitle {
	font-size: 13px;
	font-weight: 500;
	color: #8b5cf6;
	margin-bottom: 6px;
	display: none
}

.header__dropdown-item-desc {
	font-size: 13px;
	line-height: 1.5;
	color: #6b7280;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: none
}

.header__sidebar-app-store {
	display: none
}

.header__dropdown-gift {
	width: calc(25% - 5px);
	border-radius: 45px;
	background-color: #855cfe;
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__dropdown-gift-caption {
	margin-bottom: 6px;
	color: #cfbfff;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2
}

.header__dropdown-gift-heading {
	font-weight: 600;
	color: #fff;
	line-height: 1.2
}

.header__dropdown-gift-img {
	margin-top: 15px;
	-ms-flex-item-align: center;
	align-self: center;
	position: relative
}

.header__dropdown-gift-img img {
	position: relative;
	z-index: 2
}

.header__dropdown-gift-img::before {
	content: "";
	width: 230px;
	height: 230px;
	background-image: url("../img/gift-shadow.png");
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.header__dropdown-gift-btn {
	margin-top: 10px
}

.header__menu {
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #999fae;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative
}

.header__menu-item::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #855cfe;
	-webkit-transform: translate(-50%, 3px);
	-ms-transform: translate(-50%, 3px);
	transform: translate(-50%, 3px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.header__menu-item:last-child {
	margin: 0
}

.header__menu-item:hover {
	color: #292930
}

.header__menu-item:hover::after {
	width: 100%
}

.header__menu-item.current {
	color: #292930;
	font-weight: 600
}

.header__menu-item.current::after {
	display: none
}

.header__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.header__btns .header__btn {
	display: none
}

.header__btns-mobile {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__btn-secondary {
	margin-left: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 53px;
	height: 53px;
	background-color: #BEF705;
	border-radius: 12px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.header__btn-secondary:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.header__contacts,.header__social {
	display: none
}

.header__contacts {
	margin-bottom: 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.header__contacts-caption {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #999fae
}

.header__contacts-item {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px
}

.header__contacts-item:last-child {
	margin-bottom: 0
}

.header__social {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__social-item {
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__social-item:last-child {
	margin: 0
}

.footer {
	padding: 90px 0 45px;
	background-color: #292930;
	color: #fff
}

.footer ._underline-animate {
	position: relative
}

.footer ._underline-animate::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 50%;
	background-color: #999fae;
	-webkit-transform: translate(-50%, 3px);
	-ms-transform: translate(-50%, 3px);
	transform: translate(-50%, 3px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.footer ._underline-animate:hover::after {
	background-color: #fff;
	width: 100%
}

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

.footer__container._top {
	margin-bottom: 90px
}

.footer__container._bottom {
	border-top: 1px solid #3a3b43;
	padding-top: 45px
}

.footer__container._bottom .footer__container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__container._bottom .footer__container-inner._right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: none
}

.footer__container-inner {
	width: 100%
}

.footer__container-inner._left {
	max-width: 580px
}

.footer__container-inner._right {
	max-width: 650px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 55px
}

.footer__top-clean {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px
}

.footer__top-clean .footer__container-inner._left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 420px
}

.footer__top-clean .footer__container-inner._right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 32px;
	max-width: 800px
}

.footer__top-clean .footer__wrapper {
	margin-bottom: 0
}

.footer__top-clean .footer__download {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 420px;
	flex: 1 1 420px;
	width: 100%;
	max-width: 520px;
	overflow: visible
}

.footer__top-clean .footer__menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.footer__top-clean .footer__menu-col {
	margin-left: 0
}

.footer__top-clean .footer__menu-caption {
	margin-bottom: 32px
}

.footer__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .01em;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 30px
}

.footer__logo img {
	height: 48px;
	margin-right: 8px
}

.footer__address {
	max-width: 280px;
	font-size: 16px;
	color: #999fae
}

.footer__address span {
	font-weight: 600;
	display: block;
	margin-top: 10px;
	color: #fff
}

.footer__contacts-item {
	margin-bottom: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 600;
	line-height: 1.3
}

.footer__contacts-item:last-child {
	margin: 0
}

.footer__contacts-caption {
	font-size: 12px;
	font-weight: 500;
	color: #999fae;
	display: block;
	margin-bottom: 5px
}

.footer__form {
	background-color: #bef705;
	color: #292930;
	padding: 25px 30px;
	border-radius: 30px;
	position: relative;
	z-index: 1
}

.footer__form-container {
	max-width: 360px;
	position: relative;
	z-index: 2
}

.footer__form-title {
	margin-bottom: 5px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	font-size: 22px;
	font-weight: 600
}

.footer__form-title span {
	font-weight: 700;
	color: #855cfe
}

.footer__form-subtitle {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #6b6067;
	margin-bottom: 10px
}

.footer__form-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.footer__form-input {
	margin-right: 5px;
	background-color: #fff;
	border-radius: 30px;
	padding: 13px 20px;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	border: 1px solid rgba(0,0,0,0)
}

.footer__form-input:focus {
	border-color: #855cfe
}

.footer__form-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #855cfe;
	border-radius: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 46px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.footer__form-btn:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.footer__form-img {
	position: absolute;
	right: -1px;
	bottom: 0;
	max-height: none
}

.footer__download {
	background-color: #bef705;
	color: #292930;
	padding: 25px 30px;
	border-radius: 30px;
	position: relative;
	z-index: 1
}

.footer__download-container {
	max-width: 360px;
	position: relative;
	z-index: 2
}

.footer__download-title {
	margin-bottom: 5px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	font-size: 22px;
	font-weight: 600
}

.footer__download-title span {
	font-weight: 700;
	color: #855cfe
}

.footer__download-subtitle {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #6b6067;
	margin-bottom: 15px
}

.footer__download-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer__download-button {
	display: inline-block;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.footer__download-button:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.footer__download-button img {
	width: 100%;
	max-width: 120px;
	height: auto;
	border-radius: 8px
}

.footer__download-img {
	position: absolute;
	right: -1px;
	bottom: 0;
	max-height: none
}

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

.footer__menu-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 135px
}

.footer__menu-col:first-child {
	margin: 0
}

.footer__menu-caption {
	margin-bottom: 60px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .05em;
	color: #999fae
}

.footer__menu-item {
	margin-bottom: 25px;
	font-size: 16px
}

.footer__menu-item:last-child {
	margin-bottom: 0
}

.footer__scroll-top {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 50px;
	height: 50px;
	background-color: #855cfe;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.footer__scroll-top:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.footer__copyrights {
	font-size: 14px;
	color: #999fae
}

.footer__bottom-link {
	color: #999fae;
	font-size: 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-left: 140px
}

.footer__bottom-link:hover {
	color: #fff
}

.footer__bottom-link:first-child {
	margin: 0
}

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

.footer__social-item {
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.footer__social-item:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.footer__social-item:last-child {
	margin: 0
}

.main {
	height: calc(100vh - 134px);
	min-height: 600px;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 0
}

.main__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 100%
}

.main__container-inner {
	position: relative;
	z-index: 2
}

.main__wrapper {
	max-width: 575px;
	position: relative;
	z-index: 2
}

.main__overtitle {
	margin-bottom: 15px
}

.main__title {
	margin-bottom: 20px
}

.main__text {
	margin-bottom: 50px;
	max-width: 430px;
	font-weight: 500;
	color: #999fae
}

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

.main__btn {
	margin-right: 15px
}

.main__btn:last-child {
	margin: 0
}

.main__statistic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 110px;
	position: relative;
	left: -30px
}

.main__statistic-item {
	margin-right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.4
}

.main__statistic-item:last-child {
	margin: 0
}

.main__statistic-icon {
	margin-right: 10px
}

.main__statistic-number {
	margin-bottom: 3px;
	font-weight: 600
}

.main__statistic-text {
	font-size: 16px;
	font-weight: 500;
	color: #999fae
}

.ishome .main__image {
	width: 850px;
	height: 760px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(100px, -50%);
	-ms-transform: translate(100px, -50%);
	transform: translate(100px, -50%)
}

.ishome .main__image-girl {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-47%, -53%);
	-ms-transform: translate(-47%, -53%);
	transform: translate(-47%, -53%)
}

.ishome .main__image-hand {
	position: absolute;
	left: -5px;
	top: 210px
}

.ishome .main__image-modal {
	position: absolute;
	top: 235px;
	right: 50px
}

.planet-rotate {
	-webkit-animation: planet-rotate 20s linear infinite;
	animation: planet-rotate 20s linear infinite
}

.astronaut-float {
	-webkit-animation: float-swing 3s ease-in-out infinite;
	animation: float-swing 3s ease-in-out infinite
}

.star-float {
	-webkit-animation: float-swing 4s ease-in-out infinite;
	animation: float-swing 4s ease-in-out infinite
}

.ishome .main__image-graph {
	position: absolute;
	top: 125px;
	left: 70px;
	-webkit-transform: rotate(-6.4deg);
	-ms-transform: rotate(-6.4deg);
	transform: rotate(-6.4deg);
	width: auto
}

.marquee {
	margin-bottom: 15px
}

.marquee:last-child {
	margin-bottom: 0
}

.marquee__box {
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	border-radius: 30px
}

.marquee.left-direction .marquee__box {
	width: 250px;
	height: 60px;
	font-size: 18px;
	font-weight: 600;
	padding: 18px 0
}

.marquee.right-direction {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.marquee.right-direction .marquee__box {
	width: 200px;
	height: 60px;
	font-size: 16px;
	font-weight: 500;
	padding: 18px 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.accent-block {
	text-align: center
}

.accent-block._padding-top {
	padding-top: 180px
}

.accent-block .line {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.accent-block__overtitle {
	margin-bottom: 25px
}

.accent-block__title {
	max-width: 1340px;
	margin: 0 auto 80px
}

.accent-block__title._wider {
	max-width: 1260px
}

.accent-block__title._less-margin {
	margin-bottom: 50px
}

.accent-block__title._mb-none {
	margin-bottom: 0
}

.accent-block__image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.accent-block__image::before {
	content: "";
	width: 100%;
	height: 73%;
	background-color: #855cfe;
	border-radius: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease
}

.accent-block__image-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	left: 3%;
	z-index: 2
}

.accent-block__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	top: 60px;
	height: 0
}

.accent-block__icon-1 {
	width: 125px
}

.accent-block__icon-2 {
	width: 120px;
	margin-left: 20px
}

.accent-block__icon-3 {
	width: 100px
}

.accent-block__icon-inner {
	max-width: none;
	max-height: none
}

.accent-block__text {
	color: #999fae;
	max-width: 480px;
	margin: 0 auto 50px
}

.accent-block__hand {
	position: absolute;
	top: 50%;
	width: calc(50% - 300px);
	max-width: 650px;
	z-index: -1
}

.accent-block__hand-img {
	max-height: none;
	width: 100%
}

.accent-block__hand._left {
	left: 0
}

.accent-block__hand._right {
	right: 0
}

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

.accent-block__btn {
	margin-right: 15px
}

.accent-block__btn:last-child {
	margin-right: 0
}

.info__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.info__container-inner {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.info__overtitle {
	margin-bottom: 20px
}

.info__title {
	margin-bottom: 15px
}

.info__title._less-size {
	letter-spacing: -1.5px
}

.info__text {
	max-width: 355px;
	font-weight: 500;
	color: #999fae
}

.info__text._max-width {
	max-width: 410px
}

.info__btn {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	line-height: 1.4
}

.info__btn-icon {
	margin-left: 15px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	left: 0
}

.info__btn-icon path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.info__btn:hover .info__btn-icon {
	left: 10px
}

.info__btn:hover path {
	fill: #855cfe
}

.info__list {
	margin-top: 50px
}

.info__list-heading {
	font-size: 14px;
	color: #999fae;
	font-weight: 600;
	margin-bottom: 10px
}

.info__list-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 140px
}

.info__list-item {
	margin-top: 20px;
	margin-right: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.info__list-item:hover {
	color: #855cfe
}

.info__list-number {
	margin-right: 18px;
	width: 30px;
	height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	font-family: "Inter";
	border-radius: 40px;
	background-color: #292930;
	color: #fff
}

.info__image-wrapper {
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px)
}

.info__image._order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.recommends__title {
	margin-bottom: 25px
}

.recommends__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 40px
}

.recommends__subtitle {
	font-weight: 500;
	color: #999fae;
	max-width: 450px
}

.recommends__link {
	font-weight: 500;
	color: #999fae;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.recommends__link-icon {
	position: relative;
	left: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin-left: 15px
}

.recommends__link-icon path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.recommends__link:hover {
	color: #292930
}

.recommends__link:hover .recommends__link-icon {
	left: 10px
}

.recommends__link:hover path {
	fill: #855cfe
}

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

.recommends__images {
	max-width: 700px;
	width: 100%;
	margin-right: 130px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

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

.recommends__images-inner {
	/* background-color: #fafbfc;
	border: 1px solid #ecedf0; */
	border-radius: 45px;
	overflow: hidden;
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
	/* width: calc(50% - 5px) */
}

.recommends__images-item {
	margin-right: 10px
}

.recommends__slider {
	max-width: 480px
}

.recommends__slider .slick-dots {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.recommends__slider .slick-dots li {
	width: 65px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	color: #999fae;
	border-radius: 30px;
	margin-right: 15px;
	font-size: 20px;
	font-weight: 700;
	font-family: "Inter";
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.recommends__slider .slick-dots li:last-child {
	margin: 0
}

.recommends__slider .slick-dots li.slick-active {
	background-color: #BEF705;
	border-color: #BEF705;
	color: #292930
}

.recommends__slider .slick-dots li.slick-active:hover {
	color: #292930
}

.recommends__slider .slick-dots li button::before {
	content: "0"
}

.recommends__slider .slick-dots li:hover {
	color: #855cfe
}

.recommends__slider-flexbox {
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.recommends__slider-item {
	height: 578px;
	padding-top: 90px;
	margin-right: 10px
}

.recommends__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px
}

.recommends__data-item {
	padding: 8px 20px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #855cfe;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	margin-right: 5px
}

.recommends__data-item:last-child {
	margin: 0
}

.recommends__heading {
	margin-bottom: 30px;
	font-size: 48px;
	font-family: "Inter";
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.2
}

.recommends__subheading {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
	color: #999fae;
	line-height: 1.4;
	margin-bottom: 20px
}

.recommends__text {
	max-width: 425px;
	width: 100%;
	color: #999fae;
	font-weight: 500;
	margin-bottom: 40px
}

.recommends__text._less-width {
	max-width: 380px
}

.recommends__btn {
	width: 210px;
	height: 56px
}

.discount {
	padding-top: 360px
}

.discount__container {
	position: relative;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 45px;
	padding: 90px 85px
}

.discount__overtitle {
	background-color: #292930;
	color: #fff;
	margin-bottom: 70px;
	text-transform: none;
	font-weight: 500
}

.discount__overtitle span {
	font-weight: 600
}

.discount__title {
	margin-bottom: 25px
}

.discount__text {
	margin-bottom: 100px;
	max-width: 270px;
	font-weight: 500;
	color: #999fae
}

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

.discount__btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 35px
}

.discount__time {
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.discount__time-icon {
	margin-right: 10px
}

.discount__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: -68px;
	bottom: 0;
	max-width: 60%
}

.posts ._pos-relative {
	position: relative
}

.posts__title {
	margin-bottom: 80px
}

.posts__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

.posts__top-heading {
	font-size: 24px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.posts__top-heading>span {
	margin-right: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.posts__top-link {
	font-weight: 600;
	color: #999fae;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.posts__top-link-icon {
	position: relative;
	left: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin-left: 15px
}

.posts__top-link-icon path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.posts__top-link:hover {
	color: #292930
}

.posts__top-link:hover .posts__top-link-icon {
	left: 10px
}

.posts__top-link:hover path {
	fill: #855cfe
}

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

.posts__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.posts__nav-mobile {
	display: none
}

.posts__counter {
	margin: 0 20px;
	font-size: 24px;
	font-weight: 500;
	color: #999fae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.posts__counter-current,.posts__counter-all {
	width: 30px;
	text-align: center;
	display: inline-block
}

.posts__counter-current::before,.posts__counter-all::before {
	content: "0"
}

.posts__counter-current {
	margin-right: 3px
}

.posts__counter-all {
	margin-left: 3px
}

.posts .post {
	padding: 40px;
	background-color: #fff;
	border: 1px solid #ecedf0;
	border-radius: 45px;
	margin-right: 10px;
	max-width: 33%
}

.posts .post:last-child {
	margin: 0
}

.posts .post__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px
}

.posts .post__top-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.posts .post__number {
	width: 35px;
	height: 20px;
	margin-right: 15px;
	background-color: #BEF705;
	color: #292930;
	border-radius: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "Inter";
	font-size: 11px;
	font-weight: 700
}

.posts .post__caption {
	font-weight: 600;
	font-size: 14px
}

.posts .post__date {
	color: #b8bcc6;
	font-size: 14px;
	font-weight: 500
}

.posts .post__date span {
	display: inline-block;
	margin-left: 5px
}

.posts .post__title {
	margin-bottom: 20px;
	font-size: 42px;
	font-family: "Inter";
	font-weight: 600;
	letter-spacing: -2px;
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.posts .post__text {
	margin-bottom: 45px;
	color: #999fae;
	font-weight: 500;
	font-size: 16px
}

.posts .post__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.posts .post__btn {
	width: 230px;
	margin-right: 40px;
	font-size: 14px;
	padding-right: 0;
	padding-left: 0
}

.posts .post__time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -0.01em;
	font-weight: 600;
	font-size: 16px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.posts .post__time-icon {
	margin-right: 10px
}

.posts__slider {
	width: calc(100% + 10px);
	position: relative;
	left: -5px
}

.posts__slider-item {
	margin: 0 5px
}

.posts__slider-item .post {
	max-width: 100%;
	min-height: 417px;
	padding-bottom: 100px
}

.posts__slider-item .post__wrapper {
	position: absolute;
	bottom: 40px
}

.posts__slider-btn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.posts__slider-btn svg circle,.posts__slider-btn svg path {
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.posts__slider-btn:hover svg circle,.posts__slider-btn:hover svg path {
	stroke: #855cfe
}

.reviews {
	padding: 40px 0 20px
}

.reviews__title {
	margin-bottom: 10px
}

.reviews__slider {
	margin-top: 15px
}

.reviews__slider-mobile {
	display: none
}

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

.reviews__slider-btn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.reviews__slider-btn svg circle,.reviews__slider-btn svg path {
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.reviews__slider-btn:hover svg circle,.reviews__slider-btn:hover svg path {
	stroke: #855cfe
}

.reviews__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.reviews__nav-mobile {
	display: none
}

.reviews__counter {
	margin: 0 20px;
	font-size: 24px;
	font-weight: 500;
	color: #999fae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.reviews__counter-current,.reviews__counter-all {
	width: 30px;
	text-align: center;
	display: inline-block
}

.reviews__counter-current::before,.reviews__counter-all::before {
	content: "0"
}

.reviews__counter-current {
	margin-right: 3px
}

.reviews__counter-all {
	margin-left: 3px
}

.reviews .review {
	position: relative;
	overflow: hidden;
	width: 33.3%;
	height: 380px;
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.reviews .review.more-text {
	height: 480px
}

.reviews .review.more-text .review__text._more {
	max-height: none
}

.reviews .review:last-child {
	margin-right: 0
}

.reviews .review.active {
	width: 700px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.reviews .review.active .review-front {
	display: none
}

.reviews .review.active .review__container {
	background-color: #855cfe
}

.reviews .review.active .review__container-inner {
	opacity: 1
}

.reviews .review-front {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	border-radius: 45px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	text-align: center;
	cursor: pointer
}

.reviews .review-front__image {
	width: 150px;
	height: 150px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-bottom: 20px
}

.reviews .review-front__data-item {
	margin-bottom: 5px;
	font-weight: 600
}

.reviews .review-front__data-item:last-child {
	margin-bottom: 0
}

.reviews .review-front__data-item span {
	display: inline-block;
	margin-right: 15px;
	font-weight: 500;
	color: #999fae;
	font-size: 14px
}

.reviews .review-front__date-rating {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.reviews .review-front__date {
	color: #999fae;
	margin-bottom: 5px;
	font-weight: 500
}

.reviews .review-front__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.reviews .review-front__rating-star {
	margin-right: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.reviews .review-front__rating-star:last-child {
	margin: 0
}

.reviews .review__container {
	height: 100%;
	background-color: rgba(0,0,0,0);
	color: #fff;
	border-radius: 45px;
	padding: 40px;
	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;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.reviews .review__container-inner {
	opacity: 0;
	-webkit-transition: .5s .5s;
	-o-transition: .5s .5s;
	transition: .5s .5s
}

.reviews .review__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.reviews .review__top-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.reviews .review__image {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-right: 30px
}

.reviews .review__data-item {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3
}

.reviews .review__data-item:last-child {
	margin: 0
}

.reviews .review__data-item span {
	display: inline-block;
	margin-right: 15px;
	font-weight: 500;
	color: #cfbfff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.reviews .review__date {
	color: #cfbfff;
	margin-bottom: 15px;
	font-weight: 500
}

.reviews .review__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.reviews .review__rating-star {
	margin-right: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.reviews .review__rating-star:last-child {
	margin: 0
}

.reviews .review__title {
	color: #BEF705;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	max-width: 560px
}

.reviews .review__text {
	max-width: 545px;
	font-size: 16px;
	font-weight: 500
}

.reviews .review__text._full-width {
	max-width: 100%
}

.reviews .review__text._more {
	max-height: 100px;
	overflow: hidden
}

.reviews .review__text-more {
	position: relative
}

.reviews .review__text-more::after,.reviews .review__text-more::before {
	color: #BEF705;
	font-weight: 500;
	font-size: 16px
}

.reviews .review__text-more::after {
	content: "...more";
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.reviews .review__text-more::before {
	content: "...less";
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.reviews .review__text-more.active::after {
	opacity: 0
}

.reviews .review__text-more.active::before {
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.reviews .review__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.reviews .review__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	color: #cfbfff;
	font-weight: 500;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.reviews .review__social-link::before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url("../img/icons/linkedin_accent-light.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 30px;
	margin-right: 15px
}

.reviews .review__social-link:hover {
	color: #fff
}

.reviews .review__btn {
	color: #cfbfff;
	padding: 0;
	font-size: 14px;
	font-weight: 500
}

.reviews .review__btn:hover {
	color: #fff;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.feedback__container {
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 45px;
	padding: 90px 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.feedback__title {
	margin-bottom: 30px;
	max-width: 550px
}

.feedback__text {
	max-width: 330px;
	color: #999fae;
	font-weight: 500;
	margin-bottom: 25px
}

.feedback__whatsapp {
	background-color: #fff;
	border-radius: 30px;
	padding: 15px 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.feedback__whatsapp:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.feedback__whatsapp-icon {
	margin-left: 18px;
	margin-right: 8px;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px)
}

.feedback__whatsapp span {
	font-weight: 600;
	font-size: 14px
}

.feedback__social {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.feedback__social-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.feedback__social-item:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.feedback__social-item:last-child {
	margin: 0
}

.feedback__form {
	max-width: 530px;
	width: 100%
}

.feedback__form-input {
	margin-bottom: 20px;
	border: 1px solid #ecedf0;
	background-color: #fff
}

.feedback__form-checkbox {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer
}

.feedback__form-checkbox-input {
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 20px;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.feedback__form-checkbox-input::before {
	content: "";
	background-color: #fff;
	border: 1px solid #b8bcc6;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.feedback__form-checkbox-input::after {
	content: "";
	width: 14px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("../img/icons/checkbox.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.feedback__form-checkbox-input:checked::before {
	background-color: #855cfe;
	border-color: #855cfe
}

.feedback__form-checkbox-input:checked::after {
	opacity: 1
}

.feedback__form-checkbox-text {
	font-size: 14px;
	color: #999fae;
	font-weight: 500
}

.feedback__form-checkbox-text span {
	font-weight: 600
}

.feedback__form-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.feedback__form-links {
	max-width: 315px;
	color: #999fae;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.01em
}

.feedback__form-link {
	text-decoration: underline;
	text-underline-position: under;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.feedback__form-link:hover {
	text-decoration: underline;
	color: #855cfe
}

.feedback__form-btn {
	width: 155px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.portfolio {
	text-align: center
}

.portfolio._hidden {
	display: none
}

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

.portfolio__download-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 15px;
	margin-top: 30px
}

.portfolio__download-button {
	display: block;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.portfolio__download-button:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.portfolio__download-button img {
	width: 180px;
	height: auto;
	border: 2px solid #000;
	border-radius: 15px
}

.portfolio__overtitle {
	margin-bottom: 15px;
	font-weight: 600
}

.portfolio__title {
	margin-bottom: 30px;
	font-size: 80px;
	letter-spacing: -0.06em
}

.portfolio__title._fz-less {
	font-size: 75px
}

.portfolio__text {
	max-width: 450px;
	color: #999fae;
	margin-bottom: 60px;
	font-size: 20px
}

.portfolio__text._w-650 {
	max-width: 650px
}

.portfolio__text._w-520 {
	max-width: 520px
}

.portfolio__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.4;
	letter-spacing: -0.02em
}

.portfolio__btn-icon {
	margin-left: 10px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	left: 0
}

.portfolio__btn-icon path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.portfolio__btn:hover .portfolio__btn-icon {
	left: 10px
}

.portfolio__btn:hover .portfolio__btn-icon path {
	fill: #855cfe
}

.portfolio__tabs {
	margin-top: 150px
}

.portfolio__tabs._hidden {
	display: none
}

.portfolio__tabs-captions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px
}

.portfolio__tabs-caption {
	margin-right: 15px;
	width: 100%;
	max-width: 380px;
	height: 60px;
	border-radius: 30px;
	margin-right: 15px;
	border: 1px solid #dadbe0;
	font-weight: 600;
	color: #999fae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer
}

.portfolio__tabs-caption:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.portfolio__tabs-caption:last-child {
	margin: 0
}

.portfolio__tabs-caption.active {
	border-color: #292930;
	background-color: #292930;
	color: #fff
}

.portfolio__tabs-caption.active:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.portfolio__tabs-content {
	display: none
}

.portfolio__tabs-content.active {
	display: block
}

.portfolio__tabs-content._tablets .portfolio__item-mockup {
	top: 0;
	right: 0
}

.portfolio__slider-item {
	margin: 0 5px
}

.portfolio__slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px
}

.portfolio__slider .slick-dots li {
	font-size: 0;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #ecedf0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.portfolio__slider .slick-dots li:last-child {
	margin-right: 0
}

.portfolio__slider .slick-dots li.slick-active {
	background-color: #dadbe0
}

.portfolio__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 400px;
	border-radius: 45px;
	background-color: #fff;
	border: 1px solid #ecedf0;
	overflow: hidden;
	position: relative
}

.portfolio__item-mockup {
	max-width: none;
	max-height: none;
	position: relative;
	top: 3px;
	right: 2px
}

.portfolio__item-image {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 341px;
	height: 206px;
	border-radius: 60px;
	background-size: cover;
	background-position: center
}

.portfolio__hand {
	position: absolute;
	top: 0;
	width: calc(50% - 200px);
	max-width: 750px;
	z-index: -1;
	-webkit-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	transform: translateY(-15%)
}

.portfolio__hand-img {
	max-height: none;
	width: 100%
}

.portfolio__hand._left {
	left: 0
}

.portfolio__hand._right {
	right: 0
}

.ishome .portfolio {
	padding-top: 180px
}

.ishome .portfolio__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 90px
}

.ishome .portfolio__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #855cfe;
	background-image: url("../img/icons/portfolio__link.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.ishome .portfolio__link:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.ishome .portfolio__overtitle {
	font-size: 22px
}

.ishome .portfolio__tabs {
	margin-top: 60px
}

.ishome .portfolio__tabs-caption.active {
	background-color: #855cfe;
	border: none
}

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

.ishome .portfolio__slider-item {
	width: calc(33.3% - 7px);
	margin: 0
}

.ishome .portfolio__relative-wrapper {
	position: relative
}

.ishome .portfolio__main-slider-btn {
	background-color: #BEF705;
	color: #1e1e1e;
	font-weight: 600;
	font-size: 22px;
	font-family: "Inter";
	letter-spacing: -0.01em;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	width: 130px;
	height: 130px;
	position: absolute;
	bottom: 135px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	transition: .2s
}

.ishome .portfolio__main-slider-btn.slick-disabled {
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	color: #999fae
}

.ishome .portfolio__main-slider-prev {
	left: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2
}

.ishome .portfolio__main-slider-next {
	right: 0;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.p-course .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	padding: 30px 0
}

.p-course .main__container {
	height: auto;
	padding: 70px;
	border-radius: 30px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-course .main__wrapper {
	max-width: none
}

.p-course .main__overtitle {
	margin-bottom: 35px;
	background-color: #fff
}

.p-course .main__title {
	margin-bottom: 45px
}

.p-course .main__subtitle {
	color: #BEF705;
	text-transform: uppercase;
	margin-bottom: 25px
}

.p-course .main__text {
	font-size: 16px;
	max-width: 580px
}

.p-course .main__text-inner {
	margin-bottom: 20px
}

.p-course .main__text-inner._semibold {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: -0.02em
}

.p-course .main__text-inner._semibold span {
	font-weight: 500;
	display: block;
	margin-top: 10px
}

.p-course .main__text-inner._w-375 {
	max-width: 375px
}

.p-course .main__text-inner._w-460 {
	max-width: 460px
}

.p-course .main__text-inner._w-520 {
	max-width: 520px
}

.p-course .main__image {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
	height: auto
}

.p-course .accent-block__overtitle {
	font-size: 24px;
	letter-spacing: normal
}

.p-course .accent-block__title {
	max-width: 1200px
}

.p-course .accent-block__title._less-margin {
	margin-bottom: 50px;
	line-height: 1.3;
	font-size: 48px;
	max-width: 1150px
}

.p-course .accent-block__title._w-1210 {
	max-width: 1210px
}

.p-course .accent-block__title._full-width {
	max-width: 100%
}

.p-course .accent-block__icon {
	width: 90px;
	top: 20px
}

.p-course .accent-block__icon-heart {
	left: 5px
}

.p-course .accent-block__icon-rocket {
	top: 35px
}

.p-course .accent-block__icon-laptop {
	top: 15px;
	left: 8px
}

.p-course .accent-block__icon-data {
	top: 10px;
	left: 6px
}

.p-course .accent-block__icon-pig {
	width: 70px;
	top: 15px
}

.p-course .accent-block__icon-pig2 {
	width: 70px;
	top: 28px
}

.p-course .accent-block__icon-dialog {
	width: 75px;
	top: 10px
}

.p-course .accent-block__icon-diamond {
	top: 25px;
	left: 5px
}

.p-course .accent-block__btn {
	width: 175px
}

.p-course .about {
	margin-top: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left
}

.p-course .about__box {
	width: calc(25% - 10px);
	border: 1px solid #ecedf0;
	margin-right: 10px;
	border-radius: 45px;
	padding: 25px 30px;
	position: relative;
	background-color: #fff
}

.p-course .about__box:last-child {
	margin: 0
}

.p-course .about__box-heading {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	color: #999fae
}

.p-course .about__box-text {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4
}

.p-course .about__box-image {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-course .about__box-image img {
	max-width: none;
	max-height: none
}

.p-course .about__box-image-1 {
	width: 85px;
	height: 85px
}

.p-course .about__box-image-2 {
	width: 100px;
	height: 100px
}

.p-course .about__box-image-3 {
	width: 110px;
	height: 110px
}

.p-course .about__box-image-4 {
	width: 115px;
	height: 115px
}

.p-course .girls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 110px
}

.p-course .girls__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: calc(25% - 25px)
}

.p-course .girls__item-1 {
	-webkit-animation: girls-move-1 5s linear infinite;
	animation: girls-move-1 5s linear infinite
}

.p-course .girls__item-2 {
	-webkit-animation: girls-move-2 3s linear infinite;
	animation: girls-move-2 3s linear infinite
}

.p-course .girls__item-3 {
	-webkit-animation: girls-move-3 6s linear infinite;
	animation: girls-move-3 6s linear infinite
}

.p-course .girls__item-4 {
	-webkit-animation: girls-move-4 4s linear infinite;
	animation: girls-move-4 4s linear infinite
}

.p-course .skills__title {
	margin-bottom: 65px
}

.p-course .skills__subtitle {
	margin-bottom: 40px;
	color: #999fae;
	font-weight: 480;
	line-height: 1.4;
	font-size: 24px
}

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

.p-course .skills__container-inner {
	padding: 40px;
	border-radius: 45px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0
}

.p-course .skills__container-soft {
	width: 520px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px
}

.p-course .skills__container-hard {
	width: 100%
}

.p-course .skills__heading {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	border-bottom: 1px solid #ecedf0
}

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

.p-course .skills__list-col {
	max-width: 48%;
	width: 100%
}

.p-course .skills__list-col.w-55 {
	max-width: 55%
}

.p-course .skills__list-item {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 23px;
	position: relative
}

.p-course .skills__list-item:last-child {
	margin-bottom: 0
}

.p-course .skills__list-item.no-wrap {
	white-space: nowrap
}

.p-course .skills__list-number {
	display: inline-block;
	color: #999fae;
	line-height: 1.4;
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: -3px
}

.p-course .tools__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-course .tools__container-inner {
	max-width: 550px;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.p-course .tools__title {
	margin-bottom: 60px
}

.p-course .tools__subtitle {
	max-width: 285px;
	font-weight: 500;
	font-size: 24px;
	color: #999fae
}

.p-course .tools__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-course .tools__list-item {
	width: 235px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 60px
}

.p-course .tools__list-number {
	margin-bottom: 40px;
	width: 45px;
	height: 25px;
	background-color: #292930;
	border-radius: 40px;
	font-size: 13px;
	font-weight: 600;
	font-family: "Inter";
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-course .tools__list-heading {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	font-family: "Inter"
}

.p-course .tools__list-text {
	font-weight: 500;
	font-size: 18px;
	color: #999fae
}

.p-course .tools__image {
	width: calc(100% - 570px);
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.p-course .tools__image-inner {
	max-width: none;
	max-height: none
}

.p-course .goals__container {
	position: relative
}

.p-course .goals__container-inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	background-color: #855cfe;
	padding: 130px;
	border-radius: 30px
}

.p-course .goals__overtitle {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -1px
}

.p-course .goals__title {
	max-width: 940px;
	color: #fff
}

.p-course .goals__title._w-850 {
	max-width: 850px
}

.p-course .goals__image {
	position: absolute
}

.p-course .goals__image-left {
	z-index: 3;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}

.p-course .goals__image-right {
	z-index: 1;
	-webkit-transform: translateY(-62%);
	-ms-transform: translateY(-62%);
	transform: translateY(-62%);
	right: -30px;
	top: 0
}

.p-course .classes {
	margin-top: 80px
}

.p-course .classes__title {
	margin-bottom: 80px
}

.p-course .classes__item {
	margin-bottom: 20px;
	padding: 60px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 45px
}

.p-course .classes__item:last-child {
	margin-bottom: 0
}

.p-course .classes__item-inner {
	max-width: 620px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.p-course .classes__item-image {
	width: 530px;
	height: 320px;
	background-size: cover;
	background-position: center;
	border-radius: 45px
}

.p-course .classes__item-overtitle {
	padding: 12px 30px;
	background-color: #855cfe;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	margin-bottom: 50px
}

.p-course .classes__item-title {
	font-size: 36px;
	font-family: "Inter";
	margin-bottom: 30px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -2px
}

.p-course .classes__item-subtitle {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600
}

.p-course .classes__item-text {
	font-weight: 500;
	color: #999fae;
	max-width: 490px;
	font-size: 16px
}

.p-course .classes__item-text._max-width {
	max-width: 100%
}

.p-course .timetable__title {
	margin-bottom: 90px;
	text-align: center
}

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

.p-course .timetable__item {
	width: calc(33.3% - 17px);
	padding: 30px;
	border-radius: 45px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0
}

.p-course .timetable__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px
}

.p-course .timetable__number {
	background-color: #292930;
	color: #fff;
	width: 55px;
	height: 30px;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	font-family: "Inter"
}

.p-course .timetable__duration {
	padding: 9px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ecedf0;
	border-radius: 30px;
	color: #855cfe;
	font-weight: 600;
	font-size: 14px
}

.p-course .timetable__date-price {
	margin-bottom: 45px
}

.p-course .timetable__date,.p-course .timetable__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-course .timetable__date-caption,.p-course .timetable__price-caption {
	text-align: right;
	font-size: 16px;
	color: #999fae;
	font-weight: 500
}

.p-course .timetable__date {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 30px
}

.p-course .timetable__price-number {
	width: 150px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #BEF705;
	border-radius: 30px;
	font-size: 22px;
	font-weight: 600
}

.p-course .timetable__box {
	width: 100%;
	border: 1px solid #ecedf0;
	border-radius: 45px;
	padding: 25px 30px;
	position: relative;
	background-color: #fff
}

.p-course .timetable__box:last-child {
	margin: 0
}

.p-course .timetable__box-heading {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	color: #999fae
}

.p-course .timetable__box-text {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4
}

.p-course .timetable__box-image {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-course .timetable__notice {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	color: #999fae;
	padding-top: 45px;
	margin-bottom: 15px
}

.p-course .timetable__btn {
	margin-top: 15px;
	width: 100%;
	height: 70px;
	padding: 0;
	font-size: 22px
}

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

.p-course .timing__title {
	margin: 0 auto 40px;
	text-align: center;
	max-width: 1130px;
	font-family: "Inter";
	font-weight: 600;
	font-size: 90px;
	letter-spacing: -0.06em;
	line-height: 1.1
}

.p-course .timing__text {
	text-align: center;
	max-width: 380px;
	margin: 0 auto 35px;
	font-size: 24px;
	color: #999fae
}

.p-course .timing__btn {
	font-size: 18px;
	margin: 0 auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #5cb856
}

.p-about .main__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-about .main__container-inner {
	max-width: 700px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 70px
}

.p-about .main__image {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-about .main__title {
	margin-bottom: 25px;
	max-width: 600px
}

.p-about .main__text {
	max-width: 520px;
	margin-bottom: 0
}

.p-about .accent-block__title {
	margin-bottom: 40px
}

.p-about .accent-block__title._max-width {
	max-width: 1050px
}

.p-about .accent-block__text {
	margin-bottom: 40px
}

.p-about .accent-block__text._max-width {
	max-width: 390px
}

.p-about .approach__title {
	text-align: center;
	margin-bottom: 130px
}

.p-about .approach__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-about .approach__item {
	width: calc(33.3% - 17px);
	border-radius: 45px;
	background-color: #fff;
	border: 1px solid #ecedf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px;
	position: relative
}

.p-about .approach__item._offset {
	bottom: 60px
}

.p-about .approach__item-number {
	width: 45px;
	height: 25px;
	border-radius: 30px;
	background-color: #292930;
	font-size: 14px;
	font-weight: 600;
	font-family: "Inter";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 5px
}

.p-about .approach__item-image {
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 50px
}

.p-about .approach__item-wrapper {
	padding: 35px;
	background-color: #fafbfc;
	border-radius: 45px;
	width: 100%
}

.p-about .approach__item-heading {
	margin-bottom: 15px
}

.p-about .approach__item-text {
	max-width: 295px;
	color: #999fae;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 30px
}

.p-about .approach__item-btn {
	font-weight: 500;
	font-size: 16px
}

.p-about .approach__item-btn-icon {
	margin-left: 15px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	left: 0
}

.p-about .approach__item-btn-icon path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.p-about .approach__item-btn:hover .approach__item-btn-icon {
	left: 10px
}

.p-about .approach__item-btn:hover path {
	fill: #855cfe
}

.p-about .blockquote__item {
	position: relative
}

.p-about .blockquote__item::before,.p-about .blockquote__item::after {
	content: "";
	width: 85px;
	height: 75px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute
}

.p-about .blockquote__item::before {
	background-image: url("../img/about/quote_purple.png");
	left: 90px;
	top: 0
}

.p-about .blockquote__item::after {
	background-image: url("../img/about/quote_gold.png");
	right: 90px;
	bottom: 0
}

.p-about .blockquote__item-inner {
	max-width: 930px;
	margin: 0 auto;
	font-size: 90px;
	font-weight: 600;
	font-family: "Inter";
	letter-spacing: -6px;
	text-align: center;
	line-height: 1.2;
	padding: 80px 0
}

.p-about .ceo__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-about .ceo__container-inner {
	max-width: 525px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.p-about .ceo__overtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px
}

.p-about .ceo__title {
	margin-bottom: 50px
}

.p-about .ceo__subtitle {
	margin-bottom: 30px;
	font-weight: 600;
	font-family: "Inter";
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 1.4
}

.p-about .ceo__text {
	font-weight: 500;
	color: #999fae;
	min-height: 200px;
	margin-bottom: 50px;
	max-width: 400px
}

.p-about .ceo__text.w-500 {
	max-width: 500px
}

.p-about .ceo__advantages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0
}

.p-about .ceo__advantages-item {
	margin-right: 15px;
	font-size: 16px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-about .ceo__advantages-item:last-child {
	margin-right: 0
}

.p-about .ceo__advantages-icon {
	margin-right: 3px;
	width: 30px;
	height: 30px
}

.p-about .ceo__image {
	width: 750px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-about .ceo__image-inner {
	max-width: none;
	max-height: none
}

.p-about .ceo__slider-item {
	position: relative
}

.p-about .ceo__slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px
}

.p-about .ceo__slider .slick-dots li {
	width: 65px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	color: #999fae;
	border-radius: 30px;
	margin-right: 15px;
	font-size: 18px;
	font-weight: 700;
	font-family: "Inter";
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.p-about .ceo__slider .slick-dots li:last-child {
	margin: 0
}

.p-about .ceo__slider .slick-dots li.slick-active,.p-about .ceo__slider .slick-dots li.before {
	background-color: #BEF705;
	border-color: #BEF705;
	color: #292930
}

.p-about .ceo__slider .slick-dots li.slick-active:hover,.p-about .ceo__slider .slick-dots li.before:hover {
	color: #292930
}

.p-about .ceo__slider .slick-dots li button::before {
	content: "0"
}

.p-about .ceo__slider .slick-dots li:hover {
	color: #855cfe
}

.p-about .team__title {
	margin-bottom: 10px
}

.p-about .team__wrapper {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-about .team__slider {
	width: calc(100% - 710px)
}

.p-about .team__slider-mobile {
	display: none
}

.p-about .team__slider-flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.p-about .team__slider-btn {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.p-about .team__slider-btn svg circle,.p-about .team__slider-btn svg path {
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.p-about .team__slider-btn:hover svg circle,.p-about .team__slider-btn:hover svg path {
	stroke: #855cfe
}

.p-about .team__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.p-about .team__nav-mobile {
	display: none
}

.p-about .team__counter {
	margin: 0 20px;
	font-size: 24px;
	font-weight: 500;
	color: #999fae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-about .team__counter-current,.p-about .team__counter-all {
	width: 30px;
	text-align: center;
	display: inline-block
}

.p-about .team__counter-current::before,.p-about .team__counter-all::before {
	content: "0"
}

.p-about .team__counter-current {
	margin-right: 3px
}

.p-about .team__counter-all {
	margin-left: 3px
}

.p-about .team__item {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 510px;
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.p-about .team__item:last-child {
	margin-right: 0
}

.p-about .team__item._large {
	width: 700px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.p-about .team__item._large .team__item-image {
	width: 190px;
	margin-bottom: 25px
}

.p-about .team__item._large .team__item-title {
	color: #fff;
	font-size: 24px
}

.p-about .team__item._large .team__item-subtitle {
	color: #cfbfff;
	font-size: 18px;
	font-weight: 600
}

.p-about .team__item._large .team__container {
	background-color: #855cfe
}

.p-about .team__item._large .team__container-inner {
	opacity: 1
}

.p-about .team__item-image {
	width: 150px;
	height: auto;
	margin-bottom: 30px
}

.p-about .team__item-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.2
}

.p-about .team__item-subtitle {
	color: #999fae;
	font-size: 14px;
	text-align: center;
	font-weight: 500
}

.p-about .team__item-front {
	width: 100%;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 60px 30px 35px;
	border-radius: 45px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0
}

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

.p-about .team__container {
	height: 100%;
	background-color: rgba(0,0,0,0);
	color: #fff;
	border-radius: 45px;
	padding: 40px 35px 35px;
	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;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.p-about .team__container-inner {
	opacity: 0;
	-webkit-transition: .5s .5s;
	-o-transition: .5s .5s;
	transition: .5s .5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-about .team__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.p-about .team__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #cfbfff;
	font-weight: 600;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	height: 52px
}

.p-about .team__social-link::before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url("../img/icons/linkedin_accent-light.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 30px;
	margin-right: 15px
}

.p-about .team__social-link:hover {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px)
}

.p-about .team__social-link._blue {
	color: #2d64bc
}

.p-about .team__social-link._blue::before {
	background-image: url("../img/icons/linkedin_blue.svg")
}

.p-about .team__btn {
	color: #cfbfff;
	padding: 0;
	font-size: 14px;
	font-weight: 500
}

.p-about .team__btn:hover {
	color: #fff;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.p-about .team__contact {
	background-color: #BEF705;
	color: #292930;
	font-weight: 700
}

.p-about .partners__container {
	margin-top: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-about .partners__item {
	margin-top: 20px;
	width: calc(33.3% - 13.3px);
	height: 200px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.p-about .partners__item-logo {
	max-width: calc(100% - 80px);
	max-height: calc(100% - 80px)
}

.p-about .partners__item-link {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #855cfe;
	letter-spacing: -0.02em;
	font-weight: 600;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.p-about .partners__item-link svg {
	margin-left: 5px
}

.p-about .partners__item-link svg ellipse {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.p-about .partners__item-link:hover svg ellipse {
	fill: #9875fe
}

.p-catalog .main {
	padding: 90px 0;
	height: auto;
	min-height: auto;
	margin-bottom: 0
}

.p-catalog .main__container-inner {
	position: relative
}

.p-catalog .main__container-inner::before {
	content: "";
	display: block;
	background-color: #fff;
	width: calc(100% + 100px);
	height: calc(100% + 100px);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.p-catalog .main__wrapper {
	background-color: #fff
}

.p-catalog .main__overtitle {
	margin-bottom: 20px
}

.p-catalog .main__title {
	margin-bottom: 50px
}

.p-catalog .main .catalog__slider {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.p-catalog .main .catalog__slider._desktop-hidden {
	display: none
}

.p-catalog .main .catalog__slider-mobile {
	display: none
}

.p-catalog .main .catalog__slider-item {
	margin-right: 5px
}

.p-catalog .main__time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 25px
}

.p-catalog .main__time-icon {
	margin-right: 10px
}

.p-catalog .main__time-text {
	font-weight: 500
}

.p-catalog .themes {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-catalog .themes:last-child {
	margin-bottom: 0
}

.p-catalog .themes__box {
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.p-catalog .themes.top .themes__box {
	width: 250px;
	padding: 23px 0;
	font-size: 18px;
	font-weight: 600
}

.p-catalog .themes.bottom .themes__box {
	width: 200px;
	height: 60px;
	font-size: 16px;
	font-weight: 500;
	padding: 18px 0
}

.p-catalog .catalog {
	padding-top: 180px
}

.p-catalog .catalog__title {
	margin-bottom: 30px
}

.p-catalog .catalog__subtitle {
	text-align: right;
	font-weight: 600;
	color: #999fae;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 40px
}

.p-catalog .catalog__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-catalog .catalog .product {
	position: relative;
	width: calc(50% - 10px);
	background-color: #fff;
	border: 1px solid #ecedf0;
	border-radius: 45px;
	padding: 35px;
	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;
	margin-top: 20px
}

.p-catalog .catalog .product._disabled .product__btn {
	visibility: hidden
}

.p-catalog .catalog .product__top {
	padding-bottom: 25px;
	border-bottom: 1px solid #ecedf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 50px;
	min-height: 88px
}

.p-catalog .catalog .product__overtitle {
	font-size: 14px;
	font-weight: 600;
	color: #855cfe;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
	line-height: 1.2
}

.p-catalog .catalog .product__title {
	letter-spacing: -0.04em;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Inter"
}

.p-catalog .catalog .product__partner {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.p-catalog .catalog .product__partner-logo {
	margin-left: 10px;
	width: 115px;
	height: auto
}

.p-catalog .catalog .product__data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px
}

.p-catalog .catalog .product__data-item {
	padding: 7px 15px;
	margin-right: 5px;
	border: 1px solid #ecedf0;
	background-color: #fafbfc;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 30px
}

.p-catalog .catalog .product__data-item._gray {
	background-color: #ecedf0
}

.p-catalog .catalog .product__data-item:last-child {
	margin: 0
}

.p-catalog .catalog .product__about {
	border-radius: 40px;
	background-color: #fafbfc;
	padding: 30px;
	margin-bottom: 30px;
	min-height: 250px
}

.p-catalog .catalog .product__about-heading {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px
}

.p-catalog .catalog .product__about-text {
	max-width: 550px;
	font-weight: 500;
	color: #999fae;
	font-size: 16px
}

.p-catalog .catalog .product__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.p-catalog .catalog .product__info-icon {
	margin-right: 8px
}

.p-catalog .catalog .product__info-inner {
	color: #999fae;
	font-size: 14px;
	font-weight: 500
}

.p-catalog .catalog .product__info-inner span {
	font-weight: 600
}

.p-catalog .catalog .product__classes {
	margin-bottom: 50px
}

.p-catalog .catalog .product__classes-heading {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px
}

.p-catalog .catalog .product__classes-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-catalog .catalog .product__classes-col {
	min-width: 45%
}

.p-catalog .catalog .product__classes-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #999fae;
	margin-bottom: 15px
}

.p-catalog .catalog .product__classes-item:last-child {
	margin-bottom: 0
}

.p-catalog .catalog .product__classes-number {
	width: 30px;
	height: 18px;
	background-color: #292930;
	border-radius: 40px;
	font-size: 10px;
	font-family: "Inter";
	font-weight: 700;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 15px
}

.p-catalog .catalog .product__btn {
	width: 100%;
	height: 60px;
	font-size: 18px
}

.p-catalog .catalog .product__disabled {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: calc(100% - 120px);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background: rgba(255,255,255,.5);
	padding: 30px;
	border-radius: 45px
}

.p-catalog .catalog .product__disabled-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	height: calc(100% - 96px)
}

.p-catalog .catalog .product__disabled-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: -0.04em
}

.p-catalog .catalog .product__disabled-subtitle {
	color: #999fae;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3
}

.p-catalog .catalog .product__disabled-form-caption {
	font-weight: 500;
	font-size: 16px;
	color: #999fae;
	letter-spacing: -0.02em;
	margin-bottom: 10px
}

.p-catalog .catalog .product__disabled-form-container {
	position: relative
}

.p-catalog .catalog .product__disabled-form-input {
	width: 100%;
	border-radius: 30px;
	border: 1px solid #ecedf0;
	background-color: #fafbfc;
	padding: 22px 250px 22px 30px;
	height: 62px
}

.p-catalog .catalog .product__disabled-form-btn {
	padding: 0 45px;
	height: 62px;
	position: absolute;
	right: 0;
	top: 0
}

.p-catalog .catalog .product__disabled-form-btn img {
	margin-left: 8px;
	width: 20px
}

.p-catalog .catalog .product__disabled-form-btn:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #9875fe
}

.p-catalog .catalog__filter-heading {
	display: none
}

.p-catalog .catalog .tabs__content {
	display: none
}

.p-catalog .catalog .tabs__content.active {
	display: block
}

.p-catalog .catalog .tabs__captions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px
}

.p-catalog .catalog .tabs__captions-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 400px;
	min-height: 60px;
	padding: 10px;
	border-radius: 30px;
	border: 1px solid #ecedf0;
	background-color: #fafbfc;
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.p-catalog .catalog .tabs__captions-item:first-child {
	width: 140px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.p-catalog .catalog .tabs__captions-item.active {
	background-color: #855cfe;
	color: #fff
}

.p-gallery .gallery {
	padding-top: 60px
}

.p-gallery .gallery__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 80px
}

.p-gallery .gallery__title {
	text-transform: capitalize;
	font-size: 90px;
	font-weight: 600
}

.p-gallery .gallery__title ._dot {
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}

.p-gallery .gallery__text {
	max-width: 540px;
	font-size: 24px;
	font-weight: 500;
	color: #999fae;
	letter-spacing: -0.02em;
	line-height: 1.4
}

.p-gallery .gallery__slider-img {
	border-radius: 45px;
	margin: 0 5px;
	border: 1px solid #ecedf0
}

.p-gallery .portfolio__text {
	margin-bottom: 100px;
	max-width: none
}

.p-gallery .portfolio__tabs {
	margin-top: 0
}

.p-gallery .portfolio__tabs-caption.active {
	background-color: #855cfe;
	border-color: #855cfe
}

.p-teachers .main__container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p-teachers .main__wrapper {
	max-width: 100%
}

.p-teachers .main__overtitle {
	margin-bottom: 30px
}

.p-teachers .main__title {
	margin-bottom: 20px
}

.p-teachers .main__text {
	max-width: 300px;
	margin-bottom: 45px
}

.p-teachers .main__icons {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	width: 650px
}

.p-teachers .main__icons-item {
	margin: 5px
}

.p-teachers .woomen {
	text-align: center;
	padding-bottom: 0
}

.p-teachers .woomen__overtitle {
	margin-bottom: 25px
}

.p-teachers .woomen__title {
	max-width: 1100px;
	margin: 0 auto 40px
}

.p-teachers .woomen__text {
	max-width: 580px;
	margin: 0 auto;
	color: #999fae;
	font-weight: 500
}

.p-teachers .woomen__image {
	position: relative;
	bottom: 110px
}

.p-teachers .woomen .marquee {
	background-color: #855cfe;
	color: #fff;
	position: relative;
	bottom: 80px
}

.p-teachers .woomen .marquee__box {
	width: auto;
	height: auto;
	margin: 0 60px;
	padding: 21px 0;
	background: none;
	border: none;
	font-size: 24px;
	font-weight: 600;
	font-family: "Inter";
	letter-spacing: -1px
}

.p-teachers .wish__title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600
}

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

.p-teachers .wish__item {
	width: calc(50% - 10px);
	border-radius: 45px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	padding: 35px 50px
}

.p-teachers .wish__item-number {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 30px;
	background-color: #292930;
	color: #fff;
	border-radius: 30px;
	font-family: "Inter";
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 25px
}

.p-teachers .wish__item-text {
	font-size: 24px;
	max-width: 500px;
	font-weight: 500
}

.p-teachers .wish__item-text ._bold {
	font-weight: 600
}

.p-teachers .wish__item-text ._semi-bold {
	font-weight: 600
}

.p-teachers .accent-block__title {
	margin-bottom: 60px
}

.p-teachers .accent-block__btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.p-notFound {
	background-color: #292930;
	color: #fff
}

.p-notFound .header {
	background-color: #292930
}

.p-notFound .header__menu-item::after {
	background-color: #fff
}

.p-notFound .header__menu-item:hover {
	color: #fff
}

.p-notFound .header__btn {
	background-color: #3a3b43
}

.p-notFound .footer {
	padding: 0
}

.p-notFound .footer__container._bottom {
	padding: 45px 0
}

.p-notFound .footer__container-inner._right {
	max-width: 730px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.p-notFound .footer__bottom-link {
	margin-left: 95px;
	font-weight: 600
}

.p-notFound .footer__bottom-link:first-child {
	margin-left: 0
}

.p-notFound .footer__bottom-link span {
	font-weight: 500;
	margin-right: 8px
}

.p-notFound .notFound {
	height: calc(100vh - 256px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-notFound .notFound__container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.p-notFound .notFound__overtitle {
	margin-bottom: 15px;
	font-weight: 600
}

.p-notFound .notFound__title {
	margin-bottom: 30px
}

.p-notFound .notFound__text {
	max-width: 455px;
	font-weight: 500;
	color: #999fae;
	margin-bottom: 85px
}

.p-notFound .notFound__image {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.p-notFound .notFound__image-inner {
	width: 60vw
}

.s-text {
	padding-top: 50px
}

.s-text__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 80px 70px;
	border-radius: 30px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	margin-bottom: 120px
}

.s-text__date {
	color: #999fae;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em
}

.s-text__container {
	max-width: 800px;
	margin: 0 auto
}

.s-text__heading {
	margin: 50px 0 35px;
	color: #855cfe;
	text-align: center
}

.s-text__heading:first-child {
	margin-top: 0
}

.s-text__text {
	color: #999fae;
	font-weight: 500
}

.s-text__text-inner {
	margin-bottom: 20px
}

.s-text__text-inner:last-child {
	margin-bottom: 0
}

.s-text__link {
	color: #855cfe;
	text-decoration: underline;
	text-underline-position: under;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.s-text__link:hover {
	color: #855cfe;
	text-decoration: underline
}

.s-text__caption {
	margin: 30px 0 15px;
	color: #292930
}

.s-text__list {
	margin: 15px 0
}

.s-text__list-heading {
	color: #999fae;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: -0.01em;
	line-height: 1.3
}

.s-text__list-item {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.02em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.s-text__list-number {
	color: #855cfe;
	font-weight: 600;
	margin-right: 10px;
	width: 12px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.checkout {
	padding: 70px 0 100px
}

.checkout__container {
	padding: 70px 50px;
	border: 1px solid #ecedf0;
	background-color: #fafbfc;
	border-radius: 45px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.checkout__container .popup__form-input {
	margin: 0 0 25px
}

.checkout__container .popup__form-input.custom-input input {
	background-color: #fff
}

.checkout__container .popup__form-error {
	margin-top: 35px
}

.checkout__container .popup__form-links {
	max-width: 100%;
	font-size: 14px;
	margin-top: 15px
}

.checkout__container .popup__form-link {
	text-decoration: none;
	font-weight: 600
}

.checkout__container .popup__form-link:hover {
	text-decoration: none
}

.checkout__container .popup__form-btn {
	height: 70px;
	width: 100%;
	font-size: 18px;
	margin-left: 0;
	margin-top: 5px
}

.checkout__container .popup__info-heading {
	font-size: 14px
}

.checkout__container .popup__info-text {
	font-size: 18px
}

.checkout__container .popup__back {
	position: absolute;
	top: 35px;
	right: 40px
}

.checkout__container-inner {
	width: 460px
}

.checkout__title {
	font-size: 36px;
	font-weight: 700;
	font-family: "Inter";
	letter-spacing: -1.5px;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 75px;
	border-bottom: 1px solid #ecedf0;
	position: relative
}

.checkout__title span {
	color: #855cfe
}

.checkout__title-stripe {
	position: absolute;
	top: 100%;
	right: 0;
	text-align: right;
	margin-top: 10px;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	color: #999fae;
	font-weight: 500;
	letter-spacing: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.checkout__title-stripe::before {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url("../img/lock-closed.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.checkout__title-stripe::after {
	content: "";
	width: 40px;
	height: 16px;
	background-image: url("../img/stripe-logo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.checkout__form-container {
	margin-top: 35px;
	padding-top: 30px
}

.checkout__info {
	position: sticky;
	top: 60px;
	margin-top: 60px;
	width: 540px;
	border: 1px solid #ecedf0;
	background-color: #fff;
	border-radius: 60px;
	padding: 50px 35px
}

.checkout__info-title {
	font-size: 30px;
	font-weight: 700;
	font-family: "Inter";
	letter-spacing: -1.5px;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #ecedf0
}

.checkout__table {
	padding: 20px 40px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 30px
}

.checkout__table-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px
}

.checkout__table-caption {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #999fae
}

.checkout__table-data {
	font-family: "Inter";
	font-size: 18px;
	font-weight: 700;
	color: #363636
}

.checkout__table-total {
	margin-bottom: 0;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ecedf0
}

.checkout__table-total .checkout__table-data {
	color: #855cfe;
	font-size: 20px
}

.checkout__table-total:first-child {
	border: none;
	margin-top: 0;
	padding-bottom: 15px
}

.checkout__bank-transfer {
	width: calc(100% - 40px);
	max-width: 540px;
	padding: 100px 40px 40px;
	border-radius: 60px;
	background-color: #fff;
	border: 1px solid #ecedf0;
	color: #292930;
	position: relative;
	margin: 0 auto
}

.checkout__bank-title {
	font-size: 28px;
	font-weight: 700;
	font-family: "Inter";
	letter-spacing: -1.5px;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ecedf0;
	position: relative
}

.checkout__bank-title span {
	color: #855cfe
}

.checkout__close {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 40px;
	height: 40px;
	background-color: #292930;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	font-size: 0
}

.checkout__close::before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url("../img/icons/popup-close.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.checkout__close:hover::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.p-uk .feedback {
	display: none
}

.p-uk .donate-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 80px);
	-ms-transform: translate(-50%, 80px);
	transform: translate(-50%, 80px);
	width: 220px;
	height: 220px;
	background-color: #754AFF;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: .02em;
	font-weight: 800;
	z-index: 5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-uk .donate-btn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: #fff;
	border-radius: 50%;
	width: 0;
	height: 0
}

.p-uk .donate-btn:hover {
	color: #754AFF;
	border-color: #754AFF
}

.p-uk .donate-btn:hover::before {
	width: 100%;
	height: 100%
}

.p-uk .donate-btn span {
	position: relative;
	z-index: 2
}

.p-uk .donate-btn.hidden {
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%)
}

.p-uk .main {
	padding-bottom: 0;
	margin-bottom: 0;
	position: relative
}

.p-uk .main .container {
	position: relative;
	z-index: 1
}

.p-uk .main__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 1200px;
	background-color: #754AFF;
	border-radius: 45px;
	padding: 140px 0 485px;
	text-align: center;
	overflow: hidden;
	z-index: 1
}

.p-uk .main__background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	z-index: 0
}

.p-uk .main__overtitle {
	margin-bottom: 60px;
	letter-spacing: .01em;
	font-weight: 700;
	text-transform: uppercase;
	color: #BEF705;
	font-size: 32px;
	position: relative;
	z-index: 1
}

.p-uk .main__title {
	margin-bottom: 50px;
	max-width: 500px;
	position: relative;
	z-index: 1
}

.p-uk .main__subtitle {
	max-width: 860px;
	font-family: "Inter";
	font-weight: 600;
	font-size: 48px;
	line-height: 1.4;
	color: #fff;
	position: relative;
	z-index: 1
}

.p-uk .main__image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}

.p-uk .unite {
	padding-bottom: 0
}

.p-uk .unite__title {
	text-align: center;
	max-width: 1160px;
	margin: 0 auto
}

.p-uk .unite .smooth-wrapper {
	height: 900px
}

.p-uk .unite__image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 150px
}

.p-uk .unite__image-sky {
	left: 0;
	top: 230px
}

.p-uk .unite__image-sun {
	right: 0;
	top: 0
}

.p-uk .unite__image-girl {
	margin-top: 200px;
	position: relative;
	z-index: 2
}

.p-uk .unite__image-baloon {
	top: 380px;
	right: 375px
}

.p-uk .unite__image ._pos-a {
	position: absolute
}

.p-uk .approach {
	padding-top: 0
}

.p-uk .approach__container {
	padding: 30px 230px 110px;
	background-color: #754AFF;
	border-radius: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.p-uk .approach__image {
	margin-bottom: 10px
}

.p-uk .approach__heading {
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #BEF705;
	letter-spacing: .01em;
	font-weight: 700;
	font-size: 24px
}

.p-uk .approach__text {
	line-height: 1.3;
	letter-spacing: -1px;
	font-size: 45px;
	font-weight: 600;
	font-family: "Inter";
	color: #fff
}

.p-uk .testimonials__container {
	background-image: url("../img/ukraine/testimonials/bg.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 1650px;
	position: relative
}

.p-uk .testimonials__block {
	position: absolute;
	width: 348px
}

.p-uk .testimonials__block-1 {
	top: 80px;
	left: 35px;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg)
}

.p-uk .testimonials__block-2 {
	top: 130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.p-uk .testimonials__block-3 {
	top: 30px;
	right: 38px;
	-webkit-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg)
}

.p-uk .testimonials__block-4 {
	top: 650px;
	left: 190px;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg)
}

.p-uk .testimonials__block-5 {
	top: 640px;
	right: 245px;
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg)
}

.p-uk .testimonials__block-6 {
	bottom: -40px;
	left: 165px;
	-webkit-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	transform: rotate(-18deg)
}

.p-uk .testimonials__block-7 {
	bottom: -75px;
	right: 195px;
	-webkit-transform: rotate(17deg);
	-ms-transform: rotate(17deg);
	transform: rotate(17deg)
}

.p-uk .reasons ._bold {
	font-weight: 700
}

.p-uk .reasons__title {
	font-size: 130px;
	font-weight: 600;
	letter-spacing: -0.05em;
	font-family: "Inter";
	margin-bottom: 40px;
	position: relative
}

.p-uk .reasons__title ._highlighted {
	font-size: 170px;
	font-weight: 900;
	color: #754AFF;
	letter-spacing: -0.03em
}

.p-uk .reasons__title .row {
	letter-spacing: -0.03em;
	font-size: 55px;
	display: block;
	text-align: right;
	font-weight: 700
}

.p-uk .reasons__title-icon {
	position: absolute;
	right: -100px;
	top: -180px;
	max-width: none;
	max-height: none
}

.p-uk .reasons__heading {
	color: #754AFF;
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 40px;
	letter-spacing: -0.03em;
	line-height: 1.4;
	font-family: "Inter"
}

.p-uk .reasons__container {
	border-top: 1px solid #ecedf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 55px;
	margin-bottom: 190px
}

.p-uk .reasons__wrapper {
	width: 640px
}

.p-uk .reasons__text {
	line-height: 1.4;
	font-size: 28px;
	font-family: "Inter";
	font-weight: 500;
	margin-bottom: 25px
}

.p-uk .reasons__text._fix-w {
	width: 605px
}

.p-uk .reasons__text:last-child {
	margin-bottom: 0
}

.p-uk .reasons__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-uk .reasons__image {
	position: relative
}

.p-uk .reasons__image-1 {
	bottom: 100px
}

.p-uk .reasons__image-3 {
	bottom: 30px
}

.p-uk .reasons__image-4 {
	bottom: 150px
}

.p-uk .reasons__image-5 {
	bottom: 280px
}

.p-uk .accent-block__title {
	max-width: 1380px
}

.p-uk .accent-block .marquee {
	background-color: #754AFF;
	margin-top: 110px
}

.p-uk .accent-block .marquee .slick-list {
	overflow: visible
}

.p-uk .accent-block .marquee__box {
	background: none;
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .02em;
	text-transform: uppercase;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	height: 70px;
	margin-right: 80px
}

.p-uk .accent-block .marquee__box-img {
	margin-left: 20px;
	height: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.p-uk .accent-block .marquee__box span {
	-ms-flex-item-align: center;
	align-self: center
}

.p-uk .accent-block .marquee__box img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-height: none
}

.p-uk .goals__title {
	text-align: center;
	margin-bottom: 260px
}

.p-uk .goals__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.p-uk .goals__item {
	width: calc(33.3% - 17px);
	border-radius: 45px;
	background-color: #fff;
	border: 1px solid #ecedf0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px;
	position: relative
}

.p-uk .goals__item._offset {
	bottom: 170px
}

.p-uk .goals__item._left {
	-webkit-transform: rotate(-5deg) translateX(-10px);
	-ms-transform: rotate(-5deg) translateX(-10px);
	transform: rotate(-5deg) translateX(-10px)
}

.p-uk .goals__item._right {
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg)
}

.p-uk .goals__item-number {
	width: 45px;
	height: 25px;
	border-radius: 30px;
	background-color: #292930;
	font-size: 14px;
	font-weight: 600;
	font-family: "Inter";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 5px
}

.p-uk .goals__item-image {
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 50px
}

.p-uk .goals__item-wrapper {
	padding: 35px;
	background-color: #fafbfc;
	border-radius: 45px;
	width: 100%
}

.p-uk .goals__item-heading {
	margin-bottom: 15px
}

.p-uk .goals__item-text {
	max-width: 290px;
	color: #999fae;
	font-weight: 500
}

.p-uk .goals__item-icon {
	position: absolute
}

.p-uk .goals__item-icon-1 {
	right: -30px;
	top: -50px
}

.p-uk .goals__item-icon-2 {
	bottom: -210px;
	left: -92px
}

.p-uk .goals__item-icon-3 {
	left: -65px;
	top: -40px
}

.p-uk .involved {
	padding-bottom: 110px
}

.p-uk .involved__title {
	text-align: center;
	font-family: "Inter";
	line-height: 1.3;
	letter-spacing: -7px;
	font-weight: 700;
	font-size: 130px;
	margin-bottom: 230px
}

.p-uk .involved__title-wrapper {
	display: inline-block;
	position: relative
}

.p-uk .involved__title-icon {
	position: absolute;
	left: 100%;
	bottom: 30%;
	max-height: none;
	max-width: none
}

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

.p-uk .involved__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 45px;
	background-color: #fbfcfd;
	border: 1px solid #ecedf0;
	min-height: 780px;
	width: calc(33.3% - 7px)
}

.p-uk .involved__box._offset {
	position: relative;
	bottom: 80px
}

.p-uk .involved__box-top {
	border-radius: 45px 15px 0px 0px;
	background-color: #754AFF;
	position: relative;
	color: #fff;
	padding: 60px 55px;
	margin-bottom: 55px
}

.p-uk .involved__box-number {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 30px;
	background-color: #BEF705;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 25px;
	font-size: 14px;
	font-weight: 900;
	color: #292930
}

.p-uk .involved__box-heading {
	margin-bottom: 20px;
	font-family: "Inter";
	font-weight: 700;
	font-size: 28px;
	letter-spacing: -1px
}

.p-uk .involved__box-subheading {
	font-weight: 600;
	color: rgba(255,255,255,.8);
	letter-spacing: -0.01em
}

.p-uk .involved__box-subheading._max-w {
	max-width: 250px
}

.p-uk .involved__box-text {
	padding: 0 45px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.6;
	font-size: 15px
}

.p-uk .involved__box-text:last-child {
	margin-bottom: 0
}

.p-uk .involved__box-text span {
	font-weight: 600
}

.p-uk .involved__box-wrapper {
	margin: 0 auto;
	max-width: 310px
}

.p-uk .involved__box-wrapper .involved__box-text {
	padding: 0
}

.p-uk .involved__box-bottom {
	margin-top: 45px;
	padding: 30px 40px;
	border: 1px solid #ecedf0;
	background-color: #fff;
	border-radius: 12px;
	margin: 0 45px 40px
}

.p-uk .involved__box-caption {
	margin-bottom: 15px;
	max-width: 195px;
	color: #999fae;
	line-height: 1.4;
	font-size: 14px
}

.p-uk .involved__box-email {
	padding: 15px 48px;
	background-color: #BEF705;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	font-family: "Inter";
	border-radius: 35px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.p-uk .involved__box-email::after {
	content: "";
	width: 105px;
	height: 105px;
	position: absolute;
	right: -7px;
	top: 15px;
	-webkit-transform: translate(50%, -50%) scale(1);
	-ms-transform: translate(50%, -50%) scale(1);
	transform: translate(50%, -50%) scale(1);
	background-image: url("../img/bell.png");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-uk .involved__box-email:hover::after {
	-webkit-transform: translate(50%, -50%) scale(1.15);
	-ms-transform: translate(50%, -50%) scale(1.15);
	transform: translate(50%, -50%) scale(1.15)
}

.p-uk .involved__box-donate {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 auto 50px;
	width: 100%;
	max-width: 310px;
	position: relative
}

.p-uk .involved__box-donate::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 47%;
	-webkit-transform: translate(0, -50px) scale(1);
	-ms-transform: translate(0, -50px) scale(1);
	transform: translate(0, -50px) scale(1);
	background-image: url("../img/heart.png");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-uk .involved__box-donate:hover::after {
	-webkit-transform: translate(0, -50px) scale(1.15);
	-ms-transform: translate(0, -50px) scale(1.15);
	transform: translate(0, -50px) scale(1.15)
}

.p-uk .involved__box-donate span {
	padding: 20px 58px;
	background: linear-gradient(135deg, #855cfe 0%, #ff8c00 50%, #ffce58 100%);
	border-radius: 45px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: "Inter";
	font-size: 22px
}

.p-uk .projects {
	padding-bottom: 80px
}

.p-uk .projects__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 160px
}

.p-uk .projects__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: none
}

.p-uk .projects__counter {
	margin: 0 20px;
	font-size: 24px;
	font-weight: 500;
	color: #999fae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.p-uk .projects__counter-current,.p-uk .projects__counter-all {
	width: 30px;
	text-align: center;
	display: inline-block
}

.p-uk .projects__counter-current {
	margin-right: 3px
}

.p-uk .projects__counter-all {
	margin-left: 3px
}

.p-uk .projects__counter-all::before {
	content: "0"
}

.p-uk .projects__slider {
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg)
}

.p-uk .projects__slider .slick-list {
	overflow: visible
}

.p-uk .projects .project {
	margin: 0 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-family: "Inter"
}

.p-uk .projects .project:hover .project__btn {
	-webkit-transform: translate(-50%, -50%) rotate(5deg) scale(1);
	-ms-transform: translate(-50%, -50%) rotate(5deg) scale(1);
	transform: translate(-50%, -50%) rotate(5deg) scale(1)
}

.p-uk .projects .project__heading {
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	font-weight: 600
}

.p-uk .projects .project__container {
	width: 325px;
	display: inline-block
}

.p-uk .projects .project__wrapper {
	background-color: #754AFF;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 415px;
	position: relative
}

.p-uk .projects .project__btn {
	width: 165px;
	height: 165px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-color: #BEF705;
	color: #000;
	font-weight: 700;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(5deg) scale(0);
	-ms-transform: translate(-50%, -50%) rotate(5deg) scale(0);
	transform: translate(-50%, -50%) rotate(5deg) scale(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-uk .projects .project__image {
	-webkit-transform: translate(-16px, 12px);
	-ms-transform: translate(-16px, 12px);
	transform: translate(-16px, 12px)
}

.p-uk .projects .project__text {
	max-width: 240px;
	color: #999fae;
	font-weight: 500;
	font-size: 16px
}

.p-uk .courses__title {
	margin-bottom: 70px
}

.p-uk .courses__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.p-uk .courses .course {
	width: calc(33.3% - 7px);
	border-radius: 45px;
	border: 1px solid #ecedf0;
	background-color: #fafbfc;
	margin-top: 20px;
	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
}

.p-uk .courses .course__inner {
	padding: 45px 35px 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.p-uk .courses .course__title {
	padding-bottom: 10px;
	border-bottom: 1px solid #ecedf0;
	margin-bottom: 10px;
	font-size: 36px;
	color: #BEF705;
	letter-spacing: -0.04em;
	font-family: "Inter";
	font-weight: 700
}

.p-uk .courses .course__heading {
	margin: 40px 0 20px;
	font-weight: 600;
	text-transform: uppercase
}

.p-uk .courses .course__text {
	color: #999fae;
	font-weight: 500;
	font-size: 16px
}

.p-uk .courses .course__list-item {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 16px
}

.p-uk .courses .course__list-item:last-child {
	margin-bottom: 0
}

.p-uk .courses .course__list-item::before {
	content: "";
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #292930;
	margin-right: 10px
}

.p-uk .courses .course__bottom {
	background-color: #754AFF;
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	border-radius: 0px 0px 15px 15px;
	padding: 25px;
	font-size: 16px;
	min-height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.p-uk .courses .course__bottom._h-padding {
	padding-right: 75px;
	padding-left: 75px
}

.p-uk .process__title {
	position: absolute;
	top: 18%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	font-size: 130px;
	font-weight: 700;
	letter-spacing: -5px;
	font-family: "Inter";
	width: 100%;
	line-height: 1.2
}

.p-uk .process__title-inner {
	display: inline-block
}

.p-uk .process__image {
	width: 100%
}

.p-uk .process__cursors {
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% - 50px)
}

.p-uk .process__item {
	display: none
}

.p-uk .footer__scroll-top {
	background-color: #754AFF
}

.p-uk .footer__form {
	background-color: #BEF705
}

.p-uk .footer__form-title span {
	color: #754AFF
}

.p-uk .footer__form-btn {
	background-color: #754AFF
}

.p-smart .main {
	height: auto;
	min-height: auto;
	padding: 50px 0
}

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

.p-smart .main__title {
	font-size: 150px;
	font-weight: 700;
	margin-bottom: 90px;
	letter-spacing: -8px;
	font-family: "Inter";
	line-height: 1;
	text-align: center
}

.p-smart .main__title span {
	display: block
}

.p-smart .main__subtitle {
	max-width: 550px;
	font-size: 36px;
	font-weight: 600;
	text-align: center
}

.p-smart .main__subtitle span {
	font-weight: 700
}

.p-smart .wish {
	padding-top: 25px
}

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

.p-smart .wish__item {
	width: calc(50% - 10px);
	border-radius: 45px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	padding: 35px 50px;
	position: relative
}

.p-smart .wish__item-number {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 30px;
	background-color: #292930;
	color: #fff;
	border-radius: 30px;
	font-family: "Inter";
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 25px
}

.p-smart .wish__item-text {
	font-size: 24px;
	font-weight: 700
}

.p-smart .wish__item-icon {
	position: absolute;
	max-width: none;
	max-height: none
}

.p-smart .wish__item-icon-1 {
	right: 40px;
	bottom: -120px
}

.p-smart .wish__item-icon-2 {
	right: -50px;
	top: -250px
}

.p-smart .accent-block__title {
	font-size: 80px;
	max-width: 1300px;
	margin-bottom: 0
}

.p-smart .accent-block__subtitle {
	max-width: 1200px;
	margin: 75px auto 0;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.4;
	color: #999fae
}

.p-smart .accent-block__subtitle._mt-none {
	margin-top: 0
}

.p-smart .accent-block__wrap {
	background-color: #855cfe;
	padding: 90px 40px 150px;
	margin: 75px 0 200px;
	border-radius: 45px;
	position: relative
}

.p-smart .accent-block__wrap .accent-block__subtitle {
	color: #fff;
	margin: 0 auto
}

.p-smart .accent-block__wrap-qr {
	position: absolute;
	bottom: -120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.p-smart .accent-block__icon {
	top: 45px;
	width: 120px
}

.p-smart .accent-block__flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 50px 0 40px
}

.p-smart .accent-block__flexbox-item {
	width: calc(33.3% - 7px)
}

.p-smart .accent-block__btn {
	width: 220px;
	height: 220px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #BEF705;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	font-family: "Inter";
	line-height: 1.4;
	margin: 0 auto 55px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.p-smart .accent-block__btn:hover {
	background-color: #cfbfff
}

.p-smart .accent-block__btn img {
	display: inline-block;
	margin-top: 15px
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.popup {
	width: calc(100% - 40px);
	max-width: 540px;
	padding: 40px;
	border-radius: 60px;
	background-color: transparent !important;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	max-height: calc(100vh - 40px);
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: 8px;
	scrollbar-color: #855cfe rgba(0,0,0,0);
	color: #292930
}

.popup::-webkit-scrollbar-track {
	background-color: rgba(0,0,0,0);
	margin: 15px 0
}

.popup::-webkit-scrollbar-thumb {
	background-color: #855cfe;
	border-radius: 60px
}

.popup::-webkit-scrollbar {
	width: 8px
}

.popup-notice {
	max-width: 600px
}

.popup-notice .popup__title {
	font-size: 32px;
	margin-top: 35px;
	max-width: 435px
}

.popup-notice .popup__text {
	max-width: 480px
}

.popup-notice .popup__form-links {
	max-width: 275px
}

.popup-quiz .popup__text {
	max-width: 320px
}

.popup-enroll .popup__title {
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ecedf0;
	font-size: 28px
}

.popup-enroll .popup__title._large {
	font-size: 36px
}

.popup-enroll .popup__title._margin-bottom-40 {
	margin-bottom: 40px
}

.popup-enroll .popup__form-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 25px
}

.popup-enroll .popup__form-btn {
	width: 100%;
	height: 70px;
	margin-left: 0;
	font-size: 18px
}

.popup-enroll .popup__form-btn:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.popup-enroll .popup__form-btn._accent:hover {
	background-color: #7141ff
}

.popup-enroll .popup__form-btn._black:hover {
	background-color: #1e1e1e
}

.popup-enroll .popup__form-links {
	max-width: 360px;
	margin-top: 20px;
	font-size: 14px
}

.popup-checkout__form-input {
	margin-bottom: 25px
}

.popup-checkout__form-input-btn-icon {
	margin-right: 10px
}

.popup-success {
	max-width: 450px;
	min-height: 250px;
	padding: 65px 40px
}

.popup-success .popup__title {
	margin: 0 0 30px
}

.popup-success .popup__text {
	max-width: 230px;
	margin-bottom: 0
}

.popup-success-callback .popup__text {
	max-width: 200px
}

.popup-success-callback .popup__image {
	bottom: 20px
}

.popup .mfp-close {
	position: absolute;
	right: 40px;
	top: 40px;
	width: 40px;
	height: 40px;
	background-color: #292930;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	font-size: 0
}

.popup .mfp-close::before {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url("../img/icons/popup-close.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.popup .mfp-close:hover::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.popup__title {
	font-size: 36px;
	font-weight: 700;
	font-family: "Inter";
	letter-spacing: -1.5px;
	line-height: 1.2;
	margin: 25px 0 45px
}

.popup__title span {
	color: #855cfe
}

.popup__title span._c-red {
	color: #f46e86
}

.popup__title span._c-gray {
	color: #999fae;
	font-weight: 600;
	display: inline-block;
	margin-left: 5px
}

.popup__title span._c-gold {
	color: #BEF705
}

.popup__subtitle {
	margin-bottom: 20px;
	max-width: 300px;
	font-size: 16px;
	font-weight: 500
}

.popup__text {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 16px;
	max-width: 370px
}

.popup__text span {
	font-weight: 600
}

.popup__image {
	position: absolute;
	right: 0;
	bottom: 0
}

.popup__form {
	position: relative
}

.popup__form-error {
	background-color: #fddfe4;
	color: #f46e86;
	border-radius: 30px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	padding: 15px 27px;
	margin-bottom: 20px
}

.popup__form-warn {
	display: none;
	color: #f46e86;
	text-align: right;
	position: absolute;
	right: 0;
	top: 3px;
	font-weight: 500;
	font-size: 12px
}

.popup__form-caption {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px
}

.popup__form-caption sub {
	color: #f46e86
}

.popup__form-input {
	margin-bottom: 10px;
	border: 1px solid #ecedf0;
	background-color: #fff
}

.popup__form-input.invalid.custom-input input {
	border-color: #f46e86 !important
}

.popup__form-input.invalid .popup__form-caption {
	padding-right: 100px
}

.popup__form-input.invalid .popup__form-warn {
	display: block
}

.popup__form-input.invalid .custom-input__inner-icon path {
	stroke: #f46e86 !important
}

.popup__form-input.custom-input {
	border: none;
	background: none;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.popup__form-input.custom-input:first-child {
	margin-top: 0
}

.popup__form-input.custom-input input {
	display: block;
	border: 1px solid #ecedf0;
	background-color: #fafbfc;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	padding: 0 30px;
	min-width: auto;
	color: #292930;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.popup__form-input.custom-input input:focus {
	border-color: #855cfe
}

.popup__form-input.custom-input input::-webkit-input-placeholder {
	font-size: 16px
}

.popup__form-input.custom-input input::-moz-placeholder {
	font-size: 16px
}

.popup__form-input.custom-input input:-ms-input-placeholder {
	font-size: 16px
}

.popup__form-input.custom-input input::-ms-input-placeholder {
	font-size: 16px
}

.popup__form-input.custom-input input::placeholder {
	font-size: 16px
}

.popup__form-input.custom-input .custom-input__inner {
	position: relative
}

.popup__form-input.custom-input .custom-input__inner._icon-right .custom-input__inner-icon {
	left: auto;
	right: 24px
}

.popup__form-input.custom-input .custom-input__inner._icon-right .custom-input__inner-body {
	padding-left: 30px;
	padding-right: 70px
}

.popup__form-input.custom-input .custom-input__inner-body {
	padding-left: 70px
}

.popup__form-input.custom-input .custom-input__inner-icon {
	position: absolute;
	bottom: 19px;
	left: 24px
}

.popup__form-input.custom-input .custom-input__inner-icon path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.popup__form-input.custom-input .custom-input__inner.focus .custom-input__inner-icon path {
	stroke: #855cfe
}

.popup__form-help {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.03em;
	color: #999fae;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.popup__form-help:hover {
	color: #292930
}

.popup__form-checkbox {
	margin: 20px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer
}

.popup__form-checkbox-input {
	margin-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 20px;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.popup__form-checkbox-input::before {
	content: "";
	background-color: #fff;
	border: 1px solid #b8bcc6;
	border-radius: 30px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.popup__form-checkbox-input::after {
	content: "";
	width: 14px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("../img/icons/checkbox.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

.popup__form-checkbox-input:checked::before {
	background-color: #855cfe;
	border-color: #855cfe
}

.popup__form-checkbox-input:checked::after {
	opacity: 1
}

.popup__form-checkbox-text {
	font-size: 14px;
	font-weight: 500;
	max-width: 390px;
	color: #999fae
}

.popup__form-checkbox-text span {
	font-weight: 600
}

.popup__form-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px
}

.popup__form-links {
	max-width: 220px;
	color: #999fae;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.01em
}

.popup__form-links._in-box {
	text-align: center;
	margin-top: 60px;
	padding: 30px 40px;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ecedf0;
	border-radius: 30px
}

.popup__form-link {
	text-decoration: underline;
	text-underline-position: under;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.popup__form-link:hover {
	text-decoration: underline;
	color: #855cfe
}

.popup__form-btn {
	width: 190px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup__form-btn ._hidden {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	cursor: pointer
}

.popup__form-btn._transparent {
	color: #292930;
	margin-top: 10px
}

.popup__form-btn._transparent:hover {
	border-color: #292930
}

.popup__bottom {
	color: #fff;
	padding-top: 50px;
	margin-top: 30px;
	border-top: 1px solid #ecedf0;
	font-size: 18px
}

.popup__bottom-icon {
	position: absolute;
	left: -25px;
	bottom: -10px;
	max-width: none;
	max-height: none
}

.popup__bottom-inner {
	padding: 22px;
	position: relative;
	background-color: #855cfe;
	border-radius: 30px
}

.popup__bottom-text {
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	font-weight: 600;
	line-height: 1.4
}

.popup__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
}

.popup__info-item {
	width: 100%;
	line-height: 1.2;
	font-weight: 500
}

.popup__info-left {
	max-width: 195px
}

.popup__info-right {
	max-width: 165px
}

.popup__info-heading {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999fae
}

.popup__info-text {
	font-size: 24px;
	letter-spacing: -0.04em
}

.popup__back {
	font-size: 16px;
	color: #999fae;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.03em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 25px 0
}

.popup__back::before {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url("../img/icons/arrow-left.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 10px
}

.popup__back:hover {
	color: #999fae
}

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

.popup__payment-promocode {
	margin-bottom: 15px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-decoration: underline;
	text-underline-position: under;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.popup__payment-promocode.promocode-added {
	font-size: 0;
	text-decoration: none;
	cursor: default
}

.popup__payment-promocode.promocode-added:hover {
	color: #000;
	text-decoration: none
}

.popup__payment-promocode.promocode-added .promocode-applied {
	font-size: 14px
}

.popup__payment-promocode .promocode-applied {
	font-size: 0
}

.popup__payment-promocode:hover {
	text-decoration: underline;
	color: #855cfe
}

.popup__payment-promocode-success {
	font-weight: 600;
	text-decoration: none
}

.popup__payment-promocode-success:hover {
	color: #000;
	text-decoration: none
}

.popup__payment-promocode-success:hover span {
	color: #855cfe
}

.popup__payment-icon {
	margin-right: 10px;
	position: relative;
	bottom: 2px
}

.popup__payment-chevron {
	margin-left: 5px
}

.popup__payment-btn {
	margin-bottom: 10px;
	height: 70px;
	font-size: 18px;
	background-color: #46464b;
	color: #fff
}

.popup__payment-btn:last-child {
	margin-bottom: 0
}

.popup__payment-btn:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #292930
}

.popup__payment-btn.active {
	background-color: #292930
}

.popup__payment-btn._accent:hover {
	background-color: #7141ff
}

.popup__payment-btn._black:hover {
	background-color: #1e1e1e
}

.popup__price-promocode {
	padding: 40px;
	border: 1px solid #ecedf0;
	background-color: #fafbfc;
	border-radius: 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.popup__price-promocode-caption {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #999fae;
	letter-spacing: -0.04em
}

.popup__price-promocode-data {
	font-family: "Inter";
	color: #855cfe;
	letter-spacing: -1px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2
}

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

.popup__flexbox-inner {
	position: relative
}

.popup__flexbox-inner:last-child {
	width: 160px
}

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

.popup__box-inner {
	margin-right: 10px
}

.popup__box-inner:first-child {
	width: 100px
}

.popup__box-inner:last-child {
	width: 150px;
	margin: 0
}

.popup__stripe-info {
	font-size: 14px;
	color: #292930;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}

.popup__stripe-info::after {
	content: "";
	display: block;
	max-width: 260px;
	width: 100%;
	height: 1px;
	background-color: #ecedf0;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.popup__stripe-info span {
	font-weight: 600
}

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

.popup__data-heading {
	max-width: 400px;
	text-align: center;
	margin: 0 auto 30px;
	font-weight: 600;
	font-size: 18px
}

.popup__data-about {
	text-align: center;
	margin-bottom: 30px;
	text-decoration: underline;
	text-underline-position: under;
	color: #999fae;
	font-weight: 600;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.popup__data-about:hover {
	color: #855cfe;
	text-decoration: underline
}

.popup__data-box {
	padding: 40px 30px;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 30px
}

.popup__data-item {
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.2
}

.popup__data-item:last-child {
	margin-bottom: 0
}

.popup__data-caption {
	margin-bottom: 10px;
	color: #999fae;
	font-size: 14px
}

.popup__data-info {
	font-size: 16px
}

.popup__data-help {
	margin-top: 10px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #855cfe;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.popup__data-help svg {
	margin-right: 5px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.popup__data-help svg path {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.popup__data-help:hover {
	color: #292930
}

.popup__data-help:hover svg path {
	stroke: #292930
}

.popup__data-btn._transparent {
	margin-top: 40px
}

.popup__list {
	letter-spacing: -0.02em
}

.popup__list-heading {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 16px
}

.popup__list-item {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 500;
	line-height: 1.4
}

.popup__list-item span {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 15px;
	min-width: 15px;
	color: #855cfe;
	font-weight: 600
}

.popup__list-item:last-child {
	margin-bottom: 0
}

.popup__success-title.popup__title {
	margin-bottom: 40px
}

.popup__success-box {
	padding: 25px 40px;
	text-align: center;
	background-color: #fafbfc;
	border: 1px solid #ecedf0;
	border-radius: 30px
}

.popup__success-box._margin-top {
	margin-top: 30px
}

.popup__success-heading {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4
}

.popup__success-text {
	max-width: 175px;
	letter-spacing: -0.5px;
	color: #999fae;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto
}

.popup__success-image {
	max-width: calc(100% + 40px);
	position: relative;
	right: 0;
	bottom: -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.popup__success-icon {
	margin-top: 10px
}

.popup__success-prompt {
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	color: #999fae;
	font-weight: 500
}

.popup__unsuccess-text {
	font-size: 14px;
	font-weight: 500;
	color: #999fae;
	letter-spacing: -0.03em;
	line-height: 1.4;
	max-width: 160px;
	margin: 0 auto;
	margin-bottom: 10px
}

@media only screen and (max-width: 1600px) {
	.main__wrapper {
		max-width: 455px
	}

	.main__title {
		font-size: 52px
	}

	.main__text {
		max-width: 400px
	}

	.main__statistic {
		margin-top: 50px
	}

	.main__statistic-icon {
		width: 100px
	}

	.ishome .main__image {
		width: 700px;
		height: 600px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}

	.ishome .main__image-girl {
		max-height: 100%
	}

	.ishome .main__image-graph {
		width: 600px;
		top: 100px
	}

	.ishome .main__image-hand {
		width: 320px;
		top: 180px
	}

	.ishome .main__image-modal {
		width: 150px;
		top: 200px
	}

	.accent-block__hand {
		top: 60%
	}

	.portfolio__hand {
		-webkit-transform: translateY(-10%);
		-ms-transform: translateY(-10%);
		transform: translateY(-10%)
	}

	.p-about .main__title {
		max-width: 510px
	}

	.p-catalog .main__overtitle {
		margin-bottom: 35px
	}

	.p-catalog .main__title {
		max-width: 600px;
		margin-bottom: 80px
	}
}

@media only screen and (max-width: 1440px) {
	.container {
		max-width: 1260px
	}

	.title {
		font-size: 52px
	}

	.title ._dot {
		-webkit-transform: translateX(-4px);
		-ms-transform: translateX(-4px);
		transform: translateX(-4px)
	}

	.heading {
		font-size: 40px
	}

	.header__logo {
		margin-right: 40px;
		width: 140px
	}

	.header__menu-item {
		font-size: 14px
	}

	.header__dropdown-btn {
		font-size: 14px
	}

	.header__dropdown-inner {
		padding: 25px
	}

	.header__dropdown-item {
		padding: 15px
	}

	.header__dropdown-gift {
		padding: 15px
	}

	.header__dropdown-gift-img {
		width: 200px
	}

	.footer__container-inner._left {
		max-width: 460px
	}

	.footer__container-inner._right {
		max-width: 560px
	}

	.footer__contacts-item {
		margin-bottom: 40px
	}

	.footer__address {
		font-size: 14px;
		max-width: 235px
	}

	.footer__form-container {
		max-width: 290px
	}

	.footer__download-container {
		max-width: 290px
	}

	.footer__menu-col {
		margin-left: 90px
	}

	.footer__bottom-link {
		margin-left: 95px
	}

	.main {
		min-height: 500px
	}

	.ishome .main__text {
		font-size: 16px;
		margin-bottom: 40px
	}

	.ishome .main__image {
		-webkit-transform: translate(70px, -50%);
		-ms-transform: translate(70px, -50%);
		transform: translate(70px, -50%)
	}

	.ishome .accent-block__title {
		font-size: 80px
	}

	.accent-block__title._wider {
		font-size: 70px;
		max-width: 980px
	}

	.accent-block__title._less-margin {
		font-size: 86px
	}

	.accent-block__icon {
		top: 45px
	}

	.accent-block__icon-1 {
		width: 110px
	}

	.accent-block__icon-1 img {
		height: 130px
	}

	.accent-block__icon-2 {
		width: 110px;
		margin-left: 10px
	}

	.accent-block__icon-2 img {
		height: 130px
	}

	.accent-block__icon-3 {
		width: 80px
	}

	.accent-block__icon-3 img {
		height: 110px
	}

	.accent-block__hand {
		top: 60%
	}

	.info__image {
		max-width: 650px
	}

	.info__image._max-width {
		max-width: 720px
	}

	.info__image-wrapper {
		-webkit-transform: translateX(50px);
		-ms-transform: translateX(50px);
		transform: translateX(50px)
	}

	.info__list-container {
		max-height: 130px
	}

	.info__list-item {
		margin-top: 10px
	}

	.recommends__container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.recommends__images {
		margin-right: 0;
		max-width: 650px
	}

	.recommends__slider {
		max-width: 400px
	}

	.recommends__slider-item {
		height: 535px;
		padding-top: 80px
	}

	.recommends__heading {
		font-size: 40px
	}

	.recommends__subheading {
		font-size: 20px
	}

	.recommends__text {
		font-size: 16px;
		margin-bottom: 30px
	}

	.discount {
		padding-top: 210px
	}

	.discount__overtitle {
		margin-bottom: 50px
	}

	.discount__text {
		margin-bottom: 70px
	}

	.posts__title {
		margin-bottom: 60px
	}

	.posts__top-heading {
		font-size: 20px
	}

	.posts .post {
		padding: 30px
	}

	.posts .post__title {
		font-size: 34px
	}

	.posts .post__text {
		font-size: 14px;
		margin-bottom: 35px
	}

	.posts .post__btn {
		width: 190px;
		margin-right: 30px
	}

	.posts .post__time {
		font-size: 14px
	}

	.posts__slider-item .post {
		min-height: 380px;
		padding-bottom: 80px
	}

	.posts__slider-item .post__wrapper {
		bottom: 30px
	}

	.reviews .review {
		height: 420px
	}

	.reviews .review.active {
		width: 500px
	}

	.reviews .review.more-text {
		height: 480px
	}

	.reviews .review-front {
		padding: 20px
	}

	.reviews .review-front__data-item {
		font-size: 16px
	}

	.reviews .review-front__data-item span {
		margin-right: 10px
	}

	.reviews .review__container {
		padding: 30px
	}

	.reviews .review__image {
		width: 60px;
		height: 60px;
		margin-right: 20px
	}

	.reviews .review__data-item {
		font-size: 14px
	}

	.reviews .review__data-item span {
		margin-right: 10px
	}

	.reviews .review__date {
		font-size: 14px;
		margin-bottom: 10px
	}

	.reviews .review__rating-star {
		width: 12px
	}

	.reviews .review__title {
		font-size: 18px
	}

	.reviews .review__text {
		font-size: 14px
	}

	.reviews .review__text-more::before,.reviews .review__text-more::after {
		font-size: 14px
	}

	.feedback__social {
		margin-top: 80px
	}

	.feedback__form {
		max-width: 460px
	}

	.feedback__form-links {
		font-size: 12px
	}

	.portfolio__title._fz-less {
		font-size: 65px
	}

	.portfolio__tabs-content._tablets .portfolio__item-mockup {
		top: 0;
		right: 0;
		width: 280px;
		height: auto
	}

	.portfolio__item-mockup {
		width: 420px
	}

	.portfolio__item-image {
		width: 258px;
		height: 155px;
		border-radius: 15px
	}

	.p-course .main__image {
		max-width: 55%
	}

	.p-course .main__subtitle {
		font-size: 20px
	}

	.p-course .main__text {
		max-width: 450px
	}

	.p-course .about__box-heading {
		font-size: 14px
	}

	.p-course .about__box-text {
		font-size: 20px
	}

	.p-course .about__box-image {
		right: 15px
	}

	.p-course .skills__subtitle {
		font-size: 20px
	}

	.p-course .skills__container-inner {
		padding: 30px
	}

	.p-course .skills__container-soft {
		width: 460px
	}

	.p-course .skills__heading {
		margin-bottom: 30px;
		font-size: 30px
	}

	.p-course .skills__list-item {
		font-size: 16px
	}

	.p-course .tools__container-inner {
		max-width: 450px
	}

	.p-course .tools__title {
		margin-bottom: 60px
	}

	.p-course .tools__subtitle {
		max-width: 260px;
		font-size: 20px
	}

	.p-course .tools__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.p-course .tools__list-item {
		width: 200px;
		margin-top: 40px
	}

	.p-course .tools__list-number {
		margin-bottom: 30px
	}

	.p-course .tools__list-heading {
		margin-bottom: 10px;
		font-size: 20px
	}

	.p-course .tools__list-text {
		font-size: 15px
	}

	.p-course .tools__image {
		width: calc(100% - 450px);
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	.p-course .goals__image {
		width: 350px
	}

	.p-course .classes__item {
		padding: 40px
	}

	.p-course .classes__item-inner {
		max-width: 490px
	}

	.p-course .timetable__item {
		width: calc(33.3% - 10px);
		padding: 20px
	}

	.p-course .timetable__date {
		font-size: 22px
	}

	.p-course .timetable__price-number {
		width: 120px
	}

	.p-course .timetable__body-container {
		padding: 20px
	}

	.p-about .approach__item-heading {
		font-size: 20px
	}

	.p-about .approach__item-image {
		width: 220px
	}

	.p-about .approach__item-wrapper {
		padding: 20px
	}

	.p-about .blockquote__item::before {
		left: 0
	}

	.p-about .blockquote__item::after {
		right: 0
	}

	.p-about .ceo__image-inner {
		width: 750px
	}

	.p-about .team__slider {
		width: calc(100% - 610px)
	}

	.p-about .team__item._large {
		width: 600px
	}

	.p-catalog .main__container-inner::before {
		width: calc(100% + 60px);
		height: calc(100% + 60px)
	}

	.p-catalog .catalog .product__title {
		max-width: 260px
	}

	.p-catalog .catalog .product__about {
		min-height: 265px
	}

	.p-catalog .catalog .product__classes-item {
		font-size: 14px
	}

	.p-catalog .catalog .product__classes-number {
		margin-right: 10px
	}

	.p-teachers .main__icons {
		width: 605px
	}

	.p-teachers .main__icons-item {
		width: 140px
	}

	.p-uk .main__wrap {
		min-height: auto
	}

	.p-uk .approach__container {
		padding: 30px 50px 100px
	}

	.p-uk .reasons__title-icon {
		right: -205px
	}

	.p-uk .reasons__text {
		font-size: 22px
	}

	.p-uk .reasons__text._fix-w {
		width: 500px
	}

	.p-uk .reasons__wrapper {
		width: 500px
	}

	.p-smart .wish__item-text {
		font-size: 22px
	}

	.p-smart .wish__item-icon-1 {
		right: 10px
	}
}

@media only screen and (max-width: 1400px) {
	body {
		font-size: 16px
	}

	.body-overflow-hidden {
		padding-top: 104.5px
	}

	.pre-heading {
		font-size: 12px;
		padding: 12px 25px
	}

	.title {
		font-size: 40px
	}

	.header__container {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.main__title {
		max-width: 335px
	}

	.main__text {
		margin-bottom: 30px;
		max-width: 380px
	}

	.main__statistic {
		margin-top: 30px
	}

	.ishome .main__image {
		width: 600px;
		height: 500px;
		-webkit-transform: translate(0px, -50%);
		-ms-transform: translate(0px, -50%);
		transform: translate(0px, -50%)
	}

	.ishome .main__image-girl {
		height: 100%
	}

	.ishome .main__image-graph {
		width: 470px
	}

	.ishome .main__image-hand {
		width: 280px;
		top: 155px
	}

	.ishome .main__image-modal {
		width: 130px
	}

	.accent-block__title._wider {
		font-size: 62px;
		max-width: 890px
	}

	.accent-block__hand {
		top: 62%
	}

	.info__text._max-width {
		max-width: 360px
	}

	.discount {
		padding-top: 160px
	}

	.discount__container {
		padding: 70px
	}

	.discount__image {
		right: -45px
	}

	.feedback__social {
		margin-top: 90px
	}

	.isnohome .main__title {
		max-width: 100%
	}

	.p-about .main__container-inner {
		width: 500px
	}

	.p-about .main__title {
		max-width: 380px
	}

	.p-about .main__text {
		max-width: 400px
	}

	.p-about .main__image-inner {
		max-height: 500px
	}

	.p-catalog .main__overtitle {
		margin-bottom: 20px
	}

	.p-catalog .main__title {
		margin-bottom: 50px
	}

	.p-catalog .main__container-inner {
		max-width: 385px
	}

	.p-catalog .main .catalog__slider-item {
		height: 305px
	}

	.p-catalog .catalog .tabs__captions {
		gap: 15px
	}

	.p-catalog .catalog .tabs__captions-item {
		font-size: 16px;
		min-height: 50px
	}

	.p-notFound .footer__container._bottom {
		padding: 25px 0
	}

	.p-notFound .notFound {
		height: calc(100vh - 186px)
	}

	.p-uk #smooth-content {
		padding-top: 104.5px
	}

	.p-uk .main__title {
		max-width: calc(100% + 60px)
	}
}

@media only screen and (max-width: 1300px) {
	.body-overflow-hidden {
		padding-top: 89px
	}

	.container {
		max-width: 960px
	}

	.pre-accent-text {
		font-size: 26px
	}

	.accent-text {
		font-size: 75px
	}

	.accent-text-course {
		font-size: 40px
	}

	.accent-text-goals {
		font-size: 40px
	}

	.sub-accent-text {
		font-size: 20px
	}

	.caption {
		font-size: 16px
	}

	.header__logo {
		margin-right: 20px;
		width: 100px
	}

	.header__menu {
		margin-right: 15px
	}

	.header__menu-item {
		font-size: 12px;
		margin-right: 15px
	}

	.header__dropdown-btn {
		font-size: 12px
	}

	.header__dropdown-item-caption {
		font-size: 10px
	}

	.header__dropdown-item-heading {
		font-size: 22px
	}

	.header__dropdown-item-info {
		font-size: 10px
	}

	.header__dropdown-gift-caption {
		font-size: 10px
	}

	.header__dropdown-gift-heading {
		font-size: 14px
	}

	.header__dropdown-gift-img {
		width: 140px
	}

	.header__btn {
		padding: 12px 20px;
		font-size: 14px
	}

	.header__btn-secondary {
		width: 38px;
		height: 38px
	}

	.footer ._underline-animate::after {
		height: 1px
	}

	.footer__container-inner._left {
		max-width: 420px
	}

	.footer__container-inner._right {
		max-width: 400px
	}

	.footer__form {
		padding: 15px 20px
	}

	.footer__form-container {
		max-width: 260px
	}

	.footer__form-img {
		width: 130px
	}

	.footer__download {
		padding: 15px 20px
	}

	.footer__download-container {
		max-width: 260px
	}

	.footer__download-img {
		width: 130px
	}

	.footer__download-button img {
		max-width: 100px
	}

	.footer__menu-col {
		margin-left: 60px
	}

	.footer__menu-caption {
		margin-bottom: 55px
	}

	.footer__menu-item {
		font-size: 14px
	}

	.footer__scroll-top {
		display: none
	}

	.footer__copyrights {
		font-size: 12px
	}

	.footer__bottom-link {
		margin-left: 70px;
		font-size: 12px
	}

	.footer__social-item {
		margin-right: 5px;
		width: 20px
	}

	.main {
		height: calc(100vh - 88px)
	}

	.ishome .main__image {
		-webkit-transform: translate(50px, -50%);
		-ms-transform: translate(50px, -50%);
		transform: translate(50px, -50%)
	}

	.accent-block__title._less-margin {
		font-size: 74px
	}

	.accent-block__text {
		max-width: 400px
	}

	.accent-block__image-inner {
		width: 700px
	}

	.accent-block__hand {
		top: 60%;
		width: calc(50% - 220px)
	}

	.info__list-container {
		max-height: 100px
	}

	.info__list-item {
		font-size: 14px
	}

	.info__image {
		max-width: 450px
	}

	.info__image._order-first {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.recommends__images {
		max-width: 600px
	}

	.recommends__slider {
		max-width: 300px
	}

	.recommends__slider-item {
		height: 490px
	}

	.recommends__heading {
		font-size: 28px;
		letter-spacing: -1px
	}

	.recommends__subheading {
		font-size: 16px
	}

	.recommends__text {
		font-size: 14px
	}

	.discount {
		padding-top: 90px
	}

	.posts .post {
		padding: 25px
	}

	.posts .post__title {
		font-size: 28px
	}

	.posts .post__btn {
		width: 155px;
		padding: 12px 0;
		margin-right: 20px;
		font-size: 12px
	}

	.posts .post__time {
		font-size: 12px
	}

	.posts .post__time-icon {
		width: 20px;
		margin-right: 7px
	}

	.posts__slider-item .post {
		min-height: 360px;
		padding-bottom: 60px
	}

	.posts__slider-item .post__wrapper {
		bottom: 25px
	}

	.reviews__counter {
		font-size: 20px;
		margin: 0 20px
	}

	.reviews .review {
		height: 380px
	}

	.reviews .review.active {
		width: 400px
	}

	.reviews .review.more-text {
		height: 520px
	}

	.reviews .review-front {
		padding: 15px
	}

	.reviews .review-front__image {
		width: 100px;
		height: 100px
	}

	.reviews .review-front__data-item {
		font-size: 14px
	}

	.reviews .review-front__data-item span {
		margin-right: 10px;
		font-size: 12px
	}

	.reviews .review-front__date {
		font-size: 14px
	}

	.reviews .review-front__rating-star {
		width: 12px
	}

	.reviews .review__container {
		padding: 30px
	}

	.reviews .review__top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.reviews .review__image {
		width: 40px;
		height: 40px;
		margin-right: 20px
	}

	.reviews .review__data-item {
		font-size: 12px;
		margin-bottom: 8px
	}

	.reviews .review__data-item span {
		margin-right: 5px
	}

	.reviews .review__date {
		font-size: 14px;
		margin-bottom: 5px
	}

	.reviews .review__title {
		font-size: 16px
	}

	.feedback__title {
		margin-bottom: 50px;
		font-size: 36px
	}

	.feedback__text {
		margin-bottom: 60px
	}

	.feedback__social {
		margin-top: 62px
	}

	.feedback__form {
		max-width: 320px
	}

	.feedback__form-input {
		margin-bottom: 10px
	}

	.feedback__form-checkbox {
		margin-top: 20px
	}

	.feedback__form-checkbox-text {
		font-size: 12px
	}

	.feedback__form-links {
		font-size: 10px;
		max-width: 225px
	}

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

	.feedback__form-links {
		margin-top: 15px
	}

	.feedback__form-btn {
		width: 100%;
		margin-left: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.portfolio__title {
		font-size: 65px
	}

	.portfolio__title._fz-less {
		font-size: 55px
	}

	.portfolio__text._w-650 {
		max-width: 450px
	}

	.portfolio__tabs-content._tablets .portfolio__item-mockup {
		width: 245px
	}

	.portfolio__item {
		height: 270px
	}

	.portfolio__item-mockup {
		width: 360px
	}

	.portfolio__item-image {
		width: 225px;
		height: 130px
	}

	.portfolio__hand {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.ishome .portfolio__main-slider-btn {
		width: 70px;
		height: 70px;
		bottom: 105px;
		font-size: 16px
	}

	.p-course .main__container {
		padding: 50px
	}

	.p-course .main__wrapper {
		max-width: 350px
	}

	.p-course .main__overtitle {
		margin-bottom: 15px
	}

	.p-course .main__title {
		margin-bottom: 25px
	}

	.p-course .main__subtitle {
		margin-bottom: 15px
	}

	.p-course .main__text {
		font-size: 14px
	}

	.p-course .accent-block__title._less-margin {
		font-size: 40px
	}

	.p-course .accent-block__icon {
		width: 55px;
		left: 3px;
		top: 15px
	}

	.p-course .accent-block__icon-inner {
		width: 100%
	}

	.p-course .accent-block__icon-laptop {
		top: 10px
	}

	.p-course .accent-block__icon-pig {
		top: 13px;
		width: 45px
	}

	.p-course .accent-block__icon-dialog {
		width: 45px;
		top: 3px
	}

	.p-course .accent-block__icon-gamepad {
		width: 50px;
		top: 10px
	}

	.p-course .accent-block__icon-data {
		width: 45px;
		top: 5px
	}

	.p-course .about__box {
		padding: 15px
	}

	.p-course .about__box-heading {
		font-size: 12px;
		margin-bottom: 20px
	}

	.p-course .about__box-text {
		font-size: 16px
	}

	.p-course .about__box-image {
		right: 0
	}

	.p-course .about__box-image img {
		max-width: 100%;
		max-height: 100%
	}

	.p-course .about__box-image-4 {
		width: 90px;
		height: 90px
	}

	.p-course .girls__item {
		max-width: calc(25% - 15px)
	}

	.p-course .skills__subtitle {
		font-size: 18px
	}

	.p-course .skills__container-inner {
		padding: 20px
	}

	.p-course .skills__container-soft {
		width: 340px
	}

	.p-course .skills__heading {
		line-height: 1.2;
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 24px
	}

	.p-course .skills__list-item {
		font-size: 12px;
		padding-left: 15px;
		margin-bottom: 20px
	}

	.p-course .skills__list-number {
		font-size: 8px
	}

	.p-course .tools__image-inner {
		max-width: 120%
	}

	.p-course .goals__container-inner {
		padding: 100px
	}

	.p-course .goals__title br {
		display: none
	}

	.p-course .goals__image {
		width: 250px
	}

	.p-course .classes__item {
		padding: 40px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.p-course .classes__item-inner {
		max-width: 400px
	}

	.p-course .classes__item-image {
		max-width: 400px
	}

	.p-course .classes__item-overtitle {
		margin-bottom: 30px
	}

	.p-course .classes__item-title {
		font-size: 28px
	}

	.p-course .classes__item-title {
		margin-bottom: 20px
	}

	.p-course .timetable__duration {
		padding: 9px 20px
	}

	.p-course .timetable__date-caption,.p-course .timetable__price-caption {
		font-size: 12px
	}

	.p-course .timetable__date {
		font-size: 16px
	}

	.p-course .timetable__price-number {
		width: 100px;
		height: 35px;
		font-size: 16px
	}

	.p-course .timetable__box {
		padding: 15px
	}

	.p-course .timetable__box-heading {
		font-size: 12px;
		margin-bottom: 20px
	}

	.p-course .timetable__box-text {
		font-size: 16px
	}

	.p-course .timetable__notice {
		font-size: 10px
	}

	.p-course .timetable__btn {
		font-size: 16px;
		height: 55px
	}

	.p-course .timing__title {
		font-size: 70px;
		line-height: 1.2;
		max-width: 870px
	}

	.p-course .timing .accent-block__icon-clock {
		width: 80px;
		top: 20px
	}

	.p-about .main__container-inner {
		width: auto
	}

	.p-about .approach__item {
		padding: 20px
	}

	.p-about .approach__item-number {
		width: 35px;
		height: 20px;
		border-radius: 40px;
		font-size: 10px;
		font-weight: 700
	}

	.p-about .approach__item-image {
		width: 140px;
		margin-bottom: 30px
	}

	.p-about .approach__item-wrapper {
		padding: 15px
	}

	.p-about .approach__item-heading {
		font-size: 18px
	}

	.p-about .approach__item-text {
		font-size: 14px
	}

	.p-about .approach__item-btn {
		font-size: 14px
	}

	.p-about .partners__item {
		height: 170px
	}

	.p-about .partners__item-link {
		font-size: 10px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		bottom: 15px
	}

	.p-about .partners__item-link svg {
		width: 10px;
		height: 10px
	}

	.p-about .blockquote__item::before,.p-about .blockquote__item::after {
		width: 60px;
		height: 60px
	}

	.p-about .blockquote__item-inner {
		font-size: 60px;
		letter-spacing: -3px;
		max-width: 630px
	}

	.p-about .ceo__container-inner {
		max-width: 450px
	}

	.p-about .ceo__overtitle {
		margin-bottom: 15px
	}

	.p-about .ceo__title {
		margin-bottom: 25px
	}

	.p-about .ceo__subtitle {
		margin-bottom: 20px
	}

	.p-about .ceo__text {
		min-height: 160px
	}

	.p-about .ceo__image-inner {
		width: 550px
	}

	.p-about .ceo__advantages-item {
		font-size: 14px;
		margin-right: 10px
	}

	.p-about .team__slider {
		width: calc(100% - 430px)
	}

	.p-about .team__item._large {
		width: 420px
	}

	.p-catalog .main__container-inner::before {
		width: calc(100% + 40px);
		height: calc(100% + 40px)
	}

	.p-catalog .catalog .product {
		width: 100%
	}

	.p-catalog .catalog .product__title {
		max-width: none
	}

	.p-catalog .catalog .product__about {
		min-height: auto
	}

	.p-catalog .catalog .product__about-text {
		max-width: 100%
	}

	.p-catalog .catalog .product__classes-item {
		font-size: 16px
	}

	.p-catalog .catalog .product__classes-number {
		margin-right: 15px
	}

	.p-gallery .gallery__title {
		font-size: 56px
	}

	.p-gallery .gallery__title ._dot {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	.p-gallery .gallery__text {
		max-width: 400px;
		font-size: 18px
	}

	.p-gallery .gallery__slider-img {
		width: 450px
	}

	.p-teachers .main__icons {
		width: 400px
	}

	.p-teachers .main__icons-item {
		width: 90px
	}

	.p-teachers .woomen__title {
		max-width: 800px;
		font-size: 70px
	}

	.p-teachers .woomen__image {
		bottom: 90px
	}

	.p-teachers .woomen .marquee {
		bottom: auto
	}

	.p-teachers .wish__item {
		padding: 30px
	}

	.p-teachers .wish__item-text {
		font-size: 18px
	}

	.checkout__container {
		padding: 30px 20px
	}

	.checkout__container .popup__info-right {
		max-width: 120px
	}

	.checkout__title {
		font-size: 30px
	}

	.checkout__info {
		width: 420px;
		padding: 40px 30px;
		margin-top: 55px
	}

	.checkout__info-title {
		font-size: 24px
	}

	.checkout__table {
		padding: 20px
	}

	.p-uk #smooth-content {
		padding-top: 89px
	}

	.p-uk .testimonials__block {
		width: 250px
	}

	.p-uk .testimonials__block-4 {
		left: 150px
	}

	.p-uk .testimonials__block-5 {
		right: 160px
	}

	.p-uk .testimonials__block-6 {
		bottom: 230px;
		left: 100px
	}

	.p-uk .testimonials__block-7 {
		bottom: 160px;
		right: 70px
	}

	.p-uk .reasons__title {
		font-size: 80px
	}

	.p-uk .reasons__title ._highlighted {
		font-size: 80px
	}

	.p-uk .reasons__title .row {
		font-size: 40px
	}

	.p-uk .reasons__title-icon {
		right: -235px;
		top: -200px
	}

	.p-uk .reasons__text._fix-w,.p-uk .reasons__wrapper {
		width: 400px
	}

	.p-uk .reasons__text {
		font-size: 18px
	}

	.p-uk .reasons__container {
		padding-top: 15px
	}

	.p-uk .goals__item {
		padding: 15px
	}

	.p-uk .goals__item._left,.p-uk .goals__item._right {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.p-uk .goals__item-wrapper {
		padding: 15px
	}

	.p-uk .goals__item-text {
		font-size: 14px
	}

	.p-uk .involved__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.p-uk .involved__box {
		max-width: 460px;
		width: 100%;
		margin-bottom: 20px
	}

	.p-uk .involved__box:last-child {
		margin-bottom: 0
	}

	.p-uk .involved__box._offset {
		bottom: 0
	}

	.p-uk .courses__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.p-uk .courses .course {
		width: 100%;
		max-width: 450px;
		margin-bottom: 20px
	}

	.p-uk .courses .course:last-child {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 992px) {
	.body-overflow-hidden {
		padding-top: 55px
	}

	.container {
		max-width: 520px
	}

	section {
		padding: 35px 0
	}

	::-webkit-input-placeholder {
		font-size: 14px
	}

	::-moz-placeholder {
		font-size: 14px
	}

	:-ms-input-placeholder {
		font-size: 14px
	}

	::-ms-input-placeholder {
		font-size: 14px
	}

	::placeholder {
		font-size: 14px
	}

	.input-wrapper {
		padding: 18px
	}

	.input-wrapper input {
		top: 5px;
		font-size: 12px
	}

	.input-wrapper span {
		font-size: 14px;
		left: 18px
	}

	.input-wrapper.active span {
		top: 10px;
		font-size: 9px
	}

	.pre-heading {
		font-size: 12px;
		padding: 10px 20px;
		letter-spacing: .02em
	}

	.title {
		letter-spacing: -2px
	}

	.pre-accent-text {
		font-size: 20px;
		letter-spacing: normal
	}

	.accent-text {
		font-size: 38px;
		letter-spacing: -1.5px;
		line-height: 1.3
	}

	.accent-text-course {
		letter-spacing: -0.5px;
		font-size: 18px
	}

	.accent-text-goals {
		font-size: 18px;
		letter-spacing: -1px;
		font-weight: 700
	}

	.sub-accent-text {
		letter-spacing: -0.01em;
		font-size: 16px
	}

	.caption {
		font-size: 16px;
		letter-spacing: normal
	}

	.btn:hover {
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px)
	}

	.btn .eye-icon {
		display: none
	}

	.header {
		border-radius: 0 0 10px 10px;
		-webkit-transition: .2s linear;
		-o-transition: .2s linear;
		transition: .2s linear
	}

	.header.fixed .header__container-inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.header.fixed .header__logo {
		display: none
	}

	.header.fixed .header__btns-mobile {
		opacity: 1;
		z-index: 2;
		-webkit-transition-delay: .2s;
		-o-transition-delay: .2s;
		transition-delay: .2s
	}

	.header__logo-mobile {
		display: none
	}

	.header.fixed .header__logo-mobile {
		display: block;
		width: 50px;
		height: auto
	}

	.header__container {
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative
	}

	.header__container-inner {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.header__sidebar {
		overflow-y: auto;
		position: fixed;
		top: 0;
		right: -340px;
		width: 340px;
		height: 100vh;
		background-color: #fff;
		border-radius: 30px 0 0 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 20px;
		-webkit-transition: .8s;
		-o-transition: .8s;
		transition: .8s;
		z-index: 10
	}

	.header__sidebar.visible {
		right: 0
	}

	.header__sidebar-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-bottom: 50px
	}

	.header__sidebar-logo {
		width: 100px;
		height: auto
	}

	.header__sidebar-app-store {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 10px;
		margin-top: 30px;
		margin-bottom: 20px
	}

	.header__sidebar-app-store a {
		display: block
	}

	.header__sidebar-app-store img {
		width: 100%;
		max-width: 200px;
		height: auto
	}

	.header__logo {
		width: 190px;
		margin-right: 0
	}

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

	.header__menu {
		margin-right: 0;
		margin-bottom: 60px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.header__menu-item {
		margin-right: 0;
		margin-bottom: 18px;
		font-size: 18px
	}

	.header__dropdown-btn {
		display: none
	}

	.header__dropdown-btn::after {
		display: none
	}

	.header__dropdown {
		display: none
	}

	.header__dropdown.active {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.header__dropdown-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px
	}

	.header__dropdown-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px
	}

	.header__dropdown-item {
		width: 100%;
		padding: 15px
	}

	.header__dropdown-item-image-wrapper {
		height: 64px
	}

	.header__dropdown-item-content {
		opacity: 1
	}

	.header__dropdown-item-subtitle {
		display: block
	}

	.header__dropdown-item-desc {
		display: -webkit-box
	}

	.header__dropdown-gift {
		display: none
	}

	.header__btns {
		display: none
	}

	.header__btns-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		left: 20px;
		opacity: 0;
		white-space: nowrap;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		z-index: -1
	}

	.header__btn-mobile.btn {
		padding: 0 15px;
		height: 30px;
		font-size: 12px;
		margin-right: 5px
	}

	.header__btn-mobile.btn:last-child {
		margin: 0
	}

	.header__contacts,.header__social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header__social {
		display: none
	}

	.footer {
		padding: 50px 0 20px
	}

	.footer .container {
		position: relative
	}

	.footer ._underline-animate::after {
		display: none
	}

	.footer__menu {
		display: none
	}

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

	.footer__top-clean {
		gap: 24px;
		margin-bottom: 48px
	}

	.footer__top-clean .footer__container-inner._left,.footer__top-clean .footer__container-inner._right {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: none
	}

	.footer__top-clean .footer__container-inner._right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 24px
	}

	.footer__container._bottom {
		padding-top: 20px
	}

	.footer__container-inner._left {
		max-width: none
	}

	.footer__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px
	}

	.footer__top-clean .footer__wrapper {
		margin-bottom: 0
	}

	.footer__logo {
		margin-bottom: 20px
	}

	.footer__address {
		font-size: 16px;
		margin-bottom: 40px;
		max-width: 260px
	}

	.footer__top-clean .footer__address {
		margin-bottom: 0
	}

	.footer__contacts-caption {
		font-size: 14px
	}

	.footer__contacts-item {
		margin-bottom: 20px;
		font-size: 16px
	}

	.footer__top-clean .footer__download {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		max-width: none
	}

	.footer__top-clean .footer__download-buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.footer__form {
		padding: 12px
	}

	.footer__form-container {
		width: 100%;
		max-width: 340px
	}

	.footer__form-title {
		font-size: 16px
	}

	.footer__form-subtitle {
		font-size: 12px
	}

	.footer__form-input {
		padding: 10px 15px;
		font-size: 14px
	}

	.footer__form-btn {
		width: 37px
	}

	.footer__form-btn:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.footer__form-img {
		width: 100px
	}

	.footer__social {
		display: none
	}

	.footer__social-item {
		width: 30px;
		margin-right: 10px
	}

	.footer__social-item:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.footer__scroll-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		right: 20px;
		bottom: 5px;
		width: 35px;
		height: 35px
	}

	.footer__scroll-top img {
		width: 18px
	}

	.footer__scroll-top:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.footer__copyrights {
		margin-bottom: 10px
	}

	.footer__bottom-link {
		margin-left: 20px
	}

	.main {
		height: auto;
		min-height: auto;
		padding: 30px 0;
		margin-bottom: 0
	}

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

	.main__wrapper {
		position: static
	}

	.main__btns {
		display: none
	}

	.main__title {
		margin-bottom: 30px;
		max-width: 360px
	}

	.main__text {
		margin-bottom: 50px
	}

	.main__statistic {
		display: none
	}

	.ishome .main__image {
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		margin-top: 40px
	}

	.marquee {
		margin-bottom: 10px
	}

	.marquee__box {
		margin-right: 10px
	}

	.marquee.left-direction .marquee__box {
		width: 150px;
		font-size: 14px;
		padding: 15px 0
	}

	.marquee.right-direction .marquee__box {
		width: 120px;
		height: auto;
		padding: 10px 0;
		font-size: 12px
	}

	.accent-block._padding-top {
		padding-top: 40px
	}

	.accent-block__background-video {
		display: none
	}

	.accent-block__title {
		margin-bottom: 40px
	}

	.accent-block__title._wider {
		font-size: 32px
	}

	.accent-block__title._less-margin {
		font-size: 35px;
		margin-bottom: 30px
	}

	.accent-block__text {
		max-width: 260px;
		margin-bottom: 30px
	}

	.accent-block__image::before {
		border-radius: 40px;
		height: 85%
	}

	.accent-block__image-inner {
		left: auto;
		width: 92%
	}

	.accent-block__icon {
		top: 25px
	}

	.accent-block__icon-1 {
		width: 50px;
		bottom: 10px
	}

	.accent-block__icon-1 img {
		height: 70px
	}

	.accent-block__icon-2 {
		width: 50px;
		margin-left: 8px
	}

	.accent-block__icon-2 img {
		height: 70px
	}

	.accent-block__icon-3 {
		width: 30px
	}

	.accent-block__icon-3 img {
		height: 60px
	}

	.accent-block__hand {
		display: none
	}

	.ishome .accent-block__text {
		max-width: 280px
	}

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

	.info__container-inner {
		width: 100%;
		max-width: 100%
	}

	.info__overtitle {
		margin-bottom: 15px
	}

	.info__title {
		margin-bottom: 30px
	}

	.info__text {
		max-width: 100%
	}

	.info__text._max-width {
		max-width: 100%
	}

	.info__btn {
		margin-top: 20px;
		font-size: 16px
	}

	.info__btn-icon {
		margin-left: 10px
	}

	.info__btn-icon path {
		fill: #855cfe
	}

	.info__btn:hover .info__btn-icon {
		left: 0
	}

	.info__image {
		max-width: 100%;
		margin-top: 20px
	}

	.info__image._mobile-hidden {
		display: none
	}

	.info__image-wrapper {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px)
	}

	.info__image-wrapper img {
		width: 100vw;
		max-width: calc(100% + 30px)
	}

	.info__list {
		margin-top: 40px
	}

	.info__list-container {
		max-height: none
	}

	.info__list-item {
		margin-top: 15px;
		margin-right: 0
	}

	.info__list-item:hover {
		color: #292930
	}

	.info__list-number {
		margin-right: 15px;
		width: 35px;
		height: 20px;
		background-color: #855cfe;
		font-size: 10px
	}

	.recommends {
		padding: 40px 0
	}

	.recommends__top {
		margin-bottom: 30px
	}

	.recommends__title {
		font-size: 28px;
		line-height: 1.3
	}

	.recommends__subtitle {
		font-size: 15px;
		max-width: 100%
	}

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

	.recommends__images {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}

	.recommends__images-item {
		margin-right: 0;
		margin-bottom: 15px
	}

	.recommends__images-item:last-child {
		margin-bottom: 0
	}

	.recommends__slider {
		max-width: 100%
	}

	.recommends__link {
		display: none
	}

	.recommends__slider .slick-dots li {
		width: 50px;
		height: 30px;
		font-size: 16px
	}

	.recommends__slider-item {
		height: auto
	}

	.recommends__data-item {
		font-size: 14px
	}

	.recommends__heading {
		margin-bottom: 20px
	}

	.recommends__subheading {
		letter-spacing: -0.02em;
		margin-bottom: 18px;
		font-size: 18px
	}

	.recommends__subheading br {
		display: none
	}

	.recommends__text {
		margin-bottom: 50px
	}

	.discount {
		padding-top: 35px
	}

	.discount__container {
		padding: 0;
		background: none;
		border: none
	}

	.discount__overtitle {
		margin-bottom: 30px
	}

	.discount__title {
		margin-bottom: 15px
	}

	.discount__text {
		max-width: 250px;
		margin-bottom: 30px
	}

	.discount__image {
		position: relative;
		right: auto;
		max-width: none;
		margin-bottom: 20px
	}

	.discount__image::before {
		content: "";
		background-color: #fafbfc;
		border: 1px solid #ecedf0;
		border-radius: 40px;
		height: calc(100% - 20px);
		width: 100%;
		position: absolute;
		bottom: 0
	}

	.discount__image-inner {
		position: relative;
		left: 20px;
		width: calc(100% - 10px)
	}

	.posts__top-link-icon {
		margin-left: 10px
	}

	.posts__top-link-icon path {
		fill: #855cfe
	}

	.posts__top-link:hover {
		color: #999fae
	}

	.posts__top-link:hover .posts__top-link-icon {
		left: 0
	}

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

	.posts__nav {
		position: absolute;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2
	}

	.posts .post {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}

	.posts .post__title {
		font-size: 32px;
		letter-spacing: -1.5px;
		margin-bottom: 10px
	}

	.posts .post__text {
		margin-bottom: 35px
	}

	.posts__counter {
		margin: 0 20px;
		font-size: 18px
	}

	.posts__counter-current,.posts__counter-all {
		width: 26px
	}

	.posts__slider-btn {
		height: 30px
	}

	.posts__slider-btn svg {
		width: 30px;
		height: 30px
	}

	.posts__slider-item {
		padding-bottom: 50px
	}

	.posts__slider-item .post {
		min-height: auto;
		padding-bottom: 25px
	}

	.posts__slider-item .post__wrapper {
		position: relative;
		bottom: auto
	}

	.reviews__title {
		margin-bottom: 35px
	}

	.reviews__slider {
		display: none
	}

	.reviews__slider-mobile {
		display: block
	}

	.reviews__slider-item {
		height: auto;
		margin: 0 5px
	}

	.reviews__slider-btn {
		height: 30px
	}

	.reviews__slider-btn svg {
		width: 30px;
		height: 30px
	}

	.reviews__counter {
		font-size: 18px
	}

	.reviews__counter-current,.reviews__counter-all {
		width: 26px
	}

	.reviews__nav {
		display: none
	}

	.reviews__nav-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 25px
	}

	.reviews .review {
		width: 100%;
		height: 100%
	}

	.reviews .review.active {
		width: 100%
	}

	.reviews .review__container {
		background-color: #855cfe;
		padding: 20px;
		border-radius: 40px
	}

	.reviews .review__container-inner {
		opacity: 1
	}

	.reviews .review__top {
		margin-bottom: 20px
	}

	.reviews .review__image {
		width: 60px;
		height: 60px;
		margin-right: 20px
	}

	.reviews .review__data-item {
		font-size: 12px
	}

	.reviews .review__data-item span {
		font-size: 10px;
		margin-right: 10px
	}

	.reviews .review__title {
		font-size: 14px;
		margin-bottom: 10px
	}

	.reviews .review__text {
		font-size: 14px
	}

	.reviews .review__text._more {
		max-height: none
	}

	.reviews .review__text-more {
		display: none
	}

	.reviews .review__bottom {
		margin-top: 20px
	}

	.reviews .review__social-link {
		font-size: 14px
	}

	.reviews .review__social-link::before {
		width: 25px;
		height: 25px;
		margin-right: 10px
	}

	.reviews .review__btn {
		font-size: 14px;
		width: auto
	}

	.feedback__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 20px
	}

	.feedback__title {
		margin-bottom: 30px
	}

	.feedback__text {
		margin-bottom: 20px
	}

	.feedback__whatsapp {
		padding: 10px 18px;
		margin-bottom: 30px;
		max-width: 240px;
		width: 100%
	}

	.feedback__whatsapp:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.feedback__whatsapp-icon {
		margin-right: 6px;
		margin-left: 10px;
		width: 15px;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px)
	}

	.feedback__whatsapp span {
		font-size: 12px
	}

	.feedback__social {
		display: none
	}

	.feedback__form {
		max-width: 100%
	}

	.feedback__form-input {
		margin-bottom: 10px
	}

	.feedback__form-checkbox-text {
		font-size: 14px
	}

	.feedback__form-links {
		font-size: 12px;
		max-width: 100%
	}

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

	.feedback__form-links {
		margin-top: 15px
	}

	.portfolio__hand {
		display: none
	}

	.portfolio__overtitle {
		font-size: 14px
	}

	.portfolio__title {
		font-size: 32px
	}

	.portfolio__title._fz-less {
		font-size: 32px
	}

	.portfolio__text {
		margin-bottom: 15px
	}

	.portfolio__btn {
		font-size: 18px
	}

	.portfolio__btn-icon {
		width: 15px
	}

	.portfolio__btn:hover .portfolio__btn-icon {
		left: 0
	}

	.portfolio__btn:hover .portfolio__btn-icon path {
		fill: #292930
	}

	.portfolio__tabs {
		margin-top: 45px
	}

	.portfolio__tabs-captions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 40px
	}

	.portfolio__tabs-caption {
		max-width: 100%;
		height: 45px;
		margin-bottom: 10px;
		font-size: 14px
	}

	.portfolio__slider {
		position: relative;
		left: -5px;
		width: calc(100% + 10px)
	}

	.portfolio__item {
		height: 300px
	}

	.ishome .portfolio__overtitle {
		font-size: 14px
	}

	.ishome .portfolio__title {
		font-size: 24px;
		margin-bottom: 0
	}

	.ishome .portfolio__link {
		width: 30px;
		height: 30px;
		margin-left: 15px
	}

	.ishome .portfolio__tabs {
		margin-top: 35px
	}

	.ishome .portfolio__slider-item {
		display: none;
		width: 100%
	}

	.ishome .portfolio__slider-item:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.ishome .portfolio__main-slider-btn {
		width: 50px;
		height: 50px;
		bottom: 105px;
		font-size: 14px
	}

	.ishome .portfolio__main-slider-prev {
		left: 5px
	}

	.ishome .portfolio__main-slider-next {
		right: 5px
	}

	.ishome .portfolio__main-slide {
		padding: 0 5px
	}

	.p-course section {
		z-index: 1
	}

	.p-course .main {
		z-index: 2;
		overflow: visible
	}

	.p-course .main__container {
		padding: 0 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: none;
		border: none
	}

	.p-course .main__wrapper {
		max-width: 100%
	}

	.p-course .main__overtitle {
		margin-bottom: 15px;
		background-color: #fafbfc
	}

	.p-course .main__subtitle {
		font-size: 16px;
		line-height: 1.5
	}

	.p-course .main__text {
		font-size: 16px;
		margin-bottom: 0
	}

	.p-course .main__text-inner {
		margin-bottom: 10px
	}

	.p-course .main__text-inner._semibold {
		font-size: 16px
	}

	.p-course .main__text-inner span {
		margin-top: 5px
	}

	.p-course .main__btns {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		padding: 15px 20px;
		background-color: #fafbfc;
		border: 1px solid #ecedf0;
		border-radius: 40px 10px 0px 0px;
		z-index: 10
	}

	.p-course .main__btn {
		width: 100%;
		height: 45px;
		font-size: 16px
	}

	.p-course .main__image {
		max-width: 100%;
		margin-top: 25px
	}

	.p-course .accent-block__icon {
		display: none
	}

	.p-course .accent-block__btns {
		display: none
	}

	.p-course .accent-block__overtitle {
		font-size: 16px;
		margin-bottom: 15px
	}

	.p-course .accent-block__title {
		max-width: 280px
	}

	.p-course .accent-block__title._less-margin {
		font-size: 24px;
		letter-spacing: -1.5px
	}

	.p-course .accent-block__title br {
		display: none
	}

	.p-course .about {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 35px
	}

	.p-course .about__box {
		padding: 20px;
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
		border-radius: 40px
	}

	.p-course .about__box-heading {
		font-size: 14px;
		margin-bottom: 25px
	}

	.p-course .about__box-text {
		font-size: 18px
	}

	.p-course .about__box-image {
		right: 10px
	}

	.p-course .girls {
		width: calc(100% + 100px);
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 0
	}

	.p-course .girls__item {
		max-width: 33%
	}

	.p-course .girls__item-4 {
		display: none
	}

	.p-course .skills__title {
		margin-bottom: 35px
	}

	.p-course .skills__subtitle {
		font-size: 14px;
		max-width: 280px;
		margin-bottom: 20px
	}

	.p-course .skills__subtitle br {
		display: none
	}

	.p-course .skills__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-course .skills__container-inner {
		padding: 30px 20px
	}

	.p-course .skills__container-soft {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}

	.p-course .skills__heading {
		line-height: 1.2;
		padding-bottom: 15px;
		margin-bottom: 25px;
		font-size: 20px
	}

	.p-course .skills__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-course .skills__list-col {
		max-width: 100%;
		margin-bottom: 20px
	}

	.p-course .skills__list-col:last-child {
		margin-bottom: 0
	}

	.p-course .skills__list-col.w-55 {
		max-width: 100%
	}

	.p-course .skills__list-item {
		font-size: 16px;
		margin-bottom: 20px;
		padding-left: 25px
	}

	.p-course .skills__list-number {
		font-size: 12px
	}

	.p-course .tools__container-inner {
		max-width: 100%
	}

	.p-course .tools__title {
		margin-bottom: 20px
	}

	.p-course .tools__subtitle {
		font-size: 16px;
		max-width: 180px
	}

	.p-course .tools__list-item {
		margin-top: 35px
	}

	.p-course .tools__list-number {
		background-color: #855cfe;
		color: #fff;
		margin-bottom: 20px
	}

	.p-course .tools__list-heading {
		font-size: 22px
	}

	.p-course .tools__list-text {
		font-size: 16px
	}

	.p-course .tools__image {
		display: none
	}

	.p-course .goals__container-inner {
		padding: 50px 20px;
		border-radius: 6px
	}

	.p-course .goals__overtitle {
		margin-bottom: 15px;
		font-size: 14px;
		letter-spacing: .02em
	}

	.p-course .goals__title {
		letter-spacing: -0.5px
	}

	.p-course .goals__image {
		width: 120px
	}

	.p-course .goals__image-right {
		right: -10px
	}

	.p-course .goals__image-left {
		left: -10px
	}

	.p-course .classes {
		margin-top: 0
	}

	.p-course .classes__title {
		margin-bottom: 35px
	}

	.p-course .classes__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px;
		margin-bottom: 10px
	}

	.p-course .classes__item-inner {
		max-width: 100%
	}

	.p-course .classes__item-image {
		margin-top: 30px;
		max-width: 100%;
		height: 250px;
		border-radius: 30px
	}

	.p-course .classes__item-overtitle {
		padding: 10px 20px;
		font-size: 12px;
		letter-spacing: normal;
		margin-bottom: 35px
	}

	.p-course .classes__item-title {
		margin-bottom: 25px
	}

	.p-course .classes__item-subtitle {
		font-size: 18px;
		margin-bottom: 15px
	}

	.p-course .classes__item-text {
		max-width: 100%;
		font-size: 16px
	}

	.p-course .timetable__title {
		margin-bottom: 15px
	}

	.p-course .timetable__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-course .timetable__item {
		width: 100%;
		padding: 15px;
		border-radius: 40px;
		margin-bottom: 10px
	}

	.p-course .timetable__item:last-child {
		margin-bottom: 0
	}

	.p-course .timetable__item-top {
		margin-bottom: 20px
	}

	.p-course .timetable__number {
		width: 35px;
		height: 20px;
		font-size: 10px
	}

	.p-course .timetable__duration {
		font-size: 14px
	}

	.p-course .timetable__date-price {
		margin-bottom: 30px
	}

	.p-course .timetable__date-caption,.p-course .timetable__price-caption {
		font-size: 14px
	}

	.p-course .timetable__date {
		margin-bottom: 20px;
		font-size: 20px
	}

	.p-course .timetable__notice {
		padding-top: 30px
	}

	.p-course .timetable__btn {
		height: 45px
	}

	.p-course .timing__title {
		margin-bottom: 15px;
		font-size: 32px;
		font-weight: 700;
		max-width: 400px;
		line-height: 1.3;
		letter-spacing: -1.5px
	}

	.p-course .timing__text {
		margin-bottom: 25px;
		max-width: 260px;
		font-size: 16px
	}

	.p-about .main__container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.p-about .main__container-inner {
		margin-left: 0
	}

	.p-about .main__image {
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 40px
	}

	.p-about .accent-block__text {
		max-width: 280px
	}

	.p-about .accent-block__text._max-width {
		max-width: 245px
	}

	.p-about .approach__title {
		margin-bottom: 35px;
		text-align: left
	}

	.p-about .approach__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-about .approach__item {
		padding: 18px;
		width: 100%;
		margin-bottom: 10px
	}

	.p-about .approach__item:last-child {
		margin-bottom: 0
	}

	.p-about .approach__item._offset {
		bottom: auto
	}

	.p-about .approach__item-wrapper {
		padding: 12px
	}

	.p-about .approach__item-heading {
		font-size: 16px
	}

	.p-about .approach__item-text {
		font-size: 12px;
		max-width: 100%;
		margin-bottom: 20px
	}

	.p-about .partners__container {
		width: calc(100% + 40px);
		position: relative;
		left: -20px;
		padding: 0 20px 15px;
		margin-top: 35px;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto
	}

	.p-about .partners__item {
		width: 220px;
		height: 120px;
		margin-right: 10px;
		margin-top: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.p-about .partners__item:last-child {
		margin-right: 0
	}

	.p-about .blockquote__item::before,.p-about .blockquote__item::after {
		width: 30px;
		height: 30px
	}

	.p-about .blockquote__item-inner {
		font-size: 30px;
		letter-spacing: -2px;
		padding: 40px 0;
		max-width: 300px
	}

	.p-about .ceo__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative
	}

	.p-about .ceo__container-inner {
		max-width: 100%
	}

	.p-about .ceo__text {
		min-height: auto;
		margin-bottom: 0
	}

	.p-about .ceo__advantages {
		display: none
	}

	.p-about .ceo__image {
		width: 100%;
		margin-top: 30px
	}

	.p-about .ceo__image-inner {
		width: calc(100% + 50px)
	}

	.p-about .ceo__slider .slick-dots {
		margin-top: 40px
	}

	.p-about .ceo__slider .slick-dots li {
		font-size: 16px
	}

	.p-about .team__title {
		margin-bottom: 35px
	}

	.p-about .team__slider {
		display: none
	}

	.p-about .team__slider-mobile {
		display: block
	}

	.p-about .team__slider-item {
		height: auto;
		margin: 0 5px
	}

	.p-about .team__slider-btn {
		height: 30px
	}

	.p-about .team__slider-btn svg {
		width: 30px;
		height: 30px
	}

	.p-about .team__counter {
		font-size: 18px
	}

	.p-about .team__counter-current,.p-about .team__counter-all {
		width: 26px
	}

	.p-about .team__nav {
		display: none
	}

	.p-about .team__nav-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 25px
	}

	.p-about .team__wrapper {
		display: none
	}

	.p-about .team__slider-mobile {
		display: block;
		margin-top: 30px
	}

	.p-about .team__item {
		height: 500px
	}

	.p-catalog .main {
		padding: 30px 0 95px
	}

	.p-catalog .main__container {
		position: static
	}

	.p-catalog .main__container-inner {
		position: static
	}

	.p-catalog .main__container-inner::before {
		display: none
	}

	.p-catalog .main__overtitle {
		margin-bottom: 15px
	}

	.p-catalog .main__title {
		margin-bottom: 30px
	}

	.p-catalog .main .catalog__slider {
		position: relative;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: none
	}

	.p-catalog .main .catalog__slider._desktop-hidden {
		display: block
	}

	.p-catalog .main .catalog__slider-mobile {
		display: block;
		margin-top: 3px;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.p-catalog .main .catalog__slider-mobile .catalog__slider-item {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.p-catalog .main .catalog__slider-item {
		height: 125px;
		margin-right: 3px
	}

	.p-catalog .main .catalog__slider-item._mobile-hidden {
		display: none
	}

	.p-catalog .main__btns {
		position: absolute;
		bottom: 30px
	}

	.p-catalog .themes {
		display: none
	}

	.p-catalog .catalog {
		padding-top: 70px
	}

	.p-catalog .catalog__title {
		margin-bottom: 25px
	}

	.p-catalog .catalog__subtitle {
		text-align: left;
		font-size: 14px;
		margin-bottom: 10px;
		letter-spacing: normal
	}

	.p-catalog .catalog .product {
		padding: 20px;
		border-radius: 30px;
		margin-top: 10px
	}

	.p-catalog .catalog .product__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		border: none;
		padding-bottom: 0;
		margin-bottom: 30px
	}

	.p-catalog .catalog .product__top-inner {
		width: 100%
	}

	.p-catalog .catalog .product__overtitle {
		font-size: 12px;
		margin-bottom: 5px
	}

	.p-catalog .catalog .product__title {
		margin-bottom: 20px;
		font-size: 20px
	}

	.p-catalog .catalog .product__partner {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 10px;
		font-weight: 600;
		color: #999fae
	}

	.p-catalog .catalog .product__partner-logo {
		margin-left: 5px
	}

	.p-catalog .catalog .product__data {
		max-width: 320px;
		width: 100%
	}

	.p-catalog .catalog .product__data-item:first-child {
		width: 40%
	}

	.p-catalog .catalog .product__data-item:last-child {
		width: 60%
	}

	.p-catalog .catalog .product__about {
		padding: 0;
		background: none
	}

	.p-catalog .catalog .product__about-title {
		font-size: 14px;
		margin-bottom: 10px
	}

	.p-catalog .catalog .product__about-heading {
		font-size: 18px
	}

	.p-catalog .catalog .product__about-text {
		font-size: 16px;
		max-width: 100%
	}

	.p-catalog .catalog .product__info-icon {
		width: 15px
	}

	.p-catalog .catalog .product__info-inner {
		font-size: 14px
	}

	.p-catalog .catalog .product__classes {
		margin-bottom: 20px
	}

	.p-catalog .catalog .product__classes-heading {
		margin-bottom: 15px
	}

	.p-catalog .catalog .product__classes-col {
		margin-bottom: 10px;
		min-width: 100%
	}

	.p-catalog .catalog .product__classes-number {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25px;
		height: 15px;
		font-size: 8px;
		margin-right: 10px
	}

	.p-catalog .catalog .product__classes-item {
		margin-bottom: 10px;
		font-size: 14px;
		white-space: normal
	}

	.p-catalog .catalog .product__btn {
		height: auto;
		font-size: 16px
	}

	.p-catalog .catalog .product__disabled {
		padding: 20px
	}

	.p-catalog .catalog .product__disabled-container {
		height: calc(100% - 150px)
	}

	.p-catalog .catalog .product__disabled-title {
		font-size: 32px;
		margin-bottom: 20px;
		letter-spacing: -0.02em
	}

	.p-catalog .catalog .product__disabled-form-caption {
		font-size: 14px
	}

	.p-catalog .catalog .product__disabled-form-input {
		padding: 17px 25px;
		height: auto
	}

	.p-catalog .catalog .product__disabled-form-btn {
		position: static;
		margin-top: 5px;
		height: 55px;
		width: 100%
	}

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

	.p-catalog .catalog .tabs__captions-item {
		font-size: 16px;
		min-height: 50px;
		width: 100%
	}

	.p-catalog .catalog .tabs__captions-item:first-child {
		width: 100%
	}

	.p-gallery .gallery {
		padding-top: 30px
	}

	.p-gallery .gallery__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 40px
	}

	.p-gallery .gallery__title {
		font-size: 32px;
		margin-bottom: 15px
	}

	.p-gallery .gallery__title ._dot {
		-webkit-transform: translateX(-7px);
		-ms-transform: translateX(-7px);
		transform: translateX(-7px)
	}

	.p-gallery .gallery__text {
		max-width: 280px;
		font-size: 16px
	}

	.p-gallery .gallery__slider-img {
		width: 200px;
		margin: 0 2px;
		border-radius: 40px
	}

	.p-gallery .portfolio__text {
		margin-bottom: 40px
	}

	.p-teachers .main__wrapper {
		padding-left: 5px
	}

	.p-teachers .main__overtitle {
		margin-bottom: 15px
	}

	.p-teachers .main__title {
		margin-bottom: 20px;
		max-width: 250px;
		font-size: 32px
	}

	.p-teachers .main__title br {
		display: none
	}

	.p-teachers .main__text {
		margin-bottom: 30px;
		max-width: 250px
	}

	.p-teachers .main__icons {
		width: 100%
	}

	.p-teachers .main__icons-item {
		width: calc(25% - 10px)
	}

	.p-teachers .main__icons {
		margin-top: 10px
	}

	.p-teachers .woomen {
		padding: 40px 0 35px
	}

	.p-teachers .woomen__title {
		font-size: 50px
	}

	.p-teachers .woomen__image {
		bottom: 0px
	}

	.p-teachers .woomen .marquee {
		display: block;
		margin-top: 15px
	}

	.p-teachers .woomen .marquee__box {
		font-size: 16px;
		margin: 0 10px;
		padding: 15px 0
	}

	.p-teachers .wish__title {
		font-size: 18px;
		margin-bottom: 25px
	}

	.p-teachers .wish__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-teachers .wish__item {
		padding: 25px 20px;
		margin-bottom: 10px;
		border-radius: 40px;
		width: 100%
	}

	.p-teachers .wish__item-number {
		width: 35px;
		height: 20px;
		border-radius: 40px;
		font-size: 10px
	}

	.p-teachers .wish__item-text {
		font-size: 14px;
		max-width: 300px
	}

	.p-teachers .accent-block__title {
		margin-bottom: 20px
	}

	.p-teachers .accent-block__types-item {
		margin-right: 20px;
		font-size: 16px
	}

	.p-teachers .accent-block__types-item sup {
		margin-right: 8px
	}

	.p-notFound .header__hamburger {
		background-color: rgba(0,0,0,0)
	}

	.p-notFound .header__sidebar {
		background-color: #292930;
		color: #fff
	}

	.p-notFound .footer__container._bottom {
		padding: 20px 0
	}

	.p-notFound .footer__social,.p-notFound .footer__copyrights {
		display: none
	}

	.p-notFound .footer__bottom-link {
		margin-left: 0
	}

	.p-notFound .footer__bottom-link span {
		display: none
	}

	.p-notFound .footer__bottom-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%
	}

	.p-notFound .notFound {
		height: calc(100vh - 114px);
		min-height: 630px
	}

	.p-notFound .notFound__overtitle {
		margin-bottom: 10px
	}

	.p-notFound .notFound__title {
		margin-bottom: 25px
	}

	.p-notFound .notFound__text {
		max-width: 380px;
		margin-bottom: 15px
	}

	.p-notFound .notFound__image {
		position: relative;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: auto;
		right: 20px;
		margin-bottom: 15px
	}

	.p-notFound .notFound__image-inner {
		width: calc(100% + 40px);
		max-width: none
	}

	.p-notFound .notFound__btn {
		width: 100%;
		height: 50px
	}

	.s-text {
		padding-top: 30px;
		font-size: 14px
	}

	.s-text__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 20px;
		border-radius: 40px;
		margin-bottom: 50px
	}

	.s-text__title {
		font-size: 32px
	}

	.s-text__title br {
		display: none
	}

	.s-text__date {
		margin-top: 20px;
		font-size: 16px
	}

	.s-text__heading {
		margin: 40px 0 15px;
		font-size: 30px
	}

	.s-text__text-inner {
		margin-bottom: 10px
	}

	.s-text__caption {
		margin: 25px 0 10px
	}

	.s-text__list {
		margin: 20px 0
	}

	.s-text__list-heading {
		margin-bottom: 12px
	}

	.s-text__list-item {
		font-size: 14px;
		margin-bottom: 8px
	}

	.checkout {
		padding: 0
	}

	.checkout__container {
		padding: 40px 20px;
		border-radius: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.checkout__container-inner {
		width: 100%
	}

	.checkout__title {
		font-size: 22px;
		letter-spacing: -1px
	}

	.checkout__info {
		position: static;
		width: 100%
	}

	.checkout__bank-transfer {
		max-width: 320px;
		min-width: 280px;
		padding: 60px 20px 20px;
		border-radius: 40px
	}

	.checkout__bank-title {
		font-size: 22px
	}

	.checkout__close {
		width: 25px;
		height: 25px;
		right: 20px;
		top: 20px
	}

	.checkout__close::before {
		width: 9px;
		height: 9px
	}

	.checkout__close:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.popup {
		max-width: 320px;
		min-width: 280px;
		padding: 20px;
		border-radius: 40px
	}

	.popup::-webkit-scrollbar {
		width: 5px
	}

	.popup::-webkit-scrollbar-track {
		margin: 5px 0
	}

	.popup-notice .popup__title {
		font-size: 22px;
		margin-top: 40px;
		max-width: 200px
	}

	.popup-notice .popup__text {
		max-width: 240px
	}

	.popup-enroll .popup__title {
		padding-bottom: 10px;
		margin: 15px 0 20px;
		font-size: 18px
	}

	.popup-enroll .popup__title._large {
		font-size: 18px
	}

	.popup-enroll .popup__title._margin-bottom-40 {
		margin-bottom: 20px
	}

	.popup-enroll .popup__form-bottom {
		margin-top: 20px
	}

	.popup-enroll .popup__form-btn {
		height: 50px;
		font-size: 16px
	}

	.popup-enroll .popup__form-links {
		margin-top: 10px;
		font-size: 10px
	}

	.popup-checkout .popup__title._margin-bottom-40 {
		margin-bottom: 40px
	}

	.popup-checkout .popup__form-btn {
		font-size: 14px;
		padding: 0
	}

	.popup-checkout .popup__form-btn._transparent {
		font-size: 12px
	}

	.popup-checkout .popup__form-btn-icon {
		display: none
	}

	.popup-success {
		padding: 60px 20px 45px;
		max-width: 280px;
		min-height: 210px
	}

	.popup-success .popup__title {
		margin-bottom: 25px
	}

	.popup-success .popup__text {
		max-width: 130px
	}

	.popup-success .popup__image {
		width: 160px
	}

	.popup-success-callback .popup__image {
		right: -20px;
		bottom: 0
	}

	.popup .mfp-close {
		width: 25px;
		height: 25px;
		right: 20px;
		top: 20px
	}

	.popup .mfp-close::before {
		width: 9px;
		height: 9px
	}

	.popup .mfp-close:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.popup__title {
		font-size: 22px;
		margin: 40px 0 25px;
		letter-spacing: -1px
	}

	.popup__subtitle {
		font-size: 14px;
		margin-bottom: 15px
	}

	.popup__text {
		font-size: 14px;
		margin-bottom: 15px;
		max-width: 100%
	}

	.popup__form-error {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 1.4
	}

	.popup__form-caption {
		margin-bottom: 10px;
		font-size: 14px
	}

	.popup__form-help {
		font-size: 12px;
		letter-spacing: -0.02em
	}

	.popup__form-input.custom-input input {
		height: 50px;
		padding: 0 15px;
		font-size: 12px
	}

	.popup__form-input.custom-input input::-webkit-input-placeholder {
		font-size: 14px
	}

	.popup__form-input.custom-input input::-moz-placeholder {
		font-size: 14px
	}

	.popup__form-input.custom-input input:-ms-input-placeholder {
		font-size: 14px
	}

	.popup__form-input.custom-input input::-ms-input-placeholder {
		font-size: 14px
	}

	.popup__form-input.custom-input input::placeholder {
		font-size: 14px
	}

	.popup__form-input.custom-input .custom-input__inner._icon-right .custom-input__inner-icon {
		right: 17px
	}

	.popup__form-input.custom-input .custom-input__inner._icon-right .custom-input__inner-body {
		padding-right: 50px;
		padding-left: 15px
	}

	.popup__form-input.custom-input .custom-input__inner-icon {
		left: 17px;
		bottom: 13px
	}

	.popup__form-input.custom-input .custom-input__inner-body {
		padding-left: 50px
	}

	.popup__form-checkbox {
		margin: 20px 0
	}

	.popup__form-checkbox-text {
		font-size: 12px;
		max-width: 180px
	}

	.popup__form-links {
		font-size: 12px;
		max-width: 275px;
		margin-top: 10px
	}

	.popup__form-links._in-box {
		padding: 20px;
		margin-top: 40px
	}

	.popup__form-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 10px
	}

	.popup__form-btn {
		height: 55px;
		width: 100%;
		margin: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.popup__bottom {
		padding-top: 0;
		border-top: none;
		margin-top: 25px
	}

	.popup__bottom-inner {
		padding: 25px
	}

	.popup__bottom-icon {
		display: none
	}

	.popup__bottom-text {
		max-width: 100%;
		text-align: center;
		font-size: 12px
	}

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

	.popup__info-item {
		margin-bottom: 20px
	}

	.popup__info-item:last-child {
		margin-bottom: 0
	}

	.popup__info-left,.popup__info-right {
		max-width: 100%
	}

	.popup__info-text {
		font-size: 16px;
		letter-spacing: -0.03em
	}

	.popup__back {
		margin-bottom: 15px;
		font-size: 12px
	}

	.popup__payment-btn {
		font-size: 16px;
		height: 50px
	}

	.popup__payment-icon {
		height: 15px;
		bottom: 0
	}

	.popup__payment-icon._mobile-hidden {
		display: none
	}

	.popup__payment-chevron {
		display: none
	}

	.popup__price-promocode {
		padding: 30px
	}

	.popup__price-promocode-caption {
		margin-bottom: 6px;
		letter-spacing: -0.03em
	}

	.popup__price-promocode-data {
		font-size: 24px
	}

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

	.popup__flexbox-inner:last-child {
		width: 100%
	}

	.popup__flexbox-inner:last-child .popup__form-input {
		margin-bottom: 10px
	}

	.popup__box-inner:first-child {
		width: calc(45% - 5px)
	}

	.popup__box-inner:last-child {
		width: calc(55% - 5px)
	}

	.popup__stripe-info {
		font-size: 12px;
		letter-spacing: -0.05em;
		margin-bottom: 10px;
		padding-bottom: 10px
	}

	.popup__data-title.popup__title {
		margin-bottom: 40px
	}

	.popup__data-heading {
		font-size: 14px;
		margin-bottom: 15px;
		max-width: 210px
	}

	.popup__data-about {
		font-size: 14px;
		max-width: 210px
	}

	.popup__data-box {
		padding: 30px 20px
	}

	.popup__data-caption {
		font-size: 12px
	}

	.popup__data-info {
		font-size: 14px
	}

	.popup__data-btn._transparent {
		margin-top: 30px;
		font-size: 14px
	}

	.popup__data-btn._transparent .popup__form-btn-icon {
		display: block;
		width: 10px;
		height: 10px;
		margin-right: 5px
	}

	.popup__list-item {
		font-size: 14px
	}

	.popup__list-item span {
		margin-right: 10px;
		min-width: 13px
	}

	.popup__success-box {
		padding: 20px 15px
	}

	.popup__success-title.popup__title {
		margin-bottom: 35px
	}

	.popup__success-heading {
		margin-bottom: 5px;
		font-size: 16px
	}

	.popup__success-image {
		bottom: -20px
	}

	.popup__success-icon {
		width: 100px
	}

	.p-uk #smooth-content {
		padding-top: 0
	}

	.p-uk .main {
		padding-top: 0;
		padding-bottom: 35px
	}

	.p-uk .main .container {
		padding: 0
	}

	.p-uk .main__overtitle {
		font-size: 14px;
		max-width: 280px;
		margin-bottom: 25px
	}

	.p-uk .main__title {
		max-width: 280px;
		margin-bottom: 25px
	}

	.p-uk .main__title img {
		max-width: 100%;
		height: auto
	}

	.p-uk .main__subtitle {
		font-size: 30px;
		font-weight: 500;
		max-width: 270px
	}

	.p-uk .main__wrap {
		min-height: auto;
		padding: 75px 0 175px
	}

	.p-uk .unite {
		padding-bottom: 35px
	}

	.p-uk .unite__title {
		text-align: center;
		max-width: 1160px;
		margin: 0 auto
	}

	.p-uk .unite .smooth-wrapper {
		height: 900px
	}

	.p-uk .unite__image {
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 400px;
		margin: 0 auto
	}

	.p-uk .unite__image-sky {
		display: none
	}

	.p-uk .unite__image-sun {
		right: 10px;
		width: 120px
	}

	.p-uk .unite__image-girl {
		margin-top: 30px;
		margin-right: 60px
	}

	.p-uk .unite__image-baloon {
		top: 100px;
		right: 110px;
		width: 80px
	}

	.p-uk .approach {
		padding-top: 35px
	}

	.p-uk .approach__container {
		padding: 20px 25px 50px;
		background-color: #754AFF;
		border-radius: 45px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.p-uk .approach__image {
		margin-bottom: 15px;
		width: 150px
	}

	.p-uk .approach__heading {
		margin-bottom: 15px;
		font-size: 14px
	}

	.p-uk .approach__text {
		line-height: 1.3;
		letter-spacing: -0.2px;
		font-size: 16px
	}

	.p-uk .testimonials__container {
		background: none
	}

	.p-uk .testimonials__block {
		width: 100%;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.p-uk .reasons__title {
		font-size: 34px;
		margin-bottom: 35px
	}

	.p-uk .reasons__title ._highlighted {
		font-size: 46px
	}

	.p-uk .reasons__title .row {
		font-size: 26px
	}

	.p-uk .reasons__title-icon {
		right: -65px;
		top: -75px;
		width: 160px
	}

	.p-uk .reasons__text._fix-w,.p-uk .reasons__wrapper {
		width: 100%
	}

	.p-uk .reasons__heading {
		border-bottom: 1px solid #ecedf0;
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 0
	}

	.p-uk .reasons__text {
		font-size: 16px
	}

	.p-uk .reasons__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px
	}

	.p-uk .reasons__wrapper {
		margin-bottom: 15px
	}

	.p-uk .reasons__images {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative
	}

	.p-uk .reasons__image {
		position: static;
		width: 40%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 15px 0
	}

	.p-uk .reasons__image img {
		width: 85px
	}

	.p-uk .reasons__image-2 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: 0
	}

	.p-uk .accent-block__wrapper {
		width: 570px;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.p-uk .accent-block .marquee {
		margin-top: 60px
	}

	.p-uk .accent-block .marquee__box {
		height: 50px;
		font-size: 14px
	}

	.p-uk .goals__title {
		margin-bottom: 30px;
		text-align: left
	}

	.p-uk .goals__title span {
		display: block
	}

	.p-uk .goals__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-uk .goals__item {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px
	}

	.p-uk .goals__item:last-child {
		margin-bottom: 0
	}

	.p-uk .goals__item._offset {
		bottom: 0
	}

	.p-uk .goals__item-heading {
		font-size: 18px
	}

	.p-uk .goals__item-wrapper {
		min-height: 160px
	}

	.p-uk .goals__item-icon-1 {
		right: 15px;
		top: -30px;
		width: 80px
	}

	.p-uk .goals__item-icon-2 {
		bottom: -30px;
		left: auto;
		right: 0;
		width: 90px
	}

	.p-uk .goals__item-icon-3 {
		left: 20px;
		top: auto;
		bottom: -25px;
		width: 70px
	}

	.p-uk .involved {
		padding-bottom: 70px
	}

	.p-uk .involved__title {
		font-size: 44px;
		letter-spacing: -2px;
		margin-bottom: 35px
	}

	.p-uk .involved__title-icon {
		width: 70px;
		bottom: 70%;
		left: 90%
	}

	.p-uk .involved__box {
		margin-bottom: 5px;
		min-height: auto
	}

	.p-uk .involved__box-top {
		padding: 55px 20px 30px;
		margin-bottom: 20px
	}

	.p-uk .involved__box-wrapper {
		max-width: none;
		padding: 0 20px;
		margin-bottom: 20px
	}

	.p-uk .involved__box-bottom {
		margin: 20px auto;
		padding: 15px
	}

	.p-uk .involved__box-heading {
		font-size: 18px
	}

	.p-uk .involved__box-text {
		padding: 0 20px
	}

	.p-uk .courses__title {
		margin-bottom: 35px
	}

	.p-uk .courses__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.p-uk .courses .course {
		width: 100%;
		max-width: 450px;
		margin-bottom: 10px
	}

	.p-uk .courses .course:last-child {
		margin-bottom: 0
	}

	.p-uk .courses .course__title {
		font-size: 24px
	}

	.p-uk .courses .course__heading {
		margin-top: 20px
	}

	.p-uk .courses .course__text {
		font-size: 14px
	}

	.p-uk .courses .course__list-item {
		font-size: 14px
	}

	.p-uk .courses .course__inner {
		padding: 0 20px 25px
	}

	.p-uk .courses .course__bottom {
		padding: 20px;
		font-size: 14px
	}

	.p-uk .courses .course__bottom._h-padding {
		padding: 20px
	}

	.p-uk .projects {
		padding-bottom: 35px
	}

	.p-uk .projects .container {
		position: relative;
		margin-bottom: 55px
	}

	.p-uk .projects__top {
		margin-bottom: 35px
	}

	.p-uk .projects__nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.p-uk .projects__slider {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.p-uk .projects .project__wrapper {
		position: static
	}

	.p-uk .projects .project__container {
		background-color: #754AFF;
		padding: 20px 20px 90px;
		border-radius: 40px;
		position: relative;
		max-width: calc(100vw - 40px)
	}

	.p-uk .projects .project__text {
		color: #fff;
		font-size: 15px
	}

	.p-uk .projects .project__btn {
		width: calc(100% - 40px);
		top: auto;
		bottom: 20px;
		left: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		border-radius: 30px;
		height: 55px
	}

	.p-uk .process__image,.p-uk .process__cursors {
		display: none
	}

	.p-uk .process__title {
		font-size: 32px;
		text-align: left;
		letter-spacing: -2px;
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 35px
	}

	.p-uk .process__title-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-uk .process__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-uk .process__item {
		margin-bottom: 5px;
		display: block
	}

	.p-uk .process__item:last-child {
		margin-bottom: 0
	}

	.p-smart .main {
		padding-bottom: 0
	}

	.p-smart .main__title {
		font-size: 32px;
		letter-spacing: -2px;
		line-height: 1.2;
		margin-bottom: 35px
	}

	.p-smart .main__subtitle {
		text-align: left;
		font-size: 16px;
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.p-smart .wish__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.p-smart .wish__item {
		padding: 25px 20px;
		margin-bottom: 10px;
		border-radius: 40px;
		width: 100%
	}

	.p-smart .wish__item:last-child {
		margin-bottom: 0
	}

	.p-smart .wish__item:last-child .wish__item-text br {
		display: none
	}

	.p-smart .wish__item-number {
		width: 35px;
		height: 20px;
		border-radius: 40px;
		font-size: 10px
	}

	.p-smart .wish__item-text {
		font-size: 14px;
		max-width: 215px
	}

	.p-smart .wish__item-icon-1 {
		width: 80px;
		top: -30px;
		right: 15px;
		bottom: auto
	}

	.p-smart .wish__item-icon-2 {
		width: 150px;
		top: auto;
		bottom: -66px;
		right: -20px
	}

	.p-smart .accent-block__title {
		font-size: 24px;
		margin-bottom: 25px;
		letter-spacing: -1.3px
	}

	.p-smart .accent-block__icon {
		display: none
	}

	.p-smart .accent-block__subtitle {
		font-size: 16px;
		margin-top: 20px
	}

	.p-smart .accent-block__wrap {
		padding: 40px 20px 120px;
		margin: 25px 0 150px
	}

	.p-smart .accent-block__wrap-qr {
		bottom: -100px
	}

	.p-smart .accent-block__flexbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 30px 0
	}

	.p-smart .accent-block__flexbox-item {
		margin-bottom: 5px;
		width: 100%
	}

	.p-smart .accent-block__flexbox-item:last-child {
		margin-bottom: 0
	}

	.p-smart .accent-block__btn {
		width: 180px;
		height: 180px;
		font-size: 16px;
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 520px) {
	.container {
		max-width: 100%
	}

	.portfolio__download-buttons {
		gap: 10px;
		margin-top: 20px
	}

	.portfolio__download-button img {
		width: 130px
	}

	.pre-heading {
		font-size: 12px
	}

	.heading {
		font-size: 32px;
		margin-bottom: 30px
	}

	.title {
		font-size: 32px
	}

	.title span {
		-webkit-transform: translateX(-2px);
		-ms-transform: translateX(-2px);
		transform: translateX(-2px)
	}

	.pre-accent-text {
		font-size: 16px
	}

	.accent-text,.ishome .accent-text {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.3
	}

	.reviews {
		display: none
	}

	.btn {
		padding: 19px 25px;
		width: 100%
	}

	.main__container-inner {
		width: 100%;
		position: static
	}

	.main__title {
		max-width: 285px
	}

	.main__text {
		max-width: 280px;
		margin-bottom: 0
	}

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

	.main__wrapper {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.main__image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.main__btns {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		position: static;
		bottom: auto;
		left: auto;
		width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.main__btn {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
		max-width: 280px
	}

	.ishome .main__image {
		width: 400px;
		height: 350px;
		margin: 30px 0 0
	}

	.ishome .main__image-hand {
		top: 90px;
		left: -15px;
		width: 200px
	}

	.ishome .main__image-modal {
		top: 120px;
		right: 30px;
		width: 80px
	}

	.ishome .main__image-graph {
		top: 55px;
		left: 40px;
		width: 340px
	}

	.accent-block__overtitle {
		margin-bottom: 15px
	}

	.accent-block__title {
		margin-bottom: 30px;
		max-width: 280px
	}

	.accent-block__title._wider {
		max-width: 280px;
		font-size: 20px;
		margin-bottom: 20px
	}

	.accent-block__title._less-margin {
		font-size: 20px;
		margin-bottom: 15px
	}

	.accent-block__icon {
		top: 15px
	}

	.accent-block__icon-1 {
		width: 30px;
		bottom: 8px
	}

	.accent-block__icon-1 img {
		height: 40px
	}

	.accent-block__icon-2 {
		width: 25px;
		margin-left: 5px
	}

	.accent-block__icon-2 img {
		height: 38px
	}

	.accent-block__icon-3 {
		width: 20px;
		top: 9px
	}

	.accent-block__icon-3 img {
		height: 30px
	}

	.accent-block__text {
		margin-bottom: 25px
	}

	.accent-block__btns {
		width: 100%;
		margin: 0 auto
	}

	.accent-block__btn {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0
	}

	.accent-block__btn._mobile-style {
		background-color: #855cfe;
		width: 100%
	}

	.accent-block__btn._transparent {
		display: none
	}

	.info__title._less-size {
		font-size: 28px
	}

	.recommends__title {
		margin-bottom: 15px
	}

	.recommends__subtitle {
		font-size: 14px;
		max-width: 230px
	}

	.recommends__data {
		width: 100%
	}

	.recommends__data-item:first-child {
		width: calc(40% - 3px)
	}

	.recommends__data-item:last-child {
		width: calc(60% - 3px)
	}

	.recommends__btn {
		width: 100%
	}

	.discount__wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.discount__btn {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0
	}

	.discount__time {
		display: none
	}

	.posts__top-link {
		position: absolute;
		right: 20px;
		bottom: 0
	}

	.posts__container {
		padding-bottom: 35px
	}

	.posts .post {
		padding: 20px;
		border-radius: 40px
	}

	.posts .post__caption {
		font-size: 14px
	}

	.posts .post__date {
		font-size: 14px
	}

	.posts .post__title {
		font-size: 28px
	}

	.posts .post__text {
		font-size: 16px
	}

	.posts .post__btn {
		width: 100%;
		margin-right: 0;
		padding: 19px 0;
		font-size: 16px
	}

	.posts .post__time {
		display: none
	}

	.reviews .review__text._more {
		max-height: 110px
	}

	.feedback__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 20px
	}

	.feedback__title {
		margin-bottom: 20px;
		font-size: 26px;
		letter-spacing: -1px
	}

	.feedback__text {
		margin-bottom: 15px
	}

	.feedback__form-checkbox {
		margin-bottom: 20px
	}

	.p-course .tools__title {
		font-size: 30px
	}

	.p-course .tools__title br {
		display: none
	}

	.p-course .tools__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.p-course .tools__list-number {
		width: 36px;
		height: 22px;
		font-size: 10px;
		font-weight: 700
	}

	.p-course .tools__list-item {
		width: 220px
	}

	.p-course .classes__item-image {
		height: 170px
	}

	.p-course .timing__title {
		font-size: 24px;
		max-width: 280px
	}

	.p-course .timing__text {
		max-width: 280px
	}

	.p-course .timing__btn {
		width: 100%
	}

	.p-catalog .main__title {
		max-width: 300px
	}

	.p-catalog .main__btn {
		width: 100%;
		margin: 0
	}

	.p-catalog .main__time {
		display: none
	}

	.p-about .main__container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 120px
	}

	.p-about .main__container-inner {
		margin-left: 0
	}

	.p-about .main__title {
		max-width: 300px
	}

	.p-about .main__image {
		margin-top: 0
	}

	.p-about .accent-block__title {
		margin-bottom: 20px
	}

	.p-about .accent-block__title._max-width {
		max-width: 280px
	}

	.p-about .accent-block__text {
		max-width: 280px;
		margin-bottom: 30px
	}

	.p-about .accent-block__text._max-width {
		max-width: 245px
	}

	.p-about .accent-block__btn {
		width: 100%
	}

	.p-about .team__bottom {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.p-about .team__contact {
		display: none
	}

	.p-teachers .main__container {
		padding-bottom: 60px
	}

	.p-teachers .woomen__overtitle {
		margin-bottom: 10px
	}

	.p-teachers .woomen__title {
		font-size: 24px;
		max-width: 280px;
		margin-bottom: 15px
	}

	.p-teachers .woomen__text {
		max-width: 265px;
		margin-bottom: 30px
	}

	.p-teachers .woomen__text br {
		display: none
	}

	.p-teachers .woomen__image {
		width: 550px;
		max-width: none
	}

	.p-teachers .accent-block__text {
		margin-bottom: 10px
	}

	.p-teachers .accent-block__types {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.p-teachers .accent-block__types-item {
		width: 50%;
		margin-right: 0;
		margin-top: 30px
	}

	.p-notFound .notFound {
		height: calc(100vh - 114px);
		min-height: 630px
	}

	.p-notFound .notFound__text {
		max-width: 280px
	}

	.p-notFound .notFound__btn {
		font-size: 16px
	}

	.popup__form-btn {
		font-size: 14px
	}

	.checkout__info {
		padding: 30px 20px
	}

	.checkout__table {
		padding: 10px
	}

	.checkout__table-caption {
		font-size: 13px
	}

	.checkout__table-data {
		font-size: 16px
	}

	.checkout__table-total .checkout__table-data {
		font-size: 18px
	}

	.p-uk .main__wrap {
		border-radius: 0
	}

	.p-uk .main__image {
		max-width: calc(100% + 100px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.p-uk .projects__top {
		margin-bottom: 0
	}

	/* recommends H5适配 */
	.recommends {
		padding: 35px 0
	}

	.recommends__title {
		font-size: 24px;
		letter-spacing: -1px;
		line-height: 1.3;
		margin-bottom: 20px
	}

	.recommends__title span {
		display: block;
		margin-top: 5px
	}

	.recommends__top {
		margin-bottom: 25px
	}

	.recommends__subtitle {
		font-size: 14px;
		max-width: 100%
	}

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

	.recommends__images {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 30px
	}

	.recommends__images-item {
		margin-right: 0;
		margin-bottom: 15px
	}

	.recommends__images-item:last-child {
		margin-bottom: 0
	}

	.recommends__images-inner {
		border-radius: 20px
	}

	.recommends__image {
		width: 100%;
		height: auto
	}

	.recommends__slider {
		max-width: 100%
	}

	.recommends__slider-item {
		height: auto;
		padding-top: 60px;
		padding-bottom: 20px
	}

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

	.recommends__subheading {
		font-size: 14px;
		margin-bottom: 10px
	}

	.recommends__text {
		font-size: 14px;
		line-height: 1.5
	}

	.recommends__data {
		margin-bottom: 20px
	}

	.recommends__data-item {
		padding: 6px 12px;
		font-size: 12px
	}
}

@media only screen and (max-width: 350px) {
	.pre-heading {
		font-size: 10px
	}

	.feedback__title br {
		display: none
	}

	.checkout__table-caption {
		font-size: 10px
	}

	.checkout__table-data {
		font-size: 14px
	}

	.checkout__table-total .checkout__table-data {
		font-size: 16px
	}
}
