a { color: #26b; }
a:hover { color: #428bca; }

/*template*/
.text-st1 {
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 14px;
    color: #1a1a1a; 
    line-height: 20px;
}

/*main*/
.bl1 .title {
    margin-bottom: 22px;
    font-family: "OpenSansBold", sans-serif;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.bl1 .text {
    display: block;
    width: 70%;
    margin: 0px auto 0px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}
.add_btn {
    display: table;
    background: #ffa834;    
    padding: 16px 28px 20px;
    margin: 42px auto 0px;
    font-family: "OpenSansSemiBold", sans-serif; 
    font-size: 18px;
	color: #1a1a1a;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	outline: none;
    border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    behavior: url(border-radius.htc);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.add_btn:hover {
	background: #26b;
	color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.mainSlider {  
    margin-top: 0px;
    background: #fff;
	position: relative;
	width: 100%;
    overflow: hidden;
}
.mainSlider li { list-style: none; }
.mainSlider .flex-direction-nav .flex-nav-prev, .mainSlider .flex-direction-nav .flex-nav-next {
    width: 54px;
    height: 54px;
    margin-top: -27px;
    border: 2px solid #fff;
    background: rgba(255,255,255,.0);
    position: absolute;
    top: 50%;   
    box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    overflow: hidden;
    z-index: 9;
    opacity: .5;
}
.mainSlider .flex-direction-nav .flex-nav-prev:hover, .mainSlider .flex-direction-nav .flex-nav-next:hover {
    opacity: 1;
}
.mainSlider .flex-direction-nav a {
    display: table;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 46px;
    color: #fff;
    text-align: center;
}
.mainSlider .flex-direction-nav .flex-nav-prev {
    left: 32px;    
}  
.mainSlider .flex-direction-nav .flex-nav-next {
    right: 32px;
}
.mainSlider .flex-control-nav {
    width: 100%;    
    position: absolute;
    bottom: 24px;
    text-align: center;
    z-index: 999;
}
.mainSlider .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
}
.mainSlider .flex-control-paging li a.flex-active {
    background: #ffa834;
    cursor: default;
}
.mainSlider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #ccc;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.mainSlider .img {
    padding: 96px 36px;
    width: 100%;
    height: 750px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
    background-size: cover!important;
}
.mainSlider .img0 { background: url('../img/trips.jpg') center; }
.mainSlider .img1 { background: url('../img/umra_page_bg.jpg') center; }
.mainSlider .img2 { background: url('../img/flyimg.jpg') center; }
.mainSlider .img3 { background: url('../img/hajj_page_bg.jpg') center; }
.mainSlider .img4 { background: url('../img/halal.jpg') top center; }


/*dear_friends*/
.dear_friends .btn_services { margin-top: 24px; } 
.dear_friends .text-st1 { display: table; padding-right: 32px; line-height: 22px; } 
.dear_friends .left { display: block; width: 256px; margin-right: 24px; float: left; } 
.dear_friends .img { 
	width: 256px;
	height: 256px;	
	background: url('../img/dear_friends.jpg');
    -moz-border-radius: 130px; 
    -webkit-border-radius: 130px;
    -khtml-border-radius: 130px;
    border-radius: 130px;
    behavior: url(border-radius.htc);
}
.dear_friends .baner { 
	width: 360px;
	height: 360px;
	background: url('../images/uploads/baner360x360.gif');
}
.dear_friends .signature span {
	display: block;
	font-family: "OpenSansSemiBold", sans-serif; 
    font-size: 16px;
    color: #1a1a1a; 
	margin: 14px auto 6px;
}
.dear_friends .signature {
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 14px;
    color: #1a1a1a; 
	text-align: center;
}

/*our_services*/
.our_services_head { background: #1e4592; position: relative; }
.our_services_head:before { 
	width: 94px;
	height: 18px;
	margin-left: -46px;
	background: url('../img/arrow.png');
	position: absolute;
	bottom: 16px;
	left: 50%;
	content: "";
}
.our_services_head .main_title {
	margin: 32px auto 48px;
	padding: 0;
	border: none;
	color: #fff;
}
.our_services { padding-top: 30px; margin-bottom: 34px; }
.our_services .row > div { margin-bottom: 30px; }
.our_services .title {
	margin-bottom: 24px;
	font-family: "OpenSansBold", sans-serif; 
    font-size: 26px;
    color: #1a1a1a;
    text-align: center;
}
.our_services .text {	
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 15px;
    color: #1a1a1a; 
	line-height: 22px;
}
.our_services .item { padding: 32px 24px; border: 4px solid #f2f2f2; }
.our_services .item:hover { background: #f2f2f2; }
.our_services .img {
    width: 248px;
    height: 248px;
    background-size: cover!important;
    margin: 0px auto 24px;
    -moz-border-radius: 248px; 
    -webkit-border-radius: 248px;
    -khtml-border-radius: 248px;
    border-radius: 248px;
    behavior: url(border-radius.htc);
    position: relative;
    overflow: hidden;
}
.our_services .img1 { background: url('../img/our_services_img1.jpg'); }
.our_services .img2 { background: url('../img/our_services_img2.jpg'); }
.our_services .img3 { background: url('../img/our_services_img3.jpg'); }
.our_services .img4 { background: url('../img/our_services_img4.jpg'); }
.our_services .img5 { background: url('../img/our_services_img5.jpg'); }
.our_services .img6 { background: url('../img/our_services_img6.jpg'); }
.our_services .fld { display: table; margin: 0px auto; }
.our_services .btn-style {
	font-size: 17px;
	text-transform: uppercase;
    padding: 15px 20px 16px;
    margin: 32px auto 0px;
	border: 3px solid #26b;
}
.our_services .btn-style:hover {
	border: 3px solid #428bca;
	background: #428bca;
	color: #111;
}


/*index_reviews*/
.index_reviews {
	background: transparent;
}

.index_gallery {
	background: transparent;
}
.index_reviews .img {
	width: 96px;
	height: 96px;
	background: #ccc;
	background-position: center!important;
	border: 4px solid #fff;
	float: left;
    -moz-border-radius: 48px; 
    -webkit-border-radius: 48px;
    -khtml-border-radius: 48px;
    border-radius: 48px;
    behavior: url(border-radius.htc);
	position: absolute;
	top: 0px;
	left: -112px;
}
.index_reviews .reviews {
	margin-top: 24px;
	margin-left: 112px;
	padding: 24px;
	background: #fff;
	float: right;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px; 
    border-radius: 4px; 
    behavior: url(border-radius.htc);
	position: relative;	
}
.index_reviews .name {
	margin-bottom: 14px;
	font-family: "Verdana, OpenSansBold", sans-serif; 
    font-size: 18px;
    color: #1a1a1a; 	
}
.index_reviews .text {
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 14px;
    color: #1a1a1a; 
	line-height: 20px;
}
.index_reviews .date {
	font-family: "RobotoRegular", sans-serif; 
    font-size: 14px;
    color: #808080; 
	line-height: 20px;
	position: absolute;
	top: 24px;
	right: 24px;
}
.index_reviews .main_title { margin-bottom: 12px; }

/*index_gallery*/
.index_gallery .images { 
	height: 252px;
	position: relative;
	overflow: hidden;
}
.index_gallery .img {
	max-width: 100%;
	-ms-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.index_gallery .item a:hover .btn_news { bottom: 16px; }
.index_gallery .item a:hover .images { opacity: .9; }
.index_gallery .item a:hover .img { transform: scale(1.05); }
.index_gallery .item a:hover .images:before { bottom: 0; }
.index_gallery .item .images:before {
	width: 100%;
    height: 75%;
    background: rgba(0,0,25,0.4);
    background: -o-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -ms-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -moz-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,25,.8) 85%,rgba(0,0,25,1) 100%);
    background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,25,.8) 85%,rgba(0,0,25,1) 100%); 
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -100%;
	content: "";	
	overflow: hidden;
}
.index_gallery .title {
	display: table;
	margin-top: 12px;
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 17px;
    color: #26b; 
	border-bottom: 1px dotted #26b;
}
.index_gallery .title:hover { color: #428bca; border-bottom: 1px dotted transparent; }

	
/*list_gallery*/
.list_gallery { padding-bottom: 34px; }
.list_gallery .main { padding-left: 3px; padding-right: 3px; }
.list_gallery .left > div { 
	display: table;
	width: 100%;
	height: 360px;
	background: #ccc;
}
.list_gallery .images { 
	height: 180px;
	position: relative;
	overflow: hidden;
}
.list_gallery .img {
	max-width: 100%;
	-ms-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.list_gallery .item { padding-left: 12px; padding-right: 12px; padding-bottom: 30px; }
.list_gallery .item a:hover .btn_news { bottom: 16px; }
.list_gallery .item a:hover .images { opacity: .9; }
.list_gallery .item a:hover .img { transform: scale(1.05); }
.list_gallery .item a:hover .images:before { bottom: 0; }
.list_gallery .item .images:before {
	width: 100%;
    height: 75%;
    background: rgba(0, 0, 0, 0.7);
    background: -ms-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    background: -webkit-linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));    
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -100%;
	content: "";	
	overflow: hidden;
}
.list_gallery .title {
	display: table;
	margin-top: 12px;
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 17px;
    color: #0143ff; 
	border-bottom: 1px dotted #0143ff;
}
.list_gallery .title:hover { color: #808080; border-bottom: 1px dotted transparent; }
.list_gallery .url_way { padding-left: 12px; }
.list_gallery .pagination { margin-top: 0px; }
#vk_groups {
	width: 100%!important;
	overflow: hidden;
}

/*news_question_answer*/
.news_question_answer { background: #f2f2f2; }
.news_question_answer .text-st1 { 
	padding: 0px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.news_question_answer .first_news .bg { background: #fff; padding-bottom: 24px; }
.news_question_answer .first_news { 
	padding: 0 15px;
}
.news_question_answer .first_news a.news:hover img { transform: scale(1.05); }
.news_question_answer img {	
	-ms-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
	border: 0;
}
.news_question_answer .img {
    display: block;
    width: 100%;  
	height: 248px;
    margin-bottom: 17px;
    position: relative;
	overflow: hidden;
}
.news_question_answer .first_news .title { 
    padding: 0px 20px;
	font-family: "RobotoBold", sans-serif; 
	font-size: 20px;
    color: #fff;   
    line-height: 1.25;
	position: absolute;
	bottom: 16px;
	left: 0px;
	z-index: 5;
	transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.news_question_answer .img:before {
	width: 100%;
    height: 100%;
    background: rgba(0,0,25,0.4);
    background: -o-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -ms-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -moz-linear-gradient(top,  transparent 0%, rgba(0,0,25,.8) 85%, rgba(0,0,25,1) 100%);
    background: -webkit-linear-gradient(top,  transparent 0%,rgba(0,0,25,.8) 85%,rgba(0,0,25,1) 100%);
    background: linear-gradient(to bottom,  transparent 0%,rgba(0,0,25,.8) 85%,rgba(0,0,25,1) 100%);      
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
	content: "";	
	overflow: hidden;
    opacity: .8;
}
.news_question_answer .img:hover:before {
	transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    opacity: .5;
}
.news_question_answer .first_news a.news:hover .btn_news { 
	bottom: 16px;
	transition: all .3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.news_question_answer .first_news a.news:hover .title {
	bottom: 77px;
	transition: all .1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.btn_news {
	display: table;
	height: 38px;
	padding: 14px 16px;
    background: #ffce00;
    font-family: "OpenSansBold", sans-serif; 
    font-size: 14px;
	color: #1a1a1a;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 20px;
	bottom: -64px;
	z-index: 5;
	transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out; 
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.btn_news:hover { 
	cursor: pointer;
}
.news_question_answer .all_news  {
	display: table;
	border-bottom: 1px dotted #26b;
	font-family: "RobotoRegular", sans-serif; 
	font-size: 15px;
    color: #26b;	
	margin: 10px 20px 0px;
}
.news_question_answer .all_news:hover  { color: #808080; border-bottom: 1px dotted transparent; }
.listnews .text-st1 { 
	height: 80px;
	overflow: hidden;
}
.listnews .url_way { margin-left: 0; margin-right: 0; }
.listnews .first_news { margin-top: 24px; }
.listnews .main_title { margin-bottom: 12px; }
.opennews { background: #f2f2f2; } 
.opennews .bgw { background: #fff; padding-bottom: 36px; } 
.opennews img { 
	padding: 0px 20px 8px 0px;
	float: left;
} 	
.opennews .text { 
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 15px;
    color: #1a1a1a;
    line-height: 22px;
	padding-bottom: 23px;
}
.opennews .text .ya-share2:before {
	float: right;
	content: "1";
}
.share_news {
	font-family: "RobotoRegular", sans-serif; 
    font-size: 14px;
    color: #808080;
	margin-bottom: 12px;
}
.allnews { padding-left: 32px; margin-top: 0px; }
.allnews a { display: table; margin-bottom: 20px; }
.allnews .title {
	margin-bottom: 11px;
	font-family: "RobotoRegular", sans-serif; 
	color: #26b;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: underline;
}
.allnews .text {
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
	padding: 0;
}
.allnews a:hover .title {
	color: #808080;
	text-decoration: none;	
}
.other_news_title {
	margin-bottom: 21px;
	font-family: "OpenSansBold", sans-serif; 
	color: #1a1a1a;
	font-size: 16px;
	text-transform: uppercase;
}

/*faq */
.question_answer { padding-left: 36px; }
.question_answer .question {
    display: table;
    height: 20px;
    font-family: "OpenSansSemiBold", sans-serif;
    font-size: 17px;
    line-height: 1.2;
    -webkit-transition:  all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-left: 24px;
	margin-bottom: 16px;
	position: relative;
}
.question_answer .question:before {
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior: url(border-radius.htc);	
}
.question_answer .question span { color: #1a1a1a; border-bottom: 1px dotted #666666; }
.question_answer .question span:hover { color: #428bca; border-bottom: 1px dotted #428bca; }
.question_answer .question:hover { 
    color: #0143ff;
    -webkit-transition:  all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
 }
.question_answer .answer {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 22px;
    margin: -6px 0px 18px;
}
.question_answer .answer span { font-family: "OpenSansSemiBold", sans-serif; }
.question_answer .open:before { background: #ffa834; }
.question_answer .open span { border-bottom: 1px dotted #26b; color:#26b!important; }


/*logo air*/
.our_partners .text {
    margin-top: -10px;
    margin-bottom: 12px;
    font-family: "OpenSansRegular", sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 24px;
    text-align: center;
}
.partnersSlider {  
    margin-top: 0px;
    background: #fff;
	position: relative;
	width: 100%;
}
.partnersSlider li { list-style: none; }
.partnersSlider .flex-direction-nav .flex-nav-prev, .partnersSlider .flex-direction-nav .flex-nav-next { display: none; }
.partnersSlider .flex-control-nav {
    width: 100%;    
    position: absolute;
    bottom: -16px;
    text-align: center;
}
.partnersSlider .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
}
.partnersSlider .flex-control-paging li a.flex-active {
    background: #ffa834;
    cursor: default;
}
.partnersSlider .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


/*contacts*/
.page_contacts .bgw { background: #fff; padding: 32px 15px 36px; } 
.page_contacts .right { padding-left: 32px; } 
.page_contacts .bgw .item { 
    display: table;
    width: 33%;
    float: left;
    margin-bottom: 17px;
} 
.page_contacts .right .item { margin-bottom: 24px; } 
.page_contacts .title {
    margin-bottom: 8px;
	font-family: "OpenSansSemiBold", sans-serif; 
    font-size: 16px;
    color: #26b; 
} 
.page_contacts .bgw .title { line-height: 20px; }
.page_contacts li { 
    list-style: none;
    margin-bottom: 4px;
	font-family: "OpenSansRegular", sans-serif; 
    font-size: 15px;
    color: #1a1a1a;
    line-height: 20px;
} 
.page_contacts li span { 
    color: #808080;
}
.page_contacts #map { 
    width: 100%;
    height: 500px;
}


/*formvideo*/
.formvideo { display: none; }
#modalvideo .modal-content { background: #000 }


/*320 - 767*/
@media (min-width: 320px) and (max-width: 767px) {   
    
    .fs-xs { padding: 0; }
	.listnews .text-st1 { 
		height: auto;
		overflow: none;
	}	
    .list_gallery { padding-bottom: 26px; }
	.index_gallery .images { height: 260px; }
	.index_gallery .img { max-width: none; height: 100%; }
	.question_answer { padding-left: 15px; }
	.dear_friends .text-st1 { padding-right: 0; }
	.dear_friends .btn { margin: 24px auto 0px; }
    .page_contacts #map { margin-top: 7px; margin-bottom: 25px; } 

    
}


/*320 - 479*/
@media (max-width: 479px) {
    
    .mainSlider .flex-direction-nav { display: none; }
    
    .mainSlider .img { padding: 96px 15px; }    
    .bl1 .title { font-size: 32px; }    
    .bl1 .text { width: 100%; }    
	.news_question_answer .img { height: 216px; }	
	.news_question_answer .question_answer  { padding-top: 48px; }
	.opennews img { 
		padding: 0px 0px 24px 0px;
		margin: 0;
	}
	.index_reviews .reviews {
		margin-top: 148px;
		margin-left: 0px;
	}
	.index_reviews .img {
		margin-left: 50%;
		top: -112px;
		left: -48px;
	}
	.index_reviews .main_title { margin-bottom: -12px; }
    .page_contacts .bgw .item { width: 100%; }
	   
}

/*320 - 480*/
@media (max-width: 480px) {
	
	.list_gallery .images { height: 216px; }
	.col-xss-12 {
		width: 100%;
		float: none;
	}	
	.index_gallery .mb24 { margin-bottom: 24px; }
	.index_gallery .btn_gallery { margin-top: 12px; }
	
}

/*320 - 360*/
@media (max-width: 360px) {
	
	.listnews .img  { height: 216px; }
	   
}


/*480 - 767*/
@media (min-width: 480px) and (max-width: 767px) {
	
	.news_question_answer .first_news .bg { display: table; padding-bottom: 0!important; }
	.news_question_answer img { max-width: none; height: 100%; max-height: 360px; }
	.news_question_answer .img {
		height: 300px;
		width: 53%;  
		margin-bottom: 0px;
		float: left;
	}
	.news_question_answer .text-st1 {
		max-height: 244px;
		padding: 20px 20px 0px;
		width: 47%;
		float: left;
		overflow: hidden;
	}
	.news_question_answer .all_news  { float: left; }
	.news_question_answer .question_answer  { padding-top: 56px; padding-bottom: 0px; }
	.listnews .bg { display: table; padding-bottom: 0!important; }
	.opennews img { width: 60%; }
	.list_gallery .images { height: 260px; }
	.list_gallery .img { max-width: none; height: 100%; } 
    .page_contacts .bgw .item { width: 50%; }    
    .page_contacts .bgw .first { width: 100%; } 
    
}


/*320 - 600*/
@media (min-width: 320px) and (max-width: 600px) {	

	.dear_friends .left { width: 100%; }
	.dear_friends .signature { float: left; text-align: left; }
	.dear_friends .signature span { margin-top: 44px; }
	.dear_friends .text-st1 { padding-top: 20px; } 
	.dear_friends .btn_services { margin: 24px auto 0px; } 
	.dear_friends .img { 
		width: 128px;
		height: 128px;
		margin-right: 24px;
		background-size: cover;
		float: left;
	}
	
}

@media (min-width: 320px) and (max-width: 380px) {	

	.dear_friends .left { width: 100%; }
	.dear_friends .signature { width: 100%; float: left; text-align: center; }
	.dear_friends .signature span { margin-top: 16px; }
	.dear_friends .img { float: none; margin: 0px auto; }

	
}

/*480 - 767*/
@media (min-width: 480px) and (max-width: 767px) {
	.opennews img { width: 100%; max-width: 480px; display: block; padding: 0px 0px 24px 0px; float: none; }

}

/*768 - 991*/
@media (min-width: 768px) and (max-width: 991px) {  
  
	.news_question_answer img {	
		max-width: none;
		height: 100%;
		max-height: 360px;
	}  
	.listnews .img { height: 260px; }
	.opennews img { padding: 0px 0px 24px 0px; }	
	.dear_friends .baner { 
		width: 220px;
		height: 400px;
	}
	
	.dear_friends .left { width: 100%; }
	.dear_friends .signature { float: left; text-align: left; }
	.dear_friends .signature span { margin-top: 44px; }
	.dear_friends .text-st1 { padding-top: 20px; } 
	.dear_friends .img { 
		width: 128px;
		height: 128px;
		margin-right: 24px;
		background-size: cover;
		float: left;
	}
    .list_gallery .images { max-width: 254px; }
    .bgw-sm { background: #fff!important; }
    .bgs-sm { background: #f2f2f2;}
    .page_contacts #map { height: 400px; } 
   

}


/*992 - 1199*/
@media (min-width: 992px) and (max-width: 1199px) {	

	.index_gallery .images { height: 216px; }

	.news_question_answer img {	
		max-width: none;
		height: 100%;
		max-height: 360px;
	}
	.opennews img { width: 420px; } 
	.list_gallery .images { height: 252px; }   
	.dear_friends .baner { 
		width: 293px;
		height: 360px;
	}
    
    .list_gallery .images { max-width: 266px; }
    .our_services .bg_img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(37,60,145,0);
        text-align: center;      
        -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
        -ms-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }
    .our_services .item:hover .bg_img {
        background: rgba(37,60,145,.6);
    }
    .our_services .item:hover .bw { opacity: 1 }
    .our_services .bw {
        display: table;
        margin: 101px auto;
        padding: 14px 16px;
        border: 2px solid #fff;
        font-family: "OpenSansSemiBold", sans-serif; 
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        opacity: 0;
    }
    .our_services .bw:hover {
        border-color: #ffa834;
        background: #ffa834;
        color: #111;       
    }
	
}
	
	
/*1200*/
@media (min-width: 1200px) {
    
    .list_gallery .images { max-width: 266px; }
    .our_services .bg_img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(37,60,145,0);
        text-align: center;      
        -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
        -ms-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }
    .our_services .item:hover .bg_img {
        background: rgba(37,60,145,.6);
    }
    .our_services .item:hover .bw { opacity: 1 }
    .our_services .bw {
        display: table;
        margin: 101px auto;
        padding: 14px 16px;
        border: 2px solid #fff;
        font-family: "OpenSansSemiBold", sans-serif; 
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        opacity: 0;
    }
    .our_services .bw:hover {
        border-color: #ffa834;
        background: #ffa834;
        color: #111;       
    }
    

}
.video1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}