
/* First screen */
	.homepage .slide1 			    {background-image: url('/img/homepage_background.jpg');background-position: 50% 80%;}  /* {background-image: url('/img/welcome/ecole/top_bg.jpg');background-position: 0% 10%;background-color: #FFFFFF;} */
	.homepage .slide1 .crosstext   {color: #2ECC71;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);}
	.homepage .slide1 .description {color: #555;}

	.homepage .whiteblock {border-bottom: 1px solid #F5F5F5 !important;position: relative;border-radius:0px;padding:0px;}

	 
	@media (max-height: 750px) {
		.homepage .slide1 .crosstext {padding-top: 60px;}
	}
	 
	

/* Courses block`s description */
	.homepage .main-tour				{width:100%;margin:0 auto;padding-bottom:70px;}
	.homepage .main-tour.resize		{display:none;}
	.homepage .main-tour__line		{padding:50px 0 0 0;}
	.homepage .main-tour__line:after	{content:"";display:table;clear:both;}
	.homepage .main-tour__line.m-first{padding-top:50px;}
	.homepage .main-tour__column		{float:left;width:48%;}
	.homepage .main-tour__column.mt50{margin-top: -50px;}	
	.homepage .main-tour__column.right{float:right;}
	.homepage .main-tour__info		{padding:0px 0 0 0;text-align: left;}
	.homepage .main-tour__info dt		{font-size:26px;font-weight: 800;display:block;margin-bottom:5px;}
	.homepage .main-tour__info dd		{font-size:18px;line-height:24px;max-width: 500px;text-align:justify;}
	.homepage .main-tour__info.right	{padding-left:55px;}
	.homepage .main-tour__faces img	{display:block;float:right;max-width: 100%;}
	.homepage .main-tour__faces.left img{float:left;}
	.homepage .main-tour__screen img	{display:block;overflow:hidden;max-width: 100%;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 0 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 0 1px rgba(0,0,0,0.1);-ms-box-shadow:0 1px 0 1px rgba(0,0,0,0.1);-o-box-shadow:0 1px 0 1px rgba(0,0,0,0.1);box-shadow:0 1px 0 1px rgba(0,0,0,0.1);}
	.homepage .main-tour__screen.right img{float:right;}

	.homepage .pc_version		{max-width:100%;}
	.homepage .mobile_version   {display:none;}





@media (max-width:1100px){
	.homepage .slide1 .crosstext   {font-size: 50px;}
	.homepage .slide1 .description {font-size: 25px;}	
}

@media (max-width: 1010px){
	.homepage .logo {width: 100%;}
	.homepage .logo img {width: 210px;margin-top: 10px;}
	
	
	.homepage .slide1 .crosstext   {width: 95%;font-size: 50px;padding-top: 70px;}
	.homepage .slide1 .description {width: 90%;font-size: 25px;}	
	

	.homepage .main-tour.full 		{display:none;}
	.homepage .main-tour.resize 		{display:block;}
	.homepage .main-tour__faces img 	{display: inline;float: none;max-width: 100%;margin-top: 15px;}
	.homepage .main-tour__column 		{float: none;width: 100%;}
	.homepage .main-tour__info.right 	{padding-left: 0px;}
	.homepage .main-tour__screen.right img {float: none;margin-top: 15px;}
	.homepage .main-tour__screen img 	{display: inline;margin-top: 15px;}
	.homepage .main-tour__faces.left img {float: none;margin-top: 15px;}
	.homepage .main-tour__line 		{padding: 50px 0 0 0;}
	.homepage .main-tour__info dd		{font-size:17px;line-height:23px;max-width: 100%;}
	
	.homepage .pc_version				{display:none;}
	.homepage .mobile_version			{max-width:100%;display:inline-block;text-align: center;margin: 0 auto;}	
}
 

@media (max-width: 710px){
	.homepage .logo {width: 100%;}
	.homepage .logo img {width: 180px;}
	.homepage .logbut{margin-top: 35px;}

	.homepage .slide1 .crosstext   {width: 100%;font-size: 40px;padding-top: 40px;}
	.homepage .slide1 .description {width: 96%;font-size: 20px;}	
}
@media (max-width: 490px){
	.homepage .no_mini {display: none;}

	.homepage .bottomblock a{display: block;width: 81%;margin: 0 auto;}
	.homepage .slide1 .crosstext {font-size:30px;}

	.homepage .regform_box .btn.big {min-width: 100% !important;max-width: 100% !important;}

	.homepage .popup_window {top:30px;bottom:12px;left:12px;right:12px;position:absolute;margin: auto;width:auto;height:auto;}
}

@media print {
	@page{margin: 0;}
	.homepage .slide1, .slide2 {-webkit-print-color-adjust: exact;-moz-print-color-adjust: exact;-ms-print-color-adjust: exact;-o-print-color-adjust: exact;print-color-adjust: exact;}
	.homepage .noprint{display:none !important;}
}



.not_support_browsers {overflow:auto;background: white url('/img/404.jpg') 0 0 no-repeat;-webkit-background-size: 100%;-moz-background-size: 100%;-ms-background-size: 100%;-o-background-size: 100%;background-size: 100%;-webkit-background-size: cover;-moz-background-size: cover;-ms-background-size: cover;-o-background-size: cover;background-size: cover;}
.display_none { display: none !important; }
.display_block { display: block !important; }