@charset "UTF-8";

/*!
Theme Name: solid
Author: Aleksandr K. & Vladislav M.
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

@font-face {
	font-family: Gopher;
	font-display: swap;
	src: url(./fonts/Gopher-Heavy.woff2) format("woff2"), url(./fonts/Gopher-Heavy.woff) format("woff");
	font-weight: 800;
	font-style: normal
}

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

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

@font-face {
	font-family: ProximaNova;
	font-display: swap;
	src: url(./fonts/ProximaNova-Extrabld.woff2) format("woff2"), url(./fonts/ProximaNova-Extrabld.woff) format("woff");
	font-weight: 900;
	font-style: normal
}

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

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

body {
	font-style: normal;
	line-height: 150%
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

html.menu-open .menu-mob {
	display: block;
	left: 0
}

[class*=__container] {
	margin: 0 auto;
	max-width: 73.125rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

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

body,
html {
	height: 100%;
	min-width: 320px
}

body {
	color: #262961;
	line-height: 1;
	font-family: ProximaNova;
	font-size: 1rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
	font-family: ProximaNova;
	font-size: inherit
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit
}

a {
	color: inherit
}

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

a:hover {
	text-decoration: none
}

ul li {
	list-style: none
}

img {
	vertical-align: top
}

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

body {
	font-style: normal;
	line-height: 150%
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none
}

html {
	scroll-behavior: smooth
}

html.menu-open .menu-mob {
	display: block;
	left: 0
}

.hide {
	display: none;
}

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

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

.wrapper>* {
	min-width: 0
}

[class*=__container] {
	margin: 0 auto;
	max-width: 73.125rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

._title {
	font-weight: 600;
	font-size: 48px;
	line-height: 120%
}

._title._bold {
	font-weight: 800
}

._text {
	font-size: 26px;
	line-height: 125%
}

._subtitle {
	font-size: 36px;
	line-height: 128%
}

._blue-link a,
._blue-link button, .btn_open_modal_qiuz {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #262961;
	border-radius: 5px;
	padding: 16px 20px;
	min-width: 225px;
	color: #fff;
	font-weight: 600;
	font-size: 18px; cursor:pointer;transition:0.3s;
}
.btn_open_modal_qiuz:hover{
transition:0.3s; background: #4147b0;
}
._blue-link.courses-learn-link a {
	width: auto
}

._white-link a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: 0 0;
	border-radius: 5px;
	padding: 16px;
	border: 1px solid #262961
}

._green-block {
	position: relative;
	background: #fff;
	border: 2px solid #262961;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px
}

._green-block .green-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #3affdc;
	border: 2px solid #2b2d60;
	border-radius: 20px;
	bottom: -15px;
	right: -15px;
	z-index: -1
}

._gradient-link a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 15px 48px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	background: -o-linear-gradient(355.64deg, #00c3eb -15.26%, #3affdc 70.01%);
	background: linear-gradient(94.36deg, #00c3eb -15.26%, #3affdc 70.01%);
	border-radius: 5px
}
.redborder{border:3px solid red !important;}
._mob {
	display: none
}

.page-social ul._mob {
	display: none
}

.page-social ul._desc {
	display: block
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.input {
	border-radius: 5px;
	width: 100%;
	display: block;
	padding: 10px 20px;
	border: 1px solid #3affdc;
	padding-right: 40px;
	outline: 0;
	font-size: 18px
}

.input::-moz-placeholder {
	color: #262961
}

.input:-ms-input-placeholder {
	color: #262961
}

.input::-ms-input-placeholder {
	color: #262961
}

.input::-webkit-input-placeholder {
	color: #262961
}

.input::placeholder {
	color: #262961
}

.input._form-error {
	border: 1px solid red
}

textarea.input {
	resize: none;
	padding: 0 0
}

[class*=-ibg] {
	position: relative
}

[class*=-ibg] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

[class*=-ibg_contain] img {
	-o-object-fit: contain;
	object-fit: contain
}

.header {
	padding-top: 21px;
	padding-bottom: 21px;
	background: #262961;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10
}

.menu-courses {
	position: absolute;
	top: 100px;
	z-index: 9;
	font-size: 21px;
	line-height: 138%;
	color: #262961
}

.menu-courses._color._relative {
	background: -o-linear-gradient(357.84deg, #b3edf9 -3.64%, rgba(159, 161, 206, .7) 64.65%, rgba(248, 124, 194, .7) 123.66%), #fff;
	background: linear-gradient(92.16deg, #b3edf9 -3.64%, rgba(159, 161, 206, .7) 64.65%, rgba(248, 124, 194, .7) 123.66%), #fff;
	margin-bottom: 0
}

.menu-courses._color._relative._transparent {
	background-image: none;
	background-color: transparent
}

.menu-courses._relative {
	background: #fff;
	padding: 10px 0;
}

@media (max-width: 991px) {
	.menu-courses._relative {
		background: #262961;
	}
}

.menu-curses__container li {
	padding-top: 22px;
	padding-bottom: 22px
}

.menu-courses._relative {
	position: relative;
	top: 80px
}

.menu-courses._white {
	color: #fff
}

.menu-courses ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px
}

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

.header-name {
	z-index: 10
}

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

.header-logo {
	z-index: 10
}

.header-logo img {
	width: 38px;
	height: 38px
}

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

.header-language {
	display: flex;
}

.header-language li {
	margin-right: 20px;
}

.header-language li.current-language-menu-item {
	text-decoration: underline;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px
}

.header-phone a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.page-social {
	position: fixed;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -30%);
	-ms-transform: translate(0, -30%);
	transform: translate(0, -30%);
	z-index: 15
}

.page-social:before {
	position: absolute;
	content: "";
	height: 69px;
	width: 1px;
	top: -99px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: #262961
}

.page-social:after {
	position: absolute;
	content: "";
	height: 69px;
	width: 1px;
	bottom: -79px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: #262961
}

.page-social li {
	margin-bottom: 24px
}

.page-social img {
	width: 30px;
	height: 30px
}

.drop-menu {
	margin: 0 auto;
	position: absolute;
	z-index: 10;
	top: 75px;
	background: -webkit-gradient(linear, left bottom, left top, from(#262961), to(#262961)), #fff;
	background: -o-linear-gradient(bottom, #262961, #262961), #fff;
	background: linear-gradient(0deg, #262961, #262961), #fff;
	color: #fff;
	left: 0;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease 0s;
	-o-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s
}

.drop-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px
}

.drop-menu-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 23%;
	flex: 0 1 23%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 14px
}

.drop-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 14px
}

.drop-text {
	color: rgba(255, 255, 255, .75);
	font-size: 14px;
	line-height: 20px
}

.drop-arrow img {
	-webkit-transition: padding .5s ease 0s;
	-o-transition: padding .5s ease 0s;
	transition: padding .5s ease 0s
}

.drop-arrow:hover img {
	padding-left: 15px
}

.drod-down {
	-webkit-transition: all 1.3s ease 0s;
	-o-transition: all 1.3s ease 0s;
	transition: all 1.3s ease 0s;
	-webkit-transition: opacity 1s 1s;
	-o-transition: opacity 1s 1s;
	transition: opacity 1s 1s
}

.drod-down:hover .drop-menu {
	opacity: 1;
	visibility: visible;
	z-index: 10000;
}

.header-phone-mob {
	position: absolute;
	right: 86px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 5
}

.header-phone-mob img {
	width: 35px;
	height: 35px
}

.icon-menu {
	display: none
}

.footer {
	background: #262961;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff
}

.footer a {
	color: #fff
}

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

.footer-left,
.footer-middle,
.footer-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}

.footer-left {
	font-size: 26px
}

.footer-left li {
	margin-bottom: 24px
}

.footer-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600
}

.footer-menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}

.footer-menu li {
	margin-bottom: 17px
}

.footer-links li {
	margin-bottom: 10px
}

.footer-img {
	margin-bottom: 32px
}

.logo-tel {
	margin-bottom: 32px
}

.logo-tel a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px
}

.footer-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-bottom: 26px
}

.footer-social img {
	width: 30px;
	height: 30px
}

.footer-label {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 5px
}

.footer-input {
	position: relative;
	height: 47px
}

.footer-input .input {
	padding-right: 55px;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #262961;
	color: rgba(255, 255, 255, .5);
	font-style: italic
}

.footer-input .input::-moz-placeholder {
	color: rgba(255, 255, 255, .5)
}

.footer-input .input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.footer-input .input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.footer-input .input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5)
}

.footer-input .input::placeholder {
	color: rgba(255, 255, 255, .5)
}

.footer-arrow button {
	position: absolute;
	height: 100%;
	width: 54px;
	top: 0;
	right: 0;
	background: #fff;
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0 5px 5px 0
}

.footer-about {
	font-family: Gopher;
	font-weight: 500;
	opacity: .5
}

.first {
	position: relative
}

.slider__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 200px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.first-slide {
	background-image: url(./img/main/03.jpg)
}

.second-slide {
	background-image: url(./img/main/04.jpg)
}

.third-slide {
	background-image: url(./img/main/05.jpg)
}

.first-slide,
.second-slide,
.third-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.main__slide-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%
}

.main__slide-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
	position: relative
}

.main__slide-img img {
	max-width: 100%
}

.slide-seo {
	position: absolute;
	bottom: 24px;
	right: -55px;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	padding: 13px 10px;
	background: #fff;
	border: 1px solid #262961;
	border-radius: 4px
}

.main__slide-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%
}

.main-slider__container {
	position: relative;
}

.main__slide-text {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .03em;
	margin-bottom: 32px
}

.main-slider-box {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
	bottom: 50px;
	left: 5px
}

.swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px
}

.swiper-pagination.list-pagination {
	position: absolute;
	bottom: 0;
	left: 0
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #262961;
	border-radius: 50%
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #262961
}

.about {
	padding-top: 90px;
	padding-bottom: 52px
}

.about-title {
	margin-bottom: 35px
}

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

.about-listslider__slider {
	display: none
}

.about-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%
}

.about-item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.about-item-img img {
	max-width: 84px
}

.about-item-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 130%
}

.about-item-text {
	font-size: 16px;
	line-height: 22px
}

.quote {
	min-height: 292px;
	background-image: url(./img/main/06.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.quote__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 160px
}

.quote-content {
	padding-top: 53px;
	padding-bottom: 53px;
	max-width: 478px
}

.quote-text {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px
}

.quote-author {
	font-weight: 800;
	font-size: 24px;
	line-height: 29px
}

.quote-img {
	padding-top: 15px
}

.quote-img img {
	max-width: 383px
}

.how {
	padding-top: 100px;
	padding-bottom: 40px
}

.how-title {
	margin-bottom: 30px
}

.how-text {
	margin-bottom: 74px
}

.how-text._text {
	font-weight: 400
}

.how-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	gap: 24px
}

.how-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 16%;
	flex: 0 1 16%
}

.how-item._odd {
	padding-top: 120px
}

.how-img {
	text-align: center;
	margin-bottom: 8px
}

.how-item-text {
	text-align: center;
	max-width: 154px;
	margin: 0 auto
}

.how-arrow {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	bottom: 100px;
	z-index: -1
}

.change {
	padding-top: 40px;
	padding-bottom: 50px
}

.change-title {
	margin-bottom: 60px
}

.change-block {
	background: -o-linear-gradient(348.58deg, rgba(248, 124, 194, .7) 0, rgba(255, 255, 255, .7) 45.31%, rgba(58, 255, 220, .7) 100%), #fff;
	background: linear-gradient(101.42deg, rgba(248, 124, 194, .7) 0, rgba(255, 255, 255, .7) 45.31%, rgba(58, 255, 220, .7) 100%), #fff;
	border: 2px solid #262961;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.change-block-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	padding: 27px 21px 19px 57px
}

.change-subtitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 16px
}

.change-text {
	line-height: 22px;
	margin-bottom: 10px
}

.change-box {
	margin-top: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.change-price {
	font-weight: 600;
	line-height: 19px
}

.change-price span {
	font-size: 26px
}

.change-link._white-link a {
	min-width: 200px
}

.change-block-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 27px 28px 19px 34px;
	border-left: 2px solid #262961
}

.change-number {
	font-size: 18px;
	line-height: 28px
}

.change-number span {
	font-weight: 800
}

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

.change-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	min-height: 228px;
	padding: 30px 40px;
	border: 2px solid #262961;
	border-radius: 12px
}

.change-item._first {
	background: -o-linear-gradient(161.49deg, rgba(255, 209, 185, .8) 16.6%, rgba(251, 168, 215, .8) 53.34%, rgba(179, 180, 216, .8) 91.65%), #fff;
	background: linear-gradient(288.51deg, rgba(255, 209, 185, .8) 16.6%, rgba(251, 168, 215, .8) 53.34%, rgba(179, 180, 216, .8) 91.65%), #fff
}

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

.change-item-list li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	margin-bottom: 10px;
	padding-left: 12px;
	position: relative
}

.change-item-list li:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #262961;
	left: 0;
	top: 10px
}

.change-item-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 100px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.companies {
	padding-top: 50px;
	padding-bottom: 50px
}

.companies-title {
	margin-bottom: 30px
}

.companies-text {
	margin-bottom: 30px
}

.companies__slider {
	background: #3affdc;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 46px
}

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

.companies-review {
	max-width: 600px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px
}

.companies-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%
}

.companies-img img {
	max-width: 100%;
	border-radius: 20px 0 0 20px
}

.companies-img-mob {
	display: none
}

.companies-review-content {
	position: relative;
	padding: 20px
}

.companies-review-quote {
	position: absolute;
	top: -13px;
	left: -13px;
	font-weight: 600;
	font-size: 68px;
	line-height: 78px
}

.companies-review-text {
	line-height: 125%;
	margin-bottom: 6px
}

.companies-review-author {
	font-weight: 600;
	line-height: 150%
}

.video {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative
}

.video-title {
	margin-bottom: 62px
}

.video-title._title {
	color: #2b2d60
}

.video-about {
	margin-bottom: 40px;
	max-width: 720px
}

.video-frame {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border-width: 0;
	outline-width: 0;
}

.video-video video {
    width: 100%;
    height: auto;
    max-height: 100%;
}


.reviews {
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative
}

.reviews._last {
	padding-bottom: 150px
}

.reviews._last .reviews-slider-box {
	bottom: 50px
}

.reviews-subtitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
	color: #2b2d60
}

.reviews-title {
	margin-bottom: 62px
}

.reviews-title._title {
	color: #2b2d60
}

.reviews-about {
	margin-bottom: 40px;
	max-width: 720px
}

.reviews__slider {
	padding: 20px 30px
}

.reviews__slide {
	padding: 24px 32px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.reviews-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #262961;
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 16px
}

.reviews-text {
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
	margin-bottom: 40px
}

.reviews-slide-name {
	font-weight: 800;
	font-size: 16px;
	color: #40439d;
	margin-bottom: 10px
}

.reviews-slide-who {
	font-weight: 800;
	font-size: 16px
}

.reviews-slide-img {
	position: absolute;
	bottom: 0;
	right: 0
}

.reviews-slide-img img {
	border-radius: 20px
}

.reviews-slider-box {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 20px
}

.roadmap {
	padding-top: 50px;
	padding-bottom: 50px
}

.roadmap-title {
	max-width: 530px;
	margin-bottom: 78px
}

.roadmap-title span {
	color: #40439d
}

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

.roadmap-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%
}

.roadmap-box {
	padding: 18px;
	border: 2px solid #262961;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	min-height: 243px;
	margin-bottom: 30px
}

.roadmap-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.roadmap-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3px
}

.roadmap-number {
	font-family: Gopher;
	font-weight: 900;
	font-size: 62px;
	line-height: 115%
}

.roadmap-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.roadmap-subtitle {
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 12px
}

.roadmap-text {
	font-size: 14px;
	margin-bottom: 7px
}

.roadmap-text span {
	font-weight: 700
}

.roadmap-arrow {
	text-align: center;
	margin-bottom: 53px
}

.roadmap-tags-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	gap: 35px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.roadmap-tags-item {
	background: rgba(0, 195, 235, .3);
	border-radius: 3px;
	padding: 5px 20px;
	text-align: center
}

.route {
	padding-top: 50px;
	padding-bottom: 50px
}

.route-title {
	margin-bottom: 60px
}

.route-box {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(./img/main/14.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 60px
}

.route-left,
.route-right {
	position: absolute;
	font-weight: 600;
	font-size: 200px;
	line-height: 105%;
	text-align: center;
	color: #00c3eb
}

.route-left {
	top: -60px;
	left: -90px
}

.route-text {
	font-size: 18px;
	text-align: center;
	max-width: 653px;
	margin: 0 auto;
	position: relative
}

.route-right {
	bottom: -140px;
	right: -90px
}

.route-subtitle {
	font-weight: 800;
	font-size: 24px;
	text-align: center;
	margin-bottom: 57px
}

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

.route-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%
}

.route-list-title {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 20px
}

.route-list-text {
	margin-bottom: 20px
}

.route-list-text span {
	font-weight: 700
}

.route-img img {
	max-width: 384px
}

.help {
	margin-top: -50px;
	padding-top: 100px;
	padding-bottom: 50px
}

.help._faq {
	padding-bottom: 100px
}

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

.help-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 59%;
	flex: 0 1 59%;
	font-weight: 600;
	font-size: 68px;
	line-height: 115%;
	background: -o-linear-gradient(325.91deg, #40439d 1.18%, #00c3eb 101.09%);
	background: linear-gradient(124.09deg, #40439d 1.18%, #00c3eb 101.09%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.help-title._spec {
	font-size: 48px
}

.help-title-text {
	font-weight: 400;
	font-size: 18px;
	color: #262961;
	line-height: 120%;
	margin-top: 23px
}

.help-form {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 28%;
	flex: 0 1 28%
}

.help-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	position: relative
}

.help-input .wpcf7-form-control-wrap {
	width: 100%;
}

.help-input img {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.help-link {
	text-align: center;
	margin-bottom: 18px
}

.help-privacy {
	text-align: center;
	line-height: 162%; font-size:15px;
}

.help-privacy a {
	color: #00c3eb;
	padding-bottom: 3px;
	border-bottom: 1px solid #00c3eb
}

.blog {
	padding-top: 50px;
	padding-bottom: 50px
}

.blog-title {
	margin-bottom: 30px
}

.blog-subtitle {
	font-size: 26px;
	line-height: 138%;
	margin-bottom: 24px
}

.blog-link-all {
	text-align: right;
	margin-bottom: 30px
}

.blog-link-all a {
	font-weight: 600;
	padding: 5px 10px;
	border: 1px solid #3affdc;
	border-radius: 5px
}

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

.blog-listslider__slider {
	display: none
}

.blog-listslider__slider .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 0
}

.blog-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}

.blog-item._narrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 24%;
	flex: 0 1 24%
}

.blog-item._wide {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%
}

.blog-item._wide .blog-item-title {
	font-size: 36px;
	line-height: 128%
}

.blog-item._narrow,
.blog-item._wide {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.blog-item._wide-full {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 20px
}

.blog-item._wide-full .blog-item-title {
	font-weight: 700;
	font-size: 26px
}

.blog-item._narrow .blog-item-title,
.blog-item._narrow-half .blog-item-title,
.blog-item._wide .blog-item-title,
.blog-item._wide-full .blog-item-title {
	padding-top: 14px;
	padding-bottom: 14px;
	border-top: 1px solid #262961;
	border-bottom: 1px solid #262961;
	margin-bottom: 20px
}

.blog-item._narrow .blog-item-img img,
.blog-item._narrow-half .blog-item-img img,
.blog-item._wide .blog-item-img img,
.blog-item._wide-full .blog-item-img img {
	border-radius: 6px
}

.blog-item._narrow-half {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%
}

.blog-item._narrow-half .blog-item-title {
	height: 100%
}

.blog-item.swiper-slide {
	padding-bottom: 30px
}

.blog-item-img {
	margin-bottom: 18px
}

.blog-item-img img {
	max-width: 100%
}

.blog-stat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	font-weight: 900;
	text-align: center;
	font-family: Gopher;
	color: rgba(38, 41, 97, .7)
}

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

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

.blog-item-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px
}

.blog-text {
	color: rgba(38, 41, 97, .7);
	margin-bottom: 34px
}

.blog-read._nonshow {
	display: none
}

.blog-read a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 21px;
	font-weight: 600;
	font-size: 20px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.blog-read a:hover {
	color: #00c3eb;
	gap: 36px
}

.blog-read img {
	padding-top: 2px;
	-webkit-transition: width .5s ease 0s;
	-o-transition: width .5s ease 0s;
	transition: width .5s ease 0s
}

.want {
	padding-top: 50px;
	padding-bottom: 50px
}

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

.want__wrapper {
	background: rgba(0, 195, 235, .5)
}

.want-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%
}

.want-title {
	margin-bottom: 10px
}

.want-text {
	margin-bottom: 30px
}

.want-text span {
	font-weight: 700
}

.want__rightslider {
	display: none
}

.want__rightslider .swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 15px
}

.want-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 75%;
	flex: 0 1 75%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding: 35px 22px;
	background: rgba(0, 195, 235, .5);
	border-radius: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.want-items-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31.5%;
	flex: 0 1 31.5%
}

.want-item {
	padding: 10px;
	background: #fff;
	border-radius: 10px
}

.want-item:first-child {
	margin-bottom: 22px
}

.want-item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	margin-bottom: 20px
}

.want-item-icon {
	width: 20px;
	height: 20px
}

.want-item-title {
	font-weight: 700;
	font-size: 14px
}

.question {
	padding-top: 50px;
	padding-bottom: 100px
}

.question._faq {
	padding-top: 135px;
	padding-bottom: 50px
}

.question-title {
	margin-bottom: 37px
}

.question-subtitle {
	font-size: 26px;
	line-height: 125%;
	font-weight: 600;
	margin-bottom: 70px
}

.question-spollers__item {
	max-width: 780px;
	margin: 0 auto;
	padding: 30px 50px 9px;
	border-bottom: 2px solid #262961
}

.question-spollers__item button {
	text-align: left
}

.question-spollers__title {
	font-size: 24px;
	margin-bottom: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 13px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	color: #40439d
}

.question-spollers__title img {
	-webkit-transition: -webkit-transform .3s ease 0s;
	transition: -webkit-transform .3s ease 0s;
	-o-transition: transform .3s ease 0s;
	transition: transform .3s ease 0s;
	transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}

.question-spollers__title._spoller-active img {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.question-spollers__title h3,
.question-spollers__title h4 {
	max-width: 400px
}

.question-spollers__body {
	font-size: 18px;
	margin-bottom: 14px;
	max-width: 490px
}

.question-spollers__body a {
	text-decoration: underline;
}

.question-spollers__body li {
	padding-left: 20px;
	position: relative
}

.question-spollers__body li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #262961
}

.people-first {
	padding-top: 184px;
	padding-bottom: 188px;
	background-image: url(./img/about/01.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.people-first._corporate {
	background-image: url(./img/corporate/bg.jpg)
}

.people-first-title {
	text-align: center;
	color: #fff;
	margin-bottom: 40px
}

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

.people-first-text._corporate {
	max-width: 900px;
	margin: auto;
	margin-bottom: 40px
}

.people-first-text._text {
	font-weight: 400
}

.people-link {
	text-align: center
}

.school {
	padding-top: 100px;
	padding-bottom: 50px
}

.school-title {
	margin-bottom: 40px
}

.school-text {
	margin-bottom: 10px
}

.school-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 2px solid #262961
}

.school-item-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}

.school-item-content li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px
}

.school-item-content li:last-child {
	margin-bottom: 0
}

.school-item-content li:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #262961
}

.school-item-title {
	margin-bottom: 40px;
	font-weight: 600
}

.school-item-text {
	font-size: 18px
}

.school-item-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 35%;
	flex: 0 1 35%
}

.school-item-img img {
	max-width: 100%
}


.founder {
	padding-top: 100px;
	padding-bottom: 50px
}

.founder-title {
	margin-bottom: 40px
}

.founder-text {
	margin-bottom: 10px
}

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

.founder-item-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}

.founder-item-title {
	margin-bottom: 40px;
	font-weight: 600
}

.founder-item-text {
	font-size: 18px
}


.founder-item-text:not(:last-child) {
	margin-bottom: 20px;
}

.founder-item-text span {
	font-weight: 700;
}

.founder-item-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}

.founder-item-img img {
	max-width: 100%;     height: auto;
}

.partners {
	padding-top: 50px;
	padding-bottom: 50px
}

.partners-title {
	margin-bottom: 60px
}

.partners-listslider__slider {
	display: none
}

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

.partners-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 23%;
	flex: 0 1 23%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	min-height: 560px
}

.partners-item img {
	max-width: 100%
}

.partners-item-content {
	height: 100%
}

.partners-item-img {
	margin-bottom: 20px;
	height: 345px;
	border: 1px solid rgba(38, 41, 97, .12);
	border-radius: 6px
}

.partners-item-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 12px
}

.partners-read a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.partners-read a:hover {
	color: #00c3eb;
	gap: 27px
}

.partners-read img {
	padding-top: 2px
}

.prices-nav {
	padding-top: 130px;
	padding-bottom: 65px
}

.prices-nav-title {
	margin-bottom: 48px
}

.prices-nav-title.courses-nav-title {
	font-weight: 800
}

.prices-nav-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 28px;
	padding: 17px;
	background: rgba(38, 41, 97, .05);
	border-radius: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.prices-nav-item a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-transition: hover .3s ease 0s;
	-o-transition: hover .3s ease 0s;
	transition: hover .3s ease 0s;
	padding: 21px 30px;
	background: #fff;
	border-radius: 20px;
	font-size: 20px;
	line-height: 22px
}

.prices-nav-item a:hover {
	background: #3affdc;
	-webkit-box-shadow: 0 4px 4px rgba(38, 41, 97, .25);
	box-shadow: 0 4px 4px rgba(38, 41, 97, .25)
}

.courses {
	padding-top: 120px;
	padding-bottom: 60px;
	margin-top: -60px
}

.courses-title {
	margin-bottom: 60px
}

.courses-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.courses-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
	padding: 20px;
	border: 2px solid #262961;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px
}

.courses-item._interest {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48%;
	flex: 0 1 calc(50% - 15px);
	background: -o-linear-gradient(302.26deg, #fcbfe1 3.94%, #fcfbee 50.07%, #cffdf2 96.2%), #fff;
	background: linear-gradient(147.74deg, #fcbfe1 3.94%, #fcfbee 50.07%, #cffdf2 96.2%), #fff;
	border: 2px solid #262961;
	border-radius: 13px
}

.courses-item._packet {
	flex: 0 1 calc(33.333% - 20px);
}

.courses-item._profile .courses-text {
	margin-bottom: 100px
}

.courses-spollers__title.courses-name {
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	margin-bottom: 20px
}

.courses-spollers__title.courses-name img {
	-webkit-transition: -webkit-transform .5s ease 0s;
	transition: -webkit-transform .5s ease 0s;
	-o-transition: transform .5s ease 0s;
	transition: transform .5s ease 0s;
	transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.courses-text {
	height: 100%;
	font-size: 18px;
	line-height: 24px
}

.courses-select-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	height: 25px;
	align-items: center
}

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

.courses-switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 20px
}

.courses-switch._one {
	width: 0;
	height: 0
}

.courses-switch input {
	display: none
}

._show {
	display: none
}

.courses-spollers__body {
	min-height: 200px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.courses-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #262961;
	border-radius: 34px
}

.courses-slider._green {
	background: -webkit-gradient(linear, left top, right top, color-stop(-32.14%, #00c3eb), color-stop(78.57%, #3affdc));
	background: -o-linear-gradient(left, #00c3eb -32.14%, #3affdc 78.57%);
	background: linear-gradient(90deg, #00c3eb -32.14%, #3affdc 78.57%)
}

.courses-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 1px;
	background-color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 50%
}

input:checked+.courses-slider {
	background: -webkit-gradient(linear, left top, right top, color-stop(-32.14%, #00c3eb), color-stop(78.57%, #3affdc));
	background: -o-linear-gradient(left, #00c3eb -32.14%, #3affdc 78.57%);
	background: linear-gradient(90deg, #00c3eb -32.14%, #3affdc 78.57%)
}

.courses-select-block input:checked~.courses-group ._nonshow,
.main-course-select-block input:checked~.courses-group ._nonshow {
	display: none
}

.courses-select-block input:checked~.courses-group ._show,
.main-course-select-block input:checked~.courses-group ._show {
	display: inline-block;
	white-space: nowrap
}

input:checked+.courses-slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px)
}

.main-course-select-block span {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
}

.courses-group {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px
}

.courses-group._one {
	left: 0
}

.courses-group._courses {
	position: relative;
	left: 0;
	top: 0
}

.courses-time {
	font-size: 14px;
	line-height: 18px
}

.courses-time span {
	font-weight: 700
}

._packet .courses-price {
	width: 100%;
}

.courses-price-calc {
	width: 100%;
}

.courses-price span {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px
}

.courses-price span span {
	font-weight: initial;
	font-size: initial;
	line-height: initial
}

.courses-price-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 4px;
	font-size: 18px
}

.courses-price-all {
	font-size: 14px;
	color: #8586a2;
	width: 100%;
}

.prices-test {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(./img/prices/01.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px
}

.prices-test._course {
	margin-top: 50px
}

.prices-test-title {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	max-width: 775px;
	margin: 0 auto;
	margin-bottom: 30px
}

.prices-test-title._course {
	font-weight: 600;
	font-size: 48px;
	line-height: 120%;
	max-width: 875px
}

.prices-test-link {
	text-align: center
}

.results {
	padding-top: 50px;
	padding-bottom: 50px
}

.results-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px;
	border-bottom: 2px solid #262961;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.results-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 42%;
	flex: 0 1 42%
}

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

.results-title {
	font-weight: 800;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 40px
}

.results-text {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px
}

.results-name {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 60px;
	font-weight: 600
}

.results-full a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	font-weight: 700;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.results-full a:hover {
	gap: 35px
}

.results-full-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.results-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%
}

.results-img img {
	max-width: 100%;
	border: 2px solid #262961;
	border-radius: 13px
}

.more-results {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative
}

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

.more-results-inst {
	text-align: right
}

.more-results__slider {
	padding-left: 39px;
	padding-right: 39px;
	margin-bottom: 80px
}

.more-result__container {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 50px
}

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

.results-reviews {
	padding-top: 50px;
	padding-bottom: 50px
}

.results-reviews-title {
	margin-bottom: 60px
}

.results-reviews-all {
	margin-bottom: 10px;
	text-align: right;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px
}

.results-reviews-block {
	max-width: 580px;
	margin: 0 auto
}

.results-reviews-name {
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 20px
}

.results-reviews-text {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 40px
}

.choose-test-box {
	background-image: url(./img/results/09.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.choose-test__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	padding-top: 18px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.choose-test__container._course {
	padding-top: 80px;
	padding-bottom: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.choose-test-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}

.choose-test-img._course {
	font-weight: 600;
	font-size: 48px;
	line-height: 120%;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 42%;
	flex: 0 1 42%
}

.choose-test-img img {
	max-width: 100%
}

.choose-test-item {
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 15px
}

.choose-test-item span {
	font-weight: 600
}

.choose-test-item-grey {
	color: #8586a2;
	margin-bottom: 15px
}

.choose-test-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%
}

.choose-test-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 14px
}

.choose-test-text {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px
}

.blogs {
	padding-top: 130px;
	padding-bottom: 20px
}

.blogs-title {
	margin-bottom: 30px
}

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

.blogs-subtitle {
	max-width: 743px;
	font-size: 26px;
	line-height: 138%
}

.blogs-search {
	position: relative
}

.blogs-search input {
	border: 1px solid #8586a2
}

.blogs-search input::-moz-placeholder {
	color: #c4c4c4
}

.blogs-search input:-ms-input-placeholder {
	color: #c4c4c4
}

.blogs-search input::-ms-input-placeholder {
	color: #c4c4c4
}

.blogs-search input::-webkit-input-placeholder {
	color: #c4c4c4
}

.blogs-search input::placeholder {
	color: #c4c4c4
}

.blogs-search label {
    display: none;
}

.blogs-search img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.blogs-search button {
	position: absolute;
    font-size: 0;
    width: 43px;
    height: 43px;
    right: 0;
    top: 0;
}

.blogs-top {
	margin-bottom: 62px
}

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

.blogs-bottom-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%
}

.blogs-bottom-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%
}

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

.blogs-left-chart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 21px;
	font-weight: 700;
	font-size: 26px;
	line-height: 138%;
	margin-bottom: 23px
}

.blogs-left-chart img {
	width: 38px;
	height: 38px
}

.blogs-pagination {
    margin-top: 30px;
}

.blogs-pagination-link {
	text-align: center;
	margin-bottom: 30px
}

.blogs-pagination-link a {
	font-weight: 600;
	padding: 5px 10px;
	border: 1px solid #3affdc;
	border-radius: 6px
}

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

.pagging .nav-links{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}

.pagging .nav-links a:not(:hover):not(.prev):not(.next) {
    opacity: 0.3;
}

.article {
	padding-top: 130px;
	padding-bottom: 84px
}

.article-box {
	max-width: 780px;
	margin: 0 auto
}

.article-img {
	text-align: center;
	margin-bottom: 20px
}

.article-img img {
	max-width: 100%;
	border-radius: 6px;
}

.article-title {
	padding: 14px 0;
	border-top: 1px solid #262961;
	border-bottom: 1px solid #262961;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 36px;
	line-height: 128%
}

.article p,
.article blockquote,
.article li,
.article ol {
	margin-bottom: 20px
}

.article ul {
    margin-left: 20px;
}

.article li {
    list-style: disc;
}

.article ol {
    list-style: decimal;
}

.article .article-box > *:last-child {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
    .article .article-box > *:last-child{
    	margin-top: 40px;
    }
}

.article strong {
	font-weight: 700
}

.article blockquote {
	padding-left: 10px;
	border-left: 2px solid #40439d
}

.article span {
	color: #40439d
}

.article a {
	color: #00c3eb
}

.article-bottom {
	color: #8586a2;
}

.contacts {
	padding-top: 130px;
	padding-bottom: 95px
}

.contacts-title {
	margin-bottom: 100px
}

.contacts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-bottom: 40px;
	border-bottom: 2px solid #262961
}

.contacts-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}

.contacts-list-title {
	font-size: 36px;
	line-height: 128%;
	font-weight: 600
}

.contacts-list-middle {
	font-size: 18px;
	line-height: 133%;
	color: #8586a2
}

.contacts-info {
	font-size: 26px;
	line-height: 138%
}

.contacts-info span {
	font-size: 18px;
	line-height: 24px;
	color: #8586a2
}

.courses-begin {
	padding-top: 15px;
	padding-bottom: 40px
}

.courses-begin._corporate {
	padding-top: 50px
}

.courses-corp-title {
	margin-bottom: 60px
}

.courses-learn-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.courses-learn-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 20%;
	flex: 0 1 20%;
	font-weight: 800;
	font-size: 24px
}

.courses-learn-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 79%;
	flex: 0 1 79%;
	padding-right: 25px
}

.courses-learn-item {
	margin-bottom: 40px
}

.courses-learn-link {
	text-align: center
}

.courses-learn-subtitle {
	font-weight: 600;
	margin-bottom: 18px
}

.courses-detail {
	margin-bottom: 8px
}

.courses-learn-list {
	margin-bottom: 20px
}

.courses-details-list li,
.courses-learn-list li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px
}

.courses-details-list li:last-child,
.courses-learn-list li:last-child {
	margin-bottom: 0
}

.courses-details-list li:before,
.courses-learn-list li:before {
	position: absolute;
	content: "";
	left: 5px;
	top: 10px;
	background: #262961;
	width: 6px;
	height: 6px;
	border-radius: 50%
}

.courses__slider,
.progress__slider,
.rec__slider,
.theme__slider,
.when__slider {
	display: none
}

.courses__slider .swiper-pagination {
	position: absolute;
	bottom: 20px;
	left: 0
}

.courses-plus-title {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 40px;
	line-height: 29px
}

.courses-plus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.courses-plus-list._spec {
	margin-bottom: 0
}

.courses-plus-list._bottom-zero {
	margin-bottom: 0
}

.courses-plus-list._courses {
	margin-bottom: 100px
}

.courses-plus-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 23%;
	flex: 0 1 23%
}

.courses__slide-box:first-child {
	margin-bottom: 20px;
	min-height: 50%
}

.courses-plus-item._corp {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%
}

.courses-item-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 26px
}

.courses-learn-about {
	margin-top: 20px;
	max-width: 280px;
	font-weight: 600;
	font-size: 14px
}

.courses-plus-img {
	margin-bottom: 14px
}

.courses-plus-img img {
	height: 57px
}

.courses-learn-text {
	font-size: 18px;
	margin-bottom: 40px
}

.courses-test {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(58, 255, 220, .42)), to(rgba(58, 255, 220, .42))), #fff;
	background: -o-linear-gradient(bottom, rgba(58, 255, 220, .42), rgba(58, 255, 220, .42)), #fff;
	background: linear-gradient(0deg, rgba(58, 255, 220, .42), rgba(58, 255, 220, .42)), #fff
}

.courses-test__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px
}

.courses-test-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33%;
	flex: 0 1 33%
}

.courses-test-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 27px
}

.courses-test-img img {
	max-width: 100%
}

.course-details {
	padding-bottom: 60px;
	padding-top: 100px;
	margin-top: -100px
}

.course-details._corporate {
	padding-top: 170px
}

.courses-details-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 40px;
	border-bottom: 2px solid #262961;
	padding-top: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.courses-details-block._top {
	border-top: 2px solid #262961
}

.courses-details-block:first-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start
}

.courses-details-block._profile {
	padding-bottom: 0;
	border: none;
	margin-bottom: 60px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.courses-block-name {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 18%;
	flex: 0 1 18%
}

.courses-details-list {
	margin-bottom: 30px
}

.courses-details-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%
}

.courses-details-img img {
	max-width: 100%
}

.courses-details-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}

.courses-details-title {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 30px
}

.courses-detail-title {
	padding-bottom: 60px;
	border-bottom: 2px solid #262961;
	max-width: 650px
}

.courses-details-text {
	margin-bottom: 20px;
	font-size: 18px
}

.courses-details-text:last-child {
	margin-bottom: 40px
}

.courses-details-text span {
	font-weight: 700
}

.courses-details-time {
	margin-top: 12px;
	max-width: 240px;
	font-size: 14px;
	margin-bottom: 30px
}

.courses-details-time span {
	font-weight: 700
}

.courses-details-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.courses-details-price {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}

.courses-details-price._course {
	margin-bottom: 30px;
	font-size: 26px
}

.courses-details-price._bottom {
	margin-bottom: 12px
}

.courses-details-price span:first-child {
	font-weight: 600;
	font-size: 24px
}


.courses-details-price span + span {
	display: flex;
}

.courses-detal-title {
	margin-bottom: 8px
}

.courses-details-subtitle {
	margin-bottom: 60px
}

.courses-detail-subtitle {
	margin-bottom: 10px
}

.courses-details-about {
	margin: auto;
	margin-top: 60px;
	max-width: 750px;
	text-align: center
}

.courses-profile-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px
}

.courses-profile-item {
	padding: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	background: -o-linear-gradient(302.26deg, #fcbfe1 3.94%, #fcfbee 50.07%, #cffdf2 96.2%);
	background: linear-gradient(147.74deg, #fcbfe1 3.94%, #fcfbee 50.07%, #cffdf2 96.2%);
	border: 2px solid #262961;
	border-radius: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.courses-profile-item:hover {
	background: #262961;
	color: #fff
}

.courses-profile-item:hover a {
	background: #fff;
	color: #262961
}

.courses-profile-item:hover li:before {
	background: #fff
}

.courses-profile-title {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 20px
}

.courses-profile-text {
	font-size: 18px;
	margin-bottom: 20px
}

.courses-spollers__title {
	width: 100%
}

.courses-spollers__title .spollers-button-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	text-align: left;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	margin-bottom: 20px
}

.courses-spollers__title._spoller-active img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.courses-spollers__title img {
	-webkit-transition: -webkit-transform .5s ease 0s;
	transition: -webkit-transform .5s ease 0s;
	-o-transition: transform .5s ease 0s;
	transition: transform .5s ease 0s;
	transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.courses-spollers__title .courses-profile-text {
	text-align: left;
	line-height: 24px
}

.road {
	padding-top: 50px;
	padding-bottom: 30px
}

.road._corporate {
	padding-bottom: 50px
}

.road-title {
	margin-bottom: 50px
}

.road-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 60px
}

.road-icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33.333%;
	flex: 0 1 33.333%
}

.road-icon img {
	max-width: 100%
}

.road-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 62%;
	flex: 0 1 62%
}

.road-item {
	margin-bottom: 40px;
	max-width: 740px
}

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

.road-item._second {
	padding-left: 60px
}

.road-item._third {
	padding-left: 120px
}

.road-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	margin-bottom: 15px
}

.road-number {
	font-weight: 600;
	font-size: 52px
}

.road-name {
	font-weight: 600;
	font-size: 24px;
	color: #6bead3;
	max-width: 210px
}

.road-name._small {
	font-size: 18px;
	max-width: 260px
}

.road-name._purple {
	color: #f874be
}

.road-name._grey {
	color: #9fa1ce
}

.road-name._orange {
	color: #ffb28b
}

.road-img img {
	max-width: 100%
}

.road__slider {
	display: none
}

.road__slide {
	border: 1px solid #262961;
	border-radius: 15px;
	padding: 10px
}

.whywe {
	padding-top: 50px
}

.whywe-title {
	margin-bottom: 30px
}

.whywe-subtitle {
	margin-bottom: 60px
}

.feel {
	padding-top: 50px;
	padding-bottom: 137px
}

.feel-title {
	font-weight: 600;
	font-size: 68px;
	line-height: 120%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 28px
}

.feel-text {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	margin-bottom: 28px
}

.feel-link {
	text-align: center
}

.progress {
	padding-top: 50px;
	padding-bottom: 50px
}

.progress-title {
	margin-bottom: 60px
}

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

.progress-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}

.progress-icon {
	margin-bottom: 20px
}

.progress-text-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 120%;
	margin-bottom: 8px
}

.corporate-courses {
	padding-top: 100px;
	padding-bottom: 50px
}

.corporate-courses-title {
	margin-bottom: 8px
}

.corporate-courses-subtitle {
	margin-bottom: 50px
}

.corporate-courses-text {
	max-width: 800px;
	margin: auto;
	margin-bottom: 50px;
	text-align: center
}

.corporate-courses-link {
	text-align: center
}

.thanks {
	padding-top: 160px;
	padding-bottom: 100px
}

.thanks-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px;
	margin-bottom: 65px
}

.thanks-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 35%;
	flex: 0 1 35%;
	text-align: center
}

.thanks-img img {
	max-width: 100%
}

.thanks-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 35%;
	flex: 0 1 35%
}

.thanks-title {
	font-weight: 800;
	font-size: 48px;
	margin-bottom: 26px
}

.thanks-about {
	font-size: 18px;
	line-height: 28px
}

.thanks-link {
	text-align: center
}

.courses-learn {
	padding-top: 100px;
	padding-bottom: 50px
}

.courses-learns-title {
	margin-bottom: 60px
}

.swiper {
	overflow: hidden
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.companies__slider .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

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

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-android .reviews__slide.swiper-slide {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.swiper-button-lock {
	display: none !important
}

.main-course {
	padding-top: 210px;
	padding-bottom: 120px;
	background: -o-linear-gradient(342.2deg, #3affdc 0, rgba(159, 161, 206, .7) 53.65%, #f4259a 100%), #fff;
	background: linear-gradient(107.8deg, #3affdc 0, rgba(159, 161, 206, .7) 53.65%, #f4259a 100%), #fff
}

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

.main-course-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 39%;
	flex: 0 1 39%
}

.main-course-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px
}

.main-course-about-text {
	font-weight: 600
}

.main-course-title {
	margin-bottom: 10px
}

.main-course-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33%;
	flex: 0 1 33%;
	background-color: #262961;
	border-radius: 20px;
	padding: 40px;
	color: #fff
}

.main-course-select-block {
	margin-bottom: 40px
}

.main-course-link {
	text-align: center;
	margin-bottom: 30px
}

.main-course-link a {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	background: #20e4e3;
	border-radius: 5px;
	color: #262961
}

.main-course-pay a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	gap: 20px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s
}

.main-course-pay a:hover {
	gap: 35px
}

.main-course-pay a img {
	max-width: 100%
}

.when {
	padding-top: 50px;
	padding-bottom: 50px
}

.when-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 50px;
	border-bottom: 2px solid #262961
}

.when-time-item {
	max-width: 310px
}

.when-time-title {
	font-size: 18px;
	margin-bottom: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	font-weight: 600
}

.when-time-title span {
	font-weight: 400
}

.when-time-day {
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase
}

.when-time-text {
	font-size: 18px
}

.when-scheme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 50px;
	margin-bottom: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.when-scheme-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 23%;
	flex: 0 1 23%
}

.when-scheme-item._circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%
}

.when-scheme-item._circle img {
	max-width: 100%; height:auto !important;
}
.when-scheme-item._left {
	text-align: right;
	padding-top: 40px
}

.when-scheme-item._right {
	padding-top: 40px
}

.when-scheme-title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 18px
}

.when-scheme-list li {
	margin-bottom: 24px;
	display: inline-block;
	position: relative
}

.when-scheme-list li:last-child {
	margin-bottom: 0
}

.when-scheme-list._left-list li._second {
	margin-right: 20px
}

.when-scheme-list._left-list li._third {
	margin-right: 40px
}

.when-scheme-list._left-list li:before {
	content: "";
	position: absolute;
	right: -15px;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #00c3eb;
	border-radius: 50%
}

.when-scheme-list._right-list li._second {
	margin-left: 20px
}

.when-scheme-list._right-list li._third {
	margin-left: 40px
}

.when-scheme-list._right-list li._minus {
	margin-left: -20px
}

.when-scheme-list._right-list li:before {
	content: "";
	position: absolute;
	left: -15px;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #00c3eb;
	border-radius: 50%
}

.when-scheme-bottom {
	margin-top: 70px
}

.when-scheme-bottom .when-scheme-title {
	margin-left: 30px
}

.when-test-title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 14px;
	text-align: center
}

.when-test-text {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
	margin-bottom: 40px;
	font-size: 18px
}

.when-test-link {
	text-align: center;
	font-weight: 600;
	font-size: 18px
}

.theme {
	padding-top: 50px;
	padding-bottom: 50px
}

.theme-title {
	max-width: 450px;
	margin-bottom: 60px
}


.theme-title._style2 {
	max-width: 650px;
}

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

.theme-box-list {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
	font-size: 18px
}

.theme-box-list._half {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

.theme-box-list span {
	font-weight: 800; width:auto;
}
.theme-box-list li > section{
	
}
.theme-box-list li {
	margin-bottom: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px
}

.course-plus {
	padding-top: 50px;
	padding-bottom: 50px
}

.course-plus-title {
	margin-bottom: 60px
}

.course-plus-subtitle {
	margin-bottom: 10px;
	font-size: 26px;
	max-width: 700px
}

.interest {
	padding-top: 50px;
	padding-bottom: 50px
}

.interest-title {
	max-width: 615px;
	margin-bottom: 60px
}

.courses-spollers-text {
	font-size: 18px;
	margin-bottom: 18px
}

._packet .courses-spollers-text {
	font-size: 16px;
	margin-bottom: 10px;
}

._packet .courses-spollers-text span {
	font-weight: 700;
}

._packet .courses-spollers-text ul {
	margin-top: 18px;
}

.courses-spollers-list li {
	margin-left: 25px;
	margin-bottom: 10px;
	position: relative
}

._packet .courses-spollers-list li {
	margin-bottom: 0;
}

._packet .courses-spollers-text span + ul li {
	margin-bottom: 10px;
}

._packet .courses-spollers-list li:last-child {
	margin-bottom: 15px;
}

._packet .courses-spollers-list span {
	font-weight: 700;
}

.courses-spollers-list li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: -17px;
	top: 9px;
	background: #262961
}

._courses-spoler {
	height: 100%
}

.courses-link {
	font-size: 18px;
	font-weight: 600
}

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

.courses-item-interest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 25px
}

.tasks {
	padding-top: 50px;
	padding-bottom: 50px
}

.tasks-title {
	margin-bottom: 60px
}

.tasks-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.tasks-spollers-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 32%;
	flex: 0 1 32%;
	margin-bottom: 40px
}

.tasks-spollers-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px
}

.tasks-spollers-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 8px;
	text-align: left;
	width: 100%
}

.tasks-spollers-title img {
	max-width: 100%
}

.tasks-text {
	font-weight: 600;
	font-size: 18px;
	text-align: center
}

.courses-plus {
	padding-top: 30px;
	padding-bottom: 50px
}

.courses-plus._spec {
	padding-bottom: 0
}

.courses-plus-bg {
	background-image: url(./img/results/09.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px
}

.courses-plus-bottom {
	margin: 0 auto;
	max-width: 875px;
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	line-height: 120%
}

.rec-courses {
	padding-bottom: 50px
}

.rec-courses-title {
	margin-bottom: 60px
}

.rec-courses-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.rec-courses-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
	padding: 30px;
	background: -o-linear-gradient(302.26deg, #fcbfe1 3.94%, #fcfbee 50.07%, #cffdf2 96.2%);
	background: linear-gradient(147.74deg, #fcbfe1 3.94%, #fcfbee 50.07%, #cffdf2 96.2%);
	border: 2px solid #262961;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 80px
}

.rec-courses-name {
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 20px
}

.rec-course-subtitle {
	font-size: 26px;
	margin-bottom: 60px;
	max-width: 800px;
	line-height: 120%
}

.price-teacher {
	padding-top: 50px;
	padding-bottom: 50px
}

.price-teacher-title {
	margin-bottom: 30px
}

.price-teacher-subtitle {
	margin-bottom: 60px;
	font-size: 26px;
	max-width: 690px;
	line-height: 120%
}

.price-teacher-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.price-teacher-left {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 39%;
	flex: 0 1 39%;
	padding: 60px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 37, 154, .1)), color-stop(.01%, rgba(58, 255, 220, .42)), to(#fffdc6)), #fff;
	background: -o-linear-gradient(top, rgba(244, 37, 154, .1) 0, rgba(58, 255, 220, .42) .01%, #fffdc6 100%), #fff;
	background: linear-gradient(180deg, rgba(244, 37, 154, .1) 0, rgba(58, 255, 220, .42) .01%, #fffdc6 100%), #fff;
	border: 2px solid #262961;
	border-radius: 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 120%
}

.price-teacher-right {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 38%;
	flex: 0 1 38%
}

.price-teacher-name {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px
}

.swiper {
	overflow: hidden
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

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

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
	display: none !important
}

section.checkout {
	padding-top: 130px;
    padding-bottom: 95px;
}

.checkout-title {
    margin-bottom: 48px;
}

.checkout h3 {
	display: none;
}

.checkout input,
.checkout textarea {
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 1px solid #3affdc;
    padding-right: 40px;
    outline: 0;
    font-size: 18px;
}

.checkout textarea{
	height: 81px!important;
}

.checkout .form-row {
	padding: 0!important;
	margin: 0 0 30px 0!important;
}
.checkout .woocommerce-billing-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.checkout .woocommerce-billing-fields__field-wrapper .form-row {
	width: calc(25% - 15px)!important;
}
.content_text_scroll{
margin: 0 auto;
    max-width: 43.125rem;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    padding: 25px 25px 37px 25px;
    height: 45vh;
    overflow-y: auto;
    margin-bottom: 35px;
}
.content_text_scroll h2{font-size:24px;font-weight:600;padding-bottom:16px;padding-top:8px;}
.content_text_scroll h3{font-size:22px;font-weight:600;padding-bottom:14px;padding-top:8px;}
.content_text_scroll h4{font-size:20px;font-weight:600;padding-bottom:12px;padding-top:7px;}
.content_text_scroll h5{font-size:18px;font-weight:600;padding-bottom:8px;padding-top:6px;}
.content_text_scroll p{font-size:16px;font-weight:400;padding-bottom:12px;}
.content_text_scroll ul, .content_text_scroll ol{font-size:16px;font-weight:400;padding-bottom:12px;margin-left:20px;}
.content_text_scroll li{font-size:16px;font-weight:400;padding-bottom:3px;}
.content_text_scroll ul > li{list-style-type: disc;}
.content_text_scroll ol > li{list-style-type: auto;}
/* полоса прокрутки (скроллбар) */
.content_text_scroll::-webkit-scrollbar {
    width: 8px; /* ширина для вертикального скролла */
    height: 8px; /* высота для горизонтального скролла */
    background-color: #fff;
}
/* ползунок скроллбара */
.content_text_scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}

