.section_study{
	padding-left: calc((100vw - 1500px) / 2);
	padding-right: calc((100vw - 1500px) / 2);
}

.bread-crumbs{
	display: none !important;
}

.section_study p{
	margin:  0 !important;
}

.section_study img{
	width:  100%;
	height: auto;
}

.section_study h1, .section_study h2, .section_study h3, .section_study h4{
	margin:  0 !important;
}

.section_study h2{
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 110%;
	color:  #232E49;
	text-align: center;
	letter-spacing: 1px;
}

.section_study--calculator{
	margin-top: 190px;
    position: relative;
}

.study_top_banner{
	padding-left: calc((100vw - 1658px) / 2);
	padding-right: calc((100vw - 1658px) / 2);
	padding-top: 40px;
	position: relative;
}

.study_top_bg{
	position: absolute;
	max-width: 1658px;
	left: calc((100vw - 1658px) / 2);
	top: 40px;
}

.study_top_banner_content{
	position: relative;
	z-index: 2;
	padding:  70px;
	padding-bottom: 0;
}

.study_to_title{
	text-align: center;
}

.study_to_title h1{
	font-size: 76px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 2px;
	color:  #232E49;
	text-transform: uppercase;
}

.study_to_title h3{
	color:  #272727;
	font-size: 28px;
	font-weight: 500;
	line-height: 140%;
	margin-top: 5px !important;
}

.study_top_row{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.study_top_list{
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 30px;
}

.study_top_item{
	display: flex;
	flex-direction: column;
	gap:  9px;
	align-items: center;
	background-color: #F5F8FE;
	border: 1px solid #c1cfe4ad;
	border-radius: 6px;
	max-width: 340px;
	min-width: 340px;
	padding:  20px;
	text-align: center;
}

.study_top_item p{
	font-size: 18px;
	line-height: 140%;
	color:  #232E49;
	font-weight: 500;
}

.study_top_img{
	min-width: 784px;
	max-width: 784px;
	margin-left: 25px;
	text-align: center;
}

.study_top_img img{
	max-width: 600px;
}

.study_top_btns{
	margin-top: 110px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 382px;
	min-width: 382px;
	margin-left: -25px;
}

.study_info_row{
	display: flex;
}

.study_info_row.second{
	justify-content: end;
	margin-top: -5px;
}

.study_info_item{
	max-width: 431px;
	min-width: 431px;
	margin-left: -1px;
	position: relative;
}

.study_info_item p{
	position: absolute;
	bottom:  35px;
	left:  0px;
	padding-left: 30px;
	padding-right: 25px;
	color:  #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
}

.study_info_item p b{
	font-weight: 600;
}

.study_btn{
	height: 77px;
	display: flex;
	align-items: center;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 18px;
	line-height: 140%;
	justify-content: space-between;
	color: #FFFFFF !important;
	font-weight: 400;
	cursor: pointer;
	border-radius: 6px;
}

.study_btn.top_orange{
	background-color: #EC6E00;
}

.study_btn.top_blue{
	font-weight: 600;
	background-color: #19357F;
}

.study_btn:hover{
	transition: all linear .3s;
	color: #FFFFFF;
}

.study_btn.top_orange:hover{
	background-color: #FF9233;
}

.study_btn.top_blue:hover{
	background-color: #211dc8;
}

.study_info{
	margin-top: -135px;
	z-index: 3;
	position: relative;
}

.study_result{
	margin-top: 190px;
}

.study_result_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	margin-top: 80px;
}

.study_result_item{
    min-width: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
	border:  1px solid #EC6E00;
	border-radius: 6px;
	padding:  26px;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 205px;
}

.study_result_info {
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
	color:  #272727;
}

.study_result_info b{
	font-weight: 600;
	color:  #19357F;
}

.study_about_us{
	margin-top: 190px;
}

.study_about_us_list{
	display: flex;
}

.study_about_us_advantages{
	display: flex;
	max-width: 1244px;
}

.study_program{
	margin-top: 180px;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: #F2F4F7;
}

.study_result_img{
	position: absolute;
	bottom: -3.5px;
	right: 0;
}

.study_result_item:nth-child(5) .study_result_img, .study_result_item:nth-child(6) .study_result_img{
	right: -15px;
}

.study_about_us_item{
	min-width: 415px;
	max-width: 415px;
	min-height: 192px;
	display: flex;
	flex-direction: column;
	border-left: 1px solid #E3E3E3;
	padding:  15px 30px;
	gap:  5px;
}

.study_about_us_list{
	justify-content: space-between;
}

.study_about_us_item.first{
	border: none;
	align-items: start;
	justify-content: start;
	padding:  5px 0;
	min-width: 250px;
	max-width: 250px;
}

.study_about_us_info{
	font-size: 16px;
	color:  #272727;
	line-height: 140%;
	font-weight: 600;
}

.study_about_us_num{
	font-size: 97px;
	font-weight: 700;
	line-height: 100%;
	color:  #EC6E00;
}

.study_about_us_advantages{
	justify-content: center;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
	gap:  30px;
}

.study_about_us_eval{
	position: relative;
	min-width: 606px;
	max-width: 606px;
	min-height: 444px;
	border-radius: 8px;
	padding:  40px;
}

.study_about_us_minus{
	border:  1px solid #E23636;
	color:  #E23636;
}

.study_about_us_plus{
	border:  1px solid #23B50F;
	color:  #23B50F;
}

.study_about_us_img{
	position: absolute;
	bottom: -4px;
}

.study_about_us_minus .study_about_us_img{
	left: -45px;
}

.study_about_us_plus .study_about_us_img{
	right: -100px;
}

.study_eval_info{
	max-width: 448px;
}

.study_eval_title{
	font-size: 30px;
	font-weight: 600;
	line-height: 140%;
}

.study_eval_list{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap:  23px;
}

.study_eval_item{
	display: flex;
	gap:  10px;
	align-items: center;
	padding-bottom: 23px;
	border-bottom: 1px solid #E9E9E9;
	font-size: 18px;
	font-weight: 400;
	color:  #272727;
}

.study_about_us_minus .study_eval_info{
	margin-left: 280px;
}

.study_program{
	position: relative;
}

.study_program_img{
	position: absolute;
	min-width: 1000px;
	max-width: 1000px;
	left: 0;
	top:  -90px;
}

