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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Regular.eot);
    src: local('Proxima Nova Regular'),local('ProximaNova-Regular'),url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Regular.woff) format('woff'),url(../fonts/ProximaNova-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Bold.eot);
    src: local('Proxima Nova Bold'),local('ProximaNova-Bold'),url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Bold.woff) format('woff'),url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Proxima Nova';
    src: url(../fonts/ProximaNova-Semibold.eot);
    src: local('Proxima Nova Semibold'),local('ProximaNova-Semibold'),url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),url(../fonts/ProximaNova-Semibold.woff) format('woff'),url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter';
    src: local("Inter"), url(../fonts/Inter_18pt-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Inter';
    src: local("Inter"), url(../fonts/Inter_18pt-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Inter';
    src: local("Inter"), url(../fonts/Inter_18pt-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Inter';
    src: local("Inter"), url(../fonts/Inter_18pt-Bold.ttf) format('truetype');
    font-weight:700;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'Inter';
    src: local("Inter"), url(../fonts/Inter_18pt-Black.ttf) format('truetype');
    font-weight:800;
    font-style: normal;
    font-display: swap
}

body {
    font-family: "Inter",sans-serif;
    line-height: 1.3;
    margin: 0;
	color:#222222;
}

section {}
section .container {
    width: 100%;
    max-width: 1220px;
    padding: 90px 15px;
    margin: 0 auto;
}
.btn {
    background: #0B6EFD;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    height: 55px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.2s;
    max-width: fit-content;
    padding: 0 30px;
}
.btn:hover {
    background: #3788fb;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    padding-left: 50px;
    margin-bottom: 50px;
}
label[for=policy] {
    flex: 0 0 100% !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 5px;
    max-width:fit-content;
    padding: 5px;
}
label[for=policy] input {
    height: 22px !important;
    max-width: 22px;
    flex: 0 0 22px;
    -webkit-appearance: auto;
    margin: 0;
    padding: 0;
}
label[for=policy] input.input-error {
    -webkit-appearance: none;
}
label[for=policy] .label {
    font-size: 13px;
    line-height: 1;
    margin-top: 0 !important;
}
label[for=policy] .label a {color: #000;}
label[for=policy] .warning {
}
label[for=policy].error {
    border: 2px solid red;
}
.header {
    background: #222222;
}
.header .container {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 10px;
    align-items: center;
    max-width: none;
}
.hero .container .toggle_menu {
	display:none;
	width: 35px;
	height: 30px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
	margin-left: auto;
}
.hero .container .toggle_menu span {
    display: block;
    position: absolute;
    width: 35px;
    height: 3px;
    background: #222;
    transition: all 0.2s;
}
.hero .container .toggle_menu span::before {
	content:'';
	display: block;
	position: relative;
	width: 35px;
	height: 3px;
	background: #222;
	transition: all 0.2s;
}
.hero .container .toggle_menu span::after {
	content:'';
	display: block;
	position: absolute;
	width: 35px;
	height: 3px;
	background: #222;
	transition: all 0.2s;
}
.header .container img {}

.hero {
    background: rgb(231,241,255);
    background: linear-gradient(180deg, rgba(231,241,255,1) 90%, rgba(255,255,255,1) 90%);
    overflow: hidden;
}
.hero .container {
    padding: 50px 15px;
    position:relative;
}
.hero .container::before {
	content:'';
	display: block;
	width: 150px;
	height: 420px;
	position: absolute;
	background: url(../img/h_bg_left.svg) center no-repeat;
	left: -240px;
	top: 285px;
}
.hero .container::after {
	content:'';
	display: block;
	width: 164px;
	height: 459px;
	position: absolute;
	background: url(../img/h_bg_right.svg) center no-repeat;
	right: -240px;
	top: 175px;
}
.hero .container .menu {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 40px;
}
.hero .container .menu a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #444444;
}
.hero .container .wrap {
    display: flex;
}
.hero .container .wrap .left {
    padding: 60px 50px;
    background: url(../img/h_bg_1.png) no-repeat, #ffffff;
    background-position-x: right;
    background-position-y: 80%;
    border-radius: 30px;
    border: 1px solid #000;
    flex: 0 0 calc(25% + 60px);
}
.hero .container .wrap .left .logo {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 235px;
}
.hero .container .wrap .left .logo span {
    font-weight: 800;
}
.hero .container .wrap .right {
    padding: 60px 50px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #000;
    margin-left: -60px;
    flex: 0 0 75%;
}
.hero .container .wrap .right .pre {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}
.hero .container .wrap .right h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
}
.hero .container .wrap .right .feautures {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 65px;
}
.hero .container .wrap .right .feautures p {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
}
.hero .container .wrap .right .feautures p img {
    flex: 0 0 24px;
    margin-right: 10px;
}
.hero .container .forma_wrap {
    background: #0b6efd;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid #0b6efd;
}
.hero .container .forma_wrap h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 35px;
    color: #fff;
    line-height: 1.2;
}
.hero .container .forma_wrap h2 span {
	font-weight: 800;
}
.hero .container .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    gap: 10px;
}
.hero .container .forma_wrap .forma label {
    flex: 0 0 calc(25% - 5px);
    position: relative;
}
.hero .container .forma_wrap .forma label .label, .hero .container .forma_wrap .forma label .label a {
	color:#fff;
}
.hero .container .forma_wrap .forma input {
    border-radius: 8px;
    height: 55px;
    border: none;
    padding-left: 15px;
    width: 100%;
}
.hero .container .forma_wrap .forma input.error {
	border: 1px solid red;
}
.hero .container .forma_wrap .forma label .warning {
	position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    bottom: -4px;
    right: 0;
}
.hero .container .forma_wrap .btn {
    flex: 0 0 calc(25% - 5px);
    background: #FD6A3C;
}
.hero .container .forma_wrap .notice {
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}
.hero .container .forma_wrap .notice a {
    color: #ffffff;
}
.hero .container .forma_wrap div.error {}
.hero .container .forma_wrap div.success {}
.hero .container .forma_wrap div.success h2 {}
.hero .container .forma_wrap div.success p {}