.content_text_scroll::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}

/* Стрелки */

.content_text_scroll::-webkit-scrollbar-button:vertical:start:decrement {
    background: #fff;
    background-color: #fff;
}

.content_text_scroll::-webkit-scrollbar-button:vertical:end:increment {
    background: #fff;
    background-color: #f6f8f4;
}

.content_text_scroll::-webkit-scrollbar-button:horizontal:start:decrement {
    background:
        linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}

.content_text_scroll::-webkit-scrollbar-button:horizontal:end:increment {
    background:
        linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
        linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
    background-color: #f6f8f4;
}
.help-input img{width:20px;height:20px;}



@media (max-width: 1023px) {
	.checkout .woocommerce-billing-fields__field-wrapper .form-row {
		width: calc(50% - 15px)!important;
	}
}

@media (max-width: 767px) {
	.checkout .woocommerce-billing-fields__field-wrapper .form-row {
		width: 100%!important;
	}
}

.checkout ul.payment_methods,
.checkout .place-order {
	padding: 15px!important;
}

.checkout button {
    display: inline-flex!important;
    justify-content: center!important;
    background: #262961!important;
    border-radius: 5px!important;
    padding: 16px 20px!important;
    min-width: 225px!important;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 18px!important;
}

#order_review_heading {
	margin-bottom: 15px;
}
._white-link a{color:#262961;}

@media (max-width:75em) {
	[class*=__container] {
		max-width: 60.625rem
	}

	[class*=__container] {
		max-width: 60.625rem
	}

	.page-social {
		right: 14px
	}

	.drop-menu-list {
		gap: 20px
	}

	.how-arrow {
		display: none
	}

	.want-right {
		gap: 10px
	}

	.main-course-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%
	}

	.main-course-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%
	}
}