.study_program_tabs, .study_program_content{
	position: relative;
	z-index: 2;
}

.study_program_tabs{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	gap:  30px;
}

.study_program_tabs div{
	min-width: 352px;
	max-width: 352px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 140%;
	font-weight: 500;
	color:  #505050;
	border-radius: 4px;
	border:  1px solid #505050;
	transition: all linear .3s;
	cursor: pointer;
}

.study_program_tabs div:hover, .study_program_tabs div.active{
	color:  #FFFFFF;
	background-color: #EC6E00;
	border:  1px solid #EC6E00;
}

.study_program_content{
	margin-top: 60px;
}

.study_program_block{
	display: flex;
	align-items: start;
	gap:  125px;
	justify-content: space-between;
	height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all linear 1s;
}

.study_program_block.active{
	opacity: 1;
    height: fit-content;
    transition: all linear 1s;
}

.study_program_col {	
	max-width: 735px;
	width: 100%;
}

.study_program_video iframe{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.study_program_list{
	min-width: 635px;
	max-width: 635px;
	display: flex;
	flex-direction: column;
	gap:  24px;
}

.study_program_item{
	padding-top: 24px;
	border-top: 1px solid #DBE1EA;
	display: flex;
	align-items: start;
	gap: 35px;
}

.study_program_item_time{
	min-width: 120px;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #19357F;
}

.study_program_item:first-child{
	padding-top: 5px;
	border:  none;
}

.study_program_item_info{
	font-size: 16px;
	line-height: 140%;
	color:  #1E1E1E;
	padding-top: 1.5px;
	font-weight: 400;
}

.study_program_col_btn{
	position: relative;
	right: calc((100vw - 1500px) / -2);
	margin-left: auto;
	margin-top: 80px;
	min-width: 984px;
	max-width: 984px;
}

.study_program_link_dwnld{
	position: absolute;
	gap: 65px;
	max-height: 76px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:  26px 25px;
	background-color: #19357F;
	top:  50%;
	transform: translateY(-50%);
	right: calc((100vw - 1500px) / 2);
	color: #FFFFFF;
	transition: all linear .3s;
	font-size: 20px;
	line-height: 19px;
	border-radius: 12px;
}

.study_program_link_dwnld:hover{
	background-color: #211dc8;
	color: #FFFFFF;
}

.study_teachers{
	margin-top: 190px;
}

.study_teachers p{
	text-align: center;
	font-size: 26px;
	line-height: 140%;
	color:  #272727;
	margin-top: 15px !important;
}

.study_teachers_slider_content{
	margin-top: 90px;
}

.study_teachers_navigation{
	margin-top: 60px;
	display: flex;
	gap: 30px;
	justify-content: center;
}

.study_arrow{
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #19357F;
	cursor: pointer;
	border-radius: 27.5px;
}

.study_arrow:hover, .study_arrow.slick-disabled{
	background-color: #CCD5EC;
}

.study_arrow:hover svg path, .study_arrow.slick-disabled svg path{
	stroke:  #8493BA;
}

.study_get{
	margin-top: 190px;
}

.study_teachers_slide{
	width: 345px;
	border-right: 1px solid #E2E2E2;
	padding-right: 50px;
}

.study_teachers_slide a{
	display: flex !important;
	align-items: center;
	flex-direction: column;
	gap: 4px;
}

.study_teachers_slider .slick-track{
	display: flex !important;
	gap:  50px;
}

.study_teachers_slide_name{
	font-weight: 600;
	color:  #1E1E1E;
	line-height: 140%;
	font-size: 20px;
	margin-top: 50px;
}

.study_teachers_slide_job{
	line-height: 140%;
	color:  #1E1E1E;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.study_teachers_slide_img{
	position: relative;
}

.study_teachers_slide_icon{
	background-color: #EC6E00;
	width: 57px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 34px;
	position: absolute;
	left:  50%;
	transform: translateX(-50%);
	transition: all linear .3s;
	bottom: -28.5px;
}

.study_teachers_slide:hover .study_teachers_slide_icon{
	background-color: #FF9233;
}

.study_get_list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.study_get_item{
	min-width: calc((100% - 60px) / 3);
	max-width: calc((100% - 60px) / 3);
	min-height: 240px;
	padding: 40px 30px;
	border:  1px solid #19357F;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.study_get_title{
	margin-top: 8px;
}

.study_get_title{
	color:  #1E1E1E;
	font-size: 20px;
	line-height: 140%;
	font-weight: 600;
}

.study_get_text{
	color:  #1E1E1E;
	line-height: 140%;
	font-size: 18px;
	font-weight: 400;
}

.study_get_text a:hover{
	text-decoration: underline;
}

.study_get_text a{
	color:  #EC6E00;
}

.study_get_item.first{
	padding-left: 0;
	padding-right: 0;
	align-items: start;
	border: none;
	justify-content: center;
}

.study_get_item.first h2{
	text-align: left;
}

.study_get{
	position: relative;
}

.study_get_img{
	padding: 0 !important;
	position: absolute;
	right: -180px;
	bottom: -80px;
}

.study_price{
	margin-top: 175px;
	padding: 0 !important;
}

.study_price_main{
	display: flex;
}

.study_price_main_left_img, .study_price_main_right_img{
	min-height: 244px;
	max-height: 244px;
	height: 244px;
}

.study_price_main_left_img img, .study_price_main_right_img img{
	height: 100%;
	width: auto;
}

.study_price_main_right_img{
	margin-right:  -140px;
}

.study_price_main_left, .study_price_main_right{
	position: relative;
	max-height: 244px;
}

.study_price_main_content_left{
	position: absolute;
	top:  50%;
	transform: translateY(-50%);
	left: calc((100vw - 1500px) / 2);
	display: flex;
	flex-direction: column;
	gap:  17px;
}

.study_price_main_content_left h2{
	text-align: left;
}

.study_price_main_content_left  p{
	color:  #272727;
	font-size: 18px;
	line-height: 140%;
	font-weight: 400;
}

.study_price_main_content_right{
	position: absolute;
	bottom: 45px;
	left: 270px;
}

.study_price_main_content_right h4{
	color:  #FFFFFF;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 19px;
	line-height: 140%;
	letter-spacing: -.5px;
}

.study_price_main_content_right h2{
	color:  #FFFFFF;
}

.study_price_main_img {
    right: -125px;
    position: absolute;
    bottom: 40px;
}

.study_price_list{
	margin-left: calc((100vw - 1500px) / 2);
    margin-right: calc((100vw - 1500px) / 2);
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #CFCFCF;
}

.study_price_item{
	min-width: calc((100% - 60px) / 3);
	max-width: calc((100% - 60px) / 3);
	min-height: 164px;
	padding: 15px 30px 15px 3px;
	border-right: 1px solid #CFCFCF;
	display: flex;
	gap: 20px;
}

.study_price_item:first-child{
	padding-left: 0;
}

.study_price_item:last-child{
	border: none;
}

.study_price_list:last-child{
	margin-top: 30px;
	padding-bottom: 0;
	border: none;
}

.study_price_item_num{
	color:  #EC6E00;
	font-family: 'MontageOblique';
	line-height: 60px;
	font-size: 60px;
	font-style: italic;
	letter-spacing: 5px;
}

.study_price_item_text{
	color:  #2E2E2E;
	font-size: 18px;
	line-height: 140%;
	margin-top: 30px;
}

.study_reviews{
	margin-top: 190px;
	padding: 0 !important;
}

.study_reviews_row{
	display: flex;
	justify-content: space-between;
	padding-left: calc((100vw - 1500px) / 2);
    padding-right: calc((100vw - 1500px) / 2);
    align-items: center;
}

.study_reviews_navigation{
	display: flex;
	gap: 30px;
}

.study_reviews_slider{
	padding-left: calc((100vw - 1500px) / 2);
	margin-top: 60px;
}

.study_contacts{
	margin-top: 190px;
}

.study_reviews_slider .slick-track{
	display: flex !important;
	gap:  30px;
}

.study_reviews_slide{
	min-width: 670px;
	max-width: 670px;
	background-color: #FAFAFA;
	border-radius: 24px;
	padding: 40px;
	display: flex !important;
	flex-direction: column;
	gap: 20px;
}

.study_reviews_slide_row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.study_reviews_slide_name{
	color:  #1D1D1D;
	font-size: 24px;
	line-height: 130%;
	font-weight: 600;
}

.study_reviews_slide_city{
	font-size: 16px;
	line-height: 140%;
	color:  #A5A5A5;
	font-weight: 400;
}

.study_reviews_slide_desc{
	margin-top: -8px;
	line-height: 140%;
	letter-spacing: 0px;
	color: #1D1D1D;
	font-size: 16px;
}

.study_reviews_slide_author{
	margin-top: 4px;
	color: #A5A5A5;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
}

.study_contacts h2{
	text-align: left;
}

.study_contacts_map_row{
	display: flex;
	justify-content: space-between;
	gap: 95px;
	margin-top: 57px;
	padding-bottom: 260px;
}

.study_contacts_map{
	max-width: 893px;
	min-width: 893px;
	border-radius: 12px;
	overflow: hidden;
	max-height: 560px;
}

.study_contacts_map iframe{
	min-width: 100%;
	max-width: 100%;
}

.study_contacts_map_col{
	position: relative;
}

.study_contacts_map_info{
	position: absolute;
	min-width: 463px;
	max-width: 463px;
	padding: 35px 30px;
	bottom: 0px;
	bottom: -165px;
	right: 30px;
	background-color: #1A274A;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.study_contacts_map_info a, .study_contacts_map_info div{
	padding-bottom: 25px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #233664;
	line-height: 150%;
	color:  #CBD3E6;
	font-size: 18px;
	font-weight: 400;
}

.study_contacts_map_info div:last-child{
	border: none;
	padding-bottom: 0;
}

.footer-row{
	border-top: 1px solid #CECECE;
}

.study_contacts_map_form{
	max-width: 510px;
	min-width: 510px;
	background-color: #FFFFFF;
	border-radius: 18px;
	border:  1px solid #EFEFEF;
	padding: 50px 40px;
	max-height: fit-content;
}

.study_form{
	background-color: transparent !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.study_form .iti,
.study_form .iti input{
	width: 100%;
}
.study_form .iti input{
	padding-left: 60px!important;
}
.study_form .iti--separate-dial-code .iti__selected-flag,
.study_form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
	background-color: #fff;
}
.study_form .iti__country{
	font-size: 17px;
}



.study_form input{
	box-sizing: border-box;
	height: 62px !important;
	border:  1px solid #D8D8EA !important;
	border-radius: 6px !important;
	padding: 16px !important;
	font-size: 18px !important;
}

.study_contacts_map_form_title{
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #272727;
	margin-bottom: 30px;
}

.study_form input[type="submit"]{
	background-color: #EC6E00 !important;
	border-radius: 12px !important;
	border:  none !important;
	color: #FFFFFF !important;
	font-size: 20px !important;
	margin-top: 20px !important;
	cursor: pointer;
}

.study_form input[type="submit"]:hover{
	background-color: #FF9233 !important;
}

.study_contacts, .study_contacts_map_row{
	position: relative;
}

.study_contacts_map_row{
	z-index: 2;
}

.study_contacts_bg{
	min-width: 100vw;
	max-width: 100vw;
	background-color: #1A1A1A;
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 530px;
}

.popup-overlay{
	background-color: rgba(0, 0, 0, .6);
}

.overlay{
	z-index: 3;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .6);
	width: 100vw;
	height: 100vh;
	left: 0px;
	top: 0px;
	position: absolute;
	position: fixed;
	display: none;
}
.overlay.active{
	display: block;
}
.popup{
	z-index: 2;
}
.study_popup_form_content{
	min-width: 735px;
	border-radius: 18px;
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	padding: 50px;
	padding-top: 60px;
	max-width: 735px;
	position: relative;
	
}

