
@charset "utf-8";
/* CSS Document */

body{
	outline: none;
	padding:0;
	margin:0;
	width:100%;
	height: 100%;
	font-family:Open Sans, sans-serif; font-size:18px; font-weight:600 italic;
	}

	
.row::after,.row::before{
	content:"";
	display:block;
	clear:both;
}
.header{
	background:rgba(255, 255, 255, 0);
	margin-top: -100px;
	opacity: 0;
	z-index: 9999999;
	}
.headhesive{
	opacity: 1;
	margin: 0;
	position: fixed;
	top:0;
	left:0;
	height: 100px;
	width: 100%;
	background:#FFF;
	-webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
	}

.headhesive--stick{
	margin-top: -36px;
	}
.footer{
	margin-top: -20px;
	width: 100%;
	background: url(../img/texture_bg.png) repeat scroll 0 0 #444444;
	padding-top: 30px;
	padding-bottom: 30px;
}

.main{
	width: 100%;
	
	background: #FFF;

}
.dropmenu li{
	cursor:pointer;
	}
.dropmenu li:hover{
	color: #F00;
	}
/*----------    main end -------- */
.center{
	padding-top: 150px;
	width: 300px;
	margin:auto;
	}
	
.header_top{
	width: 100%;
	background: url(../img/texture_bg.png) repeat scroll 0 0 #444444;
    clear: both;
    min-height: 30px;
	
	}
.header_bottom{
	width: 100%;
	height: 60px;
	background:#FFF;
	padding: 5px 0 ;
	    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.header_top_in{
	padding: 3px;
	font-size: 16px;
	width: 1140px;
	margin:auto;
	text-align:right;
	}
.header_top_in a{
	text-decoration: none;
	color:#FFF;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 15px;
	     -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
	}
.header_top_in img{
	width: 20px;
	margin-top: 4px;
	height:auto;
	}
.header_top_in a:hover{
	color:#F00;
	}	

.header_bottom_in{
	width: 1140px;
	margin:auto;
	}
.header_bottom_in img{
	height: 60px;
	width: auto;
	}
.logo{
	float:left;
	}
.button{	
	float:right;
}

.navbar{
	float:right;
	}	
.nav{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.nav li{
	float:left;
	}
.nav a{
	float:left;
	font-size: 20px;
	color: #2e2f31 ;
    font-weight: 600;
	padding: 19px;
	text-decoration:none;
	}
.nav a:hover{
	color:#F00;
}
.normal_a::after{
	position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    top: -2px;
    margin: 0 8px 0 8px;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #000 transparent;
    color: #000;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: -moz-transform 0.4s ease-out 0.2s, border-color 0.4s ease-out 0s;
    -o-transition: -o-transform 0.4s ease-out 0.2s, border-color 0.4s ease-out 0s;
    -webkit-transition: -webkit-transform 0.4s ease-out, border-color 0.4s ease-out;
    -webkit-transition-delay: 0.2s, 0s;
    transition: transform 0.4s ease-out 0.2s, border-color 0.4s ease-out 0s;
	}
.normal_a:hover::after{
	 border-color: transparent transparent #F00 transparent;
 			 -moz-transform: rotate(0deg);
   		 -ms-transform: rotate(0deg);
   	 -webkit-transform: rotate(0deg);
    transform: rotate(0deg);	 
}
.viss:hover .normal_a::after{
	 border-color: transparent transparent #F00 transparent;
 			 -moz-transform: rotate(0deg);
   		 -ms-transform: rotate(0deg);
   	 -webkit-transform: rotate(0deg);
    transform: rotate(0deg);	 
}
.viss:hover .normal_a{
	color: red;
}
	
.viss{
	position:relative;
	}


.normal_a:hover a{
 			color: red;	 
}
.viss:hover .dropmenu{
	display: block;
	top: 60px;
	}
	
.dropmenu{
	position:absolute;
	padding: 0;
	background:#FFF;
	top: -50px;
	list-style: none;
	border-bottom: 4px solid #F00;
	margin-top: 5px;
	display: block;
	z-index: -1;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.5s linear;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
		}

.dropmenu li{
	float:none;
	cursor:pointer;
	padding: 14px;
	padding-left: 19px;
	background:#FFF;
		width: 130px;
	    font-weight: 600;
		border-bottom: 1px solid #CCC;
		
		
	
	}
/*------------------- header ---------------- */

.main_top{
	
	width: 100%;
	height: auto;
	background:url(../img/%D0%B2%D0%B0%D1%80%D1%88.jpg) center no-repeat;
	background-position: 50% 50%;
    background-size: cover;
	
   
	
	}
.main_top_in{
	width: 100%;
	
	
	padding-bottom: 100px;
	    background: rgba(0, 0, 0, 0.4) url(../img/raster.png);
		text-align:center;
		
	}
.text_top{
	padding-top: 130px;
	
	}
	
.text_top h1{
	color:#FFF;
	font-weight: 700;
	font-size: 56px;
	margin: 20px;
	text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.80);
	}	
.text_top h3{
	color:#FFF;
	font-weight: 700;
	font-size: 36px;
	margin: 10px;
	text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.80);
	}