@media (max-width:61.99875em) {
	[class*=__container] {
		max-width: 46.875rem
	}

	[class*=__container] {
		max-width: 46.875rem
	}

	._title {
		font-size: 42px
	}

	._subtitle {
		font-weight: 600
	}

	.page-social ul._desc {
		display: none
	}

	.menu-courses._color._relative {
		background: 0 0;
		padding: 0
	}

	.menu-courses {
		position: relative;
		bottom: 0;
		top: 80px
	}

	.menu-courses ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0
	}

	.menu-courses li {
		padding: 10px;
		padding-left: 20px;
		font-weight: 600;
		font-size: 24px;
		line-height: 29px;
		color: #fff
	}

	.header__container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		gap: 30%
	}

	.header-left {
		gap: 10px
	}

	.header__menu {
		position: relative;
		bottom: 0;
		top: 80px
	}

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

	.header__menu li {
		padding: 10px;
		padding-left: 40px;
		font-size: 16px;
		color: #fff
	}

	.menu__list {
		gap: 0
	}

	.page-social {
		position: relative;
		top: 150px;
		right: 0;
		padding-left: 40px
	}

	.page-social ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 24px
	}

	.page-social:before {
		display: none
	}

	.page-social:after {
		display: none
	}

	.drop-menu {
		display: none !important
	}

	.menu-mob {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		overflow: auto;
		z-index: 4;
		background: -webkit-gradient(linear, left bottom, left top, from(#262961), to(#262961)), #fff;
		background: -o-linear-gradient(bottom, #262961, #262961), #fff;
		background: linear-gradient(0deg, #262961, #262961), #fff;
		-webkit-transition: left .3s ease 0s;
		-o-transition: left .3s ease 0s;
		transition: left .3s ease 0s
	}

	.icon-menu {
		display: block;
		position: absolute;
		width: 1.875rem;
		height: 1.125rem;
		right: 26px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		z-index: 5
	}

	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: "";
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: .125rem;
		background-color: #fff
	}

	.icon-menu::before {
		top: 0
	}

	.icon-menu::after {
		bottom: 0
	}

	.icon-menu span {
		top: calc(50% - .0625rem)
	}

	.menu-open .icon-menu span {
		width: 0
	}

	.menu-open .icon-menu::before {
		top: calc(50% - .0625rem);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.menu-open .icon-menu::after {
		bottom: calc(50% - .0625rem);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.footer-content {
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly
	}

	.footer-middle {
		display: none
	}

	.main__slide-title {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 20px
	}

	.main__slide-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		margin-top: 111px
	}

	.slide-seo {
		right: 20%
	}

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

	.main-slider-box {
		bottom: 33rem
	}

	.about-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 20px
	}

	.quote__container {
		gap: 20px
	}

	.how-list {
		gap: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.how-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
		flex: 0 1 30%
	}

	.how-item._odd {
		padding-top: 0
	}

	.change-block-left {
		padding-left: 20px
	}

	.change-item-list li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

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

	.roadmap-arrow {
		display: none
	}

	.roadmap-tags-list {
		display: none
	}

	.route-left,
	.route-right {
		font-size: 100px
	}

	.route-left {
		left: 0
	}

	.route-right {
		right: 0;
		bottom: -100px
	}

	.help-title {
		font-size: 48px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 30px
	}

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

	.blog-item._narrow {
		margin-bottom: 38px
	}

	.blog-item._wide {
		display: none
	}

	.blog-item._narrow,
	.blog-item._wide {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.blog-item._wide-full {
		display: none
	}

	.blog-item._narrow .blog-stat,
	.blog-item._narrow-half .blog-stat,
	.blog-item._wide .blog-stat,
	.blog-item._wide-full .blog-stat {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.blog-item._narrow .blog-item-img,
	.blog-item._narrow-half .blog-item-img,
	.blog-item._wide .blog-item-img,
	.blog-item._wide-full .blog-item-img {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}

	.blog-item._narrow .blog-item-img img,
	.blog-item._narrow-half .blog-item-img img,
	.blog-item._wide .blog-item-img img,
	.blog-item._wide-full .blog-item-img img {
		width: 100%
	}

	.blog-item._narrow-half {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 38px
	}

	.blog-read._nonshow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.want__container {
		gap: 30px
	}

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

	.people-first {
		padding-top: 150px;
		padding-bottom: 150px;
		background-image: url(./img/about/06.png)
	}

	.school-text {
		margin-bottom: 30px
	}

	.school-item {
		padding-top: 38px;
		padding-bottom: 38px
	}

	.school-item-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 24px
	}

	.school-item-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	
	.founder-item {
		padding-top: 38px;
		padding-bottom: 38px
	}

	.founder-item-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 24px
	}

	.founder-item-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.partners-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 49%;
		flex: 0 1 49%;
		margin-bottom: 44px
	}

	.courses-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%
	}

	.results-list {
		padding-left: 10px;
		padding-right: 10px
	}

	.results-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%
	}

	.results-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 40%;
		flex: 0 1 40%
	}

	.more-results__slider {
		padding-left: 0;
		padding-right: 0
	}

	.blogs-subtitle {
		font-size: 22px;
		margin-bottom: 60px
	}

	.blogs-search {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		text-align: right
	}

	.blogs-search input {
		max-width: 80%;
		display: inline-block
	}

	.blogs-top {
		margin-bottom: 0
	}

	.blogs-bottom-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.blogs-bottom-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.blogs-left-chart {
		display: none
	}

	.article-title {
		font-size: 26px
	}

	.when__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 90px;
		position: relative;
		padding-left: 25px;
		margin-top: 20px
	}

	.when__slider .swiper-pagination {
		position: absolute;
		bottom: 60px;
		left: 0
	}

	.courses-plus-list {
		gap: 20px
	}

	.courses-plus-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%
	}

	.courses-test-content {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%
	}

	.courses-test-img {
		display: none
	}

	.courses-details-block {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.courses-details-bottom {
		gap: 24px
	}

	.courses-details-price {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}

	.courses-details-link {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}

	.courses-profile-item:hover {
		background: -o-linear-gradient(302.26deg, #fcbfe1 3.94%, #fcfbee 50.07%, #cffdf2 96.2%);
		background: linear-gradient(147.74deg, #fcbfe1 3.94%, #fcfbee 50.07%, #cffdf2 96.2%);
		color: #262961
	}

	.courses-profile-item:hover a {
		background: #262961;
		color: #fff
	}

	.courses-profile-item:hover li:before {
		background: #262961
	}

	.feel-title {
		font-size: 46px
	}

	.when-scheme-item._circle {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.when-scheme-item._left {
		display: none
	}

	.when-scheme-item._right {
		display: none
	}

	.when-scheme-list._left-list li:before {
		left: -15px
	}

	.tasks-spollers-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 48%;
		flex: 0 1 48%
	}
}

@media (max-width:47.99875em) {
	[class*=__container] {
		max-width: none;
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	[class*=__container] {
		max-width: none;
		padding-left: .9375rem;
		padding-right: .9375rem
	}

	._title {
		font-size: 36px
	}

	._mob {
		display: inline-block
	}

	._desctop {
		display: none
	}

	.page-social ul._mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header__container {
		gap: 21%
	}

	.header-phone {
		position: relative;
		top: 90px;
		padding-left: 40px
	}

	.header-right {
		z-index: 10
	}

	.footer-left,
	.footer-middle,
	.footer-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.footer-img {
		display: none
	}

	.slider__container {
		padding-top: 150px
	}

	.main__slide-img img {
		max-width: 80%
	}

	.main-slider-box {
		bottom: 30rem;
		left: 15px
	}

	.about {
		padding-top: 60px
	}

	.about-list {
		display: none
	}

	.about-listslider__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding-bottom: 30px
	}

	.about-item-title {
		font-size: 18px;
		font-weight: 700
	}

	.quote__container {
		gap: 0
	}

	.quote-text {
		font-weight: 600;
		font-size: 18px;
		line-height: 28px
	}

	.quote-author {
		font-size: 18px;
		line-height: 28px
	}

	.quote-img {
		display: none
	}

	.how {
		padding-top: 60px
	}

	.how-list {
		gap: 50px
	}

	.how-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 21px
	}

	.how-item-text {
		margin: 0;
		max-width: none;
		text-align: left
	}

	.change {
		padding-top: 20px
	}

	.change-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.change-block-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.change-link._blue-link a {
		padding: 15px;
		width: auto
	}

	.change-link._white-link a {
		padding: 7px 15px;
		width: auto;
		height: auto
	}

	.change-block-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		border-left: none;
		border-top: 2px solid #262961
	}

	.change-list {
		gap: 30px
	}

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

	.change-item-list {
		gap: 15px
	}

	.companies {
		padding-top: 10px
	}

	.companies-text._text {
		font-weight: 400
	}

	.companies-review {
		margin-left: 15px;
		margin-right: 32px
	}

	.companies-img {
		display: none
	}

	.companies-img-mob {
		display: inline-block;
		position: absolute;
		bottom: 0;
		right: 0
	}

	.companies-review-content {
		padding: 40px
	}

	.companies-review-quote {
		top: -3px;
		left: 17px
	}

	.companies-review-author {
		max-width: 50%
	}
	
	.video {
		padding-top: 10px
	}


	.video-title {
		margin-bottom: 40px
	}

	.reviews {
		padding-top: 10px
	}

	.reviews._course {
		padding-top: 60px
	}

	.reviews-title {
		margin-bottom: 40px
	}

	.reviews__slider {
		padding-left: 0;
		padding-right: 15px
	}

	.reviews__slide {
		padding-left: 12px;
		padding-right: 12px
	}

	.reviews-slider-box {
		bottom: 50px
	}

	.roadmap {
		padding-top: 10px
	}

	.route {
		padding-top: 10px;
		padding-bottom: 20px
	}

	.route-subtitle {
		text-align: left
	}

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

	.route-img {
		display: none
	}

	.help {
		padding-top: 10px
	}

	.help-title._spec {
		font-size: 26px
	}

	.help-title {
		font-size: 36px;
		text-align: center
	}

	.blog-subtitle {
		font-size: 18px
	}

	.blog-link-all {
		text-align: center;
		margin-top: 40px;
		margin-bottom: 0
	}

	.blog-list._hide {
		display: none
	}

	.blog-listslider__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative
	}

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

	.blog-item-img img {
		width: 100%
	}

	.blog-text {
		margin-bottom: 20px
	}

	.want {
		padding-top: 10px
	}

	.want-bottom {
		margin-top: 24px
	}

	.want-text {
		text-align: center
	}

	.want-link {
		text-align: center
	}

	.want__rightslider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding: 35px 22px;
		background: rgba(0, 195, 235, .5);
		border-radius: 10px;
		padding-bottom: 52px
	}

	.want-right {
		display: none
	}

	.want-items-block {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}

	.want-item {
		min-height: 110px
	}

	.question {
		padding-top: 10px
	}

	.question-subtitle {
		margin-bottom: 30px
	}

	.question-spollers__item {
		padding: 10px
	}

	.people-first {
		padding-bottom: 50px;
		padding-top: 50vh;
		min-height: 100vh
	}

	.people-first._results {
		background-image: url(./img/results/mob-bg.png)
	}

	.partners {
		padding-bottom: 10px
	}

	.partners-listslider__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding-bottom: 30px
	}

	.partners-listslider__slider .swiper-pagination {
		position: absolute;
		bottom: 0;
		left: 0
	}

	.partners-list {
		display: none
	}

	.prices-nav {
		padding-bottom: 44px
	}

	.prices-nav-list {
		gap: 10px;
		background: #fff;
		padding: 0
	}

	.prices-nav-item a {
		padding: 8px 14px;
		min-width: 66px;
		border: 2px solid #3affdc;
		border-radius: 5px
	}

	.courses {
		padding-top: 60px
	}

	.courses-item._interest {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}

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

	.courses-item._profile .courses-text {
		margin-bottom: 0
	}

	.courses-spollers__title.courses-name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
		width: 100%
	}

	.courses-spollers__title.courses-name._spoller-active {
		margin-bottom: 20px
	}

	.courses-spollers__title.courses-name._spoller-active img {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.courses-text {
		height: auto
	}

	.courses-spollers__body {
		min-height: auto
	}

	.prices-test._course {
		padding-top: 90px;
		padding-bottom: 90px
	}

	.prices-test-title._course {
		font-size: 38px
	}

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

	.results-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 30px;
		text-align: center
	}

	.more-results-title {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-bottom: 40px
	}

	.more-results-inst {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		text-align: left
	}

	.more-results__slide {
		text-align: center
	}

	.more-results__slide img {
		width: 100%
	}

	.more-result__container {
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		bottom: 80px
	}

	.more-results-box .swiper-button-next,
	.more-results-box .swiper-button-prev {
		display: none
	}

	.results-reviews {
		padding-top: 10px
	}

	.results-reviews-title {
		margin-bottom: 40px
	}

	.results-reviews-all {
		text-align: left;
		margin-bottom: 24px
	}

	.choose-test {
		padding-top: 10px
	}

	.choose-test__container._course {
		gap: 24px
	}

	.choose-test__container {
		padding-top: 40px
	}

	.choose-test-img._course {
		font-size: 38px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		text-align: left
	}

	.choose-test-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		margin-top: 20px
	}

	.choose-test-item-link {
		text-align: center
	}

	.choose-test-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.choose-test-title {
		text-align: center
	}

	.choose-test-text {
		text-align: center
	}

	.choose-test-link {
		text-align: center
	}

	.blogs-subtitle {
		font-size: 18px
	}

	.blogs-tags {
		gap: 20px
	}

	.blogs-tags {
		margin-bottom: 30px
	}

	.blogs-tags-item {
		font-size: 16px
	}

	.blogs-bottom-box {
		margin-bottom: 0
	}

	.article {
		padding-bottom: 60px
	}

	.article-title {
		font-size: 18px
	}

	.contacts-title {
		margin-bottom: 15px
	}

	.contacts-list {
		gap: 34px
	}

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

	.contacts-list-title {
		font-size: 26px
	}

	.contacts-info {
		font-size: 18px
	}

	.courses-learn-block {
		gap: 40px
	}

	.courses-learn-title {
		font-size: 26px
	}

	.courses-learn-title._small {
		font-size: 16px
	}

	.courses-learn-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding-right: 0
	}

	.courses__slider,
	.progress__slider,
	.rec__slider,
	.theme__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 90px;
		position: relative
	}

	.progress__slider .swiper-pagination,
	.rec__slider .swiper-pagination,
	.theme__slider .swiper-pagination {
		position: absolute;
		bottom: 60px;
		left: 0
	}

	.courses-plus-list {
		display: none
	}

	.courses-learn-about {
		margin-top: 10px;
		font-size: 16px
	}

	.courses-test-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.courses-details-block {
		gap: 50px
	}

	.courses-details-block._profile {
		margin-bottom: 30px
	}

	.courses-block-name {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.courses-details-img {
		text-align: center;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.courses-details-content {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.courses-profile-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.courses-spollers__title .spollers-button-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
		width: 100%
	}

	.road {
		padding-top: 0
	}

	.road-box {
		display: none
	}

	.road-top {
		gap: 10px
	}

	.road-number {
		font-size: 35px
	}

	.road-name {
		font-size: 22px
	}

	.road__slider {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		padding-bottom: 90px
	}

	.road__slider .swiper-pagination {
		position: absolute;
		left: 0;
		bottom: 40px
	}

	.road__slide {
		padding: 25px
	}

	.profile-title._title {
		font-size: 26px
	}

	.feel-title {
		font-size: 26px
	}

	.feel-text {
		font-size: 18px;
		font-weight: 400
	}

	.progress-box {
		display: none
	}

	.thanks-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}

	.thanks-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center
	}

	.main-course {
		padding-top: 150px
	}

	.main-course-box {
		gap: 50px
	}

	.main-course-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}

	.main-course-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%
	}

	.when-time {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 24px
	}

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

	.theme-box {
		display: none
	}

	.course-plus-subtitle {
		font-size: 18px
	}

	.tasks-spollers-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}

	.courses-plus-bottom {
		font-size: 18px
	}

	.rec-courses-list {
		display: none
	}

	.rec-courses-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.price-teacher-subtitle {
		font-size: 22px
	}

	.price-teacher-box {
		gap: 34px
	}

	.price-teacher-left {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}

	.price-teacher-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
}