.study_popup-video .study_popup_form_content{
	max-width: fit-content;
	background:none;
	border:none;
	padding: 0px;
}

.study_popup-video-iframe{
	width: 90vw;
	max-width: 1000px;
	height: 562px;
}

.study_popup.study_popup-video .popup_close {
	top: -40px;
    right: -30px;
	cursor: pointer;
}

.study_popup_form_content input{
	height: 82px !important;
}

.study_popup_form_content input[type="submit"]{
	margin-top: 30px !important;
}

.study_popup_form_title{
	font-weight: 700;
	font-size: 50px;
	line-height: 110%;
	letter-spacing: -.5px;
	color: #232E49;
	margin-bottom: 12px;
}

.study_popup_form_desc{
	margin-bottom: 40px;
	font-weight: 500;
	color: #272727;
	line-height: 140%;
	font-size: 24px;
}

.study_popup .popup_close{
	position: absolute;
	top: 40px;
	right: 40px;
}

.study_history{
	margin-top: 190px;
	position: relative;
}

.study_history_content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap:  80px;
}

.study_history_left{
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 383px;
	max-width: 383px;
}

.study_history_left h2{
	text-align: left;
}

.study_history_btn{
	box-sizing: border-box;
	font-weight: 500;
	justify-content: center;
	margin-top: 40px;
	width: 360px;
	height: 73px;
	border-radius: 12px;
}

