*,
*::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-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-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-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Light.eot');
  src: local('Proxima Nova Light'), local('ProximaNova-Light'), url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNovaT-Thin.eot');
  src: local('Proxima NovaT Thin'), local('ProximaNovaT-Thin'), url('../fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNovaT-Thin.woff') format('woff'), url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
body {
	font-family: 'Proxima Nova';
	line-height: 1.3;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    height: 60px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 18px;
    transition: all 0.3s;
    cursor: pointer;
}
.btn.yellow {
    background: #FED201;
    color: #000000;
}
.btn.yellow:hover {
    background: #ffdb31;
}
.btn.blue {
    background: #0278FF;
    color: #ffffff;
}
.btn.blue:hover {
    background: #3392ff;
}
.action_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.action_head .logo {
    margin-left: 10px;
}
.action_head .logo img {
	min-width: 170px;
}
.action_head .panelcontainer {}
section {
    display: flex;
    justify-content: center;
}
section .container {
    max-width: 1125px;
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.first_screen {
    background: url(../img/bg_color_spot.png) no-repeat, #39393F;
    background-position: top -300px right calc(50% - 250px);
    padding-bottom: 110px;
}
.first_screen .container {}
.first_screen .container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    flex: 0 0 100%;
}
.first_screen .container .header .logo_students {
    margin-right: 10px;
}
.first_screen .container .header .logo_students img {
}
.first_screen .container .header .top_menu {
    display: flex;
    gap: 10px;
}
.first_screen .container .header .top_menu a {
    color: #ffffff;
    text-decoration: none;
    width: 200px;
    border: 1px solid #ffffff;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    transition: all 0.3s;
    font-size: 16px;
}
.first_screen .container .header .top_menu a:hover {
    background: #ffffff;
    color: #000000;
}
.first_screen .container .header .top_menu a.btn {
    background: #0278FF;
    color: #ffffff;
    border: 1px solid #0278FF;
}
.first_screen .container .header .top_menu a.btn:hover {
    background: #3392ff;
    border: 1px solid #3392ff;
}
.first_screen .container .first_block {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    z-index: 1;
}
.first_screen .container .first_block .left {
    max-width: 490px;
}
.first_screen .container .first_block .left p {
    font-size: 37px;
    line-height: 1.2;
}
.first_screen .container .first_block .left p.number {
    font-size: 22px;
    font-weight: 300;
    margin-top: 30px;
    max-width: 350px;
}
.first_screen .container .first_block .left p.number span {
    font-size: 55px;
    font-weight: 600;
    display: block;
}
.first_screen .container .first_block .left a {
    margin-top: 30px;
}
.first_screen .container .first_block .right {
    max-width: 370px;
}
.first_screen .container .first_block .right p {
    font-size: 20px;
}
.first_screen .container .first_block .right p span {
    font-size: 65px;
    font-weight: 600;
    display: block;
}
.first_screen .container .first_block .right p.title {
    font-size: 40px;
    text-align: right;
    line-height: 1.2;
    margin-bottom: 30px;
}
.first_screen .container .first_block .right .flex {
    display: flex;
    flex-wrap: wrap;
}
.first_screen .container .first_block .right .flex p {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
}
.first_screen .container .first_block .right .flex .btn {
    width: fit-content;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 40px;
    border-radius: 40px;
    padding: 0 30px;
    transition: all 0.3s;
    margin-bottom: 16px;
}
.first_screen .container .first_block .right .flex .btn:hover {
    background: #ffffff;
    color: #000000;
}
.first_screen .container .first_block .right .flex .btn.blue {
    border: 1px solid #0278FF;
}
.first_screen .container .second_block {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin: -450px 0 -300px;
    position: relative;
    z-index: 0;
}
.first_screen .container .first_block .right .flex .btn.blue:hover {
    background: #3392ff;
    color: #ffffff;
}
.first_screen .container .second_block img {
    max-width: 1005.38px;
    width: 100%;
}
.first_screen .container .second_block .mobile_only {
	display:none;
}
.first_screen .container .third_block {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.first_screen .container .third_block .items {
    display: flex;
    justify-content: space-between;
    max-width: 843px;
    gap: 12px;
}
.first_screen .container .third_block .items .item {
    max-width: 273px;
}
.first_screen .container .third_block .items .item .item_title {
    background: #2481F2;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    padding: 15px;
}
.first_screen .container .third_block .items .item .item_title img {}
.first_screen .container .third_block .items .item .item_title p {
    margin-top: 10px;
    background: url(../img/arrow.svg) center right no-repeat, url(../img/line.svg) center right repeat-x;
    line-height: 1;
}
.first_screen .container .third_block .items .item .item_title p span {
    background: #2481f2;
    width: auto;
    display: inline-block;
    padding-right: 5px;
}
.first_screen .container .third_block .items .item .item_text {
    background: #fff;
    padding: 15px;
    min-height: 160px;
    font-size: 18px;
}
.first_screen .container .third_block .items .item .item_text p {}
.first_screen .container .fourth_block {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5em;
}
.first_screen .container .fourth_block p {
    font-size: 25px;
    margin: 50px 0 25px;
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    flex: 0 0 100%;
}
.first_screen .container .fourth_block a {
    flex: 0 0 100%;
}
.youllget {
    position: relative;
}
.youllget:before{
		background: linear-gradient(-45deg, #FFFFFF 16px, #39393f 16px, #39393f 16px,  transparent 0),      linear-gradient(45deg, #FFFFFF 16px, transparent 0);
		background-position: left top;
		background-repeat: repeat-x;
		background-size: 35px 32px;
		content: " ";
		display: block;
		height: 32px;
		width: 100%;
		position: absolute;
		top: -30px;
		left:0;
	}
.youllget .container {
    justify-content: center;
}
.youllget .container h2 {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    max-width: 1000px;
    margin-top: 70px;
    margin-bottom: 65px;
}
.youllget .container h2 span {
    color: #FE4F00;
}
.youllget .container .items {
    max-width: 840px;
}
.youllget .container .items .item {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 100px;
    font-size: 20px;
}
.youllget .container .items .item .number {
    position: absolute;
    font-size: 89px;
    font-weight: 400;
    color: #FE4F00;
    line-height: 89px;
    top: -85px;
}
.youllget .container .items .item .left {
    flex: 0 0 49%;
}
.youllget .container .items .item .left p {
    background: url(../img/arrowblack.svg) center right no-repeat, url(../img/lineblack.svg) center right repeat-x;
}
.youllget .container .items .item .left p span {font-weight: 700;background: #ffffff;padding-right: 5px;}
.youllget .container .items .item .right {
    flex: 0 0 50%;
}
.youllget .container .items .item .right p {}
.youllget .container .btn {
    width: 100%;
    margin-bottom: 100px;
    margin-top: 80px;
}
.footer_form {
    background: #39393F;
    position: relative;
}
.footer_form:before {
	background: linear-gradient(-45deg, #39393F 16px, #FFFFFF 16px, #FFFFFF 16px, transparent 0), linear-gradient(45deg, #39393F 16px, transparent 0);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 35px 32px;
	content: " ";
	display: block;
	height: 32px;
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0;
}
.footer_form .container {
    justify-content: space-between;
    margin-top: 75px;
}
.footer_form .container .left {
    color: #ffffff;
    flex: 0 0 50%;
    max-width: 480px;
}
.footer_form .container .left p {
	font-size: 35px;
    font-weight: 600;
}
.footer_form .container .right {
    flex: 0 0 48%;
}
.footer_form .container .right form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_form .container .right form .input {
	flex: 0 0 100%;
	max-width: 540px;
}
.footer_form .container .right form .input input {
    border: none;
    margin-bottom: 25px;
    height: 60px;
    border-radius: 3px;
    padding: 0 0 0 15px;
    width: 100%;
    font-size: 20px;
}
.footer_form .container .right form .input .warning {
    position: absolute;
    color: #f83315;
    padding: 0 0 0 10px;
    font-size: 11px;
    display: none;
}
.footer_form .container .right form .btn {border: none;width: 100%;max-width: 540px;}
.footer_form .container .right form .notice {
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    width: 100%;
    max-width: 540px;
}
.footer_form .container .center {
    flex: 0 0 100%;
    display: flex;
    color: #ffffff;
    justify-content: space-between;
    margin-top: 60px;
    border-top: 1px solid #D8D8D8;
    padding-top: 60px;
    margin-bottom: 100px;
}
.footer_form .container .center div {
    display: flex;
    align-items: center;
}
.footer_form .container .center div p {
    font-size: 13px;
}
.footer_form .container .center div p.tel {
    font-size: 18px;
    font-weight: 700;
}
.footer_form .container .center div p.tel span {
    font-size: 14px;
    font-weight: 300;
}
.footer_form .container .center div img {
    width: 200px;
}
@media all and (max-width:1070px) {
  .btn {
    max-width: 300px;
  }  
  .first_screen .container .first_block .left {
    max-width: 300px;
  }
  .first_screen .container .first_block .left p {
  }
  .first_screen .container .first_block .left a {}
  .first_screen .container .first_block .right {}
  .first_screen .container .first_block .right p {
    font-size: 18px;
  }
  .first_screen .container .first_block .right p span {
    font-size: 50px;
  }
	.first_screen .container .first_block .right .flex .btn {
	max-width:none;
	}
  .first_screen .container .second_block {
    margin: -300px 0 -270px;
  }
	.footer_form .container .left {
	flex:0 0 40%;
	}
	.footer_form .container .left p {
	font-size: 24px;
    font-weight: 600;
	}
	.footer_form .container .right {
	flex:0 0 58%;
	}
}
@media all and (max-width:900px) {
  .first_screen .container .header {
    flex-wrap:wrap;
  }
  .first_screen .container .header .logo_students {
    margin-bottom: 30px;
  }
  .first_screen .container .second_block {
    margin: -30vw 0 -27vw;
  }
  .first_screen .container .third_block .items {
    flex-wrap:wrap;
    justify-content: center;
  }
  .first_screen .container .third_block .items .item {}
	.youllget .container h2 {
		font-size:36px;
	}
	.footer_form .container .left {
	flex:0 0 100%;
	max-width: none;
	text-align: center;
	margin-bottom: 50px;
	}
	.footer_form .container .right {
	flex:0 0 100%;
	}
	.footer_form .container .center {
    flex-wrap: wrap;
}
	.footer_form .container .center div {
    flex: 0 0 100%;
    margin-bottom: 15px;
 }
	.footer_form .container .center div.order_1 {
		order:1;
	}
	.footer_form .container .center div.order_2 {
		order:2;
	}
	.footer_form .container .center div.order_3 {
		order:3;
	}
	.footer_form .container .center div p {}
	.footer_form .container .center div p.tel {}
	.footer_form .container .center div p.tel span {}
	.footer_form .container .center div img {}
}
@media all and (max-width:780px) {
	.first_screen .container .first_block {
    flex-wrap: wrap;
	}
	.first_screen .container .first_block .left {
    flex: 0 0 100%;
    max-width: none;
    margin-bottom: 3em;
	}
	.first_screen .container .first_block .right {
    display: none;
	}
	.first_screen .container .second_block {
		background: url(../img/bg_mob.png) top right no-repeat;
		margin: -30vw 0 2em;
		height: calc(62vw + 150px);
		background-size: 68%;
		display: flex;
		align-items: flex-end;
	}
	.first_screen .container .second_block .mobile_only {
		display: block;
		color: #ffffff;
		padding: 20px;
		border-radius: 5px;
		font-size: 20px;
		width: 100%;
		background: url(../img/bg_color_spot.png) no-repeat, #3c3c66;
		background-position: top -251px left -625px;
		background-size: 150%;
	}
	.first_screen .container .second_block .mobile_only .title {
		text-align:center;
		font-size: 28px;
		margin-bottom: 1em;
	}
	.first_screen .container .second_block .mobile_only .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: center;
	}
	.first_screen .container .second_block .mobile_only .flex p {
    width: fit-content;
	}
	.first_screen .container .second_block .mobile_only .flex p .btn {
    width: fit-content;
    color: #ffffff;
    border: 1px solid #ffffff;
    height: 40px;
    border-radius: 40px;
    padding: 0 30px;
    transition: all 0.3s;
    margin-bottom: 16px;
    max-width: none;
    font-size: 15px;
	}
	.first_screen .container .second_block .mobile_only .flex p .btn:hover {
	background: #ffffff;
    color: #000000;
	}
	.first_screen .container .second_block .mobile_only .flex p .btn.blue {
		display:none;
	}
	.first_screen .container .second_block img {
	display:none;
	}
	.youllget .container .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	.youllget .container .items .item {
    flex-wrap: wrap;
    text-align: center;
    max-width: 400px;
	}
	.youllget .container .items .item .number {
    width: 100%;
	}
	.youllget .container .items .item .left {
    flex: 0 0 100%;
	}
	.youllget .container .items .item .left p {
    background: none;
    margin-bottom: 10px;
	}
	.youllget .container .items .item .left p span {
    font-size: 24px;
    padding: 0;
    border-bottom: 2px solid #fe4f00;
	}
	.youllget .container .items .item .right {
    flex: 0 0 100%;
	}
	.youllget .container .items .item .right p {}
}
@media all and (max-width:660px) {
  .first_screen {
    background-position: top -200px center;
  }
  .first_screen .container .header .logo_students {
    margin-bottom:0;
  }
	.first_screen .container .header .top_menu a.mobile_nodisplay {
	  display:none;
  }
  .first_screen .container .first_block {
    flex-wrap:wrap;
    gap:15px;
  }
  .first_screen .container .first_block .left {
    flex:0 0 100%;
    max-width:none;
  }
  .first_screen .container .first_block .right {
    display: none;
  }
  .first_screen .container .second_block {
    height: calc(62vw + 210px);
}
  .first_screen .container .second_block .mobile_only {}
  .first_screen .container .second_block .mobile_only p {}
  .first_screen .container .second_block .mobile_only p span {
    font-size: 45px;
    font-weight: 600;
    display: block;
  }
	.youllget .container h2 {
		font-size:24px;
		font-weight:700;
		text-align:left;
	}
	
}
@media all and (max-width:560px) {
	.first_screen .container .first_block .left p {
		font-size: 24px;
	}
	.first_screen .container .first_block .left p.number {
    font-size: 18px;
    margin-top: 5px;
}
	.first_screen .container .first_block .left p.number br {
}
	.first_screen .container .first_block .left p.number span {}
	.first_screen .container .second_block {
    height: calc(70vw + 298px);
    background: url(../img/bg_mob.png) top center no-repeat;
    background-size: 100%;
    margin: -8vw 0 2em;
}
	.first_screen .container .second_block .mobile_only {}
	.first_screen .container .second_block .mobile_only .title {
    font-size: 24px;
    font-weight: 700;
}
}
@media all and (max-width:505px) {
  .first_screen .container .header {
    margin-top:25px;
  }
  .first_screen .container .header .logo_students {
    max-width:200px;
  }
  .first_screen .container .header .top_menu a.btn {
    font-size: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: url(../img/icon-phone.png) center no-repeat, #0278FF;
  }
  .first_screen .container .header .top_menu a.btn:hover {
    background: url(../img/icon-phone.png) center no-repeat, #3392ff;
  }
  .first_screen .container .first_block {
    margin-top:30px;
  }
  .first_screen .container .first_block .left p {
    font-size:20px;
  }
  .first_screen .container .second_block {
  }
  .first_screen .container .second_block .mobile_only {
    font-size:18px;
  }
  
.first_screen .container .fourth_block p {
  font-size:20px;
}
	.youllget .container .items {}
	.youllget .container .items .item {
    text-align: left;
}
	.youllget .container .items .item .number {
    font-size: 70px;
    top: -71px;
    line-height: 70px;
}
	.youllget .container .items .item .left {}
	.youllget .container .items .item .left p {}
	.youllget .container .items .item .left p span {
    font-size: 20px;
}
	.youllget .container .items .item .right {}
	.youllget .container .items .item .right p {
    font-size: 18px;
}

}
@media all and (max-width:493px) {
	.first_screen .container .second_block {
    height: calc(70vw + 393px);
}	
}



@media all and (max-width:390px) {
	.action_head .logo img {
		min-width: auto;
	} 
	.first_screen .container .second_block {
    height: calc(73vw + 320px);
}
	.first_screen .container .second_block .mobile_only .title {
    font-size: 20px;
}
	.first_screen .container .second_block .mobile_only .flex p .btn {
		height: auto;
		padding: 4px 19px;
		text-align: center;
	}
	
}

@media all and (max-width:350px) {
  .first_screen .container .second_block {
    height: calc(102vw + 235px);
  }
}