.text_top p{
	color:#FFF;
	font-weight: 700;
	font-size: 36px;
	margin: 10px;
	margin-bottom: 40px;
	text-shadow: 10px 10px 20px rgba(0, 0, 0, 0.80);
	}	
.first_form input{
	padding: 10px;
	    border-radius: 10px;
		border: 1px solid #FFFFFF ;
		margin-right: 15px;
		font-size: 16px;
		
	}
.first_form input:focus{
	outline: none;
	border-color: #079eb1;
    outline: 0;
	 -o-box-shadow: inset 1px 2px 5px 6px rgba(12, 120, 138, 0.075), 0 0 20px 4px rgba(0, 134, 183, 0.76);
	 -moz-box-shadow: inset 1px 2px 5px 6px rgba(12, 120, 138, 0.075), 0 0 20px 4px rgba(0, 134, 183, 0.76);
    -webkit-box-shadow: iinset 1px 2px 5px 6px rgba(12, 120, 138, 0.075), 0 0 20px 4px rgba(0, 134, 183, 0.76);
    box-shadow: inset 1px 2px 5px 6px rgba(12, 120, 138, 0.075), 0 0 20px 4px rgba(0, 134, 183, 0.76);
	}
.first_form button{
		padding: 10px 35px;
	    border-radius: 10px;
		border: 1px solid #FF0000 ;
		margin-right: 15px;
		font-size: 16px;
		background:#F00;
		color:#FFF;
		-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	cursor:pointer;
}
.first_form button:focus{
	outline: none;
	
	}
.first_form button:hover{
	background:#740104;
	border-color: #740104;
	 -o-box-shadow: inset 1px 2px 5px 6px rgba(12, 120, 138, 0.075), 0 0 20px 4px rgba(222, 140, 140, 0.64);
	 -moz-box-shadow: inset 1px 2px 5px 6px rgba(12, 120, 138, 0.075), 0 0 20px 4px rgba(222, 140, 140, 0.64);
    -webkit-box-shadow: inset 1px 2px 5px 6px rgba(12, 120, 138, 0.075), 0 0 20px 4px rgba(222, 140, 140, 0.64);
    box-shadow: inset 1px 2px 5px 6px rgba(12, 120, 138, 0.075), 0 0 20px 4px rgba(222, 140, 140, 0.64);
	}
	
/* ------------------ footer ------------------*/
	
.footer_bottom{
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #FFF;
	}	
.footer_bottom p{
	margin-left: 100px;
	}
.foter_in{
	width: 1140px;
	
	margin:auto;
	
	}	
.info_region{
		padding: 10px;
		width: 1120px;
	
		
		
	}	
.info_region span{
	color:#FFF;
	cursor:pointer;
	}
.info_region span::after{
	position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    top: -2px;
    margin: 0 8px 0 8px;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
    color: #000;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
   
	
	}	
