body {
  	font-family: "SegoeUI";
  	font-style: normal;
  	font-weight: normal;
  	font-size: 14px;
  	min-width: 320px;
  	position: relative;
  	overflow-x: hidden;
  	overflow: visible !important;
  	color: #000;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
a, button{
	outline: none;
}
h1{
  	font-size: 37px;
  	font-weight: 900;
}
input[type='text']{
	width: 100%;
	color: #333;
	height: 40px;
	text-align: center;
  	border: none;
  	border-radius: 30px;
  	font-size: 23px;
  	margin-bottom: 10px;
}
button, input[type='submit']{
	color: white;
	background: #dc5d24;
	height: 70px;
  	border: none;
  	font-size: 23px;
  	border-radius: 45px;
}
button{
	display: block;
	margin: 0 auto;
	width: 40%;
}
input[type='submit']{
	width: 100%;
	font-weight: 900;
}
h1, h2{
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 50px;
	text-align: center;
}
.blue{
	color: #0908a3;
}
.mob{
	display: none;
}
.s1{
	background: url('../img/s1_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 35px 0 0;
	text-align: center;
	position: relative;
	color: white;
	padding-top: 192px;
}
.s1 button{
	width: 85%;
}
.box-modal button{
	width: 100%;
}
.box-modal iframe{
	height: 400px !important;
}
.s1 .head{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 60%;
	margin-bottom: 100px;
}
.s1 .head div{
	width: 30%;
}

.s2 .container .logoDiv
{
	width: 13%;
	
}

.s1 .head div:last-child{
	width: 380px
}
.s1 .head p{
	font-weight: 900;
	font-size: 20px;
}
.s1 .head button{
	background: #0908a3;
	height: 40px;
	width: 100%;
	font-size: 19px;
}
.s1 .btn{
	display: none;
}
#menu{
	position:fixed;
       top:-5px; left:0;
       width:100%;
       z-index: 99999;
       padding-top: 35px;
       transition: background .4s;
}
#menu .head{
	margin-bottom: 0;
}
.fixed{
       position:fixed;
       top:-5px; left:0;
       width:100%;
       padding:10px 0;
       background: #fff;
       box-shadow: 0 0 25px rgba(0,0,0,.2);
       z-index: 99999;
       padding-top: 10px !important;
   }
