/*Убрать полосу прокрутки у элемента*/
.wrapper::-webkit-scrollbar {
	/*width: 0;*/
}

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

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

a,
a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight: inherit;
}

ul,
ul li {
	list-style: none;
}

img {
	vertical-align: top;
	pointer-events: none;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

address {
	font-style: normal;
}

input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}

input::-ms-clear {
	display: none;
}

input,
textarea,
button,
label,
select,
a {
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

button,
input[type="submit"] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
	outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	font-family: 'e-Ukraine';
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	background-color: #fff;
	color: #000;
	overflow: hidden;
}

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
	height: 100%;
	overflow: hidden auto;
	min-width: 360px;
}

.overflow-hidden {
	overflow: hidden;
}

.main {
	flex: 1 0 auto;
}


h1,
.h1 {
	font-family: DR Galushki Hole W01;
	font-size: 80px;
	margin-bottom: 30px;
	line-height: 1;
}

h2,
.h2 {
	font-family: DR Galushki Hole W01;
	font-size: 90px;
	margin-bottom: 30px;
	line-height: 1;
}

h3,
.h3 {
	font-family: DR Galushki Hole W01;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1;
}

p,
.p {
	font-size: 22px;
	font-weight: 200;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #838890;
}


/* */
.section_basket input[type="text"] {
	width: 100%;
	height: 75px;
	padding: 0 30px;
	border-radius: 40px;
	font-size: 17px;
	font-weight: 300;
	background-color: #fff;
	border: 2px solid #fff;
}

.basket-icon {
	width: 24px;
	height: 24px;
	stroke: #000;
}

.search-icon {
	width: 24px;
	height: 24px;
	stroke: #000;
}

.close-icon {
	width: 16px;
	height: 16px;
	stroke: #A5CCFF;
}

.user-icon {
	width: 22px;
	height: 24px;
	stroke: #000;
}

.close-circle-icon {
	width: 30px;
	height: 30px;
	stroke: #B4B4B4;
}

.true-icon {
	width: 12px;
	height: 8px;
	stroke: #000;
}


/* */
.section {
	position: relative;
}

.container {
	margin: 0 auto;
	max-width: 1750px;
	padding: 0 60px;
	position: relative;
}

.container-fluid {
	max-width: 1920px;
}

.container-small {
	max-width: 1530px;
}

.container-msmall {
	max-width: 1290px;
}

.container-mismall {
	max-width: 1050px;
}

.row_wrap {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}

.row_wrap-center {
	align-items: center;
}


.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: relative;
	border-radius: 100px;
	padding: 10px 30px;
	border: 2px solid;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22.5px;
	height: 55px;
}

.btn>svg {
	fill: inherit;
	stroke: inherit;
}

.btn.icon {
	padding: 0;
	width: 55px;
	height: 55px;
}

.btn.btn-lg {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 100px;
	height: 70px;
	padding: 10px 40px;
}

.btn.btn-lg.icon {
	padding: 0;
	width: 70px;
	height: 70px;
}

.btn.btn-primary {
	border-color: #0170FE;
	background-color: #0170FE;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}

.btn.btn-primary:hover {
	border-color: #01CFFF;
	background-color: #01CFFF;
}

.btn.btn-primary1 {
	border-color: #1EC4D1;
	background-color: #1EC4D1;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}

.btn.btn-primary1.disabled {
	border-color: #96EBF4;
	background-color: #fff;
	color: #96EBF4;
	fill: #96EBF4;
	stroke: #96EBF4;
}

.btn.btn-primary1:not(.disabled):hover {
	border-color: #39E1EE;
	background-color: #39E1EE;
}

.btn.btn-primary2 {
	border-color: #CB00FF;
	background-color: #CB00FF;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}

.btn.btn-primary2.disabled {
	border-color: #FCF2FF;
	background-color: #FCF2FF;
	color: #000;
	fill: #000;
	stroke: #000;
}

.btn.btn-primary2:not(.disabled):hover {
	border-color: #FC68FF;
	background-color: #FC68FF;
}


.btn.btn-primary3 {
	border-color: #FFB800;
	background-color: #FFB800;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}

.btn.btn-primary3:hover {
	border-color: #FFD600;
	background-color: #FFD600;
}

.btn.btn-primary4 {
	border-color: #FF9702;
	background-color: #FF9702;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}

.btn.btn-primary4:hover {
	border-color: #FFB800;
	background-color: #FFB800;
}

.btn.btn-warning {
	border-color: #FFB800;
	background-color: #FFB800;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}

.btn.btn-file {
	padding: 0 20px;
	border-color: #A9EEF3;
	background: none;
	color: #1EC4D1;
	fill: #1EC4D1;
	stroke: #1EC4D1;
}

.btn.btn-file:hover {
	border-color: #1EC4D1;
	background-color: #1EC4D1;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}




a {
	color: #0170FE;
}

a.inherit {
	color: inherit;
}

p {
	line-height: 1.65;
	color: #69707D;
}


.w-100 {
	width: 100%;
}

.text-center {
	text-align: center;
}


.header {
	padding: 14px 0;
	position: sticky;
	top: 0;
	z-index: 98;
	background-color: #fff;
}

.header .row_wrap {
	gap: 30px;
}

.header_left {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header_left .btn-burger {
	display: none;
}

.header_left-logo-icon {
	width: 340px;
	height: 90px;
}

.header_center {
	margin: 10px auto;

}

.header_center-menu__item,
.header_center-menu ul {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.header_center-menu__item--li,
.header_center-menu ul li {
	position: relative;
}

.header_center-menu__item--li>.header_center-menu__item--childs {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding-top: 0;
	-webkit-transition: 0.300s opacity, 0.300s visibility ease-out, 0.300s all;
	-moz-transition: 0.300s opacity, 0.300s visibility ease-out, 0.300s all;
	-o-transition: 0.300s opacity, 0.300s visibility ease-out, 0.300s all;
	-ms-transition: 0.300s opacity, 0.300s visibility ease-out, 0.300s all;
	transition: 0.300s opacity, 0.300s visibility ease-out, 0.300s all;
}

.header_center-menu__item--li:hover>.header_center-menu__item--childs {
	opacity: 1;
	visibility: visible;
	padding-top: 50px;
}

.header_center-menu__item--li>.header_center-menu__item--childs>.menu_view-item__ul {
	padding: 16px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 30px 0px rgba(255, 151, 2, 0.3);
	z-index: 9;
}

.header_center-menu__item--li:hover .arrow-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	stroke: #FF9702;
}

.header_center-menu__item--a,
.header_center-menu ul li a {
	color: #000;
	/*font-size: 15px;*/
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
}

.header_center-menu__item--a.active,
.header_center-menu__item--a:hover {
	color: #FF9702;
}

.header_center-menu__item--a .arrow-icon {
	-webkit-transition: -webkit-transform .300s ease-out;
	-moz-transition: -moz-transform .300s ease-out;
	-o-transition: -o-transform .300s ease-out;
	-ms-transition: -ms-transform .300s ease-out;
	transition: transform .300s ease-out;
}

.header_center-menu__item--a.active .arrow-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	stroke: #FF9702;
}

.header_right-list {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 32px;
}

.header_right-list__item--li {
	position: relative;
}

.header_right-list__item--a___desctop {
	display: inline-flex;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-radius: 30px;
	background: #FCF2FF;
	color: #CB00FF;
	stroke: #CB00FF;
	font-size: 15px;
	line-height: 15px;
	height: 55px;

	white-space: nowrap;
}

.header_right-list__item--a___desctop svg {
	stroke: inherit;
}

.header_right-list__item--a___desctop+.header_right-list__item--a___mobile {
	display: none;
}

.header_right-list__item--a___count {
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 100%;
	bottom: -7px;
	right: -9px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	background-color: #FFD600;
	color: #000;
}

.btn-partition {
	width: 3px;
	height: 35px;
	border-radius: 2px;
	background-color: #FEE4FF;
}


.menu_view {
	position: relative;
}

.menu_view-item {
	position: absolute;
	left: 200px;
	padding: 16px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 30px 0px rgba(255, 151, 2, 0.3);
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	-webkit-transition: 0.300s opacity, 0.300s visibility ease-out;
	-moz-transition: 0.300s opacity, 0.300s visibility ease-out;
	-o-transition: 0.300s opacity, 0.300s visibility ease-out;
	-ms-transition: 0.300s opacity, 0.300s visibility ease-out;
	transition: 0.300s opacity, 0.300s visibility ease-out;
}

.menu_view-item.open {
	visibility: visible;
	opacity: 1;
}

.menu_view-item__ul--li.divider {
	height: 6px;
	margin: 5px 0;
	overflow: hidden;
	background-color: #FCF2FF;
	border-radius: 3px;
}

.menu_view-item__ul--a {
	padding: 21px 19px;
	line-height: 18px;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 16px;
	color: rgba(0, 0, 0, 1);
}

.menu_view-item__ul--a:hover {
	background: rgba(255, 239, 217, 1);
	color: rgba(255, 151, 2, 1);
}

.menu_view-item__ul.account .menu_view-item__ul--a:hover {
	background: #FCF2FF;
	color: #CB00FF;
}


.search_block {
	position: absolute;
	right: -2px;
	z-index: 3;
	top: -12.5px;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: 0.300s ease-out;
	-moz-transition: 0.300s ease-out;
	-o-transition: 0.300s ease-out;
	-ms-transition: 0.300s ease-out;
	transition: 0.300s ease-out;
}

.search_block.open {
	visibility: visible;
	opacity: 1;
}

.search_block-form {
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 30px;
	background-color: #EBF4FF;
	border: 2px solid #EBF4FF;
}

.search_block-input {
	background: none;
	height: 50px;
	width: 100%;
	padding: 0 45px 0 57px;
	z-index: 2;
}

.search_block-close {
	position: absolute;
	right: 23px;
	width: 16px;
	height: 16px;
	z-index: 3;
}

.search_block-form .search-icon {
	position: absolute;
	left: 17px;
	stroke: #0170FE;
	z-index: 1;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.audio {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 20px;
	border-radius: 15px;
	background-color: #CB00FF;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}

.audio .audio-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	width: 20px;
	min-height: 20px;
	height: 20px;
}

.audio .time {
	width: 45px;
}

.audio .audio-button svg {
	position: absolute;
}

.audio .audio-button svg:nth-child(2) {
	display: none;
}

.audio.active .audio-button svg:nth-child(1) {
	display: none;
}

.audio.active .audio-button svg:nth-child(2) {
	display: block;
}




.paginations {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	gap: 30px;
}

.paginations-left {
	font-size: 14px;
	font-weight: 200;
	color: #69707D;
}

.pagination {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: #69707D;
}

.pagination a,
.pagination span {
	width: 40px;
	height: 40px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	fill: #1EC4D1;
	stroke: #1EC4D1;
	border-radius: 100%;
}

.pagination a:hover,
.pagination a.active,
.pagination span {
	background-color: #EAFDFF;
	color: #1EC4D1;
}

.pagination .tr a,
.pagination .tr span {
	background: none;
	color: inherit;
}


.files {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	gap: 15px;
}

.files-item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.files-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.files-delete {
	position: absolute;
	bottom: 10px;
	right: 10px;
	stroke: #fff;
	fill: #fff;
}



.comment {
	position: relative;
	margin: 0 -30px;
	padding: 30px;
	border-radius: 20px;
}

.comment:hover,
.comment.active {
	background-color: #FFFBFF;
}

.comment.reply {
	margin: 30px -30px;
	background-color: #DAFCFF;
}

.comment-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: DR Galushki Hole W01;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 40px;
	gap: 30px;
}

.comment-delete {
	fill: #1EC4D1;
	stroke: #1EC4D1;
	color: #1EC4D1;
}

.comment-delete:hover {
	fill: #5cf3ff;
	stroke: #5cf3ff;
	color: #5cf3ff;
}

.comment-delete svg {
	fill: inherit;
	stroke: inherit;
}

.comment-textarea {
	width: 100%;
	padding: 30px;
	border-radius: 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 30px;
	resize: vertical;
	background-color: #fff;
}

.comment-block {
	display: flex;
	margin: 0 -20px;
}

.comment-left {
	padding: 0 20px;
}

.comment-right {
	width: 100%;
	padding: 0 20px;
}

.comment-top {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 15px;
}

.comment-audio {
	margin: 30px 0;
}

.comment-image {
	width: 150px;
	height: 150px;
	display: flex;
	border-radius: 100%;
	border: 10px solid #fff;
	overflow: hidden;
}

.comment-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comment-video {
	display: flex;
	align-items: center;
	justify-content: center;
}

.comment-video svg {
	position: absolute;
}

.comment-name {
	display: flex;
	align-items: center;
	gap: 30px;
	font-size: 24px;
	font-weight: 300;
}

.comment-profession {
	font-size: 16px;
	font-weight: 500;
	border-radius: 35px;
	line-height: 35px;
	padding: 0 12px;
	background-color: #CB00FF;
	color: #fff;
}

.comment-infos {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.comment-info__item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #CB00FF;
	fill: #CB00FF;
	stroke: #CB00FF;
}

.comment-description {
	font-size: 20px;
	font-weight: 200;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #838890;
}

.comment-images {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin: 30px 0;
}

.comment-images img {
	border-radius: 20px;
}

.comment-button__btn {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #CB00FF;
}

.comment-child {
	padding-left: 170px;
}

.comment-child .comment:not(.reply):before {
	content: '';
	position: absolute;
	left: -75px;
	top: 35px;
	width: 65px;
	height: 70px;
	display: block;
	border-radius: 0px 0 0 20px;
	border: 3px solid;
	border-width: 0 0 3px 3px;
	border-color: #F7CCFF;
}

.comment-child .comment:not(.last):not(.reply)::after {
	content: '';
	position: absolute;
	left: -75px;
	top: 40px;
	width: 3px;
	height: 100%;
	background-color: #f7ccff;
}

.comment-file {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 13px;
	font-weight: 200;
	line-height: 1.6;
	margin-bottom: 30px;
}


/* popup */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background-color: #5e3d3d00;
	-webkit-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	transition: all 0.3s, background-color 0.3s linear;
}

.popup:not(:target) {
	opacity: 0;
	visibility: hidden;
}

.popup.open,
.popup:target {
	opacity: 1;
	visibility: visible;
}

.popup::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffb8003d;
}

.popup-body {
	position: fixed;
	left: 50%;
	top: 50%;
	width: calc(100% - 30px);
	max-width: 1000px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0.1);
	transform: translateX(-50%) translateY(-50%) scale(0.1);
	opacity: 0;
	transition: all 0.3s;
	padding: 40px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 4px 30px 0px rgba(255, 184, 0, 0.35);
	overflow: auto;
	max-height: 96%;
}

.popup-body.lg {
	max-width: 1410px;
}

.popup-body.lgs {
	max-width: 1325px;
	padding: 30px;
}

.popup-body.small {
	max-width: 670px;
}

.popup-body.msmall {
	max-width: 500px;
}

.popup-body.mismall {
	max-width: 400px;
}

.popup.open .popup-body,
.popup:target .popup-body {
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
	opacity: 1;
}

.popup-body .pupup-close {
	z-index: 9;
	position: absolute;
	right: 15px;
	top: 15px;
	stroke: #FF9702;
	fill: #FF9702;
	opacity: .3;
}

.popup-body .pupup-close:hover {
	opacity: 1;
}

.popup-body.lgs .pupup-close {
	right: 40px;
	top: 40px;
	fill: #fff;
	stroke: #fff;
}

.popup-body .pupup-close svg {
	fill: inherit;
	stroke: inherit;
}

.popup-body.notpadding {
	padding: 0;
}

.pupup-body_title {
	font-weight: 500;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-right: 35px;
}

.pupup-body_title.center {
	text-align: center;
	padding-left: 35px;
}

.pupup-body_description {
	display: inline-block;
	width: 100%;
}

.pupup-body_bottom {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
	font-size: 14px;
	line-height: 1.3;
}

.pupup-body_bottom+.pupup-body_description {
	margin-top: 25px;
}

.pupup-body_bottom .btn {
	min-width: 33.333%;
	margin: 0 10px;
}

/* */


/* Tabs */
.tabs_item {
	position: relative;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}

.tabs_item .tabs_item-block {
	display: none;
	width: 100%;
}

.tabs_item .tabs_item-block.active {
	display: block;
}

.tabs_item-design--account:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	border-radius: 3px;
	background: #EFEFEF;
}

.tabs_item-design--account .tabs_item-button {
	position: relative;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: 200;
	line-height: 20px;
	padding: 0 10px 21px 15px;
	color: #69707D;
}

.tabs_item-design--account .tabs_item-button.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	border-radius: 3px;
	z-index: 1;
	background: #FFB800;
}

/* */

.social_auth-title {
	text-align: center;
	font-size: 14px;
	font-weight: 200;
	line-height: 14px;
	margin: 30px 0 20px 0;
}

.social_auth-items {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}

.social_auth-items__item {
	width: 50%;
	padding-left: 20px;
	padding-bottom: 20px;
}

.social_auth-items__item--btn {
	font-family: Figtree;
	font-size: 15px;
	font-weight: 600;
	border-radius: 25px;
	padding: 13px 30px;
	display: flex;
	align-items: center;
	background-color: #F2F2F2;
	color: #060D17;
}

.social_auth-items__item--btn svg {
	margin-right: 10px;
}

.social_auth-items__item--btn:hover {
	cursor: pointer;
}

.social_auth-items__item--btn.facebook {
	background-color: #3C5B97;
	color: #f6f6f6;
}

.partition_account {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 30px 0;
}

.partition_account-line {
	height: 2px;
	width: 100%;
	border-radius: 10px;
	background: #EFEFEF;
}

.partition_account-text {
	margin: 0 13px;
	font-family: HelveticaNeueCyr;
	font-size: 14px;
	color: #69707D;
}

.form-default .form-title {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 30px;
	color: #0170FE;
}

.form-default button[type="submit"] {
	width: 100%;
}

.form-group-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -7.5px 15px -7.5px;
}

.form-group:nth-last-child(n+2) {
	margin-bottom: 15px;
}

.form-group-row .form-group {
	width: 50%;
	padding: 0 7.5px;
	padding-right: 7.5px;
	margin: 0;
}

.form-group {
	position: relative;
}

.form-group label:not([class]) {
	position: absolute;
	left: 22.5px;
	top: 0;
	transition: all 0.3s;
	overflow: hidden;
	color: #8b8b8b;
	white-space: nowrap;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	font-size: 13px;
}

.form-buttons {
	margin-top: 30px;
}

.form-group.lg label:not([class]) {
	left: 35px;
}

.form-group input:not(:placeholder-shown)+label:not([class]),
.form-group textarea:not(:placeholder-shown)+label:not([class]) {
	opacity: 1;
	visibility: visible;
	top: -7.5px;
}

.form-control {
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	height: 55px;
	border-radius: 35px;
	border: 1px solid #E9E8E8;
	background-color: #fff;
	padding: 0 25px;
	color: #000;
}

.form-control::placeholder {
	color: #8b8b8b;
}

.form-group.lg .form-control {
	height: 75px;
	font-size: 20px;
	padding: 0 35px;
}

.form-control[data-telephone-mask],
.form-group .form-control[data-telephone-mask],
.form-group.lg .form-control[data-telephone-mask] {
	padding-left: 145px;
}

.form-group.mb-lg {
	margin-bottom: 30px;
}

.form-control.form-textarea,
.form-group.lg .form-control.form-textarea {
	border-radius: 20px;
	padding: 30px;
	height: auto;
}

.form-group.social {
	display: flex;
	align-items: center;
}

.form-group.social .icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 45px;
	height: 45px;
}