.study_history_desc{
	font-size: 26px;
	font-weight: 400;
	color: #272727;
	line-height: 140%;
}

.study_history_right{
	display: flex;
}

.study_history_list{
	min-width: 440px;
	max-width: 440px;
	display: flex;
	flex-direction: column;  
	gap: 100px;
}

.study_history_item{
	width: 100%;
	min-height: 412px;
	border-radius: 18px;
	overflow: hidden;
	border:  1px solid #EFEFF7;
	transition: all 0.3s linear;
}
.study_history_item--darkened{
	opacity: .6;
}

.study_history_item_img{
	width: 100%;
	height: 220px;
	max-height: 220px;
	position: relative;
	overflow: hidden;
}

.study_history_item_img--centred img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.study_history_item--darkened .study_history_item_img img{
	filter: grayscale(100%);
}

.study_history_item_title, .study_history_item_desc{
	padding: 0  28px;
}

.study_history_item_title{
	padding-top: 28px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 150%;
	letter-spacing: 0.3px;
	color: #19357F;
}

.study_history_item_desc{
	padding-bottom: 28px;
	font-weight: 400;
	color: #272727;
	font-size: 14px;
	line-height: 150%;
	margin-top: 5px;
}

.study_history_item_desc b{
	font-weight: 600;
}

.study_history_animation{
	margin-top: 200px;
}

.study_history_list.second{
	margin-top: 255px;
}

footer{
	margin-top: -3px;
}
.study_reviews_slide_desc iframe{
	max-width: 100%;
}

.study_popup-overlay.overlay{
	z-index: 99928 !important;
}
@media screen and (max-width: 1680px) {
	.section_study, .study_top_banner_content, .study_reviews_row {
	    padding-left: 80px;
	    padding-right: 80px;
	}

	.study_top_bg {
	    max-width: calc(100vw - 80px);
	    left: 40px;
	}

	.study_top_banner{
		padding-left: 0!important;
		padding-right: 0 !important;
	}

	.study_top_img {
	    min-width: 40%;
	    max-width: 40%;
	}

	.study_result_item, .study_get_item, .study_price_item {
	    min-width: 31.5%;
	    max-width: 31.5%;
	}

	.study_about_us_item {
	    min-width: 27%;
	    max-width: 27%;
	}

	.study_about_us_eval{
		min-width: 55%;
		max-width: 55%;
	}

	.study_program_tabs div {
	    min-width: 23.5%;
	    max-width: 23.5%;
   	}

   	.study_program_img {
	    min-width: 55vw;
	    max-width: 55vw;
	}

	.study_get_img{
		right: -8vw;
		min-width: 55vw;
    	max-width: 55vw;
	}

	.study_history_content{
		gap:  5vw;
	}

	.study_reviews_slide {
	    min-width: 43vw;
	    max-width: 43vw;
	}

	.study_reviews_slider {
    	padding-left: 80px;
    }

    .study_contacts_map_row{
    	gap:  50px;
    }

    .study_top_btns{
    	min-width: 25%;
    	max-width: 25%;
    }

    .study_btn{
    	box-sizing: border-box;
    }

    .study_price_main_content_left{
    	left: 80px;
    }

    .study_price_list {
	    margin-left: 80px;
	    margin-right: 80px;
	}

	.study_program_col_btn{
		right: -80px;
	}

	.study_program_link_dwnld{
		right: 80px;
	}
}

@media screen and (max-width: 1550px){
	.study_info_item {
	    max-width: 30%;
	    min-width: 30%;
	}

	.study_info_item p{
		font-size: 17px;
	}

	.study_result_item {
        min-width: 48.5%;
        max-width: 48.5%;
    }

    .study_result_img {
	    max-width: 50%;
	    margin-right: 10px;
	}

	.study_result_info{
		max-width: 70%;
	}

	.study_result_info br{
    	display: none;
    }

    .study_result_item:nth-child(3) .study_result_img {
	    bottom:  -15px;
	}

	.study_result_item:nth-child(5) .study_result_img {
	    bottom:  -35px;
	}

	.study_about_us_item.first{
		min-width: 15%;
		max-width: 15%;
	}

	.study_history_content{
		flex-direction: column;
	}

	.study_history_left h2 br{
		display: none;
	}

	.study_history_desc br{
		display: none;
	}

	.study_history_left {
	    gap: 30px;
	    min-width: 100%;
	    max-width: 100%;
	}

	.study_history_btn{
		margin-top: 0;
	}

	.study_history_right{
		margin-left: auto;
		margin-right: auto;
	}

	.study_history_list {
	    min-width: 520px;
	    max-width: 520px;
	}

	.study_contacts_map {
	    max-width: 100%;
	    min-width: 100%;
	}

	.study_contacts_map_col{
		min-width: 60%;
		max-width: 60%;
	}

	.study_contacts_map_form {
	    max-width: 35%;
	    min-width: 35%;
	}

}