@media (max-width:29.99875em) {
	._text {
		font-size: 18px;
		font-weight: 600
	}

	.header__container {
		gap: 17%
	}

	.footer-left {
		font-size: 18px
	}

	.footer-about {
		font-size: 14px
	}

	.main-slider-box {
		bottom: 100vw
	}

	.about-item-img {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%
	}

	.about-item-img img {
		max-width: 100%
	}

	.companies__slide img {
		width: 100%
	}

	.question-subtitle {
		font-size: 18px
	}

	.question-spollers__title {
		font-size: 18px
	}

	.question-spollers__body {
		font-size: 16px
	}

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

	.partners-item-content {
		min-height: auto
	}

	.partners-item-img {
		height: auto
	}

	.partners-item-img img {
		width: 100%
	}

	.prices-test-title._course {
		font-size: 24px
	}

	.more-results-title {
		max-width: 343px;
		margin-bottom: 40px
	}

	.choose-test-img._course {
		font-size: 24px
	}

	.when-time-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: none
	}

	.theme-box-list._half {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%
	}
}
.courses-details-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
#starter-group.hidden-div,
#basic-group.hidden-div,
#pro-group.hidden-div,
#com-group.hidden-div,
#write-group.hidden-div,
#speak-group.hidden-div,
#speak1-group.hidden-div	{
	display: none;
}
#starter-ind,
#basic-ind,
#pro-ind,
#com-ind,
#write-ind,
#speak-ind,
#speak1-ind	{
	display: none;
}
#starter-ind.hidden-div,
#basic-ind.hidden-div,
#pro-ind.hidden-div,
#com-ind.hidden-div,
#write-ind.hidden-div,
#speak-ind.hidden-div,
#speak1-ind.hidden-div	{
	display: flex;
	flex-wrap: wrap;
}