.form-group.lg.social .icon {
	width: 65px;
	height: 65px;
}

.form-group.social .icon svg {
	width: inherit;
	height: inherit;
}

.form-group.social .form-control {
	padding-left: 60px;
}

.form-group.lg.social .form-control {
	padding-left: 85px;
}

.form-checkbox {
	position: relative;
}

.form-checkbox:nth-last-child(n+2) {
	margin-bottom: 15px;
}

.form-checkbox input {
	display: none;
}

.form-checkbox label {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-left: 55px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.6;
}

.form-checkbox label::before {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	width: 40px;
	height: 40px;
	border-radius: 15px;
	border: 3px solid #BCDAFF;
	background-color: #fff;
}

.form-checkbox input:checked+label::after {
	content: '';
	position: absolute;
	height: 12px;
	width: 8px;
	border-bottom: 3px solid #0170fe;
	border-right: 3px solid #0170fe;
	transform: rotate(43deg);
	left: 16px;
	top: 8px;
}


.sorts {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	gap: 15px 30px;
}

.selectdefault {
	position: relative;
}

.selectdefault .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 40px 12px 20px;
	border-radius: 40px;
	height: 45px;
	font-size: 15px;
	font-weight: 300;
	cursor: pointer;
	text-wrap: nowrap;
	background-color: #fff;
	border: 3px solid #EFA8FF;
}