.program {}
.program .container {
    display: flex;
    justify-content: space-between;
    padding: 90px 15px 145px;
}
.program .container .left {
    position: relative;
    flex: 0 0 35%;
}
.program .container .left h2 {
    margin-bottom: 50px;
}
.program .container .left .img {
    position: absolute;
    width: 754px;
    height: 512px;
    right: 0;
    border-radius: 45px;
    overflow: hidden;
}
.program .container .left .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.program .container .right {
    flex: 0 0 60%;
    position: relative;
}
.program .container .right .line {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
    justify-content: flex-end;
	position: relative;
}
.program .container .right .line::before {
	content:'';
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #000;
	position: absolute;
	left: 35px;
	top: -15px;
}
.program .container .right .line::after {
	content:'';
	display: block;
	width: 1px;
	height: 120%;
	background: #000;
	position: absolute;
	left: 63px;
	top: 42px;
}
.program .container .right .line .module {
    flex: 0 0 110px;
    font-size: 18px;
    text-transform: uppercase;
    color: #0B6EFD;
    font-weight: 700;
}
.program .container .right .line .name {
    flex: 0 0 340px;
    font-size: 20px;
}
.program .container .right .line .time {
    font-size: 20px;
    color: #FD6A3C;
    position: relative;
    padding-left: 30px;
    flex: 0 0 60px;
}
.program .container .right .line .time::before {
	content:'';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/time.svg);
	position: absolute;
	left: 0;
}
.program .container .right .btn {
    width: fit-content;
    padding: 0 30px;
    position: absolute;
    left: -75px;
}