.info_region span:hover::after{
	border-color: transparent transparent #F00 transparent;
	
	}
.footer_phone{
	width: 25%;
	float:left;
	
	
	margin-top: 15px;
	}

	
	#place_1:hover,#place_2:hover,#place_3:hover{
	color:red;
	}
.footer_map{
	float:left;
	width: 75%;
	margin-top: 30px;
height:auto;}
.before_img{
	margin-right: 20px;
	float: left;
    width: 21px;
    height: 21px;
    background-image:url(../img/Dtafalonso-Android-Lollipop-Maps.png);
    background-position: center;
    background-size: 21px 21px;
    background-repeat: no-repeat;
	}
.foter_phone_img{
	float:left;
	margin-top: 18px;
	width: 18px;
	height:18px;
	background-image:url(../img/phone_white.png);
	background-position:center;
	background-size:18px 18px;
	background-repeat:no-repeat;
	}
.foter_mail_img{
	float:left;
	width: 18px;
	height:14px;
	margin-right:20px;
	background-image:url(../img/mail_while.png);
	background-position:center;
	background-size:18px 14px;
	background-repeat:no-repeat;
	}
.footer_phone ul{
	list-style: none;
	
	}
.footer_phone a{
	text-decoration: none;
	color: #FFF;
	
	}	

.skype{
	margin-top: 20px;
	}	
.skype_img{
	float:left;
	width: 18px;
	height:18px;
	margin-right:20px;
	background-image:url(../img/skype-xxl.png);
	background-position:center;
	background-size:18px 18px;
	background-repeat:no-repeat;
	}
.footer_phone a:hover{
	color:red;
	}
.social{
	width: 100%;
	height: 200px;
	
	color:#FFF;
	}
.social img{
	width: 40px;
	height:auto;
	margin-right: 5px;
	}
/* ------------------------   main -------------- */
.about_as{
	text-align:center;
	width: 1140px;
	margin:auto;
	
	
	
	}
.about_as h3{
	font-size: 36px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0px;
	text-transform:uppercase;
	color: #2e2f31;
	margin-bottom: 15px;
		
	}
.line{
	width: 40px;
	border-bottom: 5px solid #ec4b36;
	margin:auto;
	}
.about_as p{
	text-align:justify;
	  
	line-height: 1.6;
    font-weight: 300;
    color: #51575b;
    font-size: 17px;
	
	}	
.about_as_p{
	width: 83%;
	padding: 0 9%;
	padding-bottom: 30px;
	
	
	}
.block_vis{
	
	background:url(../img/%D0%91%D0%B5%D0%B7%20%D0%BD%D0%B0%D0%B7%D0%B2%D0%B8-1.png) center no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	width: 100%;
	text-align:center;
	min-height: 680px;
	
	}
.raster{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) url(../img/raster.png);
	padding: 30px 0 30px 0;
	}
.block_vis h2{
	font-size: 36px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0px;
	text-transform:uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
	}
.line_w{
	width: 40px;
	border-bottom: 5px solid #FFFFFF;
	margin:auto;
	}
.wrapper{
	width: 1040px;
	margin:auto;
	margin-top: 50px;
	}
.tabs{
	float:left ;
	width: 28%;
	text-align:left;
	
	}
.tabs p{
	text-transform:uppercase ;
	font-size: 24px;
	 color:  #FFF;
	 font-weight:100;
	 
	  
	}
.tab_item{	
	 color:  #FFF;
}
.tab{
	
	text-align:left;
	padding: 10px 15px;
	
	border-right: 1px solid #7d7d7d;
	font-size: 18px;
	margin: 0;
	width:auto;
	cursor:pointer;
	}
.active_tab{
	border:1px solid #7d7d7d;
	border-left: 4px solid #F00;
	border-right: none;
	
	}
.active_tab{
	color:#F00;
	}