.selectdefault .title:after {
	content: '';
	position: absolute;
	top: calc(50% - 7.5px);
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.selectdefault.open .title:after {
	top: 50%;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.selectdefault .items {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	padding: 10px 0;
	margin-top: 5px;
	border-radius: 20px;
	z-index: 1;
	background-color: #fff;
	filter: drop-shadow(0px 4px 30px rgba(0, 176, 191, 0.30));
}

.selectdefault.open .items {
	display: block;
}

.selectdefault .items .item {
	width: 100%;
	display: block;
}

.selectdefault .items .item input {
	display: none;
}

.selectdefault .items .item span {
	display: block;
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 300;
	color: #000;
}

.selectdefault .items .item:hover span,
.selectdefault .items .item input:checked+span {
	color: #69707D;
}



.agree {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}

.agree a {
	color: #1EC4D1;
}

.form-group.checkbox {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	font-weight: 200;
	margin: 20px 0 40px 0;
}

.form-group.checkbox input {
	display: none;
}

.form-checkbox-label {
	display: flex;
	align-items: center;
	padding-right: 10px;
	margin-right: auto;
}

.form-checkbox-pole {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	min-width: 25px;
	width: 25px;
	height: 25px;
	border-radius: 8px;
	border: 1px solid #E9E8E8;
	stroke: #000;
}

.form-checkbox-pole svg {
	display: none;
	stroke: inherit;
}

.form-group.checkbox input:checked+.form-checkbox-label .form-checkbox-pole svg {
	display: block;
}

.form-group.checkbox label a {
	font-size: 14px;
	font-weight: 200;
	color: #0170FE;
}

.form-group.checkbox label+a {
	text-decoration: underline;
	text-decoration-line: underline;
	color: #69707D;
}




.footer {
	flex: 0 0 auto;
	padding: 70px 0;
}

.footer_left-top {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	gap: 27px;
}

.footer_left-logo-icon {
	width: 340px;
	height: 90px;
}


.socials {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	gap: 11.25px;
}

.socials svg {
	width: 50px;
}

.copyright {
	color: #8b8b8b;
	font-size: 20px;
	font-weight: 200;
	line-height: 34px;
	margin-bottom: 45px;
}

.creator {
	font-size: 20px;
	font-weight: 200;
	line-height: 16px;
	text-transform: uppercase;
}

.creator a {
	text-decoration: underline;
}

.creator a:hover {
	color: #01CFFF;
}

.footer_right-row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

.footer_right {
	width: 50%;
}

.footer_right-menu {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
}

.footer_right-menu li {
	color: #000;
	font-size: 22px;
	font-weight: 300;
}

.footer_right-menu li>span {
	display: block;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.footer_right-menu ul {
	margin-top: 15px;
}

.footer_right-menu ul li {
	margin-top: 23px;
}

.footer_right-menu ul li a {
	color: #000;
	font-size: 20px;
	font-weight: 200;
}

.footer_right-menu ul li a:hover {
	color: #FF9702;
}

.footer_right .copyright,
.footer_right .creator {
	display: none;
}

.mobile_menu,
.mobile_menu.open {
	display: none;
}


.fileblock input {
	display: none;
}

.fileblock-block {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.6;
	color: #8b8b8b;
}



/* Section */
.section_home {
	padding: 100px 0 150px 0;
}

.section_home.section_landing {
	padding-bottom: 30px;
	min-height: 863px;
}

.section-heading {
	position: relative;
	text-align: center;
	margin: 100px 0 65px 0;
}

.section-heading.left {
	text-align: left;
}

.section_home-row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section_home-left {
	width: 40%;
	position: relative;
	z-index: 1;
	line-height: 1;
}

.section_home-left h3 {
	font-family: e-Ukraine;
	text-transform: uppercase;
	color: #69707D;
}

.section_home-left h2 {
	margin-bottom: 45px;
}

.section_home-left p {
	margin-bottom: 0;
}

.section_home-left .btn {
	height: 70px;
	font-size: 22px;
	font-weight: 500;
}

.section_home-left p+.btn {
	margin-top: 60px;
}

.section_home-right {
	position: relative;
	width: 50%;
	height: 500px;
}

/* Icons section_home */
.section_home .icon-bg {
	position: absolute;
	right: 0;
	top: 0;
}

.section_home .icon-planet-full {
	position: absolute;
	right: 715px;
	top: 0;
}

.section_home .icon-planet-small {
	position: absolute;
	right: 675px;
	top: -21px;
}

.section_home .icon-planet-small2 {
	position: absolute;
	right: 603px;
	top: 85px;
}

.section_home .icon-planet-small3 {
	position: absolute;
	right: 647px;
	top: 170px;
}

.section_home .icon-dog {
	position: absolute;
	right: 652px;
	top: 320px;
}

.section_home .icon-logo {
	position: absolute;
	right: 0;
	top: -7px;
}

.section_home .icon-planet-right1 {
	position: absolute;
	top: 542px;
	right: 238px;
}

.section_home .icon-planet-right2 {
	position: absolute;
	right: 190px;
	top: 548px;
}

.section_home .icon-line-right {
	position: absolute;
	right: 42px;
	top: 490px;
}

.section_home .icon-all-xs {
	display: none;
}

/* END Icons section_home */


.section_program-program {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px 0;
	margin: 0 -15px 165px -15px;
}

.program_card {
	width: 33.333%;
	padding: 0 15px;
	max-width: 480px;
}

.section_program-program.two .program_card {
	width: 50%;
	max-width: 100%;
}

.section_program-program.two .program_card-info {
	max-width: 100%;
}

.program_card-block {
	position: relative;
	height: 100%;
	z-index: 1;
}

.program_card-info {
	position: relative;
	display: flex;
	flex-direction: column;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	max-width: 450px;
	padding: 220px 30px 80px 30px;
	border-radius: 20px;
	height: 100%;
	overflow: hidden;
}

.program_card-font {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
}

.program_card-info h3 {
	text-align: center;
	font-family: DR Galushki Hole W01;
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 30px;
}

.program_card-info ol {
	font-size: 20px;
	font-weight: 200;
	list-style: none;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: column;
	margin-top: auto;
	gap: 20px;
}

.program_card-info ol li {
	display: flex;
	gap: 10px;
}

.program_card-info ol li span:first-child {
	padding-top: 5px;
	min-width: max-content;
}

.section_program-program .program_card:nth-child(1) svg {
	fill: #CB00FF;
}

.section_program-program .program_card:nth-child(1) .btn {
	background-color: #CB00FF;
	border-color: #CB00FF;
	color: #fff;
}

.section_program-program .program_card:nth-child(2) svg {
	fill: #0170FE;
}

.section_program-program .program_card:nth-child(2) .btn {
	background-color: #0170FE;
	border-color: #0170FE;
	color: #fff;
}

.section_program-program .program_card:nth-child(3) svg {
	fill: #FFB800;
}

.section_program-program .program_card:nth-child(3) .btn {
	background-color: #FFB800;
	border-color: #FFB800;
	color: #fff;
}

.program_card-block .buttons {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	left: 0;
}

.program_card-block .buttons .btn {
	position: absolute;
}

.section_program-video__design2 {
	margin: 150px 0 100px 0;
}

.section_program-video_buttons {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_program-video__block {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	transition: .300s all;
}

.section_program-video__block.expand {
	max-height: 150px;
}

.section_program-video__block img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 30%;
}

.section_program-video__block img:nth-child(2) {
	width: 100%;
}

.section_program-video__block svg {
	position: absolute;
	fill: #fff;
	stroke: #fff;
}

.section_program-video__block::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}

.section_program-video__block:hover svg {
	fill: #0470fe;
	stroke: #0470fe;
}

/* Icons section_program */
.section_program .icon-rocket {
	position: absolute;
	top: 30%;
	left: 30px;
}

.section_program .icon-line {
	position: absolute;
	right: 0;
	top: 40px;
}

.section_program .icon-planet {
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.section_program .icon-planet-left {
	position: absolute;
	right: 100%;
	top: -100px;
	z-index: 1;
}

.section_program .icon-planet-right {
	position: absolute;
	left: 100%;
	bottom: 0;
}

/* END Icons section_program */
.section-studentworksofthislesson {
	position: relative;
	margin: 150px 0;
}

.section-studentworksofthislesson .icon-dog {
	position: absolute;
	left: 0;
}

.section_choose {
	margin-top: 80px;
	margin-bottom: 30px;
	padding: 100px 0 80px 0;
	background-color: #EBF4FF;
}

.section_choose.intensive {
	margin-top: 0;
}

.section_choose-heading {
	text-align: center;
	margin: 0 auto;
}

.section_choose-heading p {
	margin-bottom: 100px;
}

.section_choose-items {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.section_choose-items .items {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 33.333%;
	padding: 0 15px;
	gap: 90px;
}

.section_choose-items .items:nth-child(2) {
	padding-top: 60px;
}

.section_choose-items .items .items-item {
	position: relative;
	border-radius: 20px;
	padding: 90px 50px 30px 50px;
	background-color: #fff;
	box-shadow: 0px 4px 30px 0px rgba(1, 112, 254, 0.20);
}

.section_choose-items .items .items-item .items-item__icon {
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_choose-items .items .items-item .items-item__icon img {
	position: absolute;
}

.section_choose-items .items .items-item .items-item__block {
	text-align: center;
}

.section_choose-items .items .items-item .items-item__title {
	font-family: DR Galushki Hole W01;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 15px;
}

.section_choose-items .items .items-item .items-item__description {
	font-size: 20px;
	font-weight: 200;
}

/* Icons section_choose */
.section_choose .icon-dog {
	position: absolute;
	left: 0;
	top: 20px;
}

.section_choose .icon-bg {
	position: absolute;
	right: 0;
	top: -100px;
}

.section_choose .icon-line {
	position: absolute;
	bottom: 0;
	left: 0;
}

.section_choose .icon-planet {
	position: absolute;
	right: 0;
	bottom: -30px;
}

.section_choose .icon-planet-left {
	position: absolute;
	bottom: -170px;
	left: -150px;
}

/* END Icons section_choose */


.section_aboutourschool {
	padding: 140px 0 20px 0;
}

.section_aboutourschool-block {
	position: relative;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	padding: 90px 50% 90px 90px;
	background-color: #FFEFD9;
}

.section_aboutourschool-block h3 {
	font-family: DR Galushki Hole W01;
	font-size: 60px;
	font-weight: 400;
	margin-bottom: 30px;
}

.section_aboutourschool-block p {
	font-weight: 200;
	margin-bottom: 50px;
	color: #000;
}

.section_aboutourschool-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #FF9702;
	fill: #FF9702;
}

.section_aboutourschool-btn svg {
	fill: inherit;
}

/* Icons section_aboutourschool */
.section_aboutourschool .icon-planet {
	position: absolute;
	top: 10px;
	left: 75px;
}

.section_aboutourschool .icon-font-right {
	position: absolute;
	right: -115px;
	bottom: -68px;
}

/* END Icons section_aboutourschool */


.section_worksofourstudentstoreviewsabouttoschool {
	padding-top: 75px;
}

.section_worksofourstudents {
	padding: 75px 0 95px 0;
	background-color: #EBFFE1;
}

.section_worksofourstudents h2 {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.section_worksofourstudents-items {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	margin: 0 -15px;
}

.section_worksofourstudents-items__item {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 0 15px;
	width: 33.333%;
	gap: 30px;
}

.section_worksofourstudents-items__item a {
	overflow: hidden;
	border-radius: 20px;
}

.section_worksofourstudents-items__item img {
	width: 100%;
}


.section_reviewsabouttoschool {
	margin: 60px 0;
}

.section_reviewsabouttoschool-heading {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 30px auto;
}

.section_reviewsabouttoschool-heading p {
	font-weight: 200;
	color: #000;
}

.section_reviewsabouttoschool .icon-planets {
	position: absolute;
	right: 100%;
	top: -160px;
	margin-right: 60px;
}

.section_reviewsabouttoschool .icon-planet-right {
	position: absolute;
	left: 100%;
	top: -80px;
	margin-left: -45px;
}

.review_block {
	position: relative;
	padding: 0 50px 75px 50px;
	margin-top: 75px;
	margin-bottom: 35px;
	border-radius: 20px;
	background-color: #F9F0FF;
}

.review_block-heading {
	display: flex;
	align-items: flex-end;
	gap: 40px;
	margin-bottom: 30px;
}

.review_block-heading__left {
	width: 200px;
	height: 200px;
	margin-top: -80px;
	border-radius: 100%;
	overflow: hidden;
	border: 10px solid #fff;
}

.review_block-heading__right .title {
	display: inline-block;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #000;
}

.review_block-heading__right .descriptions {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #CB00FF;
	fill: #CB00FF;
}

.review_block-heading__right .descriptions svg {
	fill: inherit;
}

.review_block-heading__right .descriptions .descriptions-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.review_block-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.review_block-buttons .btn {
	position: absolute;
	background-color: #CB00FF;
	color: #fff;
	fill: #fff;
	stroke: #fff;
}

.swiper-pagination.default {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 30px;
	overflow: unset;
}

.swiper-pagination.default .swiper-pagination-bullet {
	min-width: 14px;
	width: 14px;
	min-height: 14px;
	height: 14px;
	transform: none;
}

.swiper-pagination.default .swiper-pagination-bullet.swiper-pagination-bullet-active {
	min-width: 20px;
	width: 20px;
	min-height: 20px;
	height: 20px;
}

/* Icons section_worksofourstudentstoreviewsabouttoschool */
.section_worksofourstudentstoreviewsabouttoschool .icon-planet {
	position: absolute;
	bottom: 0;
	left: 45px;
}

.section_worksofourstudentstoreviewsabouttoschool .icon-bg {
	position: absolute;
	top: 0;
	right: 0;
}

/* END Icons section_worksofourstudentstoreviewsabouttoschool */


.section_firstlessonisfree {
	padding: 100px 0;
	margin: 100px 0;
	background-color: #DAFCFF;
}

.section_firstlessonisfree-row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -50px;
	z-index: 1;
	position: relative;
}

.section_firstlessonisfree-left {
	width: 37%;
	padding: 0 50px;
}

.section_firstlessonisfree-left .h3 {
	font-family: e-Ukraine;
	text-align: center;
	font-size: 30px;
	margin-bottom: 25px;
	color: #1EC4D1;
}

.section_firstlessonisfree-form .btn {
	width: 100%;
}

.section_firstlessonisfree-right {
	position: relative;
	display: flex;
	flex-flow: column;
	width: 63%;
	padding: 0 25% 100px 50px;
}

.section_firstlessonisfree-right h2 {
	margin-bottom: 35px;
}

.section_firstlessonisfree-right p {
	font-weight: 200;
}

/* Icons section_firstlessonisfree */
.section_firstlessonisfree .icon-bg-left {
	position: absolute;
	top: -100px;
	left: 0;
	max-width: 13%;
}

.section_firstlessonisfree .icon-bg-right {
	position: absolute;
	top: -95px;
	right: 0;
	max-width: 54%;
}

.section_firstlessonisfree .icon-font-right {
	position: absolute;
	right: -140px;
	bottom: -100px;
}

.section_firstlessonisfree .icon-planet {
	position: absolute;
	top: 78%;
	right: 290px;
}

/* END Icons section_firstlessonisfree */



.section_howtoenroll-top {
	text-align: center;
}

.section_howtoenroll-bottom {
	position: relative;
	margin-bottom: 100px;
}

.section_howtoenroll-items {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin: 60px -15px 20px -15px;
	gap: 15px 0;
}

.section_howtoenroll-item {
	width: 33.333%;
	padding: 15px;
}

.section_howtoenroll-item__block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	padding: 50px;
	text-align: center;
	border-radius: 20px;
}

.section_howtoenroll-item__block .noindex_absolute {
	border-radius: 20px;
}

.section_howtoenroll-item:nth-child(1) .section_howtoenroll-item__block {
	background-color: #FFF7CB;
	box-shadow: 0px 4px 30px 0px rgb(255 221 123 / 20%);
}

.section_howtoenroll-item:nth-child(2) .section_howtoenroll-item__block {
	background-color: #ffe9fe;
	box-shadow: 0px 4px 30px 0px rgb(251 151 255 / 20%);
}

.section_howtoenroll-item:nth-child(3) .section_howtoenroll-item__block {
	background-color: #FFEFD9;
	box-shadow: 0px 4px 30px 0px rgb(255 202 129 / 20%);
}

.section_howtoenroll-item:nth-child(2) {
	padding: 60px 15px;
}

.section_howtoenroll-item__number {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.section_howtoenroll-item__number--block {
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: DR Galushki Hole W01;
	font-size: 50px;
	font-weight: 400;
	flex-flow: column;
	line-height: 0.8;
	padding-bottom: 5px;
	background-color: #FFD600;
	color: #fff;
}

.section_howtoenroll-item__number span+span {
	font-size: 30px;
}

.section_howtoenroll-item:nth-child(2) .section_howtoenroll-item__number .section_howtoenroll-item__number--block {
	background-color: #FC68FF;
}

.section_howtoenroll-item:nth-child(3) .section_howtoenroll-item__number .section_howtoenroll-item__number--block {
	background-color: #FF9702;
}

.section_howtoenroll-item__name {
	position: relative;
	z-index: 1;
	font-size: 28px;
	font-weight: 200;
}

/* END Section */


.section_startlearningtoday {
	margin-bottom: 150px;
	background-color: #EBF4FF;
}

.section_startlearningtoday-row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

.section_startlearningtoday-left {
	width: 49%;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.section_startlearningtoday-right {
	width: 49%;
	margin-top: 65px;
}

.section_startlearningtoday .h3 {
	font-family: e-Ukraine;
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #0170FE;
	text-align: center;
}

.section_startlearningtoday-advantages {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: column;
	gap: 15px;
}

.section_startlearningtoday-advantages li {
	display: flex;
	gap: 10px;
	font-size: 20px;
	font-weight: 200;
}

.section_startlearningtoday-advantage__icon svg {
	fill: #0170FE;
	stroke: #0170FE;
}

.section_startlearningtoday-forms {
	padding: 50px 60px 45px 60px;
	border-radius: 20px 20px 0px 0px;
	border: 10px solid #fff;
	border-bottom: none;
	overflow: hidden;
}

.section_startlearningtoday-forms .h3 {
	text-align: center;
}

/* Icons section_ourteachers */
.section_howtoenrolltostartlearningtoday {
	margin: 60px 0;
}

.section_howtoenrolltostartlearningtoday .icon-dog {
	position: absolute;
	right: -25px;
	bottom: -150px;
}

.section_howtoenrolltostartlearningtoday .icon-rocket {
	position: absolute;
	bottom: -40px;
	left: -140px;
}

.section_howtoenrolltostartlearningtoday .icon-line {
	position: absolute;
	bottom: 0;
	left: 0;
}

.section_howtoenrolltostartlearningtoday .icon-line-left-1 {
	position: absolute;
	left: -30px;
	bottom: -30px;
}

.section_howtoenrolltostartlearningtoday .icon-line-left-2 {
	position: absolute;
	right: -30px;
	top: -30px;
}

.section_howtoenrolltostartlearningtoday .icon-line-center-1 {
	position: absolute;
	left: -30px;
	bottom: -30px;
}

.section_howtoenrolltostartlearningtoday .icon-line-center-2 {
	position: absolute;
	right: -30px;
	top: -30px;
}

.section_howtoenrolltostartlearningtoday .icon-line-right-1 {
	position: absolute;
	left: -30px;
	top: -30px;
}

.section_howtoenrolltostartlearningtoday .icon-line-right-2 {
	position: absolute;
	right: -30px;
	bottom: -30px;
}

.section_howtoenrolltostartlearningtoday .icon-planet {
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 1;
}

/* END Icons section_ourteachers */


.section_ourteachers-title {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
}

.section_ourteachers-title .p {
	margin-bottom: 50px;
	max-width: 930px;
}

.section_ourteachers-row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	margin: -15px;
}

.section_ourteachers-item {
	width: 50%;
	padding: 15px;
}

.section_ourteachers-info {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	height: 100%;
}

.section_ourteachers-item:nth-child(odd) .section_ourteachers-info {
	background-color: #DAFCFF;
	color: #18AFD2;
}

.section_ourteachers-item:nth-child(even) .section_ourteachers-info {
	background-color: #FFF1EA;
	color: #FF9702;
}

.section_ourteachers-info__left {
	display: flex;
	align-items: flex-end;
	width: 40%;
	padding: 0 20px;
}

.section_ourteachers-info__right {
	width: 60%;
	padding: 50px 50px 50px 0;
}

.section_ourteachers-info__right--title {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 15px;
}

.section_ourteachers-info__right--description {
	font-size: 24px;
	font-weight: 200;
	line-height: 1.7;
	color: #69707D;
}

.section_ourteachers-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

/* Icons section_ourteachers */
.section_ourteachers .icon-planet-left {
	position: absolute;
	left: -220px;
	top: -50px;
}

.section_ourteachers .icon-planet-right {
	position: absolute;
	right: -220px;
	bottom: 25px;
}

/* END Icons section_ourteachers */

.section_subscribe {
	padding: 75px 0;
	margin: 140px 0 105px 0;
	background-color: #FFF7CB;
}

.section_subscribe.design2 {
	background-color: #F1FEFF;
}

.section_subscribe.design3 {
	padding: 80px 0;
	margin: 200px 0 105px 0;
	background-color: #F9F0FF;
}

.section_subscribe.design3 .h2 {
	font-size: 65px;
}

.section_subscribe-row {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	gap: 90px;
	z-index: 2;
}

.section_subscribe.design3 .section_subscribe-row {
	align-items: center;
}

.section_subscribe-left {
	max-width: min-content;
}

.section_subscribe.design3 .section_subscribe-left {
	max-width: unset;
	width: 36%;
}

.section_subscribe-right {
	width: 100%;
	max-width: 450px;
}

.section_subscribe.design3 .section_subscribe-right {
	max-width: 550px;
}

.section_subscribe-description {
	text-align: center;
	font-size: 22px;
	font-weight: 200;
	line-height: 1.6;
	margin-bottom: 40px;
}

.section_subscribe-buttons {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.noindex_absolute {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.noindex_relative {
	position: relative;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.noindex_hidden {
	overflow: hidden;
}

/* Icons section_subscribe */
.section_subscribe .icon-dog {
	position: absolute;
	right: 0;
	top: -200px;
	z-index: 1;
}

.section_subscribe .icon-colps {
	position: absolute;
	left: 0;
	top: 0;
}

.section_subscribe .icon-rocket {
	position: absolute;
	left: 0;
	bottom: -55px;
}

.section_subscribe .icon-line {
	position: absolute;
	right: -30px;
	bottom: -125px;
}

.section_subscribe .icon-platen-lg {
	position: absolute;
	right: 0;
	bottom: 0;
}

.section_subscribe .icon-platen-m {
	position: absolute;
	right: 255px;
	bottom: 26px;
}

.section_subscribe .icon-platen-c {
	position: absolute;
	right: 374px;
	bottom: 85px;
}

.section_subscribe.design3 .icon-colps {
	top: auto;
	bottom: 0;
}

.section_subscribe.design3 .icon-line {
	right: 0;
	bottom: auto;
	top: -125px;
	left: auto;
	width: auto;
}

.section_subscribe.design3 .icon-platen-lg {
	position: absolute;
	right: 160px;
	top: -140px;
	bottom: auto;
}

.section_subscribe.design3 .icon-platen-m {
	right: 230px;
	bottom: auto;
	top: 29px;
}

.section_subscribe.design3 .icon-platen-c {
	right: 75px;
	bottom: auto;
	top: 50px;
}

.section_subscribe.design3 .icon-platen-m2 {
	position: absolute;
	right: 105px;
	top: -15px;
}

.section_subscribe.design3 .icon-platen-m3 {
	position: absolute;
	right: 94px;
}

.section_subscribe.design3 .icon-dog {
	position: absolute;
	right: -65px;
	top: auto;
	bottom: -160px;
	z-index: 1;
}

/* END Icons section_subscribe */


.back {
	padding: 20px 0;
}

.back-link {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #A4A4A4;
	stroke: #A4A4A4;
}

.back-link:hover {
	color: #000;
	stroke: #000;
}

.breadcrumbs {
	margin: 35px 0;
}

.breadcrumbs .breadcrumb {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.breadcrumbs .breadcrumb a,
.breadcrumbs .breadcrumb span {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #A4A4A4;
	stroke: #A4A4A4;
}

.breadcrumbs .breadcrumb a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2.5px solid;
	border-right: 2.5px solid;
	border-color: #A4A4A4;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}



.section_error {
	position: relative;
	min-height: 800px;
	height: 100%;
	padding: 40px 0;
	background-color: #EBF4FF;
}

.section_error .container {
	height: 100%;
}

.section_error-row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.section_error-content {
	max-width: 690px;
	position: relative;
	margin-right: 100px;
}

.section_error-content .h1 {
	margin-bottom: 30px;
}

.section_error-content .p {
	margin-bottom: 60px;
}

.section_error-content .btn {
	width: max-content;
}

.section_error .icon-planet-left {
	position: absolute;
	bottom: 0;
	left: 0;
}

.section_error .icon-ooops {
	position: absolute;
	left: 25px;
	top: 33px;
}

.section_error .icon-planet-center {
	position: absolute;
	top: 520px;
	left: 575px;
}

.section_error .icon-planets-center {
	position: absolute;
	left: 723px;
	bottom: 4px;
}

.section_error .icon-planet-right {
	position: absolute;
	right: -46px;
}

.section_error .icon-dog {
	position: absolute;
	right: -8px;
	bottom: 53px;
}

/* Plan Card */
.section_plans {
	position: relative;
	margin: 150px 0;
}

.section_plans-heading {
	text-align: center;
	margin-bottom: 25px;
}

.plan_cards {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.plan_card {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 20px;
	position: relative;
	margin-bottom: 35px;
	width: calc(50% - 15px);
	color: #CB00FF;
	fill: #CB00FF;
	stroke: #CB00FF;
}

.plan_card:nth-child(even) {
	color: #0170FE;
	fill: #0170FE;
	stroke: #0170FE;
}

.plan_card-block {
	height: 100%;
	width: 100%;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.plan_card-info {
	padding: 110px 60px 85px 60px;
	text-align: center;
	height: 100%;
}

.plan_card-name {
	font-family: DR Galushki Hole W01;
	font-size: 80px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #000;
}

.plan_card-description {
	font-size: 20px;
	font-weight: 200;
}

.plan_card-prices {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto 0 40px 0;
	line-height: 1;
}

.plan_card-prices .valute {
	align-self: flex-start;
	font-size: 30px;
	font-weight: 700;
}

.plan_card-prices .price {
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
}

.plan_card-prices .prefix {
	font-size: 20px;
	font-weight: 700;
	align-self: flex-end;
}

.plan_card-advantages {
	display: flex;
	flex-flow: column;
	max-width: 400px;
	margin: 0 auto;
	gap: 15px;
	color: #000;
}

.plan_card-advantages__item {
	display: flex;
	align-items: baseline;
	justify-content: left;
	text-align: left;
	width: 100%;
	gap: 15px;
}

.plan_card-advantages__item--title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

.plan_card-advantages__item--icon {
	width: 22px;
	height: 22px;
	min-width: 22px;
	min-height: 22px;
	fill: inherit;
	stroke: inherit;
	position: relative;
	top: 5px;
}

.plan_card-advantages__item--icon svg {
	fill: inherit;
	stroke: inherit;
}

.plan_card-advantages__item--name {
	font-size: 15px;
	font-weight: 200;
	line-height: 1.6;
}

.plan_card .buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.plan_card .buttons .btn {
	position: absolute;
}

.plan_card .buttons .btn {
	border-color: #CB00FF;
	background-color: #CB00FF;
	color: #fff;
}

.plan_card .buttons .btn:hover {
	border-color: #FC68FF;
	background-color: #FC68FF;
	color: #fff;
}

.plan_card:nth-child(even) .buttons .btn {
	border-color: #0170FE;
	background-color: #0170FE;
	color: #fff;
}

.plan_card:nth-child(even) .buttons .btn:hover {
	border-color: #01CFFF;
	background-color: #01CFFF;
	color: #fff;
}

/* Plan Card */


/* Table */
.tabledefaul table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	min-width: max-content;
}

.tabledefaul table thead tr th {
	height: 100px;
	font-size: 20px;
	font-weight: 300;
	color: #CB00FF;
	background-color: #FCF2FF;
}

.tabledefaul table th,
.tabledefaul table td {
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
}

.tabledefaul table tr th:first-child {
	border-radius: 20px 0 0 20px;
	padding-left: 30px;
}

.tabledefaul table tr th:last-child {
	border-radius: 0 20px 20px 0;
}

.tabledefaul table tbody {
	font-size: 16px;
	font-weight: 200;
}

/* END Table */


/* Ligbox */
.slbOverlay,
.slbWrapOuter,
.slbWrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.slbOverlay {
	overflow: hidden;
	z-index: 2000;
	background-color: #ffb8003d;
	-webkit-animation: slbOverlay 0.5s;
	-moz-animation: slbOverlay 0.5s;
	animation: slbOverlay 0.5s
}

.slbWrapOuter {
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2010
}

.slbWrap {
	position: absolute;
	text-align: center
}

.slbWrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.slbContentOuter {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0 1em;
	box-sizing: border-box;
	z-index: 2020;
	text-align: left;
	max-width: 100%
}

.slbContentEl .slbContentOuter {
	padding: 5em 1em
}

.slbContent {
	position: relative
}

.slbContentEl .slbContent {
	-webkit-animation: slbEnter 0.3s;
	-moz-animation: slbEnter 0.3s;
	animation: slbEnter 0.3s;
	background-color: #fff;
	box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4)
}

.slbImageWrap {
	-webkit-animation: slbEnter 0.3s;
	-moz-animation: slbEnter 0.3s;
	animation: slbEnter 0.3s;
	position: relative
}

.slbImageWrap:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 5em;
	bottom: 5em;
	display: block;
	z-index: -1;
	box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
	background-color: #FFF
}

.slbDirectionNext .slbImageWrap {
	-webkit-animation: slbEnterNext 0.4s;
	-moz-animation: slbEnterNext 0.4s;
	animation: slbEnterNext 0.4s
}

.slbDirectionPrev .slbImageWrap {
	-webkit-animation: slbEnterPrev 0.4s;
	-moz-animation: slbEnterPrev 0.4s;
	animation: slbEnterPrev 0.4s
}

.slbImage {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 5em 0;
	margin: 0 auto
}

.slbCaption {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	font-size: 1.4em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .71429em 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	text-align: center
}

.slbCloseBtn,
.slbArrow {
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: none
}

.slbCloseBtn::-moz-focus-inner,
.slbArrow::-moz-focus-inner {
	padding: 0;
	border: 0
}

.slbCloseBtn:hover,
.slbArrow:hover {
	opacity: 0.5
}

.slbCloseBtn:active,
.slbArrow:active {
	opacity: 0.8
}

.slbCloseBtn {
	-webkit-animation: slbEnter 0.3s;
	-moz-animation: slbEnter 0.3s;
	animation: slbEnter 0.3s;
	font-size: 3em;
	width: 1.66667em;
	height: 1.66667em;
	line-height: 1.66667em;
	position: absolute;
	right: -.33333em;
	top: 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	text-align: center
}

.slbLoading .slbCloseBtn {
	display: none
}

.slbLoadingText {
	font-size: 1.4em;
	color: #fff;
	color: rgba(255, 255, 255, 0.9)
}

.slbArrows {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0
}

.slbLoading .slbArrows {
	display: none
}

.slbArrow {
	position: absolute;
	top: 50%;
	margin-top: -5em;
	width: 5em;
	height: 10em;
	opacity: 0.7;
	text-indent: -999em;
	overflow: hidden
}

.slbArrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -.8em 0 0 -.8em;
	border: .8em solid transparent
}

.slbArrow.next {
	right: 0
}

.slbArrow.next:before {
	border-left-color: #fff
}

.slbArrow.prev {
	left: 0
}

.slbArrow.prev:before {
	border-right-color: #fff
}

.slbIframeCont {
	width: 80em;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	margin: 5em 0
}

.slbIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
	background: #000
}

@-webkit-keyframes slbOverlay {
	from {
		opacity: 0
	}

	to {
		opacity: 0.7
	}
}

@-moz-keyframes slbOverlay {
	from {
		opacity: 0
	}

	to {
		opacity: 0.7
	}
}

@keyframes slbOverlay {
	from {
		opacity: 0
	}

	to {
		opacity: 0.7
	}
}

@-webkit-keyframes slbEnter {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -1em, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0)
	}
}

@-moz-keyframes slbEnter {
	from {
		opacity: 0;
		-moz-transform: translate3d(0, -1em, 0)
	}

	to {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0)
	}
}

@keyframes slbEnter {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -1em, 0);
		-moz-transform: translate3d(0, -1em, 0);
		-ms-transform: translate3d(0, -1em, 0);
		-o-transform: translate3d(0, -1em, 0);
		transform: translate3d(0, -1em, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slbEnterNext {
	from {
		opacity: 0;
		-webkit-transform: translate3d(4em, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0)
	}
}

@-moz-keyframes slbEnterNext {
	from {
		opacity: 0;
		-moz-transform: translate3d(4em, 0, 0)
	}

	to {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0)
	}
}

@keyframes slbEnterNext {
	from {
		opacity: 0;
		-webkit-transform: translate3d(4em, 0, 0);
		-moz-transform: translate3d(4em, 0, 0);
		-ms-transform: translate3d(4em, 0, 0);
		-o-transform: translate3d(4em, 0, 0);
		transform: translate3d(4em, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes slbEnterPrev {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-4em, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0)
	}
}

@-moz-keyframes slbEnterPrev {
	from {
		opacity: 0;
		-moz-transform: translate3d(-4em, 0, 0)
	}

	to {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0)
	}
}

@keyframes slbEnterPrev {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-4em, 0, 0);
		-moz-transform: translate3d(-4em, 0, 0);
		-ms-transform: translate3d(-4em, 0, 0);
		-o-transform: translate3d(-4em, 0, 0);
		transform: translate3d(-4em, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.iti {
	position: relative;
}

.iti * {
	box-sizing: border-box
}

.iti__hide {
	display: none
}

.iti__v-hide {
	visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
	border-radius: 35px;
	width: 115px;
	border: 3px solid #BCDAFF;
}

.iti__arrow {
	margin-left: 19px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #555;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 6px solid #555;
}

[dir=rtl] .iti__arrow {
	margin-right: 6px;
	margin-left: 0
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555
}

.iti__country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: #fff;
	max-height: 220px;
	width: 350px;
	border: none;
	margin-top: 5px;
	overflow-x: hidden;
	border-radius: 10px;
}

.iti__country-list--dropup {
	bottom: 100%;
	margin-bottom: -1px
}

@media (max-width:500px) {
	.iti__country-list {
		white-space: normal
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc
}

.iti__country {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	outline: 0
}

.iti__dial-code {
	color: #999
}

.iti__country.iti__highlight {
	background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__flag-box {
	margin-right: 6px
}

[dir=rtl] .iti__country-name,
[dir=rtl] .iti__flag-box {
	margin-right: 0;
	margin-left: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0
}

[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=tel],
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=tel],
[dir=rtl] .iti--separate-dial-code input[type=text] {
	padding-right: 52px;
	padding-left: 6px;
	margin-right: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
	right: auto;
	left: 0
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .iti--separate-dial-code .iti__flag-container {
	right: 0;
	left: auto
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
	cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
	background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
	margin-left: 6px
}

[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
	margin-left: 0;
	margin-right: 6px
}

.iti--container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px
}

.iti--container:hover {
	cursor: pointer
}

.iti-mobile .iti--container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed
}

.iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%
}

.iti-mobile .iti__country {
	padding: 10px 10px;
	line-height: 1.5em
}

.iti__flag {
	width: 20px
}

.iti__flag.iti__be {
	width: 18px
}

.iti__flag.iti__ch {
	width: 15px
}

.iti__flag.iti__mc {
	width: 19px
}

.iti__flag.iti__ne {
	width: 18px
}

.iti__flag.iti__np {
	width: 13px
}

.iti__flag.iti__va {
	width: 15px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti__flag {
		background-size: 5762px 15px
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0 0
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0
}

.iti__flag.iti__bz {
	height: 12px;
	background-position: -812px 0
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0
}

.iti__flag.iti__cq {
	height: 12px;
	background-position: -1115px 0
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1137px 0
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1159px 0
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1181px 0
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1203px 0
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1225px 0
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1247px 0
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1269px 0
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1291px 0
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1313px 0
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1335px 0
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1357px 0
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1379px 0
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1401px 0
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1423px 0
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1445px 0
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1467px 0
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1489px 0
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1511px 0
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1533px 0
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1555px 0
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1577px 0
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1599px 0
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1621px 0
}

.iti__flag.iti__ez {
	height: 14px;
	background-position: -1643px 0
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1665px 0
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1687px 0
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1709px 0
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1731px 0
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1753px 0
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1775px 0
}

.iti__flag.iti__fx {
	height: 14px;
	background-position: -1797px 0
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1819px 0
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1841px 0
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1863px 0
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1885px 0
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1907px 0
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1929px 0
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1951px 0
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1973px 0
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1995px 0
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -2017px 0
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -2039px 0
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -2061px 0
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2083px 0
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2105px 0
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2127px 0
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2149px 0
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2171px 0
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2193px 0
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2215px 0
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2237px 0
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2259px 0
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2281px 0
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2303px 0
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2325px 0
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2347px 0
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2369px 0
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2391px 0
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2413px 0
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2435px 0
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2457px 0
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2479px 0
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2501px 0
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2523px 0
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2545px 0
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2567px 0
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2589px 0
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2611px 0
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2633px 0
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2655px 0
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2677px 0
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2699px 0
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2721px 0
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2743px 0
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2765px 0
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2787px 0
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2809px 0
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2831px 0
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2853px 0
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2875px 0
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2897px 0
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2919px 0
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2941px 0
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2963px 0
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2985px 0
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -3007px 0
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -3029px 0
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -3051px 0
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3073px 0
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3095px 0
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3117px 0
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3139px 0
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3161px 0
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3183px 0
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3205px 0
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3226px 0
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3248px 0
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3270px 0
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3292px 0
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3314px 0
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3336px 0
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3358px 0
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3380px 0
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3402px 0
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3424px 0
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3446px 0
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3468px 0
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3490px 0
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3512px 0
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3534px 0
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3556px 0
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3578px 0
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3600px 0
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3622px 0
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3644px 0
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3666px 0
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3688px 0
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3710px 0
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3732px 0
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3752px 0
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3774px 0
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3796px 0
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3818px 0
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3840px 0
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3862px 0
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3877px 0
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3899px 0
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3921px 0
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3943px 0
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3965px 0
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3987px 0
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -4009px 0
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -4031px 0
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -4053px 0
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4075px 0
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4097px 0
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4119px 0
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4141px 0
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4163px 0
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4185px 0
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4207px 0
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4229px 0
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4251px 0
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4273px 0
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4295px 0
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4317px 0
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4339px 0
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4361px 0;
}

.iti__country .iti__flag,
.iti__selected-flag>.iti__flag {
	scale: 1.5;
	margin-left: 22px;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4383px 0
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4405px 0
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4427px 0
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4449px 0
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4471px 0
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4493px 0
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4515px 0
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4537px 0
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4559px 0
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4581px 0
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4603px 0
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4625px 0
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4647px 0
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4669px 0
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4691px 0
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4713px 0
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4735px 0
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4757px 0
}

.iti__flag.iti__su {
	height: 10px;
	background-position: -4779px 0
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4801px 0
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4823px 0
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4845px 0
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4867px 0
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4889px 0
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4911px 0
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4933px 0
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4955px 0
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4977px 0
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4999px 0
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -5021px 0
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -5043px 0
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -5065px 0
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -5087px 0
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5109px 0
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5131px 0
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5153px 0
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5175px 0
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5197px 0
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5219px 0
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5241px 0
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5263px 0
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5285px 0
}

.iti__flag.iti__uk {
	height: 10px;
	background-position: -5307px 0
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5329px 0
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5351px 0
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5373px 0
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5395px 0
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5417px 0
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5439px 0
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5456px 0
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5478px 0
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5500px 0
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5522px 0
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5544px 0
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5566px 0
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5588px 0
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5610px 0
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5632px 0
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5654px 0
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5676px 0
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5698px 0
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5720px 0
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5742px 0
}

.iti__flag {
	height: 15px;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(../assets/image/flags.png?1);
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti__flag {
		background-image: url(../assets/image/flags@2x.png?1)
	}
}

.iti__flag.iti__np {
	background-color: transparent
}

.iti__country .iti__flag {
	scale: 1;
	margin-left: 0;
}

/* END Ligbox */

.tarif-left {
	min-height: 140px;
}

@media (max-width: 1919px) {
	.section_home.section_landing {
		min-height: auto;
	}

	.tarif-left {
		min-height: auto;
	}

	body {
		font-size: 14px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	.form-checkbox label {
		padding-left: 50px;
		font-size: 18px;
	}

	.form-checkbox label::before {
		width: 36px;
		height: 36px;
		border-radius: 10px;
	}

	.form-checkbox input:checked+label::after {
		left: 14px;
		top: 5px;
	}

	.header_left-logo-icon {
		width: 225px;
		height: 60px;
	}

	.header_center-menu__item--a {
		font-size: 14px;
	}

	.header_right-list {
		gap: 20px;
	}

	.header_right-list__item--a___desctop {
		display: none;
	}

	.header_right-list__item--a___mobile,
	.header_right-list__item--a___desctop+.header_right-list__item--a___mobile {
		display: block;
	}

	.footer_left-logo-icon {
		width: 226px;
		height: 60px;
	}

	.socials svg {
		width: 40px;
	}

	.copyright {
		font-size: 18px;
		line-height: 26px;
	}

	.creator {
		font-size: 18px;
	}

	.footer_right-menu li>span {
		font-size: 20px;
	}

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

	h2,
	.h2 {
		font-size: 80px;
	}

	h3,
	.h3 {
		font-size: 18px;
	}

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

	.breadcrumbs .breadcrumb a,
	.breadcrumbs .breadcrumb span {
		font-size: 14px;
	}

	.section_home {
		padding: 75px 0 150px 0;
	}

	.section_home-left .btn {
		height: 70px;
		font-size: 20px;
	}

	.section_home .icon-bg {
		top: 28px;
		width: 225px;
	}

	.section_home .icon-planet-full {
		right: 490px;
		top: 2px;
		width: 115px;
	}

	.section_home .icon-planet-small {
		right: 463px;
		top: -11px;
		width: 12px;
	}

	.section_home .icon-planet-small2 {
		right: 414px;
		top: 60px;
		width: 40px;
	}

	.section_home .icon-planet-small3 {
		right: 445px;
		top: 120px;
		width: 16px;
	}

	.section_home .icon-dog {
		right: 345px;
		top: 265px;
		width: 290px;
	}

	.section_home .icon-logo {
		right: 0;
		top: 0;
		width: 385px;
	}

	.section_home .icon-planet-right1 {
		right: 143px;
		top: 330px;
		width: 8px;
	}

	.section_home .icon-planet-right2 {
		right: 115px;
		top: 335px;
		width: 25px;
	}

	.section_home .icon-line-right {
		right: 27px;
		top: 305px;
		width: 268px;
	}

	.section_program .icon-rocket {
		display: none;
	}

	.section_worksofourstudentstoreviewsabouttoschool .icon-planet {
		position: absolute;
		bottom: 15%;
		left: -40px;
		max-width: 200px;
	}

	.section_program .icon-planet {
		z-index: 1;
	}

	.program_card-info h3 {
		font-size: 45px;
	}

	.program_card-info ol {
		font-size: 18px;
	}

	.section_choose .icon-dog {
		left: -100px;
		max-width: 300px;
	}

	.section-studentworksofthislesson .icon-dog,
	.studentworksofthislesson .icon-planet,
	.section_choose .icon-planet-left {
		display: none;
	}

	.section_choose-items .items .items-item {
		padding: 80px 30px 15px 30px;
	}

	.section_choose-items .items .items-item .items-item__title {
		font-size: 35px;
	}

	.section_choose-items .items .items-item .items-item__description {
		font-size: 18px;
	}

	.section_firstlessonisfree-left h3 {
		font-size: 22px;
	}

	.section_howtoenroll-item__name,
	.section_startlearningtoday .h3 {
		font-size: 26px;
	}

	.section_aboutourschool .icon-font-right {
		max-width: 720px;
	}

	.section_howtoenrolltostartlearningtoday {
		margin-bottom: 0;
	}

	.section_howtoenroll-bottom {
		margin-bottom: 0;
	}

	.section_howtoenrolltostartlearningtoday .icon-rocket {
		left: -100px;
	}

	.section_howtoenrolltostartlearningtoday .icon-line,
	.section_howtoenrolltostartlearningtoday .icon-planet {
		display: none;
	}



	.section_subscribe .icon-platen-lg {
		width: 180px;
		bottom: 58px;
	}

	.section_subscribe .icon-line {
		right: -60px;
		bottom: -58px;
		width: 380px;
	}

	.section_subscribe .icon-platen-m {
		position: absolute;
		right: 181px;
		bottom: 80px;
	}

	.section_subscribe .icon-platen-c {
		right: 203px;
		bottom: 127px;
		width: 60px;
	}

	.section_subscribe .icon-dog {
		top: -132px;
		width: 330px;
	}

	.section_comment-comments__block .h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}

	.comment-block {
		margin: 0 -12.5px;
	}

	.comment-left,
	.comment-right {
		padding: 0 12.5px;
	}

	.comment-name {
		font-size: 18px;
	}

	.comment-description {
		font-size: 16px;
	}

	.comment-button__btn {
		font-size: 16px;
	}

	.comment-image {
		width: 90px;
		height: 90px;
	}


	.section_error-content {
		max-width: 675px;
		margin-right: 60px;
	}

	.section_error-content .p {
		margin-bottom: 30px;
	}

	.section_error .icon-planet-left {
		max-width: 115px;
	}

	.section_error .icon-ooops {
		left: 50px;
		top: 114px;
		max-width: 523px;
	}

	.section_error .icon-planet-center {
		top: auto;
		bottom: 15px;
		left: auto;
		right: 106px;
	}

	.section_error .icon-planets-center {
		left: 434px;
		bottom: 28px;
		max-width: 155px;
	}

	.section_error .icon-planet-right {
		right: 13px;
		top: 10px;
		max-width: 127px;
	}

	.section_worksofourstudentstoreviewsabouttoschool .icon-planet {
		bottom: 15%;
		left: -40px;
		max-width: 200px;
	}

	.section_firstlessonisfree .icon-bg-left {
		top: -160px;
	}

	.section_firstlessonisfree .icon-font-right {
		right: 0;
		bottom: -100px;
		max-width: 600px;
	}

	.section_howtoenrolltostartlearningtoday .section_howtoenroll {
		margin-bottom: 90px;
	}

	/* Plan Card */
	.plan_card-name {
		font-size: 70px;
	}

	.plan_card-description {
		font-size: 16px;
	}

	.plan_card-advantages__item--title {
		font-size: 18px;
	}

	.plan_card-advantages__item--name {
		font-size: 14px;
	}

	/* END Plan Card */


	.popup-body.lgs {
		max-width: 810px;
	}

	/* */
	.section_productcardcontent-top {
		max-width: 820px;
	}

	.section_productcardcontent-top .icon-dog {
		right: -25px;
		max-width: 350px;
	}
}


@media (max-width: 1150px) {
	.container {
		padding: 0 30px;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 60px;
	}

	h3,
	.h3 {
		font-size: 16px;
	}

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

	.breadcrumbs .breadcrumb {
		gap: 5px 10px;
	}

	.breadcrumbs .breadcrumb a,
	.breadcrumbs .breadcrumb span {
		gap: 10px;
		font-size: 12px;
	}

	.breadcrumbs .breadcrumb a:after {
		width: 6px;
		height: 6px;
		border-width: 2px;
	}

	.section_home {
		padding: 60px 0 150px 0;
	}

	.section_home-left {
		width: 50%;
	}

	.section_home-right {
		width: 50%;
	}

	.section_home-left h2 {
		margin-bottom: 25px;
	}

	.section_home-left p+.btn {
		margin-top: 30px;
	}

	.section_home-left .btn {
		font-size: 18px;
	}

	.section_home .icon-bg {
		right: 0;
		top: 10px;
		width: 145px;
	}

	.section_home .icon-planet-full {
		top: 40px;
		right: 402px;
		width: 100px;
	}

	.section_home .icon-planet-small {
		top: 24px;
		right: 377px;
		width: 10px;
	}

	.section_home .icon-planet-small2 {
		top: 87px;
		right: 334px;
		width: 35px;
	}

	.section_home .icon-planet-small3 {
		right: 361px;
		top: 141px;
		width: 15px;
	}

	.section_home .icon-dog {
		right: 270px;
		top: 250px;
		width: 246px;
	}

	.section_home .icon-logo {
		top: 17px;
		width: 315px;
	}

	.section_home .icon-planet-right1 {
		right: 121px;
		top: 293px;
		width: 7px;
	}

	.section_home .icon-planet-right2 {
		top: 296px;
		right: 97px;
		width: 20px;
	}

	.section_home .icon-line-right {
		right: 23px;
		top: 267px;
		width: 235px;
	}

	.form-default .form-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.header_left .btn-burger {
		display: block;
	}

	.header_center {
		display: none;
	}

	.program_card-info h3 {
		font-size: 35px;
		margin-bottom: 20px;
	}

	.program_card-info ol {
		font-size: 14px;
	}

	.btn.btn-lg {
		font-size: 16px;
		height: 60px;
	}

	.btn.btn-lg.icon {
		width: 60px;
		height: 60px;
	}

	.header_right {
		margin-left: auto;
	}

	.header_right-list {
		gap: 30px;
	}

	.mobile_menu,
	.mobile_menu.open {
		display: block;
	}

	.mobile_menu.open .mobile_menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: #ffb8003d;
	}

	.mobile_menu-container {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		margin: 0;
		overflow: auto;
		max-width: 350px;
		left: -350px;
		padding: 15px 30px;
		-webkit-transition: left 0.3s;
		-moz-transition: left 0.3s;
		transition: left 0.3s;
		background-color: #fff;
		z-index: 97;
	}

	.mobile_menu.open .mobile_menu-container {
		left: 0;
	}

	.mobile_menu-top {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
		gap: 30px;
	}

	.mobile_menu .close-icon {
		width: 25px;
		height: 25px;
		stroke: #000;
	}

	.mobile_menu-ul li {
		position: relative;
	}

	/*
	.mobile_menu-ul>li+li {
		margin-top: 15px;
	}
	*/
	.mobile_menu-ul>li>a {
		display: flex;
		align-items: center;
		font-size: 15px;
		line-height: 18px;
		text-transform: uppercase;
		min-height: 55px;
		padding: 0 18px;
		border-radius: 16px;
		gap: 15px;
		color: #000;
	}

	.mobile_menu-ul>li>a .btn-partition {
		margin: 0 auto;
	}

	.mobile_menu-ul li a .menu_item-left,
	.mobile_menu-ul li a .menu_item-right {
		display: flex;
		align-items: center;
		position: relative;
	}

	.mobile_menu-ul li a .menu_item-left svg,
	.mobile_menu-ul li a .menu_item-right svg {
		stroke: inherit;
	}

	.mobile_menu-ul li a .menu_item-left,
	.mobile_menu-ul li a .menu_item-right .exit-icon {
		stroke: #CB00FF;
	}

	.mobile_menu-ul li a .menu_item-right {
		margin-left: auto;
	}

	.mobile_menu-ul>li.reverse>a {
		text-transform: unset;
		font-weight: 400;
		color: #CB00FF;
		stroke: #CB00FF;
	}

	.mobile_menu-ul>li.reverse.one a {
		background-color: #FCF2FF;
	}

	.mobile_menu-ul li.exit>a {
		background-color: #FCF2FF;
	}

	.mobile_menu-ul>li.reverse.two>a {
		background-color: #FCF2FF;
		color: #000;
		stroke: #000;
	}

	.mobile_menu-ul>li>a {
		font-weight: 700;
	}

	.mobile_menu-ul>li.active>a,
	.mobile_menu-ul>li:hover>a {
		background-color: #FFEFD9;
		color: #FF9702;
		stroke: #FF9702;
	}

	.mobile_menu-ul>li.reverse.active>a,
	.mobile_menu-ul>li.reverse:hover>a {
		background-color: #FCF2FF;
		color: #CB00FF;
		stroke: #CB00FF;
	}


	.mobile_menu-ul li>ul {
		display: none;
	}

	.mobile_menu-ul li>ul>li {
		margin-top: 5px;
	}

	.mobile_menu-ul li>ul>li>a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 14px;
		line-height: 18px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 15px 30px;
		border-radius: 16px;
		color: #000;
	}

	.mobile_menu-ul li.active>ul {
		display: block;
	}

	.mobile_menu-ul .arrow-icon {
		-webkit-transition: -webkit-transform .300s ease-out;
		-moz-transition: -moz-transform .300s ease-out;
		-o-transition: -o-transform .300s ease-out;
		-ms-transition: -ms-transform .300s ease-out;
		transition: transform .300s ease-out;
	}

	.mobile_menu-ul li.active>a .arrow-icon {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		stroke: #FF9702;
	}

	.mobile_menu-ul li.reverse.active>a .arrow-icon {
		stroke: #CB00FF;
	}

	.mobile_menu-ul li .elipse {
		position: absolute;
		width: 25px;
		height: 25px;
		background-color: #CB00FF;
		color: #fff;
		border-radius: 100%;
		font-size: 12px;
		line-height: 25px;
		text-align: center;
		right: 0;
	}

	.footer_left-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 20px;
	}

	.copyright {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 40px;
	}

	.creator {
		font-size: 14px;
	}

	.footer_right-menu li>span {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.footer_right-menu ul li {
		margin-top: 20px;
	}

	.footer_right-menu ul li a {
		font-size: 14px;
	}


	.section_program .icon-line {
		top: 30%;
		max-width: 300px;
	}

	.section_program .icon-planet,
	.section_program .icon-rocket {
		display: none;
	}

	.section_choose {
		margin-top: 30px;
		padding: 60px 0 80px 0;
	}

	.section_choose .icon-bg {
		top: -34px;
		max-width: 130px;
	}

	.section_choose .icon-line {
		max-width: 40%;
	}

	.section_choose .icon-planet {
		display: none;
	}

	.section_choose .icon-dog {
		max-height: 130px;
		top: 60px;
	}

	.section_choose-items .items .items-item .items-item__icon img {
		height: 80px;
	}

	.section_choose-items .items .items-item .items-item__title {
		font-size: 30px;
	}

	.section_choose-items .items .items-item .items-item__description {
		font-size: 14px;
	}

	.section_aboutourschool {
		padding: 70px 0 20px 0;
	}

	.section_aboutourschool .icon-planet {
		left: 30px;
		max-height: 40px;
	}

	.section_aboutourschool-block {
		padding: 50px 55% 35px 50px;
	}

	.section_aboutourschool-block h3 {
		font-size: 40px;
	}

	.section_aboutourschool-block p {
		margin-bottom: 40px;
	}

	.section_aboutourschool .icon-font-right {
		max-width: 520px;
		right: -42px;
		bottom: -42px;
	}

	.section_howtoenroll-item__name,
	.section_startlearningtoday .h3 {
		font-size: 20px;
	}

	.section_howtoenroll-item__block {
		height: 200px;
		padding: 25px;
	}

	.section_howtoenroll-item__number--block {
		width: 100px;
		height: 100px;
		font-size: 35px;
	}

	.section_howtoenroll-item__number--block span+span {
		font-size: 20px;
	}

	.section_howtoenrolltostartlearningtoday .icon-line-left-2 {
		right: -40px;
		top: -80px;
		transform: scale(0.5);
	}

	.section_howtoenrolltostartlearningtoday .icon-line-left-1 {
		left: -45px;
		bottom: -45px;
		transform: scale(0.5);
	}

	.section_howtoenrolltostartlearningtoday .icon-line-center-2 {
		right: -35px;
		top: -35px;
		transform: scale(0.5);
	}

	.section_howtoenrolltostartlearningtoday .icon-line-center-1 {
		left: -40px;
		bottom: -40px;
		transform: scale(0.5);
	}

	.section_howtoenrolltostartlearningtoday .icon-line-right-2 {
		right: -40px;
		bottom: -40px;
		transform: scale(0.5);
	}

	.section_howtoenrolltostartlearningtoday .icon-line-right-1 {
		left: -45px;
		top: -40px;
		transform: scale(0.5);
	}

	.section_worksofourstudentstoreviewsabouttoschool .icon-planet {
		left: -60px;
	}

	.section_worksofourstudents {
		padding: 50px 0 30px 0;
	}

	.section_worksofourstudentstoreviewsabouttoschool {
		padding-top: 40px;
	}

	.section_worksofourstudentstoreviewsabouttoschool .icon-bg {
		max-width: 25%;
	}

	.section_worksofourstudentstoreviewsabouttoschool .icon-planet {
		display: none;
	}

	.section_howtoenrolltostartlearningtoday .icon-rocket {
		display: none;
	}

	.section_howtoenrolltostartlearningtoday .icon-dog {
		max-width: 300px;
		right: -45px;
		bottom: -100px;
	}

	.review_block {
		padding: 0 30px 75px 30px;
	}

	.review_block-heading__right {
		margin-top: 30px;
	}

	.review_block-heading__left {
		min-width: 135px;
		min-height: 135px;
		width: 135px;
		height: 135px;
		position: relative;
	}

	.review_block-heading {
		align-items: center;
		gap: 20px;
	}

	.review_block-heading__right .title {
		text-align: left;
		font-size: 18px;
	}

	.section_reviewsabouttoschool-heading {
		max-width: 1000px;
		text-align: center;
		margin: 0 auto 30px auto;
	}

	.section_reviewsabouttoschool .icon-planet-right {
		display: none;
	}

	.review_block-review {
		text-align: center;
	}

	.section_firstlessonisfree-left {
		width: 45%;
	}

	.section_firstlessonisfree-right {
		width: 55%;
		padding: 0 32.5px 100px 32.5px;
	}

	.section_firstlessonisfree .icon-font-right {
		display: none;
	}

	.section_firstlessonisfree .icon-planet {
		right: 15px;
		top: auto;
		bottom: -50px;
	}

	.section_firstlessonisfree-left {
		width: 50%;
		padding: 0 32.5px;
	}

	.section_firstlessonisfree-right {
		width: 50%;
		padding: 0 32.5px 100px 32.5px;
	}

	.section_firstlessonisfree .icon-font-right {
		max-width: 600px;
		right: -30px;
	}

	.section_firstlessonisfree .icon-planet {
		top: 88%;
		right: 38%;
		max-height: 215px;
	}

	.section_startlearningtoday-left {
		width: 45%;
	}

	.section_startlearningtoday-right {
		width: 55%;
	}

	.section_startlearningtoday .h3 {
		font-size: 18px;
		text-align: left;
	}

	.section_startlearningtoday-advantages li {
		font-size: 16px;
	}

	.form-control,
	.form-control::placeholder {
		font-size: 15px;
	}

	.form-group.lg .form-control {
		height: 60px;
	}

	.form-checkbox label {
		font-size: 16px;
	}

	.form-group.lg.social .icon {
		width: 50px;
		height: 50px;
	}

	.section_startlearningtoday-forms {
		padding: 40px 40px 40px 40px;
	}

	.section_ourteachers-info__right {
		padding: 30px 30px 30px 0;
	}

	.section_ourteachers-info__right--title {
		font-size: 16px;
	}

	.section_ourteachers-info__right--description {
		font-size: 14px;
	}

	.back-link {
		font-size: 16px;
	}

	.section-heading {
		margin: 80px 0 30px 0;
	}

	.section_subscribe {
		padding: 75px 0;
		margin: 85px 0 95px 0;
	}

	.section_subscribe-row {
		gap: 30px;
	}

	.section_subscribe-right {
		max-width: 290px;
	}

	.section_subscribe .icon-colps {
		max-width: 50%;
	}

	.section_subscribe .icon-rocket {
		max-width: 55%;
	}

	.section_subscribe .icon-dog {
		right: 0px;
		top: -105px;
		max-width: 300px;
	}

	.section_subscribe .icon-planets {
		max-width: 40%;
		right: -11%;
		top: 115px;
	}

	.section_subscribe .icon-dog {
		top: -107px;
		width: 290px;
	}

	.section_subscribe .icon-line {
		bottom: -37px;
		width: 340px;
	}

	.section_subscribe .icon-platen-m {
		right: 121px;
		bottom: 86px;
		width: 11px;
	}

	.section_subscribe .icon-platen-lg {
		bottom: 82px;
		width: 125px;
	}

	.section_subscribe .icon-platen-c {
		right: 167px;
		bottom: 127px;
		width: 44px;
	}

	.section_subscribe.design3 {
		padding: 60px 0;
	}

	.section_subscribe.design3 .h2 {
		font-size: 45px;
	}

	.section_subscribe.design3 .icon-line {
		max-width: 30%;
		top: -38px;
	}

	.section_subscribe.design3 .icon-colps {
		max-width: 35%;
	}

	.section_subscribe .icon-rocket {
		bottom: -94px;
	}

	.section_subscribe.design3 .icon-platen-lg {
		right: 77px;
		top: -48px;
	}

	.section_subscribe.design3 .icon-platen-m {
		right: 32px;
		bottom: auto;
		top: 33px;
	}

	.section_subscribe.design3 .icon-platen-m2 {
		right: 42px;
		top: 30px;
		width: 22px;
	}

	.section_subscribe.design3 .icon-platen-m3 {
		right: 118px;
		top: 59px;
	}

	.section_subscribe.design3 .icon-platen-c {
		right: 17px;
		bottom: auto;
		top: 69px;
		width: 70px;
	}

	.section_subscribe.design3 .section_subscribe-buttons .btn {
		height: 56px;
		padding: 10px 15px;
	}

	.section_subscribe.design3 .section_subscribe-buttons .btn svg {
		width: 26px;
		height: 26px;
	}

	.section_subscribe.design3 .icon-dog {
		right: 0;
		max-width: 240px;
	}


	.section_error {
		min-height: 660px;
		padding: 20px 0;
	}

	.section_error-content {
		max-width: 455px;
		margin-right: 0;
	}

	.section_error .icon-planet-left {
		max-width: 137px;
		left: -20px;
	}

	.section_error .icon-ooops {
		left: 26px;
		top: 91px;
		max-width: 438px;
	}

	.section_error .icon-planets-center {
		left: 345px;
		bottom: 96px;
		max-width: 134px;
	}

	.section_error .icon-planet-right {
		right: 11px;
		top: -2px;
		max-width: 98px;
	}

	.section_error .icon-dog {
		right: 30px;
		bottom: 31px;
		max-width: 265px;
	}

	.paginations {
		flex-flow: column;
	}


	/* Plan Card */
	.plan_card-block {
		background-size: auto;
		background-position-y: -50px;
		background-position-x: right;
	}

	.plan_card-name {
		font-size: 50px;
	}

	.plan_card-description {
		font-size: 14px;
	}

	.plan_card-info {
		padding: 60px 30px 60px 31px;
	}

	/* END Plan Card */
}