.fixed .head{
	margin-bottom: 0;
}
.s1 .fixed .btn{
	display: block;
}
.form{
	background: rgba(255,255,255,.8);
	padding: 20px;
	color: #000;
	border-radius: 30px;
}
.s1 .form{
	margin-bottom: 200px;
}
.form h2{
	font-weight: 900;
	font-size: 30px;
	margin: 0;
}
.form p{
	font-size: 18px;
	font-weight: 800;
}
.form p span{
	font-weight: 900;
	font-size: 25px;
}
.s1 .img{
	position: absolute;
	width: 45%;
	bottom: 0;
	right: 5%;
	max-height:100%;
	object-fit:contain;
}
.s2{
	padding: 35px 0;
}
.s2 img{
	width: 100%;
}
.s2 p{
	text-align: justify;
	font-size: 25px;
}
.s2 .blue{
	font-weight: 900;
}
.s2 b{
	font-size: 18px;
}
.s3{
	background: url('../img/s3_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 35px 0;
}
.s3 .items{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.s3 .item{
	width: 15%;
}
.s3 .item:last-child{
	width: 70%;
}
.lesson{
	background: #1714b6;
	width: max-content;
	padding: 2px 10px 7px 10px;
	text-align: center;
	font-size: 25px;
	font-weight: 900;
	color: #fff;
}
.lesson p{
	margin: 0 !important;
	padding: 0 !important;
}
.s3 img{
	display: block;
	margin: 0 auto;
	width: 80%;
}
.s3 .item p{
	font-size: 20px;
	padding-left: 30px;
}
.final{
	font-size: 40px !important;
    font-weight: 900;
    line-height: 1;
}
.s3 .offer{
	display: block;
	margin: 0 auto;
	width: 95%;
	max-width: 700px;
	background: #fff;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	text-align: center;
	margin-top: 70px;
	margin-bottom: -180px;
	position: relative;
	z-index: 999;
}
.s3 .offer h2{
	font-weight: 900;
	font-size: 40px;
	margin: 0;
}
.s3 .offer p{
	    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.s3 .offer button{
	width: 65%;
}
.s4{
	padding: 250px 0 35px 0;
}
.s4 ul{
	margin-bottom: 50px;
}
.s4 ul>li{
	font-size: 20px;
	margin-bottom: 15px;
}
.s4 ul>li span{
	width: 40px;
	font-weight: 900;
	display: inline-block;
}
.s5{
	padding: 35px 0;
}
.s5 h3{
	font-size: 22px;
	font-weight: 900;
	text-align: center;
}
.s5 hr{
	width: 100px;
	height: 20px;
	display: block;
	margin: 0 auto;
	background: #0908a3;
	margin-top: 20px;
	margin-bottom: 20px;
}
.s5 p{
	font-size: 18px;
	text-align: center;
	min-height: 200px;
}
.s5 ul>li{
	position: relative;
	padding-left: 15px;
	font-size: 18px;
	margin-bottom: 30px;
}
.s5 ul>li:before{
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0908a3;
	top: 10px;
	left: 0;
}
.s5 h2{
	text-transform: uppercase;
}
.s6{
	padding: 35px 0;
	background: #0908a3;
	color: #fff;
	text-align: center;
}
.s6 h2 span{
	text-decoration: underline;
}
.s7{
	background: url('../img/s7_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 35px 0 0;
}
.s7 ul>li{
	position: relative;
	padding-left: 75px;
	font-size: 20px;
	margin-bottom: 60px;
	min-height: 60px;
}
.s7 ul>li:before{
	position: absolute;
	content: '';
	background: url('../img/check.png');
	background-size: 100% 100%;
	width: 55px;
	height: 40px;
	top: -3px;
	left: 0;
}
.s7 p{
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.s7 button, .s9 button{
	margin-bottom: -20px;
	position: relative;
	z-index: 999;
}
.s8{
	padding: 35px 0;
}
.s8 iframe{
	width: 90%;
	height: 280px;
}
.s8 p{
	font-size: 20px;
}
.s8 .small{
	font-size: 15px;
}
.s8 .small .items{
	display: flex;
}
.s8 .small .items ul{
	width: 33%;
	list-style: disc;
	padding-left: 20px;
}
.s8 .small ul{
	list-style: disc;
	padding-left: 20px;
}
.s8 .small ul>li{
	font-size: 17px;
	margin-bottom: 10px;
}
.s8 .small p{
	font-size: 17px;
}
.s8 p b{
	font-weight: 900;
}
.s8 .blue,.s8 .small p{
	font-weight: 800;
}
.s8 .lectors{
	margin-top: 30px;
	text-align: center;
}
.s8 .lectors p{
	font-size: 18px;
}
.s8 .lectors p b, .s8 .lectors p .blue{
	font-weight: 900;
}
.s8 .lectors img{
	width: 100%;
	margin-bottom: 10px;
}
.s8 p.blue{
	margin-top: 40px;
	text-align: center;
	font-size: 22px;
}
.s9{
	padding: 35px 0 0;
}
.s9 h3{
	font-weight: 900;
	text-align: center;
	margin-bottom: 50px;
}
.s9 .row h3{
	text-align: left;
}
.s9 p{
	font-size: 22px;
}
.s9 p b{
	font-weight: 900;
}
.s9 .sm{
	font-size: 17px;
}
.s9 img{
	width: 100%;
	margin-bottom: 50px;
}
.s9 .img{
	margin-top: -70px;
	width: 85%;
	margin-bottom: 0;
}
.s9 h2{
	margin: 0;
	text-align: left;
}
.s9 iframe{
	width: 100%;
	height: 280px;
	margin-bottom: 50px;
}
.s9 .auth h3{
	margin-bottom: 20px;
	margin-top: 5px;
}
.s9 .auth p{
	text-align: justify;
}
.s10{
	background: #f7f7f7;
	padding: 100px 0 35px 0;
}
.s10 img{
	width: 100%;
	margin-bottom: 30px;
}
.s10 iframe{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 350px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.s11{
	background: url('../img/s11_bg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0 15px;
	text-align: center;
	color: #fff;
}
.s11 h3{
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 0;
	font-weight: 900;
	line-height: 2;
}
.s11 .content{
	display: block;
	margin: 0 auto;
	width: 60%;
	background: rgba(255,255,255,.3);
	border-radius: 25px;
	margin-top: 50px;
	margin-bottom: 70px;
	padding: 20px;
}
.s11 .newpr{
	font-size: 50px;
}
.s11 .newpr span{
	text-decoration: line-through;
	text-decoration-color: red;
	font-size: 40px;
}
.s11 button{
	width: 70%;
}
.s11 hr{
	width: 100%;
	height: 4px;
	background: #fff;
	margin-top: 70px;
	margin-bottom: 15px;
}
.policy, .policy:hover{
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
}

.box-modal{
	text-align: center;
	font-family: "SegoeUI";
	line-height: 1.2;
}
.box-modal_close {
    font-size: 20px;
    line-height: 25px;
    background: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: 10px;
    font-weight: 800;
    color: #fff;
}
.box-modal input[type='text']{
	border: solid 1px #333;
}
#policy h1{
	font-size: 30px;
	text-align: center;
}
#policy p{
	font-size: 14px;
    text-align: left;
}
#policy h2{
	font-size: 20px;
	text-align: center;
}
#policy{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.b24-window-overlay {
    z-index: 150000;
}
.b24-window-panel {
    z-index: 999999 !important;
}
.b24-window-scroll-anchor{
    height: 0px !important;
}
.already-registred-promo{
	margin-top: 15px;
	font-size: 20px;
	font-weight: 600;
}
.section-hide {
	display: none;
}
.logo_description {
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.logo_list {
	display: flex;
	column-gap: 15px;
	row-gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}
.logo_item {
	width: calc(100%/6 + 26px);
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dfdfdf69;
}
.logo_item img{
	max-height: 80px;
	object-fit: contain;
	margin-bottom: 0;
	max-width: 140px;
	transition: .4s;
	filter: grayscale(1);
	transform: scale(0.9);
}
.logo_item:hover img {
	filter: none;
	transform: scale(1);
}
@media(max-width:970px){
	.logo_item {
		width: calc(100%/6 + 67px);
	}
}
@media(max-width: 768px){
	.logo_item {
		width: calc(100%/5 + 67px);
	}
	.logo_item img {
		filter: none;
		transform: scale(1);
	}
	.logo_item:active img {
		transform: scale(1.2);
	}
}
@media(max-width: 720px){
	.logo_item {
		width: 48%;
	}
}
@media(max-width: 468px){
	.logo_item {
		width: 100%;
	}
	.logo_item img {
		min-height: 110px;
		max-width: 225px;
	}
}
.section-new-withPadding{
	padding: 100px 0 60px 0;
}
.section-new-grey{
	background-color: #f7f7f7;
}
.section-new p, .section-new ul > li{
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 20px;
}
.section-new h3{
	font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
	margin-top: 0;
}
.section-new ul > li b{
	font-size: 20px;
}
.section-new ul > li > ul, .section-new__text-block ul{
	list-style-type: circle;
	margin-left: 30px;
}
.s5.section-new p{
	min-height: 40px;
	text-align: left;
}
.section-new__list-with-titles h3{
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_title, .main_title h1, .main_title span{
	font-weight: 900;
    font-size: 30px;
    margin: 0;
} 
.main_title h1, .main_title span{
	display: inline;
}
.section-new.s3 .item{
	margin-bottom: 30px;
}
.section-new.s3 h3{
	font-size: 24px;
	margin: 5px 0;
}
.section-new.s3 li{
	margin-bottom: 10px;
}
.section-new.s3 .item:first-child{
	width: 15%;
	margin-right: 20px;
}
.section-new.s3 .item:nth-child(2){
	width: auto;
	flex: 1 0;
}
.section-new.s3 .lesson{
	margin-bottom: 15px;
}
.section-new__left-text{
	text-align: left;
}
@media(max-width: 1200px){
	.section-new h3{
		font-size: 28px;
	}
	.section-new-withPadding{
		padding: 80px 0 50px 0;
	}
}
@media(max-width: 991px){
	.section-new__list-with-titles h3{
		min-height: 1px;
	}
}
@media(max-width: 768px){
	.section-new h3{
		font-size: 24px;
	}
	.section-new-withPadding{
		padding: 60px 0 40px 0;
	}
}
@media(max-width: 480px){
	.section-new h3{
		font-size: 20px;
	}
	.section-new p, .section-new ul > li{
		font-size: 16px;
	}
	.section-new ul > li b{
		font-size: 18px;
	}
	.section-new-withPadding{
		padding: 50px 0 30px 0;
	}
}