.why_we {
    background: url(../img/ww_bg.png) no-repeat, #E7F1FF;
    background-position-x: right;
    background-position-y: bottom;
    overflow: hidden;
}
.why_we .container {
    display: flex;
    position: relative;
}
.why_we .container::before {
	content:'';
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	background: url(../img/ww_b_1.svg) center no-repeat;
	left: -100px;
	bottom: 130px;
}
.why_we .container::after {
	content:'';
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	background: url(../img/ww_b_2.svg) center no-repeat;
	right: -100px;
	top: 60px;
}
.why_we .container h2 {
    flex: 0 0 270px;
}
.why_we .container .wrap {
    display: flex;
}
.why_we .container .wrap .item {
    flex: 0 0 calc(33% + 55px);
    background: #fff;
    padding: 35px 40px 35px 30px;
    border-radius: 32px;
    border: 1px solid #000;
    margin-left: -55px;
}
.why_we .container .wrap .item:first-child {
    margin-left: 0;
}
.why_we .container .wrap .item:last-child {
    flex: 0 0 33%;
}
.why_we .container .wrap .item img {
    margin-bottom: 25px;
}
.why_we .container .wrap .item .text {
    padding-right: 60px;
    font-size: 20px;
}
.why_we .container .wrap .item:last-child .text {
	padding-right: 0;
}
.lectors {}
.lectors .container {}
.lectors .container h2 {
    margin-bottom: 50px;
}
.lectors .container .item {
    display: flex;
    gap: 30px;
    margin-bottom: 90px;
    align-items: flex-start;
}
.lectors .container .item .img {
    flex: 0 0 280px;
    background: #dce9f8;
    border-radius: 40px;
    min-height: 280px;
}
.lectors .container .item .short {
    padding-top: 30px;
    border-top: 1px solid #000;
    flex: 0 0 280px;
}
.lectors .container .item .short .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.lectors .container .item .short .job {
    font-size: 16px;
}
.lectors .container .item .desc {
    padding-top: 30px;
    border-top: 1px solid #000;
    font-size: 16px;
    flex: 0 0 calc(100% - 620px);
}
.lectors .container .item .desc p {}
.lectors .container .item .desc ul {}
.lectors .container .item .desc ul li {}