@media (max-width: 989px) {

	h1,
	.h1 {
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 50px;
	}

	h3,
	.h3 {
		font-size: 30px;
	}

	p,
	.p {
		font-size: 14px;
	}

	.container {
		padding: 0 10px;
	}

	.fileblock-block {
		gap: 20px;
	}

	.header_left-logo-icon {
		width: 170px;
		height: 45px;
	}

	.header_right-list {
		gap: 15px;
	}

	.header_right-list__item:nth-of-type(1),
	.header_right-list__item:nth-of-type(4) {
		display: none;
	}

	.header_right-list__item svg {
		width: 20px;
		height: 20px;
	}

	.header_right-list__item--a___count {
		width: 20px;
		height: 20px;
		font-size: 8px;
		line-height: 20px;
	}

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

	/* */
	.mobile_menu-container {
		max-width: 300px;
		padding: 15px 10px;
	}

	.mobile_menu .close-icon {
		width: 18px;
		height: 18px;
	}

	.mobile_menu-logo svg {
		width: 170px;
		height: 65px;
	}

	/* */




	/* */
	.tabs_item-design--account .tabs_item-button {
		font-size: 15px;
	}

	.social_auth-title {
		margin: 20px 0 15px 0;
	}

	/* */

	.footer {
		padding: 40px 0;
	}

	.footer_left-top {
		align-items: center;
		gap: 25px;
		margin-bottom: 25px;
	}

	.footer_left,
	.footer_right {
		width: 100%;
	}

	.footer_left .copyright,
	.footer_left .creator {
		display: none;
	}

	.footer_right-menu {
		flex-direction: column;
		gap: 0;
	}

	.footer_right-menu li>span {
		position: relative;
		padding: 0px 16px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		border-top: 2px solid #FFEFD9;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer_right-menu li:last-child>span {
		border-bottom: 2px solid #FFEFD9;
	}

	.footer_right-menu li>span::after {
		content: '+';
		font-size: 32px;
		line-height: 0;
	}

	.footer_right-menu ul {
		display: none;
		padding: 0 10px 10px 35px;
	}

	.footer_right-menu ul li {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.footer_right-menu ul li a {
		text-transform: uppercase;
	}

	.footer_right-menu li.open {
		border-radius: 16px;
		background-color: #FFEFD9;
	}

	.footer_right-menu li.open>span {
		color: #FF9702;
	}

	.footer_right-menu li.open>span,
	.footer_right-menu li.open+li>span {
		border-color: #0000;
	}

	.footer_right-menu li.open>span::after {
		content: '-';
	}

	.footer_right .copyright {
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.footer_right .creator {
		display: block;
		text-align: center;
	}

	.section_home {
		padding: 30px 0 30px 0;
	}

	.section_home-left h3 {
		font-size: 14px;
	}

	.section_home-left {
		width: 100%;
	}

	.section_home-right {
		width: 100%;
	}

	.section_home .icon-bg {
		right: 0;
		top: auto;
		bottom: 420px;
		width: 140px;
	}

	.section_home-right .noindex_absolute {
		display: flex;
		align-items: flex-start;
		text-align: center;
		justify-content: center;
		position: unset;
		margin-top: 30px;
	}

	.section_home .icon-planet-full,
	.section_home .icon-planet-small,
	.section_home .icon-planet-small2,
	.section_home .icon-planet-small3,
	.section_home .icon-dog,
	.section_home .icon-logo,
	.section_home .icon-planet-right1,
	.section_home .icon-planet-right2,
	.section_home .icon-line-right {
		display: none;
	}

	.section_home .icon-all-xs {
		display: block;
		position: unset;
	}

	.section_program-program {
		margin: 0 -10px 90px -10px;
	}

	.program_card {
		width: 100%;
		padding: 0 10px;
		max-width: 340px;
	}

	.section_program-video__block svg {
		height: 50px;
		width: 50px;
	}

	.section_program-video__design2 {
		margin: 30px 0 70px 0;
	}

	.section_choose-items {
		gap: 60px;
	}

	.section_choose-heading {
		max-width: 100%;
	}

	.section_choose-heading p {
		margin-bottom: 75px;
	}

	.section_choose-items .items:nth-child(2) {
		padding-top: 0;
	}

	.section_choose-items .items {
		width: 100%;
		gap: 80px;
		justify-content: center;
		align-items: center;
	}

	.section_choose .icon-dog,
	.section_choose .icon-bg {
		display: none;
	}

	.section_choose-items .items .items-item {
		max-width: 290px;
	}

	.section_aboutourschool .icon-planet {
		left: 0;
	}

	.section_aboutourschool {
		padding: 70px 0 50px 0;
	}

	.section_aboutourschool-block {
		padding: 30px 30px 210px 30px;
	}

	.section_aboutourschool .icon-font-right {
		left: 0;
		right: 0;
		width: 100%;
		bottom: -27px;
	}

	.section_howtoenrolltostartlearningtoday .icon-dog {
		display: none;
	}

	.section_worksofourstudents {
		padding: 30px 0 30px 0;
	}

	.section_worksofourstudents-items,
	.section_worksofourstudents-items__item {
		gap: 10px;
	}

	.section_worksofourstudents-items__item {
		width: 100%;
	}

	.review_block {
		padding: 0 30px 60px 30px;
	}

	.review_block-heading {
		flex-flow: column;
		margin-bottom: 15px;
	}

	.review_block-heading__right {
		margin-top: 0;
	}

	.section_firstlessonisfree {
		padding: 60px 0;
		margin: 60px 0;
	}

	.section_firstlessonisfree-row {
		flex-direction: column-reverse;
		gap: 30px;
		margin: 0;
	}

	.section_firstlessonisfree-left {
		width: 100%;
		padding: 0;
	}

	.section_firstlessonisfree-right {
		width: 100%;
		padding: 0;
	}

	.section_firstlessonisfree-left .h3 {
		font-size: 18px;
		text-align: left;
	}

	.section_firstlessonisfree .icon-bg-left {
		top: -65px;
		max-width: 45%;
	}

	.section_firstlessonisfree .icon-planet,
	.section_firstlessonisfree .icon-font-right,
	.section_firstlessonisfree .icon-bg-right {
		display: none;
	}

	.section_howtoenroll-items {
		justify-content: center;
		gap: 65px 0;
	}

	.section_howtoenroll-item,
	.section_howtoenroll-item:nth-child(2) {
		width: 100%;
		max-width: 500px;
		padding: 0 15px;
	}

	.section_howtoenroll-bottom {
		margin-bottom: 60px;
	}

	.section_startlearningtoday {
		margin-bottom: 60px;
	}

	.section_startlearningtoday-left {
		width: 100%;
		margin: 40px 0;
	}

	.section_startlearningtoday-right {
		width: 100%;
		margin-top: 0;
	}

	.section_startlearningtoday-forms {
		padding: 20px;
	}

	.form-group-row {
		flex-flow: column;
		margin-bottom: 15px;
	}

	.form-group-row .form-group {
		width: 100%;
	}

	.form-group-row .form-group:nth-last-child(n+2) {
		margin-bottom: 15px;
	}

	.form-control,
	.form-control::placeholder {
		font-size: 14px;
	}

	.form-checkbox label {
		padding-left: 45px;
		font-size: 14px;
	}

	.form-checkbox label::before {
		width: 30px;
		height: 30px;
		border-radius: 6px;
	}

	.form-checkbox input:checked+label::after {
		left: 12px;
		top: 3.5px;
		height: 9px;
		width: 6px;
	}

	.form-buttons {
		margin-top: 20px;
	}

	.section_ourteachers-title .p {
		margin-bottom: 65px;
	}

	.section_ourteachers-row {
		gap: 65px;
	}

	.section_ourteachers-item {
		width: 100%;
		text-align: center;
	}

	.section_ourteachers-info {
		position: relative;
	}

	.section_ourteachers-info__left {
		width: 100%;
		position: absolute;
		top: 0;
		padding: 0;
		height: 0;
		align-items: center;
		justify-content: center;
	}

	.section_ourteachers-info__left a {
		background-color: #DAFCFF;
		border: 5px solid #fff;
		border-radius: 100%;
		height: 100px;
		width: 100px;
		overflow: hidden;
		display: block;
	}

	.section_ourteachers-info__right {
		width: 100%;
		padding: 65px 30px 30px 30px;
	}

	.section_subscribe {
		padding: 40px 0;
		margin: 180px 0 55px 0;
	}

	.section_subscribe .icon-rocket {
		max-width: 75%;
	}

	.section_subscribe .icon-colps {
		max-width: 88%;
	}

	.section_subscribe .icon-dog {
		right: 15px;
		top: -158px;
		max-width: 210px;
	}

	.section_subscribe .icon-platen-lg {
		bottom: auto;
		width: 80px;
		left: 58px;
		top: -54px;
	}

	.section_subscribe .icon-platen-c {
		top: -78px;
		left: 27px;
		right: auto;
		bottom: auto;
		width: 24px;
	}

	.section_subscribe .icon-platen-m {
		top: -34px;
		left: 52px;
		right: auto;
		bottom: auto;
		width: 6px;
	}

	.section_subscribe.design3 .section_subscribe-left {
		width: 100%;
	}

	.section_subscribe.design3 {
		padding: 60px 0;
		margin: 170px 0 65px 0;
	}

	.section_subscribe-buttons__item {
		width: 100%;
	}

	.section_subscribe-row {
		gap: 0;
	}

	.section_subscribe-description {
		text-align: left;
		font-size: 14px;
	}

	.section_subscribe-left,
	.section_subscribe-right {
		max-width: 100%;
	}

	.section_subscribe.design3 .icon-line {
		max-width: 74%;
		top: -80px;
	}

	.section_subscribe.design3 .icon-colps {
		max-width: 59%;
	}

	.section_subscribe.design3 .icon-platen-lg {
		left: auto;
		right: 115px;
		top: -130px;
		width: 150px;
	}

	.section_subscribe.design3 .icon-platen-m {
		right: 78px;
		left: auto;
		bottom: auto;
		top: -54px;
		width: 15px;
	}

	.section_subscribe.design3 .icon-platen-m2 {
		right: 91px;
		top: -54px;
		width: 22px;
	}

	.section_subscribe.design3 .icon-platen-m3 {
		right: 161px;
		top: -12px;
		width: 30px;
	}

	.section_subscribe.design3 .icon-platen-c {
		left: auto;
		right: 5px;
		bottom: auto;
		top: -44px;
		width: 70px;
	}

	.section_subscribe.design3 .icon-dog {
		display: none;
	}

	.section_subscribe .icon-rocket {
		bottom: -55px;
	}

	.section-heading {
		margin: 60px 0 30px 0;
		text-align: left;
	}

	.sorts-item {
		width: 100%;
	}

	.comment {
		margin: 0 -15px;
		padding: 15px;
	}

	.comment-left {
		position: relative;
		width: 0;
		padding: 0;
	}

	.comment-right {
		width: 100%;
	}

	.comment-top {
		min-height: 80px;
		margin-left: 95px;
		padding: 12px 0px;
		gap: 10px;
		align-items: center;
	}

	.comment-infos {
		gap: 8px;
	}

	.comment-image {
		width: 80px;
		height: 80px;
		margin-left: 10px;
	}

	.comment-description {
		font-size: 14px;
	}

	.comment-child {
		padding-left: 25px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}

	.comment-child .comment:not(.last):not(.reply)::after {
		left: -10px;
	}

	.comment-child .comment:not(.reply):before {
		width: 10px;
		left: -10px;
		top: 0;
		height: 60px;
	}

	.comment-info__item {
		gap: 5px;
		font-size: 12px;
	}

	.comment-info__item svg {
		width: 20px;
		height: 20px;
	}

	.comment-profession {
		position: absolute;
		left: 10px;
		top: 80px;
		font-size: 10px;
		padding: 0 8px;
		line-height: 20px;
		letter-spacing: -0.7px;
	}

	.comment-images {
		gap: 10px;
		margin: 20px 0;
		overflow: auto;
		flex-wrap: unset;
	}

	.comment-images img {
		max-width: 135px;
	}

	.comment-images .comment-video img {
		max-width: 100%;
	}

	.comment-video svg {
		width: 60px;
		height: 60px;
	}

	.comment-title {
		gap: 10px;
		margin-bottom: 20px;
		font-size: 30px;
		margin-bottom: 10px;
	}

	.comment.reply .comment-left {
		display: none;
	}

	.comment.reply .comment-top {
		margin-left: 0;
	}

	.comment-textarea {
		font-size: 14px;
		margin-bottom: 0;
	}

	.comment-file {
		flex-wrap: wrap;
	}

	.comment-file__item {
		width: 100%;
		text-align: center;
	}

	.comment-delete {
		line-height: 1;
	}

	.comment-file__item .btn {
		width: 100%;
	}

	.comment.reply {
		margin: 15px -15px;
	}

	.pagination {
		gap: 0px;
	}

	.files {
		gap: 10px;
	}

	.files-item {
		width: 135px;
		height: 135px;
	}

	.section-studentworksofthislesson {
		margin: 60px 0;
	}



	.section_error {
		min-height: 800px;
	}

	.noindex_absolute {
		display: flex;
		align-items: flex-start;
		text-align: center;
		justify-content: center;
	}

	.section_error-content {
		max-width: 100%;
		margin-top: 130px;
	}

	.section_error .icon-planet-left,
	.section_error .icon-planet-right {
		display: none;
	}

	.section_error .icon-ooops {
		position: unset;
		max-width: 332px;
	}

	.section_error .icon-planets-center {
		left: auto;
		bottom: auto;
		top: 250px;
		right: 25px;
		max-width: 101px;
	}


	/* Plan Card */
	.section_plans {
		margin: 60px 0;
	}

	.plan_cards {
		justify-content: center;
	}

	.plan_card {
		width: 100%;
		max-width: 500px;
	}

	.plan_card-block {
		background-size: cover;
		background-position-y: 40px;
		background-position-x: right;
	}

	.plan_card-info {
		padding: 130px 30px 60px 30px;
	}

	/* END Plan Card */


	.popup-body.lgs {
		padding: 10px;
	}

	.popup-body.lgs .pupup-close {
		right: 20px;
		top: 20px;
	}
}



@media (min-width: 1400px) and (max-width: 1800px) {
	body {
		zoom: 0.85;
		-ms-zoom: scale(0.85);
		-webkit-zoom: 0.85;
		-moz-transform: scale(0.85);
		-moz-transform-origin: left top;
	}

	@-moz-document url-prefix() {
		body {
			width: calc(100vw / 0.85);
			height: calc(100vh / 0.85);
		}
	}
}

@media (min-width: 1151px) and (max-width: 1399px) {
	body {
		zoom: 0.85;
		-ms-zoom: scale(0.85);
		-webkit-zoom: 0.85;
		-moz-transform: scale(0.85);
		-moz-transform-origin: left top;
	}

	@-moz-document url-prefix() {
		body {
			width: calc(100vw / 0.85);
			height: calc(100vh / 0.85);
		}
	}
}

@media (min-width: 319px) and (max-width: 359px) {
	body {
		zoom: 0.87;
		-ms-zoom: scale(0.87);
		-webkit-zoom: 0.87;
		-moz-transform: scale(0.87);
		-moz-transform-origin: left top;
	}

	@-moz-document url-prefix() {
		body {
			width: calc(100vw / 0.87);
			height: calc(100vh / 0.87);
		}
	}
}

.content-area {
	scroll-behavior: smooth;
}

/* all sizes */

.comment .children .children {
	padding-left: 0 !important;
}

.blockabonemenlessonsinfo-title {
	font-family: DR Galushki Hole W01;
}

.courseitem .courseitem-right .courseitem-description p {
	padding-left: 0 !important;
}

/* Blog */
.section_blogdetails {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}

.section_blogdetails .container-fluid .noindex_absolute {
	left: -31%;
}

.section_blogdetails .section_blogdetails-steps .noindex_absolute {
	right: -32%;
}

.section_blogdetails .container {
	padding: 0 !important;
}

.form-double {
	display: flex;
	flex-wrap: wrap;
}

.form-double .form-group {
	margin-bottom: 15px;
}

.form-double .form-group.lg:nth-child(1) {
	width: calc(50% - 5px);
	margin-right: 5px;
}

.form-double .form-group.lg:nth-child(2) {
	width: calc(50% - 5px);
	margin-left: 5px;
}

@media (max-width: 1150px) {
	.section_blogdetails {
		padding: 0 30px;
	}
}

@media (max-width: 989px) {
	.section_blogdetails {
		padding: 0 10px;
	}
}

@media (min-width: 990px) {
	.section_program .icon-planet {
		right: -30px;
	}

	.section_choose .icon-planet {
		bottom: -72px;
	}

	.section_aboutourschool .icon-planet {
		left: -117px;
	}

	.section_aboutourschool-block {
		padding: 52px 50% 52px 52px;
	}

	.section_firstlessonisfree .icon-font-right {
		right: -35px;
	}

	.section_firstlessonisfree .icon-planet {
		right: 325px;
	}

	.section_startlearningtoday-advantages li {
		max-width: 435px;
	}

	.section_startlearningtoday .h3 {
		text-align: left;
	}

	.section_howtoenrolltostartlearningtoday .icon-dog {
		right: -80px;
	}

	.section_activationofafreecertificate .section_activationofafreecertificate-right .h3 {
		margin-bottom: 30px;
		text-align: center;
	}

	.section_plans {
		margin: 60px 0 100px;
	}

	.section_plans .h2 {
		max-width: 1280px;
		margin-left: auto;
		margin-right: auto;
	}

	.section_plans .p {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.section_subscribe.design3 .icon-line {
		right: -100px;
	}

	.section_subscribe-left h2 {
		font-size: 65px;
	}

	.section_productlistourlessons .section_productlistourlessons-row {
		margin-bottom: 0;
	}

	.section-material_alt-2 .container {
		padding: 0;
	}

	#tab1 .section_subscribe {
		margin-top: 60px;
	}

	.courseitem {
		height: 405px;
		overflow: hidden;
	}

	.courseitem .courseitem-block .courseitem-left {
		height: 100%;
	}
}

@media (max-width: 1919px) and (min-width: 990px) {
	.section_home-right .noindex_absolute {
		zoom: 1.15;
		position: relative;
		z-index: 1;
	}

	.header_center-menu__item--a,
	.header_center-menu ul li a {
		font-size: 14px;
	}

	.section_choose .icon-planet {
		right: -25px;
	}

	.section_aboutourschool-block {
		padding: 52px 50% 52px 52px;
	}

	.section_howisthetraininggoing .block_freecertificate-left {
		max-width: 420px;
	}

	.section_howisthetraininggoing .block_freecertificate-right {
		max-width: 550px;
	}

	.section_subscribe.design3 .icon-dog {
		zoom: 1.15;
	}

	.section_subscribe-left {
		max-width: 500px;
	}

	.section_subscribe-right {
		max-width: 400px;
	}

	.section_subscribe .icon-dog {
		zoom: 1.15;
		right: 100px;
	}

	.section_productlisthome-block .noindex_absolute img {
		zoom: 1.15;
	}

	#section_productcardmenu .section_productcardmenu-user {
		flex-wrap: nowrap;
	}

	#section_productcardmenu .section_productcardmenu-row {
		flex-wrap: nowrap;
	}

	.section_productcardcontent .section_productcardcontent-top .icon-dog {
		right: -25px;
	}

	#tab1 .section_productcardhome .icon-planet {
		left: 30px;
		zoom: 0.85;
	}

	#tab1 .section_whatwillbe-item:nth-child(2) {
		padding-left: 30px;
	}

	#tab1 .section_whatwillbe.reverse .section_whatwillbe-item:nth-child(2) {
		padding-left: 45px;
		padding-right: 30px;
	}

	#tab1 .section_whatwillbe .icon-rocket {
		bottom: -140px;
		zoom: 0.8;
	}

	#tab1 .section_productlistourlessons-product {
		width: 33%;
	}

	#tab1 .section_ourteachersareprofessionals-row {
		align-items: start;
	}

	#tab1 .section_ourteachersareprofessionals-row {
		padding-top: 60px;
	}

	#tab1 .section_ourteachersareprofessionals-item:nth-child(2) {
		margin-bottom: 45px;
	}

	#tab1 .section_ourteachersareprofessionals-item .h3 {
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.section_productcardmenu-user__name {
		white-space: nowrap;
	}
}