@media screen and (max-width: 1366px){

	.section_study, .study_top_banner_content, .study_reviews_row {
	    padding-left: 50px;
	    padding-right: 50px;
	}

	.study_program_col_btn{
		right: 0px;
	}

	.study_program_link_dwnld{
		right: 50px;
	}

	.study_reviews_slider {
    	padding-left: 50px;
    }

	.study_price_main_content_left{
    	left: 50px;
    }

    .study_price_list {
	    margin-left: 50px;
	    margin-right: 50px;
	}

	.study_top_bg {
        max-width: 102vw;
        left: -2vw;
        min-width: 102vw;
    }

    .study_result_info{
    	max-width: 50%;
    }

    .study_top_item{
    	max-width: 100%;
    	min-width: 100%;
    }

    .study_to_title h1 {
	    font-size: 65px;
	}

	.section_study h2 {
	    font-size: 45px;
	}

	.study_about_us_num {
	    font-size: 80px;
	}

	.study_price_main_left_img, .study_price_main_right_img {
	    min-height: 230px;
	    max-height: 230px;
	    height: 230px;
	}

	.study_top_img {
        min-width: 38%;
        max-width: 38%;
        margin-top: 80px;
    }

    .study_top_btns {
        min-width: 30%;
        max-width: 30%;
    }

    .study_result_info {
        max-width: 65%;
    }

	.study_about_us_eval {
        min-width: 50%;
        max-width: 50%;
    }

    .study_program_tabs div {
        min-width: 22%;
        max-width: 22%;
    }

    .study_program_block{
    	flex-direction: column;
    	gap:  50px;
    	align-items: center;
    }

    .study_program_list {
	    min-width: 100%;
	    max-width: 100%;
	}

	.study_get_item{
		min-width: 48%;
		max-width: 48%;
	}

	.study_get_title br, .study_get_text br{
		display: none;
	}

	.study_price_main_right{
		margin-left: -80px;
	}

	.study_price_main_left_img{
		margin-left: -60px;
	}

	.study_price_item_num{
		line-height: 50px;
		font-size: 50px;
	}

	.study_price_item {
        min-width: 32.5%;
        max-width: 32.5%;
    }

    .study_price_item{
    	min-height: auto;
    	padding-left: 20px;
    	padding-right: 20px;
    }

    .study_reviews_slide {
        min-width: 60vw;
        max-width: 60vw;
    }
}

@media screen and (max-width:  1200px){
	.study_info_item {
		min-width: 32%;
		max-width: 32%;
	}

	.study_info_item {
        min-width: 33%;
        max-width: 34%;
    }

    .study_price_main_right {
        margin-left: -280px;
    }

    .study_history_list {
        min-width: 420px;
        max-width: 420px;
    }

    .study_contacts_map{
    	max-height: 460px;
    }

    .study_top_bg {
        max-width: 112vw;
        left: -6vw;
        min-width: 112vw;
    }
}

@media screen and (max-width:  1100px){
	.study_top_list{
		flex-direction: row;
		max-width: 100%;
		min-width: 100%;
	}

	.study_top_item {
        max-width: 32%;
        min-width: 32%;
    }

	.study_top_row{
		flex-wrap: wrap;
	}

	.study_top_item p br{
		display: none;
	}

	.study_top_img {
        min-width: 50%;
        max-width: 50%;
        margin-top: 50px;
    }

    .study_top_btns {
        min-width: 44%;
        max-width: 44%;
        margin-top: 100px;
    }

    .study_top_bg {
        max-width: 170vw;
        left: -35vw;
        min-width: 170vw;
    }

    .study_info_item p {
        font-size: 14px;
    }

    .study_result, .study_about_us, .study_program, .study_teachers, .study_get, .study_price, .study_history, .study_reviews, .study_reviews, .section_study--calculator{
	    margin-top: 100px;
	}

	.study_result_item {
        min-width: 100%;
        max-width: 100%;
    }

    .study_result_info {
	    font-size: 18px;
	}

	.study_result_item:nth-child(2) .study_result_img{
		bottom:  -25px;
	}

	.study_about_us_list{
		flex-wrap: wrap;
	}

	.study_about_us_item{
		margin-top: -100px;
		max-width: 31%;
		min-width: 31%;
	}

	.study_about_us_item.first {
        min-width: 100%;
        max-width: 100%;
        max-height: fit-content;
        margin-top: 0;
    }

    .study_about_us_advantages{
    	flex-direction: column;
    }

    .study_about_us_eval {
        min-width: 100%;
        max-width: 100%;
    }

    .study_about_us_plus .study_about_us_img {
	    right: -40px;
	}

	.study_program_img{
		top:  -10px;
	}

	.study_get_img{
		bottom: -140px;
	}

	.study_price{
		margin-top: 180px;
	}

	.study_price_main{
		flex-direction: column;
	}

	.study_price_main_right{
		margin-left: 0;
	}

	.study_price_main_left_img img, .study_price_main_right_img img {
	    height: 100%;
	    width: 100%;
	}

	.study_price_main_right_img {
	    margin-right: -160px;
	}

	.study_price_main_content_right{
		right: 240px;
		left: auto;
	}

	.study_price_list{
		flex-direction: column;
		gap: 10px;
		padding-bottom: 0;
	}

	.study_price_item {
        min-width: 100%;
        max-width: 100%;
        border-right: none;
		border-bottom: 1px solid #CFCFCF;
		padding-left: 0;
		padding-right: 0;
		gap:  30px;
    }

    .study_price_list:last-child{
    	margin-top: 0;
    }

    .study_price_item_text{
    	margin-top: 22px;
    }

    .study_price_item_text br{
    	display: none;
    }

    .study_reviews_slide {
        min-width: 75vw;
        max-width: 75vw;
    }

    .study_contacts_map_row{
    	flex-direction: column-reverse;
    }

    .study_contacts_bg{
    	display: none;
    }

    .study_contacts_map_col {
        min-width: 100%;
        max-width: 100%;
    }

    .study_contacts_map_form {
        max-width: 60%;
        min-width: 60%;
    }

    .study_contacts_map_info{
    	bottom: -190px;
    }

    .study_history_list {
        min-width: 45%;
        max-width: 45%;
    }

    .study_program_col_btn {
        right: -50px;
        max-width: 100%;
        min-width: 100%;
    }

	.study_popup-video-iframe{
		width: 90vw;
		max-width: 90vw;
		height: calc(100vw * 9 / 16);
	}

}

.study_history_right_mob{
	display: none;
}