.process {
    background: #E7F1FF;
    overflow: hidden;
}
.process .container {
    position: relative;
}
.process .container::before {
	content:'';
	display:block;
	width:104px;
	height:220px;
	position:absolute;
	background: url(../img/p_bg_left.svg) center no-repeat;
	top: 290px;
	left: -190px;
}
.process .container::after {
	content:'';
	display:block;
	width:72px;
	height:262px;
	position:absolute;
	background: url(../img/p_bg_right.svg) center no-repeat;
	top: 190px;
	right: -190px;
}
.process .container h2 {
    margin-bottom: 50px;
}
.process .container .wrap {
    display: flex;
}
.process .container .wrap .item {
    flex: 0 0 calc(33% + 55px);
    background: #fff;
    padding: 80px 80px 35px 30px;
    border-radius: 32px;
    border: 1px solid #000;
    margin-left: -55px;
    font-size: 20px;
    position: relative;
}
.process .container .wrap .item .num {
	color:#E7F1FF;
	font-size: 187px;
	font-weight: 700;
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}
.process .container .wrap .item:first-child {
    margin-left: 0;
}
.process .container .wrap .item:last-child {
    flex: 0 0 33%;
}
.process .container .wrap .item:last-child::after {
	content:'';
	display:block;
	width: 260px;
    height: 186px;
	position:absolute;
	background:url(../img/pr_3.png) center no-repeat;
	right: -25px;
	bottom: -60px;
}
.process .container .wrap .item:last-child .text {
    max-width: 200px;
}
.process .container .wrap .item .name {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.process .container .wrap .item .text {
    position: relative;
}
.process .container .btn {
    margin: 50px auto 0;
}

.about {}
.about .container {}
.about .container .wrap {}
.about .container .start {
    position: relative;
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.about .container .start h2 {
    width: calc(100% - 450px);
}
.about .container .start .text {
    padding-left: 50px;
    font-size: 20px;
    width: calc(100% - 450px);
}
.about .container .start .a_img {
    position: absolute;
    right: 0;
    top: 0;
}
.about .container .start .a_img img {}
.about .container h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    margin-bottom: 50px;
}
.about .container .wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.about .container .wrap .item {
    flex: 0 0 calc(20% - 16px);
    background: #F3F3F3;
    height: 125px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}
.about .container .wrap .item img {}

.price {
    background: url(../img/a_bg.png) no-repeat, #F3F3F3;
    background-position: left top;
    background-size: contain;
}
.price .container {}
.price .container .wrap {
    max-width: 905px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}
.price .container h2 {
    padding: 0;
    flex: 0 0 100%;
}
.price .container .pr_1 {
    font-size: 64px;
    border-bottom: 2px solid #0B6EFD;
    padding-bottom: 20px;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
.price .container .pr_1 span {
	font-size: 48px;
}
.price .container .left {
    flex: 0 0 60%;
    padding-right: 20px;
}
.price .container .left .pred {
    font-size: 18px;
    font-weight: 700;
    color: #0B6EFD;
    text-transform: uppercase;
    margin-top: 1;
}
.price .container .left .pr_2 {
    font-size: 64px;
    font-weight: 700;
    color: #0B6EFD;
    margin-bottom: 30px;
    margin-top: 10px;
}
.price .container .left .pr_2 span {
	font-size: 48px;
}
.price .container .left .text {
    font-size: 20px;
    margin-bottom: 15px;
    max-width: 440px;
}
.price .container .right {
    flex: 0 0 40%;
}
.price .container .right .forma_wrap {}
.price .container .right .forma_wrap .forma {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.price .container .right .forma_wrap .forma label {
    flex: 0 0 100%;
    margin-bottom: 10px;
    position: relative;
}
.price .container .right .forma_wrap .forma input {
    border-radius: 8px;
    height: 55px;
    border: 1px solid #444444;
    padding-left: 15px;
    width: 100%;
}
.price .container .right .forma_wrap .forma input.error {
    border: 1px solid red;
}
.price .container .right .forma_wrap .forma label .warning {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    bottom: -4px;
    right: 0;
}
.price .container .right .forma_wrap .forma .btn {
    flex: 0 0 100%;
    max-width: none;
}
.price .container .right .forma_wrap .forma .notice {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #7D7D7D;
}
.price .container .right .forma_wrap .forma .notice a {
    color: #7D7D7D;
}
.price .container .right .forma_wrap div.error {}
.price .container .right .forma_wrap div.success {}
.price .container .right .forma_wrap div.success h2 {}
.price .container .right .forma_wrap div.success p {}



.footer {background: #222222;color: #fff;}
.footer .container {
    display: flex;
    justify-content: space-between;
}
.footer .row {
}
.footer .row img {}
.footer .row p {
    display: flex;
    gap: 15px;
}
.footer .row a {
    display: flex;
    align-items: center;
    color: #fff;
}
.footer .row .soc a {
    color:#0B6EFD;
}
.footer .row a img {
    display: inline-block;
    margin-right: 5px;
}

@media all and (max-width:1170px) {
	.program .container .right .line::before {
    left: 0;
	}
	.program .container .right .line::after {
    left: 29px;
	}
}

@media all and (max-width:1100px) {
	.hero .container .wrap {
    flex-wrap: wrap;
	}
	.hero .container .wrap .left {
    flex: 0 0 100%;
    border-radius: 30px 30px 0 0;
    border-bottom: none;
    background: #fff;
    padding-bottom: 0;
	}
	.hero .container .wrap .left .logo {
    max-width: none;
    text-align: center;
    font-size: 20px;
	}
	.hero .container .wrap .right {
    flex: 0 0 100%;
    margin: 0;
    border-radius: 0 0 30px 30px;
    border-top: none;
    background: url(../img/h_bg_1.png) no-repeat, #ffffff;
    background-position-x: right;
    background-position-y: 80%;
	}
	.hero .container .forma_wrap h2 {
    padding: 0;
    text-align: center;
	}
	.hero .container .forma_wrap .forma label {
    flex: 0 0 calc(50% - 5px);
    margin-bottom: 10px;
	}
	.hero .container .forma_wrap .btn {
    flex: 0 0 calc(50% - 5px);
    max-width: none;
	}
	.program .container {
    flex-wrap: wrap;
	}
	.program .container .left {
    flex: 0 0 100%;
	}
	.program .container .left h2 {
    padding: 0;
    margin-bottom: 80px;
	 }
	.program .container .left .img {
    display: none;
	}
	.program .container .right {
    margin: 0 auto;
	}
	.program .container .right .line {
    min-width: 630px;
	}
	.program .container .right .btn {
    left: 0;
	}
	.why_we .container {
    flex-wrap: wrap;
	}
	.why_we .container h2 {
    flex: 0 0 100%;
	}
	.lectors .container .item {
    flex-wrap: wrap;
	}
	.lectors .container .item .short {
    border: 0;
	}
	.lectors .container .item .desc {
    flex: 0 0 100%;
    border-bottom: 1px solid #000;
    border-top: 0;
    padding-bottom: 30px;
	}
    .footer .container {
        flex-wrap:wrap;
        gap: 35px;
    }
    .footer .row {
        flex:0 0 100%;
        text-align: center;
    }
    .footer .row img {
    margin: 0 auto;
	}
    .footer .row p {
    justify-content: center;
	}
}

@media all and (max-width:920px) {
	.hero .container .toggle_menu {
    	display:block;
    }
    .hero .container .toggle_menu span {
    top: 12px;
	}
    .hero .container .toggle_menu span::before {
    top: -10px;
	}
    .hero .container .toggle_menu span::after {
    top: 10px;
	}
	.hero .container .toggle_menu.open {
    z-index: 100;
    position: fixed;
    right: 15px;
    top: 20px;
	}
    .hero .container .toggle_menu.open span {transform: rotate(45deg);background: #fff;}
    .hero .container .toggle_menu.open span::before {transform: rotate(-90deg);top: 0;background: #fff;}
    .hero .container .toggle_menu.open span::after {
    opacity: 0;
	}
	.hero .container .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    flex-wrap: wrap;
    background: #222222;
    padding: 50px 0;
    display:none;
	}
	.hero .container .menu.open {
	display:flex;
	}
	.hero .container .menu a {
    flex: 0 0 80%;
    text-align: center;
    color: #fff;
	}
	.why_we .container .wrap {
    flex-wrap: wrap;
	}
	.why_we .container .wrap .item {
    flex: 0 0 100%;
    margin-bottom: 20px;
    margin-left: 0;
	}
	.why_we .container .wrap .item:last-child {
    flex: 0 0 100%;
	}
	.process .container .wrap {
	flex-wrap: wrap;
	}
	.process .container .wrap .item {
	flex: 0 0 100%;
    margin-bottom: 20px;
    margin-left: 0;
	}
	.process .container .wrap .item:last-child {
	flex: 0 0 100%;
	}
	.process .container .wrap .item:last-child::after {
    right: -10px;
    bottom: -190px;
	}
	.process .container .wrap .item:last-child .text {
	max-width:none;
	}
	.about .container .start h2 {
    width: 100%;
	}
	.about .container .start .text {
    width: 100%;
    padding: 0;
	}
	.about .container .start .a_img {
    display: none;
	}
}
@media all and (max-width:700px) {
	section .container {
    padding: 40px 15px;
	}
	h2 {
    font-size: 28px;
    text-align: center;
    padding: 0;
	}
	.hero .container {
    padding: 30px 15px 40px;
	}
	.hero .container .wrap .left {
    border-radius: 10px 10px 0 0;
	}
	.hero .container .wrap .right {
    border-radius: 0 0 10px 10px;
    padding: 50px 20px;
    text-align: center;
	}
	.hero .container .wrap .right .pre {
    font-size: 18px;
	}
	.hero .container .wrap .right h1 {
    font-size: 30px;
	}
	.hero .container .wrap .right .feautures p {
    text-align: left;
	}
	.hero .container .forma_wrap {
    padding: 20px;
    border-radius: 10px;
	}
	.hero .container .forma_wrap h2 {
    font-size: 23px;
    line-height: 1.4;
	}
	.hero .container .forma_wrap .forma label {
    flex: 0 0 100%;
	}
	.hero .container .forma_wrap .btn {
    flex: 0 0 100%;
	}
	.hero .container .forma_wrap .notice {
    flex: 0 0 100%;
    text-align: center;
	}
	.program .container {
    padding: 40px 15px;
	}
	.program .container .left h2 {
    margin-bottom: 50px;
	}
	.program .container .right {
    flex: 0 0 100%;
	}
	.program .container .right .line {
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: flex-start;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 20px;
    min-width: auto;
    background: #fff;
	}
	.program .container .right .line::before {
    display: none;
	}
	.program .container .right .line::after {
    left: 50%;
    height: 40px;
    top: auto;
    bottom: -41px;
	}
	.program .container .right .line .module {
    order: 0;
	}
	.program .container .right .line .name {
    flex: 0 0 100%;
    font-size: 16px;
    order: 2;
	}
	.program .container .right .line .time {
    order: 1;
	}
	.program .container .right .btn {
    position: relative;
    left: auto;
    margin: 0 auto;
	}
	.why_we .container .wrap .item {
    border-radius: 10px;
    padding: 20px;
	}
	.why_we .container .wrap .item .text {
    font-size: 16px;
    padding: 0;
	}
	.lectors .container .item {
    justify-content: center;
    margin-bottom: 40px;
	}
	.lectors .container .item .short {
    flex: 0 0 100%;
	}
	.process .container .wrap .item {
    border-radius: 10px;
    padding: 30px 20px;
    font-size: 16px;
	}
	.process .container .wrap .item:last-child::after {
	display:none;
	}
	.process .container .wrap .item .num {
    font-size: 120px;
	}
	.about .container .start .text {
    font-size: 18px;
	}
	.about .container h3 {
    padding: 0;
	}
	.about .container .wrap .item {
    height: auto;
    background: transparent;
	}
	.price .container .pr_1 {
    font-size: 50px;
	}
	.price .container .pr_1 span {
    font-size: 35px;
	}
	.price .container .left {
    flex: 0 0 100%;
	}
	.price .container .left .pr_2 {
    font-size: 50px;
	}
	.price .container .left .pr_2 span {
    font-size: 35px;
	}
	.price .container .right {
    flex: 0 0 100%;
	}
	.price .container .right .forma_wrap .forma .notice {
    flex: 0 0 100%;
    text-align: center;
	}
    .footer .row {
    text-align: left;
	}
    .footer .row img {
    margin: 0;
	}
    .footer .row p {
    flex-wrap: wrap;
    justify-content: left;
    gap: 0;
	}
    .footer .row a {
    flex: 0 0 100%;
    justify-content: left;
	}
	#panelcontainer {
	display:none;
	}
}

.popup {
    display: none;
}
.popup.open {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: #000000b8;
    padding: 10px;
}
.popup .container {
    max-width: 460px;
    position: relative;
}
.popup .container .forma_wrap {
    background: #0b6efd;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0b6efd;
}
.popup .container .forma_wrap h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding: 0;
}
.popup .container .forma_wrap h2 span {
	font-weight: 800;
}
.popup .container .forma_wrap .forma {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 15px;
}
.popup .container .forma_wrap .forma label {
    position: relative;
}
.popup .container .forma_wrap .forma label .label, .popup .container .forma_wrap .forma label .label a {
	color:#fff;
}
.popup .container .forma_wrap .forma input {
    border-radius: 8px;
    height: 55px;
    border: none;
    padding-left: 15px;
    width: 100%;
}
.popup .container .forma_wrap .forma input.error {
	border: 1px solid red;
}
.popup .container .forma_wrap .forma label .warning {
	position: absolute;
    background: red;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    bottom: -4px;
    right: 0;
}
.popup .container .label_phone {
	color: #fff;
    font-size: 14px;
}
.popup .container .forma_wrap .btn {
    background: #FD6A3C;
    max-width: none;
}
.popup .container .forma_wrap .notice {
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}
.popup .container .forma_wrap .notice a {
    color: #ffffff;
}
.popup .container .forma_wrap div.error {}
.popup .container .forma_wrap div.success {}
.popup .container .forma_wrap div.success h2 {}
.popup .container .forma_wrap div.success p {}
.popup .container .popup_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -35px;
    right: 0;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s;
}
.popup .container .popup_close:hover {
	opacity: 1;
}
.popup .container .popup_close span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 14px;
}
.popup .container .popup_close span:nth-child(1) {
    transform: rotate(45deg);
}
.popup .container .popup_close span:nth-child(2) {
    transform: rotate(-45deg);
}