@media (max-width: 767px) {
	#home{
		padding: 0 20px 20px;
	}
	.home_top_block{
		padding: 10px 0 20px;
		overflow: hidden;
		margin: 0;
		border: 0;
	}
	.home_top_block .logo{
		width: 50px;
	}
	.home_top_block  .right_block{
		padding-top: 5px;
	}
	.home_top_block  .right_block span{
		color: #2b2b2b;
		font-size: 12px;
		line-height: 20px;
	}
	
	.home_link.left_block{
		padding: 0;
		overflow: hidden;
		text-align: center;
	}
	.home_link.left_block img{
		width: 100%;
		float: none;
		margin:0;
		display: inline-block;
	}
	.home_link.left_block .heading{
		width: 100%;
		float: none;
		font-size: 30px; 
		text-transform: uppercase;
		line-height: 40px;
		text-align: center;
		margin: -30px 0px 25px;
		padding: 0 5px;
	}
	
	.home_link.right_block{
		padding: 0;
		overflow: hidden;
		text-align: center;
	}
	.home_link.right_block img{
		width: 100%;
		float: none;
		margin:0;
		display: inline-block;
	}
	.home_link.right_block .heading{
		width: 100%;
		float: none;
		font-size: 30px; 
		text-transform: uppercase;
		line-height: 40px;
		text-align: center;
		margin: -30px 0px 15px;
		padding: 0 5px;
	}
	
	#top_banner{
		height: 568px;
		width: 100%;
		background-position: center center;
	}
	#top_banner .logo_small{
		width: 36px;
		margin-bottom: 5px;
	}
	#top_banner .banner_heading {
		color: #000;
		font-size: 12px;
		line-height: 20px;
		width: 300px;
	}
	#top_banner .logo_block{
		padding-top: 16px;
		margin-bottom: 85px;
	}
	#top_banner .banner_body{
		margin: 0 10px;
		position: relative;
	}
	.page_heading {
		width: 300px;
		margin-bottom: 112px;
	}
	.page_heading h1{
		font-size: 40px;
		line-height: 1.2;
		padding: 45 0;
	}
	.btns_block{
		margin: 0 10px;
	}
	.btn_link_record{
		display: block;
		float: none; 
	}
	.btn_link_record .text{
		font-size: 14px;
		height: 30px;
		line-height: 28px;
		width: 100%;
		background-image: url(/images/arrow_b320.png);
		background-repeat: no-repeat;
		background-position: right center;
		border-radius: 7px;
		display: block;
		
	}
	.btn_link_record .arrow {
		display:none;
	}
	
	.btn_link_home{
		position: absolute;
		top: 17px;
		right: 0;
	}
	.btn_link_home .text{
		display: none;
	}
	.btn_link_home .arrow {
		height: 28px;
		width: 80px;
		border-radius: 7px;
		background-color: #fff;
	}
	
	.block_btns_xs{
		height: 40px;
		padding-top: 10px;
	}
	.block_btns_xs .carousel-indicators{
		position: static;
		margin: 0 10px;
		width: auto;
		text-align: center; 
	}
	.block_btns_xs .carousel-indicators li{
		width: auto; 
		color: #949494;
		text-indent: 0;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		font-family: "SegoeUI-Semilight";
		margin: 0 2px;
		display: inline-block;
		z-index: 100;
	}
	.block_btns_xs .carousel-indicators li.active{
		color: #c51449;
	}
	.block_btns_xs .carousel-indicators li:first-child{
		margin-left: 0;
	}
	.block_btns_xs .carousel-indicators li:last-child{
		margin-right: 0;
	}
	
	#lenguage_list{
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	#lenguage_list .lang_container{
		margin:0 10px;
		padding-bottom: 0;
	}
	#lenguage_list img{
		margin-top: 20px;
		width: 125px;
		margin-bottom: 20px;
	}
	#lenguage_list .lang_container:hover{
		box-shadow: none;
	}
	#lenguage_list .description{
		font-family: "SegoeUISemiBold";
		margin-bottom: 20px;
	}
	#lenguage_list .description > div{
		font-size: 14px;
		line-height: 1.2;
		margin: 0 10px;
	} 
	#lenguage_list .description > div.hidden_text{
		display: none;
	}

	.btn_detail{
		display: block;
		float: none; 
	}
	.btn_detail .text{
		font-size: 14px;
		height: 30px;
		line-height: 28px;
		width: 100%;
		background-image: url(/images/arrow_bb320.png);
		background-repeat: no-repeat;
		background-position: right center;
		border-radius: 7px;
		display: block;
	}
	.btn_detail .arrow{
		display: none;
	}
	
	.slider_btns{
		position: relative;
		height: 5px;
		margin: 25px 10px;
	}
	.slider_btns .carousel-control{
		height: 30px !important;
		width: 16px !important;
	}
	.slider_btns .carousel-indicators li{
		width: 15%  !important;
		height: 8px  !important;
	}
	.slider_btns .carousel-indicators{
		padding-top: 4px;
	}
	.slider_btns{
		margin: 25px 10px 40px  !important;
	}
	.slider_btns .carousel-indicators{
		margin-bottom: 0;
		width: 100%;
		display: block;
		position: static;
		margin: 0;
	}
	.slider_btns .carousel-indicators li{
		height: 5px;
		width: 20%;
		background: #dfe0e1;
		margin: 0 6px 0;
		display: inline-block !important;
	}
	.slider_btns .carousel-indicators li.active{
		background: #c5c6c7;
	}
	
	#purple_block{
		padding: 10px 0;
	}
	#purple_block span{
		font-size: 18px;
		line-height: 21px;;
	}
	
	#groups{
		margin: 30px 10px 0;
	}
	#groups .row{
		border-bottom: none;
	}
	#groups .row:last-child{
		border: none;
	}
	#groups .row > div:first-child{
		height: 100%;
	}
	.rborder{
		border-right: none;
	}
	.lborder{
		border-left: none;
	}
	.img_block_xs{
		text-align: center;
	}
	#groups > .row:nth-child(2n-1){
		margin-left: 0;
	}
	#groups .no_first .group_item{
		padding-top: 0;
	}
	#groups .group_item:nth-child(2n-1){
		padding-right: 0;
	}
	#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;
		font-family: "SegoeUIBold";
		text-align: center;
	}
	#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: 28px;
	}
	#groups .group_item .btn_detail span.arrow{
		display: none;
	}

	#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: 12px 0;
	}
	#blue_line span{
		font-size: 14px;
		line-height: 18px;
	}

	#white_line{
		padding: 18px 10px 35px;
	}
	#white_line .title{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
	}
	#white_line .btn_link_record{
		display: block;
	}
	
	#footer{
		padding: 20px 10px;
		height: auto;
		text-align: center;
		
	}
	#footer .soc_links{
		padding-top: 15px;
	}
	#footer .soc_links a{
		margin-top: 0;
		margin:0 10px;
	}
	#footer .asociation{
		margin-top: 12px;
		width: 80px;
	}
	#footer  .info{
		font-size: 16px;
		margin-top: 0;
		line-height: 27px;
		text-align: center;
		float: none;
	}
	.modal_form .modal-container{
		width: auto;
		padding: 0 10px;
	}
	.modal_form .title{
		font-size: 30px;
	}
	.form_adres_block .text{
		text-align: center;
		text-transform: uppercase;
	}
	.modal_form .close {
		position: absolute;
		width: 24px;
		height: 24px;
		top: -175px;
		right: 0;
		opacity: 1;
	}

	#lenguage_list .title{
		margin-bottom: 25px;
	}
	#lenguage_list .description > div.visible_text {
		min-height: 80px;
	}
	
	.modal_table{
		width: 97vw;
		margin: 0 auto;
		top: 10px;
		bottom: 10px;
	}
	.modal_table .modal_title{
		height: 36px;
		line-height: 35px;
		font-size: 14px;
	}
	.modal_table .title{
		font-size: 14px;
		line-height: 44px;
		border-bottom: none;
		text-align: center;
	}
	.modal_table .text{
		padding-top: 0;
	}
	.modal_table .text span{
		font-size: 14px;
		line-height: 18px;
		height: auto;
	}
	.modal_table .table_body{
		padding: 0 25px 15px;
	}
	.modal_table .table_body .left_block{
		border-right: none;
		border-bottom: 1px solid #afafaf;
		padding-bottom: 20px;
	}
	.modal_table .table_body .left_block .text{
		padding-left: 18px;
	}
	.modal_table .table_body .right_block{
		
	}
	.modal_table .table_body .right_block .text{
		padding-left: 18px;
	}
	.modal_table .close{
		width: 20px;
		height: 20px;
		top: 6px;
		right: 7px;
	}
	.modal_table .close:hover{
		opacity: 0.8;
	}
	
	.xs_block_2,
	.xs_block_3{
		display: none;
	}
	
	.modal_table .info_block:nth-child(2n-1){
		border-bottom: 1px solid #afafaf;
		padding-bottom: 15px;
	}
	
	.modal_table .info_block{
		border-right: none;
	}
	.modal_table .info_block{
		padding-left:12px;
		padding-right:12px;
	}
	.modal_table .info_block .title{
		margin-left: 0;
		margin-top: 20px; 
	}
	.modal_table  .info_block .text span{
		line-height: 18px;
	}
	
	#table1{
		height: auto;
		margin-top: 0;
	}
	#table1 .left_block{
		height: auto;
	}
	
	#table2{
		height: auto;
		margin-top: 0;
	}
	#table2 .info_block{
		height: auto;
	}
	
	#table3{
		height: auto;
		margin-top: 0;
	}
	#table3 .left_block{
		height: auto;
	}
	
	.popup_slider{
		margin-top: 30px;
	}
	
	.popup_slider .select_item{
		
	}
	.popup_slider .select_item .descr{
		line-height: 20px;
		text-align: center;
		color: #8d8d8d;
		font-size: 14px;
		font-family: "SegoeUI-Semilight";
	}
	.popup_slider .select_item .underline{
		margin: 10px 20px;
		height: 5px;
		border-radius: 3px;
		background: #dfdfdf;
	}
	.popup_slider .select_item.active .descr{
		color: #3f4195;
	}
	.popup_slider .select_item.active .underline{
		background: #949494;
	}
	#blue_line_price {
		padding: 22px 10px;
	}
	.modal_form.modal_price .close{
		width: 27px;
		height: 27px;
		top: 20px;
		right: 10px;
	}

	.modal_form.modal_price .title {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.modal_form .subtitle {
		text-transform: none;
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 15px;
	}
	.price_list .price_headers .price_header {
		height: 30px;
		line-height: 29px;
		font-size: 16px;
	}
	.price_list .price_headers .price_header.left {
		border-radius: 8px 0 0 8px;
	}
	.price_list .price_headers .price_header.right {
		border-radius: 0 8px 8px 0;
	}
	.price_list{
		width: 100%;
	}
	.modal_form.modal_price .li_title{
		font-size: 18px;
		padding-left: 40px;
		text-align: left;
	}

	.li_prices .li_row .li_cell:first-child{
		border-radius: 8px 0 0 8px;
		width: calc(50% - 4px);
		height: auto;
		line-height: 14px;
		font-size: 14px;
		padding: 8px 13px 8px 13px;
	}
	.li_prices .li_row .li_cell:last-child{
		border-radius: 0 8px 8px 0;
		width: calc(50% - 4px);
		height: auto;
		float: right;
		font-size: 14px;
		line-height: 14px;
		padding: 8px 0 8px 0;
		text-align: center;
	}
	.li_prices .li_row .li_cell.big{
		height: 44px;
		line-height: 28px;
	}
	.bottom_price_text {
		color: #ffffff;
		font-size: 16px;
		line-height: 20px;
		padding-top: 20px;
	}
}