@media screen and (max-width:  850px){
	.section_study, .study_top_banner_content, .study_reviews_row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .study_about_us_minus .study_about_us_img {
	    left: -25px;
	}

	.study_about_us_plus .study_about_us_img {
        right: -25px;
    }

    .study_program_tabs{
    	flex-direction: column;
    	gap: 20px;
    }

    .study_program_tabs div {
        min-width: 100%;
        max-width: 100%;
    }

    .study_program_tabs{
    	margin-top: 40px;
    }

    .study_program_col_btn {
        right: calc(-(20% + 30px));
        max-width: 120%;
        min-width: 120%;
    }

    .study_program_col_btn {
        right: calc((7% - 30px));
        max-width: 107%;
        min-width: 107%;
    }

    .study_program_link_dwnld {
        right: 30px;
        max-height: 65px;
        box-sizing: border-box;
    }

    .study_get_item {
        min-width: 100%;
        max-width: 100%;
        min-height: fit-content;
    }

    .study_get_item.first{
    	padding-bottom: 20px;
    }

    .study_get_img {
        right: -10vw;
        min-width: 70vw;
        max-width: 70vw;
    }

    .study_price {
        margin-top: 200px;
    }

    .study_price_list {
        margin-left: 30px;
        margin-right: 30px;
    }

    .study_history_list {
        min-width: 44%;
        max-width: 44%;
    }

    .study_history_item_title, .study_history_item_desc {
	    padding: 0 20px;
	}

	.study_contacts_map_form {
        max-width: 100%;
        min-width: 100%;
    }

    .study_reviews_slider {
        padding-left: 30px;
    }

    .study_program_img {
        min-width: 70vw;
        max-width: 70vw;
    }

    .study_info_item p {
	    bottom: 20px;
	    padding-left: 10px;
	    padding-right: 10px;
	    font-size: 12px;
	}

	.study_top_img {
        min-width: 40%;
        max-width: 40%;
    }

    .study_top_btns {
        min-width: 50%;
        max-width: 50%;
        margin-top: 80px;
    }

    .study_top_bg {
        max-width: 210vw;
        left: -90vw;
        min-width: 210vw;
    }

    .study_program_col {
	    min-width: 100%;
	    max-width: 100%;
	}

	.study_popup_form_content{
		min-width: 90%;
		max-width: 95%;
		max-height: 80%;
		overflow-y: scroll;
	}

	.study_popup{
		min-width: 100vw;
	}

	.study_popup_form_content {
        min-width: 100vw;
        max-width: 100vw;
        max-height: 100vh;
        overflow-y: scroll;
        box-sizing: border-box;
        min-height: 100vh;
        padding: 40px 15px;
        padding-top: 90px;
    }
	
	.study_popup-video .study_popup_form_content{
		min-height: 0px;
		height: auto;
		overflow: visible;
	}
	.study_popup-video-iframe{
		width: 100vw!important;
		height: calc(100vw / 16 * 9)!important;
		max-width: 100vw;
	}

    .study_popup .popup_close {
	    top: 25px;
	    right: 20px;
	}

	.study_popup.study_popup-video .popup_close {
		top: -60px;
		right: 30px;
		cursor: pointer;
	}

    .study_popup_form_title{
    	text-align: center;
    	font-size: 36px;
    }

    .study_popup_form_desc{
    	font-size: 22px;
    	text-align: center;
    	max-width: 280px;
    	margin-bottom: 30px;
    	margin-left: auto;
    	margin-right: auto;
    }

    .popup_close svg{
    	width: 24px !important;
    }
	.study_about_us_img{
		text-align: center;
	}
	.study_about_us_img img{
		max-width: 50%;
	}
	.study_price_main_img{
		max-width: 100px;
		right: -95px;
		bottom: -120px;
	}
	.study_price_main_img svg{
		max-width: 100%;
	}
}

.study_info_item .mob, .study_top_bg .mob, .study_price_main_right_img  .mob, .study_price_main_left_img .mob{
	display: none;
}

.study_reviews_navigation.mob{
	display: none;
}