#breadcrumbs {
	font-size: 14px;
}



/* Вакансии */
.tasks-spollers-left {
	flex-direction: column;
}

.tasks-spollers-left img {
		height: 57px;
		margin-right: auto;
}

.vacancies {
	padding-top: 110px;
  padding-bottom: 30px;
}

.vacancies-hero {
	background: linear-gradient(107.8deg, #B3EDF9 0%, rgba(159, 161, 206, 0.7) 53.65%, rgba(248, 124, 194, 0.7) 100%);
	padding-bottom: 80px;
}

.vacancies-hero .school-item {
	border-bottom: none ;
}

.vacancies-hero  .courses-learn-content {
	margin-top: -40px;
}

.vacancies-hero a {
	display: flex;
	font-weight: 600;
	text-decoration-line: underline;
	margin-top: 10px;
}

.vacancies-hero strong {
	display: block;
    margin-bottom: 18px;
	margin-top: 40px;
}

.vacancies-hero li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.vacancies-hero li:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #262961;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.vacancies-course-plus .courses-plus-list {
	justify-content: flex-start;
	grid-gap: 60px 20px;
}

.vacancies-choose-test .choose-test-item {
	font-weight: 600;
	margin-bottom: 30px;
}

/*
.vacancies-hero .courses-learn-block,
.vacancies-course-plus,
.vacancies-choose-test,
.vacancies-reviews,
.vacancies-help {
	display: none;
}*/


