/*
Theme Name: Nectain Education
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: https://divster.name/
Version: 100.0
*/

@font-face {
	font-family: 'Assistant';
	src: local('Assistant-Regular'),
		url('fonts/Assistant-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Assistant';
	src: local('Assistant-SemiBold'),
		url('fonts/Assistant-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Assistant';
	src: local('Assistant-Bold'),
		url('fonts/Assistant-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body{
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #000;
	height: 100%;
}
@media (prefers-color-scheme: dark) {
	body {
		background: #FFF;
		color: #000;
	}
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Assistant', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Assistant', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.inner {
	min-width: 280px;
	max-width: 1275px;
	margin: 0 auto;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.slick-slide{
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
details summary::-webkit-details-marker{
	display: none;
}
.site-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.site-container{
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.site-header {
	position: fixed;
	inset: 0 0 auto;
	padding: 24px 0;
	background: #FFF;
	z-index: 5;
	box-shadow: 0 0 20px 0 rgba(1, 1, 1, 0.1);
}
.site-header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-logo {
	width: 151px;
	line-height: 0;
}
.site-header__content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
}
.header-nav{
	margin-right: 24px;
}
.site-nav > ul{
	display: flex;
}
.site-nav > ul > li{
	margin-right: 41px;
}
.site-nav > ul > li > a{
	display: block;
	padding: 10px 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.01em;
	color: #004029;
	text-decoration: none;
	position: relative;
}
.site-nav > ul > li > a:after{
	content: '';
	display: block;
	height: 5px;
	background: #FFD700;
	position: absolute;
	inset: auto -10px -28px;
	transform: scaleX(0);
	transition: transform 0.3s;
}
.site-nav > ul > li > a:hover:after{
	transform: scaleX(1);
}
.site-nav > ul > li > a > i{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	margin-left: 8px;
}
.site-nav > ul > li > a > i svg{
	fill: #004029;
}
.site-footer .site-nav > ul > li > a:after{
	inset: -30px -10px auto;
}
/* .site-nav > ul > li > ul{

}
.site-nav > ul > li > ul > li{
	
}
.site-nav > ul > li > ul > li > a{

}
.site-nav > ul > li > ul > li > a > i{
	
}
.header-lang {} */
.header-lang__current {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #004029;
	text-transform: uppercase;
}
.header-lang__list {
	display: none;
}
.header-access svg{
	fill: #004029;
}
.header-access span{
	display: none;
}
.header-search svg{
	fill: #004029;
}
/* Common
-----------------------------------------------------------------------------*/
.button{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.01em;
	text-decoration: none;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}
.button:before{
	content: '';
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	transform: scale(0);
	transition: transform 0.5s;
}
.button:hover:before{
	transform: scale(2.5);
}
.button span{
	position: relative;
}
.button_yellow{
	background: #FFD700;
	color: #004029;
}
.button_yellow:hover{
	color: #FFD700;
}
.button_yellow:before{
	background: #004029;
}
.button_green{
	background: #0F734F;
	color: #FFF;
}
.button_green:hover{
	color: #004029;
}
.button_green:before{
	background: #FFD700;
}
.button_xxl{
	padding: 19px 30px;
	font-weight: 700;
	font-size: 33px;
	line-height: 44px;
	border-radius: 11px;
}
.button_xl{
	padding: 14px 23px;
	font-size: 24px;
	line-height: 32px;
	border-radius: 8px;
}
.title {
	font-weight: 700;
}
.title_xxl {
	font-size: 60px;
	line-height: 72px;
}
.title_xl {
	font-size: 48px;
	line-height: 58px;
}
.title_l {
	font-size: 40px;
	line-height: 44px;
}
.font-yellow {
	color: #FFD700;
}
.font-green {
	color: #0F734F;
}
.text-body_xl {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0.01em;
}
.text-body_l {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.01em;
}
.text-body_m{
	font-size: 18px;
	line-height: 28px;
}

/* Middle
-----------------------------------------------------------------------------*/
.edu-welcome {
	background: linear-gradient(255.85deg, #0F734F 10.07%, #004029 63.33%);
	color: #FFF;
	padding-top: 96px;
}
.edu-welcome__container {
	display: flex;
	padding: 158px 0;
}
.edu-welcome__content {
	width: 50%;
}
.edu-welcome__title{
	margin-bottom: 24px;
}
.edu-welcome__form {
	width: 50%;
	padding: 0 0 0 44px;
}

body .edu-welcome .form-columns-2,
body .edu-welcome .form-columns-1{
	display: flex;
	width: 100%;
	max-width: 100%;
	gap: 32px;
	margin-bottom: 42px;
}
body .edu-welcome .form-columns-2 .hs-form-field{
	width: calc(50% - 16px);
	position: relative;
}
body .edu-welcome .form-columns-1 .hs-form-field{
	width: 100%;
	position: relative;
}
body .edu-welcome .input{
	margin: 0 !important;
}
body .edu-welcome .input input{
	width: 100% !important;
	height: 45.54px;
	padding: 5px 12px;
	background: #FFF;
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.01em;
}
body .edu-welcome .input input::placeholder{
	color: #676767;
}
body .edu-welcome .input input.invalid{
	border-color: red;
}
body .edu-welcome .hs-error-msg{
	position: absolute;
	top: calc(100% + 5px);
	color: red;
}
body .edu-welcome .hs-form-booleancheckbox{
	margin-bottom: 10px;
}
body .edu-welcome .hs-form-booleancheckbox-display{
	position: relative;
}
body .edu-welcome .hs-form-booleancheckbox-display input{
	position: absolute;
	left: -10000px;
	opacity: 0;
}
body .edu-welcome .hs-form-booleancheckbox-display > span{
	display: inline-block;
	padding-left: 55px;
	font-size: 16.5614px;
	line-height: 25px;
	letter-spacing: 0.01em;
	position: relative;
	margin: 0;
}
body .edu-welcome .hs-form-booleancheckbox-display > span:before{
	content: '';
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	left: 6px;
	top: calc(50% - 14px);
	background: #FFF;
	border: 2px solid #D7D7D7;
	border-radius: 4px;
}
body .edu-welcome .hs-form-booleancheckbox-display input:checked + span::before {
  border-color: #0F734F;
  background: #FFF url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" width="26px" height="26px" fill="%230F734F"><path d="M 22.566406 4.730469 L 20.773438 3.511719 C 20.277344 3.175781 19.597656 3.304688 19.265625 3.796875 L 10.476563 16.757813 L 6.4375 12.71875 C 6.015625 12.296875 5.328125 12.296875 4.90625 12.71875 L 3.371094 14.253906 C 2.949219 14.675781 2.949219 15.363281 3.371094 15.789063 L 9.582031 22 C 9.929688 22.347656 10.476563 22.613281 10.96875 22.613281 C 11.460938 22.613281 11.957031 22.304688 12.277344 21.839844 L 22.855469 6.234375 C 23.191406 5.742188 23.0625 5.066406 22.566406 4.730469 Z"/></svg>') no-repeat center / 20px 20px;
}
body .edu-welcome .hs-form-booleancheckbox-display > span a{
	color: #FFF;
}
body .edu-welcome .hs_submit{
	margin-top: 20px;
}
body .edu-welcome .hs_submit .actions{
	display: inline-block;
	border-radius: 4px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: #FFD700;
	color: #004029;
	transition: all 0.5s;
}
body .edu-welcome .hs_submit .actions:before{
	content: '';
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	transform: scale(0);
	transition: transform 0.5s;
}
body .edu-welcome .hs_submit .actions:hover:before{
	transform: scale(2.5);
}
body .edu-welcome .hs_submit .actions input{
	padding: 10px 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.01em;
	position: relative;
	transition: all 0.5s;
}
body .edu-welcome .hs_submit .actions:hover input{
	color: #FFD700;
}
body .edu-welcome .hs_submit .actions:before{
	background: #004029;
}
body .edu-welcome .hs_recaptcha{
	margin-top: -20px;
}
body .edu-welcome .hs_error_rollup{
	display: none !important;
}

.edu-how {
	padding: 82px 0;
}
.edu-how__title{
	position: relative;
}
.edu-how__title::after{
	content: '';
	display: block;
	width: 296px;
	height: 4px;
	background: #0F734F;
	margin: 24px 0 46px;
}
.edu-how__desc{
	width: 800px;
	max-width: 100%;
	margin-bottom: 124px;
}
.edu-how__container{
	display: flex;
	flex-direction: column;
	gap: 130px;
}
.edu-how__item {
	width: 100%;
	display: flex;
	align-items: center;
}
.edu-how__content {
	width: 50%;
	padding-right: 20px;
}
.edu-how__tag {
	display: inline-block;
	padding: 6px 16px;
	background: #0F734F;
	border-radius: 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 16px;
}
.edu-how__text {
	margin: -9px 0 0 0;
}
.edu-how__image {
	width: 50%;
	padding-left: 100px;
}
.edu-how__item:nth-child(even) {
	flex-direction: row-reverse;
}
.edu-how__item:nth-child(even) .edu-how__content{
	padding: 0 0 0 20px;
}
.edu-how__item:nth-child(even) .edu-how__image{
	padding: 0 100px 0 0;
}
.edu-ready {
	background: #F5F3EA;
	padding: 100px 0;
}
.edu-ready__container {
	display: flex;
}
.edu-ready__content {
	width: 50%;
	padding-right: 120px;
}
.edu-ready__title{
	margin-bottom: 30px;
}
.edu-ready__text {
	margin-bottom: 60px;
}
.edu-ready__image {
	width: 50%;
	padding: 3px 20px 0 0;
}
.edu-expertise {
	padding: 100px 0;
}
.edu-expertise__title{
	margin: 0 0 32px 103px;
}
.edu-expertise__desc {
	width: 915px;
	max-width: calc(100% - 103px);
	margin: 0 0 64px 103px;
}
.text-body_l {}
.edu-expertise__container {
	display: flex;
}
.edu-expertise__image {
	width: 40%;
	padding-right: 10px;
}
.edu-expertise__content {
	width: 60%;
	padding-left: 51px;
}
.edu-expertise__tag {
    display: inline-block;
    padding: 6px 16px;
    background: #0F734F;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 37px;
}
.edu-expertise__info {
	display: flex;
	gap: 40px;
	margin-bottom: 32px;
}
.edu-expertise__logo img{
	max-width: 289px;
	max-height: 52px;
}
.edu-expertise__infoitem {
	color: #404040;
}
.edu-expertise__infolabel {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01em;
	margin: 2px 0 5px;
}
.edu-expertise__infovalue {
	font-size: 18px;
	line-height: 24px;
}
.edu-calc {
	background: #F9FAFB;
	padding: 57px 0 109px
}
.edu-calc__container {
	display: flex;
	align-items: center;
}
.edu-calc__content {
	width: 45%;
	padding: 0 95px 55px 0;
}
.edu-calc__title{
	margin-bottom: 32px;
}
.edu-calc__text {
	margin-bottom: 126px;
}
.edu-calc__btn{
	margin-right: 22px;
}
.edu-calc__btn .button{
	width: 100%;
}
.edu-calc__image {
	width: 55%;
	padding-left: 30px;
}
.edu-features {
	padding: 100px 0 162px;
	background: #004029;
	color: #FFF;
}
.edu-features__title{
	margin-bottom: 128px;
}
.edu-features__container {
	display: flex;
	flex-wrap: wrap;
	gap: 63px 32px;
}
.edu-features__item {
	width: calc((100% - 2 * 32px) / 3);
	padding: 0 35px 0 30px;
}
.edu-features__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 24px;
}
.edu-features__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #FFC745;
	margin-bottom: 13px;
}
.edu-say{
	padding: 167px 0 98px;
	background: #F9FAFB;
}
.edu-say__title{
	margin-bottom: 64px;
}
.edu-say__container {
	display: flex;
}
.edu-say__video {
	width: 63%;
}
.edu-say__video a{
	display: block;
	position: relative;
}
.edu-say__video i{
	width: 80px;
	height: 80px;
	position: absolute;
	inset: calc(50% - 40px) 0 0 calc(50% - 40px);
}
.edu-say__video i rect{
	fill: rgba(255, 255, 255, 0.8);
	transition: 0.2s;
}
.edu-say__video a:hover i rect{
	fill: #FFD700;
}
.edu-say__content {
	width: 37%;
	padding: 0 55px 0 27px;
}
.edu-say__author {
	display: flex;
	gap: 16px;
	margin-bottom: 32px;
}
.edu-say__photo {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	position: relative;
}
.edu-say__photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	position: absolute;
	inset: 0;
}
.edu-say__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 5px;
}
.edu-say__name a{
	text-decoration: none;
}
.edu-say__status {
	font-size: 18px;
	line-height: 22px;
	color: #555555;
}
.edu-promo {
	position: relative;
	color: #fff;
}
.edu-promo__bg {
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	inset: 0;
}
.edu-promo__bg::after{
	content: '';
	display: block;
	background: rgba(1, 1, 1, 0.4);
	backdrop-filter: blur(2px);
	position: absolute;
	inset: 0;
}
.edu-promo__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 626px;
	position: relative;
}
.edu-promo__title {
	width: 580px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 64px;
}
.thankyou {
	padding: 84px 0;
}
.thankyou__container {
	min-height: calc(100vh - 84px - 84px);
	display: flex;
	align-items: center;
}
.thankyou__content {
	width: 50%;
	padding-right: 40px;
}
.thankyou__title{
	color: #004029;
}
.thankyou__text {
	margin-top: 24px;
}
.thankyou__btn {
	margin-top: 60px;
}
.thankyou__image {
	width: 50%;
}
/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
	flex: 0 0 auto;
	background: #FFF;
	position: relative;
	padding: 30px 0;
	color: #131313;
}
.site-footer__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.site-footer__content {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
}
.footer-copy{
	font-size: 18px;
	line-height: 30px;
}

/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1325px){
	.inner{
		margin-left: 25px;
		margin-right: 25px;
	}
}
@media only screen and (max-width: 1190px){
	.site-logo{
		width: 114px;
	}
	.touch-menu{
		display: block;
		position: relative;
		overflow: hidden;
		padding: 0;
		width: 28px;
		height: 28px;
		font-size: 0;
		text-indent: -9999px;
		cursor: pointer;
		z-index: 22;
		margin: -8px 0 0 0;
	}
	.touch-menu:focus{
	  outline: none;
	}
	.touch-menu span{
		display: block;
		position: absolute;
		top: 14px;
		left: 0;
		right: 0;
		height: 3px;
		background: #004029;
		transition: background 0 0.3s;
	}
	.touch-menu span::before,
	.touch-menu span::after{
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 3px;
		background: #004029;
		content: '';
 		transition-duration: 0.3s, 0.3s;
 		transition-delay: 0.3s, 0;
	}
	.touch-menu span::before{
		top: -9px;
 		transition-property: top, transform;
	}
	.touch-menu span::after{
		bottom: -9px;
 		transition-property: bottom, transform;
	}
	.mobile-menu-open .touch-menu span{
		background: none;
	}
	.mobile-menu-open .touch-menu span::before{
		top: 0;
		transform: rotate(45deg);
	}
	.mobile-menu-open .touch-menu span::after{
		bottom: 0;
		transform: rotate(-45deg);
	}
	.mobile-menu-open .touch-menu span::before,
	.mobile-menu-open .touch-menu span::after{
		transition-delay: 0, 0.3s;
	}
	.site-header__content{
		display: none;
		background: #FFF;
		position: fixed;
		inset: 75px 0 0;
		padding: 15px 15px 75px;
		overflow-y: auto;
	}
	.site-header .site-nav{
		margin-bottom: 20px;
	}
	.site-header .site-nav > ul{
		flex-direction: column;
		align-items: normal;
	}
	.site-header .site-nav > ul > li{
		margin: 0;
	}
	.site-header .site-nav > ul > li > a {
		display: block;
		position: relative;
		padding: 12px 34px 12px 8px;
		font-size: 20px;
		line-height: 26px;
		border-bottom: 1px solid #F2F2F2;
	}
	.site-nav > ul > li > a:after{
		display: none !important;
	}
	.site-header .site-nav > ul > li > a > i{
		position: absolute;
		top: calc(50% - 6px);
		right: 0;
	}
	.site-header .site-nav > ul > li > a > i svg{
		width: 20px;
		height: 12px;
	}
	.mobile-menu-open{
		overflow: hidden;
	}
	.mobile-menu-open .site-header__content{
		display: block;
	}
	.header-lang{
		margin-bottom: 20px;
	}
	.header-lang__current{
		display: none;
	}
	.header-lang__list{
		display: flex;
		gap: 10px;
		font-weight: 600;
		font-size: 20px;
    	line-height: 26px;
	}
	.header-lang__list a{
		color: #004029;
		text-decoration: none;
	}
	.header-access{
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 20px;
	}
	.header-access i{
		flex-shrink: 0;
	}
	.header-access span{
		display: block;
		color: #004029;
		font-size: 16px;
		font-weight: 700;
		line-height: 125%;
	}
	.header-search{
		display: none;
	}
	.header-btn{
		position: fixed;
		padding: 15px;
		background: #FFF;
		inset: auto 0 0;
	}
	.header-btn .button{
		width: 100%;
	}
	.edu-welcome__container {
		padding: 80px 0;
	}
	.edu-how__desc{
		margin-bottom: 80px;
	}
	.edu-how__container{
		gap: 80px;
	}
	.edu-how__image {
		padding-left: 50px;
	}
	.edu-how__item:nth-child(2n) .edu-how__image {
		padding: 0 50px 0 0;
	}
	.edu-ready,
	.edu-expertise,
	.edu-features,
	.edu-say{
		padding: 80px 0;
	}
	.edu-expertise__title{
		margin-left: 0;
	}
	.edu-expertise__desc {
		max-width: 100%;
		margin: 0 0 50px 0;
	}
	.edu-expertise__content {
		padding-left: 30px;
	}
	.edu-calc{
		padding: 50px 0 80px;
	}
	.edu-calc__content {
		padding: 0 30px 0 0;
	}
	.edu-calc__text{
		margin-bottom: 50px;
	}
	.edu-features__title{
		margin-bottom: 50px;
	}
	.edu-features__item{
		padding: 0;
	}
	.edu-say__video{
		width: 50%;
	}
	.edu-say__content{
		width: 50%;
		padding-right: 0;
	}
	.edu-promo__container {
		height: 500px;
	}
	.site-footer__container,
	.site-footer__content{
		flex-direction: column;
	}
	.site-footer .site-nav > ul{
		flex-direction: column;
		text-align: center;
		margin-top: 20px;
	}
	.site-footer .site-nav > ul > li{
		margin: 0 0 10px;
	}
	.site-footer .site-nav > ul > li > a {
		font-size: 20px;
		line-height: 26px;
	}
}
@media only screen and (max-width: 767px){
	.title_xxl {
		font-size: 42px;
		line-height: 52px;
	}
	.title_xl{
		font-size: 32px;
  		line-height: 42px;
	}
	.title_l {
		font-size: 28px;
		line-height: 34px;
	}

	.text-body_xl {
		font-size: 20px;
		line-height: 30px;
	}
	.text-body_l {
		font-size: 18px;
		line-height: 28px;
	}
	.button_xxl {
		padding: 14px 23px;
		font-size: 24px;
		line-height: 32px;
		border-radius: 8px;
	}
	.edu-welcome__container {
		flex-direction: column;
		padding: 40px 0;
	}
	.edu-welcome__content{
		width: 100%;
		padding: 0;
	}
	.edu-welcome__form{
		width: 100%;
		padding: 30px 0 0;
	}
	body .edu-welcome .form-columns-2, body .edu-welcome .form-columns-1{
		flex-direction: column;
		margin-bottom: 33px;
	}
	body .edu-welcome .form-columns-2 .hs-form-field{
		width: 100% !important;
	}
	body .edu-welcome .hs-form-field .input{
		margin: 0;
	}
	.edu-how{
		padding: 40px 0;
	}
	.edu-how__title::after {
  		margin: 12px 0 24px;
	}
	.edu-how__desc{
		margin-bottom: 40px;
	}
	.edu-how__container{
		gap: 40px;
	}
	.edu-how__item{
		flex-direction: column !important;
	}
	.edu-how__content{
		width: 100%;
		padding: 0 0 30px !important;
	}
	.edu-how__image{
		width: 100%;
		padding: 0 !important;
	}
	.edu-ready{
		padding: 40px 0;
	}
	.edu-ready__container{
		flex-direction: column;
	}
	.edu-ready__content{
		width: 100%;
		padding: 0 0 30px;
	}
	.edu-ready__text{
		margin-bottom: 20px;
	}
	.edu-ready__btn .button{
		width: 100%;
	}
	.edu-ready__image{
		width: 100%;
		padding: 0;
	}
	.edu-expertise{
		padding: 40px 0;
	}
	.edu-expertise__desc{
		margin-bottom: 30px;
	}
	.edu-expertise__container{
		flex-direction: column;
	}
	.edu-expertise__content{
		width: 100%;
		padding: 0;
	}
	.edu-expertise__image{
		width: 100%;
		padding: 0 0 30px;
	}
	.edu-expertise__info{
		flex-wrap: wrap;
		gap: 20px 40px;
	}
	.edu-expertise__logo{
		width: 100%;
	}
	.edu-calc{
		padding: 40px 0;
	}
	.edu-calc__container{
		flex-direction: column;
	}
	.edu-calc__content{
		width: 100%;
		padding: 0 0 30px;
	}
	.edu-calc__btn{
		width: 400px;
		max-width: 100%;
		margin: 0 auto;
	}
	.edu-calc__image{
		width: 100%;
		padding: 0;
	}
	.edu-features{
		padding: 40px 0;
	}
	.edu-features__title{
		margin-bottom: 30px;
	}
	.edu-features__item{
		width: 100%;
	}
	.edu-features__icon{
		width: 36px;
		height: 36px;
		margin-bottom: 16px;
	}
	.edu-say{
		padding: 40px 0;
	}
	.edu-say__title{
		margin-bottom: 30px;
	}
	.edu-say__container{
		flex-direction: column-reverse;
	}
	.edu-say__video{
		width: 100%;
		padding: 0;
	}
	.edu-say__video i{
		width: 50px;
		height: 50px;
		inset: calc(50% - 25px) 0 0 calc(50% - 25px);
	}
	.edu-say__video i svg{
		width: 100%;
		height: 100%;
	}
	.edu-say__content{
		width: 100%;
		padding: 0 0 30px;
	}
	.edu-say__author{
		margin-bottom: 20px;
	}
	.edu-say__photo{
		width: 50px;
		height: 50px;
	}
	.edu-say__name {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 0;
	}
	.edu-say__status {
		font-size: 14px;
		line-height: 18px;
	}
	.thankyou__container{
		min-height: 0;
		flex-direction: column-reverse;
	}
	.thankyou__content{
		width: 100%;
		padding: 30px 0 0;
	}
	.thankyou__text {
		margin-top: 15px;
	}
	.thankyou__btn {
		margin-top: 30px;
	}
	.thankyou__image{
		width: 100%;
	}
}