@media screen and (max-width:  600px){
	.study_top_row {
        flex-direction: column-reverse;
    }

    .study_to_title h1 {
        font-size: 36px;
    }

    .study_to_title h3{
    	font-size: 18px;
    	margin-top: 10px;
    }

    .section_study, .study_top_banner_content, .study_reviews_row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .study_top_btns{
    	margin-top: 23px;
    	margin-left: 0;
    	min-width: 100%;
    	max-width: 100%;
    	gap:  10px;
    }

    .study_btn{
    	height: 60px;
    	font-size: 14px;
    }

    .study_top_banner_content{
    	padding-top: 30px;
    }

    .study_top_bg {
        max-width: calc(100% - 30px);
        left: 15px;
        min-width: calc(100% - 30px);
        border-radius: 12px;
        overflow: hidden;
    }

    .study_top_img {
        min-width: 114%;
        max-width: 114%;
        margin-top: 20px;
        margin-left: -7%;
    }

    .study_top_list{
    	margin-top: -5px;
    	gap:  10px;
    	flex-direction: column;
    }

    .study_top_item{
    	min-width: 100%;
    	max-width: 100%;
    	flex-direction: row;
    	justify-content: start;
    	align-items: start;
    	padding: 15px 20px;
    	gap: 10px;
    }

    .study_top_item svg{
    	width: 24px !important;
    	min-width: 24px !important;
    }

    .study_top_item p{
    	font-size: 14px;
    	margin-top: 3px !important;
    	text-align: left;
    }

    .study_top_item p br{
    	display: block;
    }

    .study_info{
    	margin-top: 50px;
    }

    .study_info_item {
        min-width: 100%;
        margin-top: -5px;
        max-width: 100%;
    }

    .study_info_item:nth-child(1){
    	margin-top: 0;
    }

    .study_info_row{
    	flex-direction: column;
    }

    .study_info_item img, .study_top_bg img, .study_price_main_right_img img, .study_price_main_left_img img{
    	display: none;
    }

    .study_info_item .mob, .study_top_bg .mob, .study_info_item p br, .study_price_main_right_img .mob, .study_price_main_left_img .mob{
    	display: block;
    }

    .study_info_item p{
    	padding-left: 20px;
    	padding-right: 20px;
    	min-width: 100%;
    	text-align: center;
    	font-size: 14px;
    }

    .section_study h2 {
        font-size: 30px;
    }

    .study_result_list{
    	margin-top: 30px;
    	gap:  16px;
    }

    .study_result_item{
    	min-height: 104px;
    	padding: 20px;
    }

    .study_result_info{
    	font-size: 14px;
    	max-width: 75%;
    }

    .study_result_img {
    	height: 104px;
    	max-width: auto;
    	width: auto;
    }

    .study_result_img img{
    	height: 100%;
    	width: auto;
    }

    .study_result_img{
    	bottom: -1px;
    }

    .study_result_item:nth-child(2) .study_result_img {
        bottom: -10px;
        right: -15px;
    }

    .study_result_item:nth-child(3) .study_result_img, .study_result_item:nth-child(4) .study_result_img {
        bottom: -5px;
    }

    .study_result_item:nth-child(5) .study_result_img {
        bottom: -15px;
    }

    .study_result_item:nth-child(6) .study_result_img{
    	bottom: -4px;
    }

    .study_top_banner{
    	padding-top: 20px;
    }

    .study_top_bg{
    	top:  20px;
    }

    .study_top_btns{
    	padding-left: 15px;
    	padding-right: 15px;
    }

    .study_about_us{
    	margin-top: 69px;
    }

    .study_about_us_item{
    	border-bottom: 1px solid #E3E3E3;
    	border-left: none;
    	max-width: 226px;
    	min-width: 226px;
    	align-items: center;
    	min-height: fit-content;
    	justify-content: center;
    	padding:  34px 0px;
    	margin-top: 0;
    }

    .study_about_us_item{
    	text-align: center;
    }

    .study_about_us_item.first, .study_about_us_list{
    	justify-content: center;
    	align-items: center;
    }

    .study_about_us_info{
    	font-size: 14px;
    }

    .study_about_us_item:last-child{
    	border: none;
    }

    .study_about_us_img{
    	position: static;
    }

    .study_about_us_advantages{
    	margin-top: 25px;
    }

    .study_about_us_eval{
    	padding: 26px;
    	padding-bottom: 0;
    	display: flex;
    	flex-direction: column-reverse;
    	align-items: center;
    	justify-content: center;
    	overflow: hidden;
    }

    .study_eval_info{
    	max-width: 100%;
    	min-width: 100%;
    }

    .study_about_us_minus .study_eval_info {
	    margin-left: 0;
	}

	.study_about_us_img{
		min-width: 80%;
		max-width: 80%;
		max-height: 235px;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: -1px;
	}

	.study_about_us_plus .study_about_us_img{
		min-width: 93%;
		max-width: 93%;
	}

	.study_eval_title{
		font-size: 20px;
	}

	.study_eval_item{
		font-size: 14px;
	}
	.study_eval_item svg{
		width: 18px !important;
	}

	.study_eval_list{
		gap:  16px;
	}

	.study_eval_item{
		padding-bottom: 16px;
	}

	.study_eval_item:nth-child(3){
		border-bottom: none;
		padding-bottom: 0;
	}

	.study_about_us_advantages{
		gap:  22px;
	}

	.study_program{
		padding-top: 0;
		padding-bottom: 40px;
	}

	.study_program_content{
		padding-top: 60px;
	}

	.study_program_img{
		display: none;
	}

	.study_program_tabs{
		gap: 7px;
		margin-top: 30px;
	}

	.study_program_tabs div {
        min-width: 48.5%;
        max-height: 48px;
        font-size: 14px;
        max-width: 48.5%;
    }

    .study_program_tabs{
    	flex-direction: row;
    	flex-wrap: wrap;
    }

    .study_program_content{
    	margin-top: 40px;
    }

    .study_program_item_time{
    	font-size: 16px;
    	min-width: 107px;
    }

    .study_program_item_info{
    	font-size: 14px;
    }

    .study_program_item{
    	padding-top: 18px;
    	gap: 30px;
    }

    .study_program_list{
    	gap:  18px;
    }

    .study_program_block{
    	gap:  40px;
    }

    .study_program_link_dwnld{
    	max-width: 232px;
    	min-width: 232px;
    	max-height: 60px;
    	padding: 24px;
    	gap: 20px;
    	font-size: 14px;
    	right: 50%;
        transform: translate(50%, -50%);
        top: 50%;
        border-radius: 6px;
    }

    .study_program_link_dwnld svg{
    	width: 20px !important;
    }

    .study_program_col_btn img{
    	height: 148px;
    	width: auto;
    }

    .study_program_col_btn {
        right: auto;
        min-height: 98px;
        max-height: 98px;
        left: -40px;
        overflow: hidden;
        min-width: 120%;
        max-width: 120%;
        margin-top: 40px;
    }

    .study_teachers p{
    	margin-top: 10px !important;
    	font-size: 18px;
    }

    .study_teachers_navigation{
    	display: none;
    }

    .study_teachers_slide{
    	border: none;
    }

	.study_teachers_slider .slick-track{
		max-width: 100%;
	}
    .study_teachers_slide{
    	max-width: 48.8%;
    	min-width: 48.8%;
    	padding-right: 0;
    	padding-left: 5px;
    	padding-right: 5px;
    	width:  47%;
    }

    .study_teachers_slider_content{
    	margin-top: 40px;
    }

    .study_teachers_slider{
    	gap: 7px;
    	row-gap: 24px;
    	display: flex;
    	flex-wrap: wrap;
    }

    .study_teachers_slide_name{
    	font-size: 18px;
    	margin-top: 20px;
    }

    .study_teachers_slide_job{
    	font-size: 14px;
    }

    .study_teachers_slide_icon{
    	bottom: -12px;
    	width: 30px;
    	height: 30px;
    }

    .study_teachers_slide_icon svg{
    	width: 9.5px !important;
    }

    .study_get_item{
    	padding: 20px;
    	gap:  16px;
    	flex-wrap: wrap;
    	flex-direction: row;
    }

    .study_get_title{
    	font-size: 16px;
    	max-width: calc(100% - 50px);
    	margin-top: 5px;
    }

    .study_get_text{
    	font-size: 14px;
    	max-width: calc(100% - 50px);
    	margin-left: 50px;
    	margin-top: -10px;
    }

    .study_get_item svg{
    	width: 34px !important;
    }

    .study_get_item.first{
    	padding: 0;
    }

    .study_get_item.first h2{
    	text-align: center;
    }

    .study_get_item.first h2 br{
    	display: none;
    }

    .study_get_list{
    	gap: 16px;
    }

    .study_get_item.first{
    	margin-bottom: 14px;
    }

    .study_get_img {
        right: -35vw;
        min-width: 118vw;
        max-width: 118vw;
    }

    .study_price_main_content_left{
    	left: 15px;
    	gap: 12px;
    }

    .study_price_main_content_left p{
    	font-size: 14px;
    }

    .study_price_main_content_right h4{
    	font-size: 16px;
    	margin-left: -15px !important;
    }

    .study_price_main_content_right p{
    	font-size: 24px;
    }

    .study_price_main_img svg{
    	width: 90px !important;
    }

    .study_price_main_left_img img, .study_price_main_right_img img {
        height: 100%;
        width: 100%;
    }

    .study_price_main_left_img {
        min-height: 206px;
        max-height: 206px;
        height: 206px;
    }

    .study_price_main_right_img {
        min-height: 131px;
        max-height: 131px;
        height: 131px;
    }

    .study_price_main_left_img{
    	margin-left: 0;
    }

    .study_price_main_right_img{
    	margin-right: 0;
    }

    .study_price_main_content_left h2{
    	max-width: 80%;
    }

    .study_price_main{
    	gap:  22px;
    }

    .study_price_main_content_right{
    	right: 100px;
    }

    .study_price_main_img {
	    right: -100px;
	    bottom: -120px;
	}

	.study_price_item_text{
		font-size: 14px;
	}

	.study_price_item_num{
		font-size: 40px;
	}

	.study_price_list{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 35px;
		gap: 0;
	}

	.study_history{
		margin-top: 75px;
	}

	.study_history_desc{
		font-size: 18px;
	}

	.study_history_left{
		gap:  10px;
	}

	.study_history_btn{
		margin-top: 20px;
		max-width: 100%;
		min-width: 100%;
		border-radius: 6px;
	}

	.study_history_right{
		display: none;
	}

	.study_history_right_mob{
		display: flex;
	}

	.study_reviews_navigation{
		display: none;
	}

	.study_reviews_navigation.mob{
		display: flex;
	}

	.study_reviews h2{
		text-align: center;
	}

	.study_reviews_slider{
		padding-left: 30px;
	}

	.study_reviews_slide {
        min-width: calc(100vw - 30px);
        max-width: calc(100vw - 30px);
        padding: 30px 24px;
        gap:  12px;
    }

    .study_reviews_slide_name{
    	font-size: 18px;
    }

    .study_reviews_slider{
    	padding-left: 15px;
    }

    .study_reviews_slide_city, .study_reviews_slide_desc, .study_reviews_slide_author{
    	font-size: 14px;
    }

    .study_reviews_slide_rating{
    	margin-top: 10px;
    }

    .study_reviews_slider{
    	margin-top: 40px;
    }

    .study_reviews_navigation.mob{
    	gap:  18px;
    	justify-content: center;
    	margin-top: 30px;
    }

    .study_arrow{
    	width: 48px;
    	height: 48px;
    }

    .study_contacts{
    	margin-top: 120px;
    }

    .study_contacts h2{
    	max-width: 100%;
    	text-align: center;
    }

    .study_contacts_map_form{
    	padding: 30px 15px;
    }

    .study_contacts_map_form_title{
    	text-align: center;
    	font-size: 20px;
    	margin-bottom: 20px;
    }

    .study_form input{
    	height: 60px !important;
    }

    .study_form{
    	gap:  12px;
    }

    .study_form input[type="submit"]{
    	margin-top: 10px !important;
    	border-radius: 6px;
    	height: 60px !important;
    	font-size: 14px !important;
    }

    .study_contacts_map_row{
    	gap:  70px;
    }

    .study_contacts_map_info{
    	right: 50%;
    	max-width: 343px;
    	min-width: 343px;
    	padding: 30px 20px;
    	transform: translateX(50%);
    	gap:  18px;
    }

    .study_contacts_map_info a, .study_contacts_map_info div{
    	font-size: 16px;
    	padding-bottom: 18px;
    }

    .study_history_item{ 
    	min-width: 100%;
    	margin-left: 0px;
    	background-color: #ffffff;
    	min-height: fit-content;
    }

    .study_history_list{
    	gap:  50px;
    	min-width: 100%;
    	max-width: 100%;
    	width: 100%;
    }

    .study_history_item_title, .study_history_item_desc{
    	padding-left: 0 15px;
    }

    .study_history_item_title{
    	padding-top: 20px;
    	font-size: 14px;
    }

    .study_history_item_desc{
    	padding-bottom: 20px;
    	font-size: 12px;
    }

    .study_history_item:nth-child(1){
    	margin-top: 80px;
    }

    .ball-group2{
    	display: none;
    }

    .study_program_video iframe{
    	height: 250px;
    }
	.study_about_us_img img{
		max-width: 80%;
	}
	.study_contacts_map{
		max-width: 100vw;
		width: 100vw;
		margin-left: -15px;
	}
	.study_reviews_slide_desc iframe{
		max-height: calc( (100vw - 80px) * 9 / 16 );
	}
	.section_study--calculator{
		margin-top: 75px;
	}
	.study_price_item{
		gap: 17px;
	}
	.study_reviews_slide_city{
		white-space: nowrap;
	}
}

@media(max-width:450px){
	.study_teachers_slider .study_teachers_slide{
		max-width: calc(50% - 4px);
        min-width: calc(50% - 4px);
        width: calc(50% - 4px);
		text-align: center;
	}
	.study_top_list{
		margin-top: -75px;
	}
	.study_result_info--1{
		max-width: 90%;
	}
	.study_result_info--2{
		max-width: 70%;
	}
	.study_result_info--3{
		max-width: 70%;
	}
	.study_result_info--4{
		max-width: 70%;
	}
	.study_result_info--5{
		max-width: 67%;
	}
	.study_result_info--6{
		max-width: 67%;
	}
	.study_price_main_img{
		max-width: 50px;
		right: -50px;
        bottom: -110px;
	}
	.study_price_main_img svg{
		max-width: 100%;
	}
	.study_price_main_content_right {
        right: 60px;
    }
}