@media (max-width: 1919px) and (min-width: 1025px) {
	.header_right-list__item--a___desctop {
		display: inline-flex;
		max-width: 270px;
	}

	.header_right-list__item--a___desctop+.header_right-list__item--a___mobile {
		display: none;
	}

	#tab1 .section_productlistourlessons-product {
		width: 25%;
	}
}

@media (max-width: 989px) {
	.section_productcardinfo-info .section_productcardinfo-tabs__block {
		justify-content: start;
	}

	.comment-list .comment .children {
		padding-left: 27px;
	}

	.comment-list .comment .children .comment:not(.reply):before {
		content: '';
		position: absolute;
		left: -15px;
		top: 20px;
		width: 10px;
		height: 40px;
		display: block;
		border-radius: 0px 0 0 20px;
		border: 3px solid;
		border-width: 0 0 3px 3px;
		border-color: #F7CCFF;
	}

	.comment-list .comment .children .comment:not(:last-child):not(.reply):after {
		content: '';
		position: absolute;
		left: -15px;
		top: 20px;
		width: 3px;
		height: 100%;
		background-color: #f7ccff;
	}

	/*
	.comment-form .form-submit input.submit {
		height: 75px !important;
		white-space: normal;
	}
	*/

	.comment-list .children #respond {
		margin-left: -54px;
	}

	.section_comment-comments__block .h2 {
		font-size: 40px !important;
		margin-bottom: 30px !important;
	}

	.section_productcardmenu-menu-dop {
		display: none !important;
	}

	#section_course-tabs__navigation_next_container {
		width: 100%;
	}

	.mobile_menu-ul-menu {
		margin-top: 18px;

		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	#header .row_wrap.row_wrap-center {
		flex-wrap: nowrap;
	}

	#header .row_wrap.row_wrap-center .header_left {
		width: 100%;
	}

	#header .row_wrap.row_wrap-center .header_left .header_left-logo {
		margin: auto;
	}

	#header .row_wrap.row_wrap-center .header_right {
		margin-left: 0;
		min-width: 55px;
	}

	#popup-abonemenlessonsinfo .popup-body {
		padding: 20px;
	}

	.section_productcardcontent .section_productcardcontent-top p,
	.section_whatwillbe .section_whatwillbe-item p {
		padding-left: 0 !important;
	}

	.section_productcardmenu-menu {
		gap: 0 !important;
	}

	.section_productcardmenu-menu li {
		margin-right: 10px !important;
	}

	.section_userheadingmenu-menu a {
		min-width: auto !important;
		white-space: nowrap !important;
	}
}

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

	/* main */
	.section_home .icon-planet-full {
		right: 320px;
	}

	.section_home .icon-planet-small {
		right: 300px;
	}

	.section_home .icon-planet-small2 {
		right: 280px;
	}

	.section_home .icon-planet-small3 {
		right: 325px;
	}

	.section.section_choose h2 {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}

	.section.section_choose p {
		max-width: 610px;
		margin-left: auto;
		margin-right: auto;
	}

	.section_choose .icon-dog {
		left: 0;
	}

	.section_firstlessonisfree .icon-bg-left {
		top: -100px;
		left: -25px;
	}

	.section_firstlessonisfree .icon-planet {
		right: 30px;
		top: 75%;
	}

	.section_howtoenrolltostartlearningtoday .icon-dog {
		right: 0;
	}

	.section_subscribe-left,
	.section_subscribe-right {
		max-width: 300px;
	}

	.section_subscribe-left h2 {
		font-size: 54px;
	}

	.section_worksofourstudentstoreviewsabouttoschool .icon-bg {
		right: -30px;
	}

	.section_subscribe .icon-dog {
		right: 30px;
		zoom: 1;
	}

	.footer_right-menu {
		flex-wrap: nowrap;
	}

	.footer_right {
		width: 65%;
	}

	/* lend */
	.section_activationofafreecertificate-form {
		padding: 30px !important;
	}

	.form-group.lg .form-control {
		padding: 0 25px;
	}

	.form-group.lg .form-control {
		font-size: 16px;
	}

	.section_activationofafreecertificate form .form-group.lg {
		width: 100%;
	}

	.section_activationofafreecertificate form .form-group.lg {
		width: 100%;
	}

	.form-double .form-group.lg:nth-child(1) {
		width: calc(50% - 5px);
		margin-right: 5px;
	}

	.form-double .form-group.lg:nth-child(2) {
		width: calc(50% - 5px);
		margin-left: 5px;
	}

	.section_howtoenrolltostartlearningtoday .section_howtoenroll {
		margin-bottom: 0;
	}

	.section_aboutourschoollanding .icon-line {
		max-width: 35%;
	}

	.section_howisthetraininggoing .block_freecertificate-left {
		max-width: 400px;
	}

	.section_howisthetraininggoing .block_freecertificate-right {
		max-width: 480px;
	}
}

@media (max-width: 767px) {
	.form-double .form-group.lg:nth-child(1) {
		width: 100%;
		margin-right: 0;
	}

	.form-double .form-group.lg:nth-child(2) {
		width: 100%;
		margin-left: 0;
	}
}


@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {

	.section_productcardmenu-menu {
		gap: 0 !important;
	}

	.section_productcardmenu-menu li {
		margin-right: 10px !important;
	}

	.section_userheadingmenu-menu a {
		min-width: auto !important;
		white-space: nowrap !important;
	}
}

@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) and (display:flow-root) {
		.section_productcardmenu-menu {
			gap: 0 !important;
		}

		.section_productcardmenu-menu li {
			margin-right: 10px !important;
		}

		.section_userheadingmenu-menu a {
			min-width: auto !important;
			white-space: nowrap !important;
		}
	}
}