.a_normal::after{
    display: none;
    content: "";
    width: 0;
    height: 0;
    top: -2px;
    margin: 0 8px 0 8px;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #FFF transparent;
    color: #000;
	}
.dropmenu a{
	float:none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	}
.tab_item{
	margin-top: -16px;
	text-align: left;
	font-size: 16px;
	font-weight:100;
	width: 70%;
	float:right;
	}	
.tab_item p{
	line-height: 1.4;
	}	
	.tab_item ul{
		list-style: none;
		}
.tab_item li{
	margin-bottom: 3px;
	}
.tab_item li::before{
	content: "•";
    color: #ff0000;
    font-size: 22px;
    font-weight: 900;
    font-family: Arial;
    position: relative;
    top: 3px;
    margin-right: 10px;
	}
.block_form{
	margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: url(../img/1london.jpg);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    text-align: center;
	}
.block_form_in{
	
	width: 100%;
	
	padding-bottom: 80px;
	padding-top: 60px;
	}
.block_form_in p{
	margin: 0;
	padding: 0;
	color:#FFF;
	font-size: 32px;
	padding-bottom: 40px;
	}
.block_form_in input{
	background: none;
	border: none;
	width: 200px;
	border-bottom: 3px solid #FFF;
	margin-right: 30px;
	padding: 10px;
	color:#00fff2;
	font-size:20px;
	}
	.block_form_in input::-webkit-input-placeholder{color:#e2e2e2;}
.block_form_in input::-moz-placeholder         {color:#e2e2e2;}
.block_form_in input:-moz-placeholder          {color:#e2e2e2;}
.block_form_in input:-ms-input-placeholder      {color:#e2e2e2;}
.block_form_in button{
	cursor: pointer;
	background:none;
	border: 2px solid #FFF;
	color:#FFF;
	font-size:20px;
	padding: 10px 40px;
	    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	}
.block_form_in button:hover{
	border: 2px solid  #00fff2;
	background: #0093ff;
	color:#00fff2;
	}
.block_form_in input:focus{
	    outline: none;
		border-bottom: 3px solid #00fff2;
}
/*------------ work -------------------- */
.work_ES{
	width: 100%;
	
	background:#FFF;
	text-align: center;
	padding: 30px 0 30px 0;
	}
.work_ES h3{
	font-size: 36px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0px;
	text-transform:uppercase;
	color: #2e2f31;
	margin-bottom: 15px;
	
	}
.work_ES_in{
width: 1140px;
padding-bottom: 10px;

margin: auto;

}
.work_ES_in_block{
	float:left;
	width: 360px;
	padding: 10px;
	min-height: 700px;
	
	}
	.main_work{width: 1140px;margin:auto;}
.work_ES_in_block img{
	height: auto;
	width: 340px;
	}
.work_ES_in_block h3{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    
    padding-bottom: 20px;}
.work_description ul{
	list-style: none;
	padding-left: 0;
	}
.work_description li{
	padding: 10px;
	clear:both;
	}
.work_description img{
	float:left;
	height: 25px;
	width: auto;
	}
#position{
	margin-left: 5px;
	}
.work_description{
	text-align: left;
	}
.work_description span{
	padding-left: 15px;
	line-height: 1.6;
	
	font-weight: 300;
	color: #51575b;
    font-size: 17px;
	}
#info{
	margin-left: 4px;
	}
.botom_button{
	padding: 10px 40px;
	margin: auto;
	cursor:pointer;
	
	background-color: rgb(129, 215, 66);
	width: 180px;
	border: 2px solid rgb(129, 215, 66);
	border-radius: 40px;
	color:#FFF;
	    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	}

.bottom_a a:hover{
	border-color:#F00;
	color: #F00;
	}
.botom_button:hover{
	background-color: #FFF;
	color:rgb(129, 215, 66);
	}
	.more_work{
		width: 1140px;
		margin:auto;
		}

/*------------ end work -------------------- */

.cooperation{
	width: 100%;
	
	background:url(../img/0lQ970zIr4k.jpg) center no-repeat;
	  background-position: 50% 50%;
    background-position-x: 50%;
	 background-size: cover;
    background-position-y: 50%;
	
	}

.back_cooperation{
	height: 100%;
	width: 100%;
	background:rgba(0, 0, 0, 0.65);

	}
.back_cooperation_in{
	width: 900px;
	margin:auto;
	padding-top: 40px;
	padding-bottom: 90px;
	
	text-align: left;
	}
.back_cooperation_in h3{
	font-size: 36px;
    font-weight: 600;
    line-height: 39px;
	text-align:center;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
	}	
.back_cooperation_in p{
	color:#FFF;
	    font-weight: bold;
		font-size: 18px;
		text-align:justify;
	
	}
.back_cooperation_in ul{
	list-style: none;
	margin-left: 30px;
	}
.back_cooperation_in li{
	color:#FFF;
	text-align:left;
	line-height: 1.6;
    font-weight: 300;
    
    font-size: 17px;
	}
#small{
	line-height: 1.6;
    font-weight: 300;
    font-size: 17px;
	}
.back_cooperation_in li::before{
	content: "•";
    color: #FFF;
    font-size: 22px;
    font-weight: 900;
    font-family: Arial;
    position: relative;
    top: 3px;
    margin-right: 10px;
	}
.tour{
	width: 100%;
	min-height: 700px;
	padding-top: 10px;	
	}
.tour_in{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	
	margin: 0px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image:url(../img/more222.jpg);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: cover;
    
    background-position: 50% 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    text-align: center;

	}
	.tour h3{
		font-size: 36px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2e2f31;
    margin-bottom: 15px;
	text-align:center;
		}
.bottom_a a{
	text-decoration: none;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 10px 30px;
	border-radius: 15px;
	margin: auto;
}
.bottom_a{
	width: 300px;
	height:auto;
	margin:auto;
	padding-top: 20px;
	}
.hot_tour{
	width: 1040px;
	margin:auto;
	min-height: 600px;
	margin-top: 30px;
	}
.hot_tour_block{
	width: 200px;
	min-height: 320px;
	border: 1px solid #B5B5B5;
	float:left;
	padding: 10px;
	margin: 15px 19px 15px 19px;
	text-align:center;
	}
.hot_tour_block img{
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
	}
.hot_tour_block h2{
	    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color:#474747;
	}
.hot_tour_block p{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: 700;
	color:#474747;
	margin-top: 7px;
	margin-bottom: 15px;
	}
.hot_tour_block span{
	color:#e3331f;
	font-size:28px;
	font-weight:bold;
	margin-left: 5px;
	margin-right: 5px;
	}
.hot_tour_block a{
	text-decoration: none;
	padding: 7px 55px ;
	
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 11, 2, 0.74);
    -webkit-box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
    -moz-box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
    box-shadow: 0 4px 5px rgba(129, 82, 63, .42), inset 0 0 0 1px #ffee31;
    border: solid 1px #fc930b;
    background-image: -webkit-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: -moz-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: -o-linear-gradient(bottom, #efe81c, rgba(255, 165, 0, 0));
    background-image: linear-gradient(to top, #efe81c, rgba(255, 165, 0, 0));
    color: #483800;
    text-shadow: 0 1px rgba(134, 131, 131, 0.75);
    font-weight: 700;
    font-family: exo;
	 -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	
}

.hot_tour_block a:hover{
	
	   -webkit-box-shadow: 0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
    -moz-box-shadow: 0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
    box-shadow:0 4px 5px rgba(255, 255, 255, 0.42), inset 0 0 0 1px #ffee31;
	  background-image: -webkit-linear-gradient(bottom, rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: -moz-linear-gradient(bottom,rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: -o-linear-gradient(bottom, rgb(210, 210, 210), rgba(255, 165, 0, 0));
    background-image: linear-gradient(to top, rgb(210, 210, 210), rgba(255, 165, 0, 0));
	
	}
.modul_tour{
	width: 700px;
	margin:auto;
		min-height: 440px;
	}
	.akciya{
		height: 145px;
		width: 100px;
		position: fixed;
		right: 0;
		top: 30vh;
		z-index: 999999;
		margin-right: 5px;
		text-align:center;
		cursor: pointer;
		
		}
	.akciya img{
		float:left;
		}
.body_ac{
	
	width: 500px;
	height:auto;
	
	margin-left: 110px;
	}
.body_ac img{
	margin-top:  -100px;
	
	width: 900px;
	height:auto;
	}
.akciya h3{
	margin-top: 8px;
	text-transform:uppercase;
	margin-right: 3px;
	font-family:Monotype Corsiva;
	font-size: 30px;
	color:#F00;
	float:left;
	text-shadow: 1px 1px 2px black,-2px 5px 5px rgba(0, 0, 0, 0.55);
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
	
	}
.akciya:hover h3{
	color:rgba(255, 11, 2, 0.74);
	}

.partners{
	width: 1140px;
	margin:auto;
	
	
	height: auto;
	}
.partners h3{
	text-align:center;
	color: rgba(0,0,0,0.8);
	margin-top: 10px;
	font-size: 24px;
	float:left;
	margin-right: 30px;
	font-family: Areal;
	}
.footer_bottom p{
	float:left;
	}
.partners a{
	float:left;
	text-decoration: none;
	margin-right: 40px;
	}
.hot_tour_block a {
	cursor: pointer;
	}
.kz h4{
	    color: rgba(0,0,0,0.8);
	font-size: 26px;
	margin: 0;
	padding: 0;
	font-family: Areal;
	float:left;
	
	}
	.kz h4:first-letter{
	color: #00F;
    font-size: 36px;
    font-weight: 900;}
#mid{
	margin-left: 5px;
	}
.wm h4{
	color: rgba(0,0,0,0.8);
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
	font-size: 26px;
	margin: 0;
	margin-top: -8px;
	padding: 0;
	}
.wm h4:first-letter{	
	font-size: 40px;
    color: #00b9e9;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    text-shadow: 0 1px 0 #62d0c6, 0 2px 0 #5db5a4, 0 3px 0 #6bb7b0, 0 4px 0 #53adb5, 0 5px 0 #86d0e0, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.language{
	float:right;
	height: 30px;
	width: 120px;
	
	}
.language img{ 
	height: 22px;
	width: auto;
}
#hot{
	float:left;
	height: 40px;
	width: auto;
	margin-right: 20px;
	}
.hot_tour h4{
	float:left;
	font-size: 24px;
	margin-top: 10px;
	}
.header_mobile{
	width: 100%;
	position:fixed;
	display:none;
	z-index: 9999999999999999;

	height: 60px;
	background:#FFF;
	padding: 5px 0 ;
	    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.logo_mobile{
	float:left;
	}
.logo_mobile img{
	height: 55px;
	width: auto;
	margin-left: 40px;
	}
.language_mobile{float:right;}
.language_mobile img{
	height: 50px;
	margin:auto;
	border: 1px solid #CCC;
	}
.phone_mobile{
	float:left;
	margin-left: 40px;
	margin-top: 10px;
	}
.phone_mobile img{
	height: 30px;
	width: auto;
	}

.phone_mobile a{
	text-decoration: none;
	color:#000;
	font-size: 22px; 
	margin-right: 10px;
	}
.reviews{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	
	}
.reviews_in{width: 1140px;

margin:auto;
text-align:center;
padding-top: 20px;}
.reviews_in h3{
	font-size: 36px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2e2f31;
    margin-bottom: 15px;
  

	}
.button_place{
	text-decoration: none;
	float:left;
	text-transform:uppercase;
	color: #296d85;
	font-family: 'pf_dintext_pro';
    font-size: 1.4rem;
    font-weight: 400;
	background: #eeeded;
    background: url(data:image/svg+xml;
    background: -moz-linear-gradient(top, #eeeded 0%, #f8f6f6 23%, #ffffff 50%, #f8f6f6 61%, #eae9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeded), color-stop(23%,#f8f6f6), color-stop(50%,#ffffff), color-stop(61%,#f8f6f6), color-stop(100%,#eae9e9));
    background: -webkit-linear-gradient(top, #eeeded 0%,#f8f6f6 23%,#ffffff 50%,#f8f6f6 61%,#eae9e9 100%);
    background: -o-linear-gradient(top, #eeeded 0%,#f8f6f6 23%,#ffffff 50%,#f8f6f6 61%,#eae9e9 100%);
    background: -ms-linear-gradient(top, #eeeded 0%,#f8f6f6 23%,#ffffff 50%,#f8f6f6 61%,#eae9e9 100%);
    background: linear-gradient(to bottom, #eeeded 0%,#f8f6f6 23%,#ffffff 50%,#f8f6f6 61%,#eae9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeded', endColorstr='#eae9e9',GradientType=0 );
	border: 1px solid;
    border-color: #dddddd;
	padding: 6px 15px;
	}
.button_place:hover{
	color: #296d85;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 54%, rgba(216,216,216,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(54%,rgba(234,234,234,1)), color-stop(100%,rgba(216,216,216,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 54%,rgba(216,216,216,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 54%,rgba(216,216,216,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 54%,rgba(216,216,216,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 54%,rgba(216,216,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 );
	}
.block_review{
	width: 100%;
	height: auto;
	margin-top: 60px;
	
	}
.block_review_in{
	width: 90%;
	margin:auto;
	padding: 17px 50px;
	
	}
.block_description{
	text-align:justify;
	font-size: 16px;
    line-height: 24px;
    font-style: italic;
   	padding-top: 8px;
	padding-bottom: 14px;
	border-bottom: 1px solid #CCC;
	
	}
.block_info_re{
	width: 90%;
	margin:auto;
	
	}
.block_name,.block_place,.block_date{
	float:left;
	margin-right: 20px;
	font-size: 16px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 10px;
	}
.block_date{
	text-transform:lowercase;
	font-size: 15px;
	}	
.button_place:before{
	display: inline-block;
    width: 26px;
    height: 22px;
    margin-right: 18px;
    vertical-align: middle;
    background: transparent url(../img/icon-comment-min.png) center scroll no-repeat;
    content: " ";}
	

@media screen and (min-width: 980px) and (max-width: 1180px){
		.reviews_in{width: 95%;}
		.header_mobile{
			display:block;
			}
		.header{
			display: none;
			}
			
		.foter_in{width:100%}
		.info_region{width: 96%;
		padding-left: 2%;
		padding-right: 2%;}
		.footer_map iframe{
			width: 100%;
			}
		
		.about_as{
			width: 100%;
			}
		.about_as_p{
			width: 82%;
			
			}
		.wrapper{width: 100%;}
		.main_work,.more_work{
			width: 760px;
			margin:auto;
			}
			.hot_tour{
				width: 820px;
				margin:auto;
				}
	}
@media screen and (min-width: 800px) and (max-width: 979px){
		.reviews_in{width: 95%;}
	.block_review_in{padding: 17px 3%;
	width: 94%;
	}
		.header_mobile{
			display:block;
			}
		.header{
			display: none;
			}
				
		.foter_in{width:100%}
		.info_region{width: 96%;
		padding-left: 2%;
		padding-right: 2%;}
		.footer_map iframe{
			width: 100%;
			}
		
		.about_as{
			width: 100%;
			}
		.about_as_p{
			width: 82%;
			
			}
		.wrapper{width: 100%;}
		.main_work,.more_work{
			width: 760px;
			margin:auto;
			}
			.hot_tour{
				width: 100%;
				
				}
				.work_description span,.about_as p {color:#000;}
				.footer_bottom p{
					margin-left: 5px;
					}
					.back_cooperation_in{width: 96%;
					padding-left:2%;
					padding-right:2%;}
					#mts_tel{
						display:none;
						}
	}
@media screen and (min-width: 720px) and (max-width: 799px){
		.reviews_in{width: 95%;}
	.block_review_in{padding: 17px 3%;
	width: 94%;
	}
		.header_mobile{
			display:block;
			}
		.header,.partners{
			display: none;
			}
				
		.foter_in{width:100%}
		.info_region{width: 96%;
		padding-left: 2%;
		padding-right: 2%;}
		.footer_map iframe{
			width: 100%;
			}
		
		.about_as{
			width: 100%;
			}
		.about_as_p{
			width: 82%;
			
			}
		.wrapper{width: 100%;}
		.main_work,.more_work{
			width: 700px;
			margin:auto;
			
			}
			.hot_tour{
				width: 520px;
				margin:auto;
				}
			.work_ES_in_block{
				padding: 0;
				width: 350px;}
			
				.footer_bottom p{
					margin-left: 5px;
					}
					.work_description span,.about_as p {color:#000;}
					.back_cooperation_in{width: 96%;
					padding-left:2%;
					padding-right:2%;}
					#mts_tel,#life_tel{
						display:none;
						}
						#form_info_viss input{
							margin-right: 10px;
							}
	}
	
	
	@media screen and (min-width: 600px) and (max-width: 719px){
		.reviews_in{width: 95%;}
	.block_review_in{padding: 17px 3%;
	width: 94%;
	}
		.header_mobile{
			display:block;
			}
		.header,.partners{
			display: none;
			}
				
			.footer{
				margin-top: 30px;
				}
		.foter_in{width:100%}
		.info_region{width: 96%;
		padding-left: 2%;
		padding-right: 2%;}
		.footer_map iframe{
			width: 100%;
			}
		
		.about_as{
			width: 100%;
			}
		.about_as_p{
			width: 82%;
			
			}
		.wrapper{width: 100%;}
		.main_work,.more_work{
			width: 350px;
			margin:auto;
			
			}
			.hot_tour{
				width: 520px;
				margin:auto;
				}
			.work_ES_in_block{
				padding: 0;
				width: 350px;}
			
				.footer_bottom p{
					margin-left: 5px;
					}
					.back_cooperation_in{width: 96%;
					padding-left:2%;
					padding-right:2%;}
					#mts_tel,#life_tel,#searchtour{
						display:none;
						}
						.work_description span,.about_as p {color:#000;}
						#form_info_viss input{
							margin-right: 10px;
							}
							#form_info_js button,#form_info_viss button{
								margin-top: 40px;
								}
							.tabs{ width: 33%;}
							.tab_item{
								width: 65%;
								}
	}
	@media screen and (min-width: 537px) and (max-width:599px){
		.reviews_in{width: 95%;}
	.block_review_in{padding: 17px 3%;
	width: 94%;
	}
		.header_mobile{
			display:block;
			}
			.work_description span,.about_as p {color:#000;}
		.header,.partners{
			display: none;
			}
				
			.footer{
				margin-top: 30px;
				}
		.foter_in{width:100%}
		.info_region{width: 96%;
		padding-left: 2%;
		padding-right: 2%;}
		.footer_map iframe{
			width: 100%;
			}
		
		.about_as{
			width: 100%;
			}
		.about_as_p{
			width: 82%;
			
			}
		.wrapper{width: 100%;}
		.main_work,.more_work{
			width: 350px;
			margin:auto;
			
			}
			.hot_tour{
				width: 520px;
				margin:auto;
				}
			.work_ES_in_block{
				padding: 0;
				width: 350px;}
			
				.footer_bottom p{
					margin-left: 5px;
					}
					.back_cooperation_in{width: 96%;
					padding-left:2%;
					padding-right:2%;}
					#mts_tel,#life_tel,#searchtour{
						display:none;
						}
						#form_info_viss input{
							margin-right: 10px;
							}
							#form_info_js button,#form_info_viss button{
								margin-top: 40px;
								}
							.tabs{ width: 33%;}
							.tab_item{
								width: 65%;
								}
	}
	