@media (max-width: 992px) {
	#home{
		padding: 0 75px 70px;
	}
	#header{
		text-align: center;
	}
	.header_info{
		text-align: center;
		padding-right: 0;
		float: none;
	}
	
	.home_top_block{
		padding: 25px 0 35px;
		border-bottom: 1px solid #babdba;
		overflow: hidden;
		margin-bottom: 35px;
	}
	.home_top_block .logo{
		float: left;
		width: 106px;
	}
	.home_top_block  .right_block{
		float: right;
		text-align: right;
		padding-top: 10px;
	}
	.home_top_block  .right_block span{
		color: #2b2b2b;
		font-size: 16px;
		line-height: 43px;
	}
	
	.home_link{
		opacity: 1;
		overflow: hidden;
	}
	.home_link.left_block{
		padding: 0;
		overflow: hidden;
	}
	.home_link.left_block img{
		width: 380px;
		float: left;
		margin:0;
	}
	.home_link.left_block .heading{
		width: 230px;
		float: right;
		font-size: 36px; 
		text-transform: uppercase;
		line-height: 42px;
		text-align: center;
		margin: 0;
		padding-top: 50px
	}
	
	.home_link.right_block{
		padding: 0;
		overflow: hidden;
	}
	.home_link.right_block img{
		width: 380px;
		float: right;
		margin:0;
	}
	.home_link.right_block .heading{
		width: 230px;
		float: left;
		font-size: 36px; 
		text-transform: uppercase;
		line-height: 42px;
		text-align: center;
		margin: 0;
		padding-top: 50px
	}
	.home_divider{
		height: 2px;
		margin: 55px;
		background: #fff;
	}
	
	#home_footer{
		text-align: center;
		background: #464646;
		padding: 8px 0;
	}
	#home_footer .soc_links{
		float: none;
		padding: 0;
	}
	#home_footer .soc_links a{
		margin-right: 45px;
	}
	#home_footer .soc_links a:last-child{
		margin: 0;
	}
	
	#top_banner{
		height: 950px;
		width: 100%;
		background-position: center center;
	}
	#top_banner .logo_small{
		width: 70px;
	}
	#top_banner .banner_heading {
		color: #000;
		font-size: 16px;
		line-height: 2.3;
		width: 300px;
	}
	#top_banner .logo_block{
		padding-top: 35px;
		margin-bottom: 180px;
	}
	#top_banner .banner_body{
		margin: 0 75px;
		position: relative;
	}
	.page_heading {
		width: 450px;
		margin-bottom: 180px;
	}
	.page_heading h1{
		font-size: 60px;
		line-height: 1.2;
		padding: 45 0;
	}
	.btns_block{
		margin: 0 80px;
	}
	.btn_link_record .text{
		font-size: 20px;
		height: 54px;
		line-height: 53px;
		width: 220px;
	}
	.btn_link_record .arrow {
		height: 54px;
		width: 75px;
	}
	
	.btn_link_home{
		position: absolute;
		top: 55px;
		right: 0;
	}
	.btn_link_home .text{
		font-size: 20px;
		height: 32px;
		line-height: 30px;
		width: 152px;
	}
	.btn_link_home .arrow {
		height: 32px;
		width: 48px;
	}
	
	#lenguage_list{
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#lenguage_list .lang_container{
		margin:0 20px;
		padding-bottom: 0;
	}
	#lenguage_list img{
		margin-top: 50px;
		width: 125px;
		margin-bottom: 50px;
	}
	#lenguage_list .lang_container:hover{
		box-shadow: none;
	}
	#lenguage_list .description{
		font-family: "SegoeUISemiBold";
	}
	#lenguage_list .description > div{
		font-size: 14px;
		line-height: 1.2;
		margin: 0 70px;
	}
	#lenguage_list .description > div.hidden_text{
		display: none;
	}

	.btn_detail{
		display: inline-block;
		overflow: hidden;
	}
	.btn_detail .text{
		border-radius: 5px 0 0 5px;
		font-size: 16px;
		height: 40px;
		line-height: 38px;
		width: 185px;
	}
	.btn_detail .arrow{
		height: 40px;
		margin-left: 4px;
		width: 50px;
	}
	
	#purple_block{
		padding: 20px 0;
	}
	#purple_block span{
		font-size: 34px;
		line-height: 1.5;
	}
	
	#groups{
		margin: 50px 50px;
	}
	#groups .row{
		border-bottom: 1px solid #ceced0;
	}
	#groups .row:last-child{
		border: none;
	}
	#groups .row > div:first-child{
		height: 100%;
	}
	.rborder{
		border-right: none;
	}
	.lborder{
		border-left: none;
	}
	#groups > .row:nth-child(2n-1){
		margin-left: 0;
	}
	#groups .no_first .group_item{
		padding-top: 45px;
	}
	#groups .group_item:nth-child(2n-1){
		padding-right: 8.5vw;
	}
	#groups .group_item:nth-child(2n){
		padding-left: 0;
	}
	#groups .group_item img{
		display: inline-block;
		width: 200px;
		margin-bottom: 35px;
	}
	#groups .group_item .text_container{
		position: relative;
		margin-bottom: 35px;
	}
	#groups .group_item  .title{
		font-size: 14px;
		line-height: 1;
		margin-bottom: 20px;
	}
	#groups .group_item ul li, 
	#groups .group_item span{
		font-size: 14px;
		line-height: 2.1;
	}

	#groups .group_item .btn_detail span{
		color: #fff;
		font-size: 16px;
		line-height: 38px;
	}

	#groups .group_item .btn_container{
		margin-bottom: 35px;
	}

	#groups .group_item .hidden_block{
		display: none;
	}
	#groups .group_item.text-right{
		text-align: left;
	}
	#groups .group_item.text-left{
		text-align: right;
	}
	.btn_close_text{
		width: 20px;
		height: 20px;
	}
	.rborder .btn_close_text{
		right: -20px;
	}
	
	#blue_line{
		padding: 25px 0;
	}
	#blue_line span{
		font-size: 20px;
		line-height: 1.6;
	}

	#white_line{
		padding: 25px 0 50px;
	}
	#white_line .title{
		font-size: 24px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	
	#footer{
		padding: 0 75px;
		height: 155px;
	}
	#footer .soc_links{
		padding-top: 45px;
	}
	#footer .soc_links a{
		margin-top: 0;
		margin-right: 20px;
	}
	#footer .asociation{
		margin-top: 23px;
		width: 80px;
	}
	#footer  .info{
		font-size: 16px;
		margin-top: 20px;
		line-height: 21px;
	}
	
	.slider_btns{
		position: relative;
		height: 60px;
		margin: 40px 75px;
	}
	.slider_btns .carousel-control.left{
		background: url(/images/arrow_slider_left.png) no-repeat 0 0;
		background-size: cover;
		height: 60px;
		width: 32px;
	}
	.slider_btns .carousel-control.right{
		background: url(/images/arrow_slider_right.png) no-repeat 0 0;
		background-size: cover;
		height: 60px;
		width: 32px;
	}
	.slider_btns .carousel-indicators{
		margin-bottom: 0;
		bottom: 25px;
	}
	.slider_btns .carousel-indicators li{
		height: 10px;
		width: 140px;
		background: #dfe0e1;
		margin: 0 7px;
	}
	.slider_btns .carousel-indicators li.active{
		background: #c5c6c7;
	}
	
	.modal_form .modal-container{
		width: 660px;
		margin: 50px auto 50px
	}
	.modal_form .title{
		font-size: 48px;
	}

	.modal_form .close {
		position: absolute;
		width: 52px;
		height: 52px;
		top: -104px;
		right: 0;
		opacity: 1;
	}
	
	.form_adres_block .text{
		text-align: center;
		text-transform: uppercase;
	}

	#lenguage_list .title{
		margin-bottom: 35px;
	}
	#lenguage_list .description > div.visible_text{
		min-height: 130px;
	}
	
	#lenguage_list.euro_study_block img {
		margin-top: 50px;
		margin-bottom: 50px;
		width: 150px;
	}
	#lenguage_list.euro_study_block .title{
		font-size: 18px;
	} 
	
	.modal_table{
		width: 710px;
		background: #ffffff;
		margin: 0 auto;
		top: 50%;
		bottom: auto;
	}
	.modal_table .modal_title{
		height: 58px;
		line-height: 57px;
		font-size: 16px;
	}
	.modal_table .title{
		font-size: 16px;
		line-height: 16px;
		height: 40px;
		border-bottom: 1px solid #afafaf;
	}
	.modal_table .text{
		padding-top: 20px;
	}
	.modal_table .text span{
		font-size: 14px;
		line-height: 14px;
		height: 30px;
	}
	.modal_table .table_body{
		padding: 35px 50px 0;
	}
	.modal_table .table_body .left_block{
		border-right: 1px solid #afafaf;
	}
	.modal_table .table_body .left_block .title,
	.modal_table .table_body .left_block .text{
		padding-left: 0;
	}
	.modal_table .table_body .right_block{
		
	}
	.modal_table .table_body .right_block .title,
	.modal_table .table_body .right_block .text{
		padding-left: 40px;
	}
	.modal_table .close{
		width: 35px;
		height: 35px;
		top: 12px;
		right: 13px;
	}
	.modal_table .close:hover{
		opacity: 0.8;
	}
	
	.modal_table .info_block{
		padding: 0 20px;
		border-right: 1px solid #afafaf;
	}
	.modal_table .info_block .title{
		border: none;
		margin-left: 27px;
		height: 28px;
		font-size: 18px;
		line-height: 18px;
	}
	.modal_table  .info_block .text span{
		line-height: 27px;
		font-size: 14px;
		height: auto;
	}
	.modal_table  .info_block .text{
		padding-top: 0;
	}
	.modal_table  .info_block .add_info{
		line-height: 24px;
		color: #3f4195;
		font-size: 14px;
		font-family: "SegoeUIItalic";
	}
	
	#table1{
		height: 528px;
		margin-top: -264px;
	}
	#table1 .left_block{
		height: 340px;
	}
	
	#table2{
		height: 750px;
		margin-top: -375px;
		padding-bottom: 10px;
	}
	
	#table3{
		height: 486px;
		margin-top: -243px;
	}
	#table3 .left_block{
		height: 365px;
	}
	#lenguage_list.euro_study_block .description{
		margin-bottom: 0;
	}
	#blue_line_price{
		padding: 40px 0;
	}
	.modal_form.modal_price .title{
		font-size: 36px;
		line-height: 36px;
	}
	.modal_form .subtitle{
		text-transform: none;
		font-size: 22px;
		line-height: 22px;
	}
	.modal_form.modal_price .close {
		right: 50px;
		margin-left: 0;
		top: 35px;
		left: auto;
	}
} 

@media (max-width: 992px) and (min-width: 768px){
	#table2 .sm_top_block{
		height: 310px;
	}
	#table2 .sm_center_block{
		height: 305px;
	}
	#table2 .sm_bottom_block{
		height: 380px;
	}
	.modal_table .sm_top_block,
	.modal_table .sm_center_block{
		border-bottom: 1px solid #afafaf;
	}
	.modal_table .sm_bottom_block .title,
	.modal_table .sm_center_block .title{
		margin-top: 18px;
	}
	.modal_table .info_block:nth-child(2n){
		border-right: none;
	}
}