:root {
  --color-primary: #262961;
  --color-text: #323232;
}

.post-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 60px 20px;
}
@media screen and (max-width: 991px) {
  .post-list {
    grid-gap: 30px 10px;
  }
}
.post-list .post {
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  width: calc(25% - 13.3333333333px);
}
@media screen and (max-width: 991px) {
  .post-list .post {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .post-list .post {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 574px) {
  .post-list .post {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .post-list .post:nth-child(4n+1) {
    width: calc(50% - 13.3333333333px);
  }
  .post-list .post:nth-child(4n+1) .post__img {
    order: 1;
  }
  .post-list .post:nth-child(4n+1) .post__meta {
    order: 2;
  }
  .post-list .post:nth-child(4n+1) .post__title {
    font-size: 36px;
    line-height: 46px;
  }
  .post-list .post:nth-child(4n+1) .post__description {
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
  }
  .post-list .post:nth-child(4n+1) .post__more {
    display: none;
  }
}
.post-list .post__img {
  display: flex;
}
.post-list .post__img img {
  width: 100%;
  height: fit-content;
  border-radius: 4px;
}
.post-list .post__info {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}
.post-list .post__meta {
  font-weight: 900;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-list .post__meta span {
  opacity: 0.7;
}
.post-list .post__cat {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.post-list .post__cat img {
  width: 20px;
  margin-right: 12px;
}
.post-list .post__count {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.post-list .post__count img {
  width: 24px;
  margin-right: 8px;
}
.post-list .post__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  padding: 14px 0;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}
.post-list .post__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  opacity: 0.7;
}
.title_posts_in_this_category{    font-size: 22px;
    padding-bottom: 12px;
    font-weight: 600;}
.posts_in_this_category{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 12px;	
}
.post_in_this_category{
    width: calc(33.333% - 15px);
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.img-post-category{
    width: 100%;
    padding-bottom: 50%;
}
.content_post_category{
	    padding: 16px;
}
.title_post_cat{
	line-height: 120%;
    font-weight: 600;
}
.meta_post_while{
	
}



@media screen and (max-width: 991px) {
  .post-list .post__description {
    -webkit-line-clamp: 4;
  }
  
}
.post-list .post__more {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .post-list .post__more {
    margin-top: 0;
  }
}
.post-list .post__more img {
  margin-left: 12px;
  width: 30px;
}


.article-my-box {
    max-width: calc(100% - 50px) !important;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.wp-block-image img{ width: 100%;}
.article_side_bar{width: 230px;}
.article_texts{	width:calc(100% - 250px);}
.article_side_bar ul{list-style-type: none !important; margin: 0px;	}
.article_side_bar li::marker{display:none !important;font-size: 0px;}
.article_side_bar li{  margin-bottom: 16px;}
.article_side_bar .sub-menu{ padding-top: 12px; padding-bottom: 3px;}
.title_site_bar{padding-bottom: 20px; font-weight: 900; font-size: 16px;}

.post_randome_page{
	margin-bottom: 30px;
    margin-top: 30px;
    background: #f3f3f3a8;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}
.img_post_randome_page{ width: 50%;}
.post_randome_page section{ display: block; width: 50%; padding: 15px 15px 15px 15px;}
.post_randome_page section > h3{ font-size: 17px; font-weight: 900; padding-bottom: 8px;}
.btn_post_randome_page{
    background: #262961;
    padding: 9px 16px;
    border-radius: 6px;
    display: inline-block;
    color: #fff !important;
    font-size: 13px;	
}
.descript_little{ display: block;  padding-bottom: 8px;  color: #000 !important; line-height: 120%;}
.box-dop-edits{
	
}
.article-title{margin-bottom:25px;}
.meta_single_blog{
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;	
}
.post_meta_row, .post_meta_row span{ color: #919191 !important; font-size: 14px;}
.post_meta_row{padding: 4px 6px; display: flex; align-items: center;}
.post_meta_row img{
	margin-right: 6px;
    width: 20px;
    height: 20px;
}
.brief_content{
	
}
.button_blog_converction{
	position: fixed;
    bottom: 10px;
    z-index: 33;
    right: 0px;
}
.button_blog_converction a{
background: #262961;
    color: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 8px;
    font-size: 13px;
    border-radius: 8px 0px 0px 8px;
}
.button_blog_converction a > img{
	    width: 20px;
    margin-right: 8px;
    height: 20px;
}
div#ez-toc-container {
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 25px;
    padding: 20px;
    background: #fcfcfc !important;
}

div#ez-toc-container ul{margin-left:0px !important;}
.ez-toc-title-container{display:none !important;}

@media(max-width:920px){

}

@media(max-width:820px){
	.post_in_this_category{
		width: calc(50% - 15px);
		border: 1px solid #e1e1e1;
		margin-bottom: 20px;
	}	
	.img_post_randome_page{display:none;}
}
@media(max-width:680px){
	.post_in_this_category{
		width: 100%;
		border: 1px solid #e1e1e1;
		margin-bottom: 20px;
	}
	.article_texts{
		width: 100%; order:1;
	}	
	.article_side_bar{
		width:100%; order:2; padding-top: 45px;
	}
}


.no_bacground{background:transparent !important;}
