﻿/* 3 stars */
/* 
max-width: 1280px;
@media (max-width: 1000px)

#00405c; - темно-синий
#19536c - синий 90%
#e5ecee; - синий 10%(таблица) 
#038ac7; - голубой

#c95100; - коричневый
#588c04; - зеленый
#ff0271; - розовый
#c00405; - красный
кнопки топ-меню - 75%
*/
@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.ttf');
}  
@font-face {
	font-family: 'OpenSans-Light';
	src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
	font-family: 'OpenSans-ExtraBold';
	src: url('../fonts/OpenSans-ExtraBold.ttf');
}
.clearfix{
	clear: both;
}
.background-brown{
	background: #c95100;
}
.background-green{
	background: #588c04; 
}
.background-blue{
	background: #038ac7; 
}
.background-pink{
	background: #ff0271;
}
.background-dark{
	background: #00405c;
}
.background-middle{
	background: #33667d;
}
.background-grey{
	 background: #e5ecee;
}
body{
	margin: 0px; padding: 0px;
	font-family:  'OpenSans-Regular', Arial, sans-serif;
	font-size: 14px;
	color: black;
	background: white;
}
h1{
	font-size: 30px;	
	line-height: 1.2;
}
h2{
	font-size: 22px;
	margin-bottom: 30px;
	color: #00405c;
	font-family: 'OpenSans-Bold';
	text-transform: uppercase;
}
@media (max-width: 550px){
	h2{
		font-size: 18px;
	}
}
h3{
	font-size: 18px;	
}

p {
    margin-bottom: 10px;	
}
a{
	color: #000;
	text-decoration: none;	
		-moz-transition: color .5s;
		-webkit-transition: color .5s;
		-o-transition: color .5s;
	transition: color .5s;	
}
a:hover{
	text-decoration: none;	
}
#main{
	width: 100%;
	min-width: 230px;
	height: 100%;
	position: relative;	
	margin: 0px auto;	
}

.header{
	position: relative;
	width: 100%;
	height: 66px;
}
.pages-header{
	height: 55px;
}
.header-background-top{
	position: absolute;
	width: 100%;
	/* height: 66px; */
	height: 100%;
	background:  #00405c;	
}	
.header-wrap{
	position: relative;
	width: 100%;	
	max-width: 1280px;
	height: 100%;
	margin: 0px auto;	
}
@media (max-width: 1000px) {
	.header{
		height: 155px;		
	}
	.header-wrap{
		margin: 0px;
	}
	.pages-header{
		height: 66px;	
	}
}
@media (max-width: 650px){
	.header{
		height: 210px;		
	}
	.pages-header{
		height: 130px;	
	}
}
@media (max-width: 450px){
	.header{
		height: 280px;		
	}
	.pages-header{
		height: 150px;	
	}
}
@media (max-width: 300px){
	.header{
		height: 300px;		
	}
	.pages-header{
		height: 200px;		
	}
	
}
.header-pos{
	width: auto;
	max-width: 1280px;
	height: auto;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
}	
@media (max-width: 1100px){
	.header-pos{
		padding-left: 10px;
		/* padding-right: 10px; */
	}
}	
.header-logo{
	float: left;
	width: 70px;
	margin-top: -14px;	
}
.header-logo img{
	width: auto;
	height: 50px;	
}
@media (max-width: 1100px){
	.header-logo img{
		height: 50px;	
	}
}
.header-banner-wrap{
	position: absolute;
	width: 60%;
	 top: 130px;
	 left: 60px;
	/*  right: 90px; */
	max-width: 550px;
	height: 220px;
	
}

@media (max-width: 1000px){
	.header-banner-wrap{
		display: none;
	}
}
.header-banner-background-color{
	position: absolute;
	width: 35%;
	height: 100%;
	/* background:  #00405c; */
	 background: #00405c;
	  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);    
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity:  0.8;	 
	 z-index: 1; 	 
}
.header-banner-background{
	position: absolute;
	width: 65%;
	height: 100%;
	margin-left: 35%;
	background: #fff;
	  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);    
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity:  0.85;	
	 z-index: 1; 	 
}
.header-banner-pos{
	position: relative;
	width: auto;
	height: 80%;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 25px;
	z-index: 2;
}
.header-banner-wrap h3{
	float: left;
	width: 25%;
	height: 100%;
	margin-top: 5px;
	font-family: 'OpenSans-Bold';
	color: #fff;	
	line-height: 1.7;
}
.header-banner-wrap ul{
	float: left;
	width: 60%;
	height: 100%;
	margin-top: 5px;
	margin-left: 55px; 
	font-family: 'OpenSans-Light';
	font-size: 15px;
	 font-weight: bold;
	color: #00405c;
	list-style: disc;
}
.header-banner-wrap li{
	margin-left: 15px;
	margin-bottom: 12px;
}
.header-name{
	float: left;
	width: auto;
	margin-top: -5px;	
	margin-right: 15px;
}
.header-name h1{
	font-family: 'OpenSans-Bold';
	color: #fff;
	text-transform: uppercase;
}
.header-name h1>span{	
	font-family:  'OpenSans-Light';
	color:  #fff;
}
@media (max-width: 1100px){
	.header-name h1{
		font-size: 24px;
	}
}
@media (max-width: 650px){
	.header-name{
		clear: left;
		width: auto;
		margin-top: 5px;
		margin-left: 0px;
		margin-bottom: 10px;
		line-height: 1;		
	}
	.header-name h1{
		font-size: 24px;
	}
}
.header-adress{
	position: absolute;
	top: 75px;
	left: 60px;
	width: auto;
	font-size: 14px;
	color: #00405c;
}
@media (max-width: 1200px){
	.header-adress{
		left: 10px;
	}
}
@media (max-width: 1000px){
	.header-adress{
		position: static;
		clear: left;	
		width: auto;
		margin-bottom: 10px;
		font-family: 'OpenSans-Regular';
		color: #fff;		
	}
}
@media (max-width: 650px){
	.header-adress{
		width: 80%;
	}
}
.pages-header-adress{
	display: none;
}
.header-right-wrap{
	float: right;
	width: 59%;
}

@media (max-width: 1000px){
	.header-right-wrap{
		width: 80%;
		float: left;	
	}
}
@media (max-width: 650px){
	.header-right-wrap{
		clear: left;		
	}
}
.header-reservation{
	float: right;
	width: auto;
	margin-top: -15px;
	margin-left: 5%;	
}
@media (max-width: 1000px){
	.header-reservation{
		position: absolute;
		top: 15px;
		/* right: 10px; */
		right: 0px;
	}
}
.header-reservation-pos{
	position: relative;
}
#touch-menu-1{
	display: block;
}
.touch-menu-nav-1{
	display: none;
}
.reservation-txt-wrap{
	position: absolute;
	top: 66px;
	right: 0;
	width: 250px;
	padding: 15px 10px 15px 20px;
	background: #fff;
	z-index: 200;	
}
.pages-reservation-txt-wrap{
	top: 55px;
}
@media (max-width: 1000px){
	.pages-reservation-txt-wrap{
		top: 66px;
	}
}
@media (max-width: 650px){
	.reservation-txt-wrap{
		top: 45px;
	}
}
@media (max-width: 400px){
	.reservation-txt-wrap{
		width: 180px;
	}
}

.reservation-close{
	float: right;	
}
.reservation-txt{
	margin-bottom: 10px;
	color: #00405c;
	line-height: 1.4;
}
.reservation-txt.txt-2 a{
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	color: #00405c;
}
.reservation-txt.txt-2 a:hover{
	color: #c00405;
}
.reservation-txt.txt-3{
	font-family: 'OpenSans-Bold';
	font-size: 16px;
}
.reservation-txt.txt-5{
	margin-top: 20px;
	font-size: 12px;	
}
.reservation-button{
	display: table;
	width: 160px;
	height: 66px;	
	margin-top: -15px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #c00405;
	-moz-transition: background .5s;
		-webkit-transition: background .5s;
		-o-transition: background .5s;	
	transition: background .5s;
}
.reservation-button:hover{
	cursor: pointer;
	background: #8d0708;
}
.pages-reservation-button{
	height: 55px;	
}
@media (max-width: 1000px){
	.pages-reservation-button{
		height: 66px;	
	}
}
a .reservation-button{
	display: table-cell; 
	vertical-align: middle;
	text-align: center; 
}
a:hover .reservation-button{
	cursor: pointer;	
}
@media (max-width: 650px){
	.reservation-button{
		width: 140px;
		height: 45px;	
		font-size: 14px;
	}
}
.header-phone a{	
	float: left;
	display: block;
	margin-bottom: 5px;	
	font-size: 20px;
	font-family: 'OpenSans-Bold';
	color: #fff;
	line-height: 1;
	-moz-transition: color .5s;
		-webkit-transition: color .5s;
		-o-transition: color .5s;	
	transition: color .5s;
}
.header-phone a:hover{
	color: #c00405; 	
}
.header-email{
	float: left;
	/* clear: left; */
	margin-left: 30px;	
	font-family: 'OpenSans-Bold';
	color: #fff;
	padding-bottom: 0px;
}
@media (max-width: 450px){
	.header-email{
		clear: both;
		margin-left: 0px;
	}
}
.header-person{
	float: left;
	clear: left;
	color: #fff;
	font-size: 14px;
}
.pages-header-person{
	display: none;
}
/* <header> - КОНЕЦ */
.main-photo-wrap{
	position: relative;	
}
.main-photo{
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: auto;	
	margin: 0 auto;	
	z-index: -10;
}
.main-photo img{
	width: 100%;
	height: auto;
}
.menu-top{
	position: absolute;
	bottom: 50px;
	left:0;
	right: 0;
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0px auto 0 auto;
	z-index: 100;
}
.menu-top.pages-menu-top{
	position: static;
		
}	
@media (max-width: 1000px){
	.menu-top{
		top: 0px;
		bottom: auto;		
		right: auto;
		width: 230px;
	}
	.menu-top.pages-menu-top{
		position: absolute;
		top: 65px;
		bottom: 0;
		left:0;
		right: auto;
	}
}
@media (max-width: 650px){
	.menu-top.pages-menu-top{
		position: absolute;
		top: 130px;
		bottom: 0;
		left:0;
		right: auto;
	}	
}
@media (max-width: 450px){
	.menu-top.pages-menu-top{		
		top: 150px;		
	}	
}

.menu-top-wrap{
	position: relative;
	width: 100%;	
	max-width: 1280px;
	
	margin: 0px auto;	
}
@media (max-width: 1000px){
	.menu-top-wrap{
		text-align: left;	
		width: auto;
		height: auto;		
		margin-left: 0px;	
	}
}
.menu-top-pos{
	position: relative;
	height: 100%;
	text-align: center;
}
@media (max-width: 1000px){
	.menu-top-pos{
		width: 200px;
		height: 100%;
		margin-left: 0;
		float: left;
		text-align: left;
		z-index: 2;
	}	
}
.menu-level-1{
	display: inline-block;
	float: none;
	 width: 100%; 
}
@media (max-width: 1000px){
	.menu-level-1{
		display: block;
		float: left;
		 width: auto;
	}
}
.menu-level-1>li{
	position: relative;	
	float: left; 	
	width: 20%;
	height: 45px;
	margin: 0;	
}
@media (max-width: 1280px){
	.menu-level-1>li{
		margin: 0 ;	
	}
}
@media (max-width: 1000px){
	.menu-level-1 li{
		float: none;
		width: auto;
		height: 60px;
		margin-left: 0px;
	}
}
.menu-level-1-button{
	width: auto;
	height: 45px;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);    
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
	opacity: 0.8;
	border-top: 4px solid transparent;	
	
		-moz-transition: border .5s, background .5s;
		-webkit-transition: border .5s, background .5s;
		-o-transition: border .5s, background .5s;	
	transition: border .5s, background .5s;		
}
@media (max-width: 1000px){
	.menu-level-1-button{
		width: 200px;
		height: 60px;
		margin-top: 0px;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);    
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;	 
		border-top: 0px;
		border-left: 5px solid transparent;		
	}
}
.menu-level-1>li:hover .menu-level-1-button{
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);    
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
	opacity: 1;
	border-top: 4px solid #fff;
}
.menu-level-1 a{
	position: relative;
	display: block;
	padding: 15px 40px;
	margin-top: -50px; 
	font-size: 16px;
	color: #fff;	
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;	
	z-index: 30;
}
@media (max-width: 1280px){
	.menu-level-1 a{
		margin-top: -45px; 
	}
}
@media (max-width: 1000px){
	.menu-level-1 a{
		margin-top: -50px;
		float: none;
		margin-left: 0;
		padding-left: 10px;
		
	}
}
@media (max-width: 1000px){
	.menu-level-1>li:hover .menu-level-1-button{
		border-top: 0px;
		border-left: 5px solid #fff;
	}
}
@media (max-width: 1280px){
	.menu-level-1 a{
		padding: 9px 20px;
	}
}


/* Экран - настройка кнопки и выпадающего Меню*/
#touch-menu {
	display: none;
}
.touch-menu-nav{
	display: block;
}
/* Планшет - Настройка кнопки и выпадающего Меню*/	
@media (max-width: 1000px){
	#touch-menu {
		display: block;		
	}		
	.touch-menu-nav {
		display: none;
	}	
}
@media (max-width: 1000px){
	.header-touch{
		position: absolute;
		top: auto;
		left: auto;
		bottom: 10px;
		right: 10px;
		width: 35px;
		height: 35px;
		background: url(../images/hamburger-1.png) no-repeat;	
		 z-index: 100;
	}
	.header-touch.pages-header-touch{
		position: absolute;
		top: 10px;
		left: auto;
		bottom: auto;
		right: 180px;
		width: 35px;
		height: 35px;
		background: url(../images/hamburger-1.png) no-repeat;	
		 z-index: 100;
	}
}
/* Контент Главная - НАЧАЛО  */
.content-wrap{
	width: 100%;	
	max-width: 1280px;
	margin: 0px auto;
}
@media (max-width: 1000px) {
	.content-wrap{
		margin-left: 0px;
	}	
}
.content-pos{
	width: auto;
	max-width: 1280px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.article-wrap{
	float: right;
	width: 35%;
	height: auto;
	padding-right: 3%;
}
@media (max-width: 1000px){
	.article-wrap{
		float: none;
		width: 100%;
		height: auto;
		padding-right: 0;
	}
}
.article-1 {	
	margin-bottom: 30px;
}
@media (max-width: 1000px){
	.article-1 {
		margin-top: 30px;
		height: auto;
	}
}
.article-1 h2{
	height: 50px;
	padding-top: 15px;
	background: #00405c;
	color: #fff;
	text-align: center;
}
.article-1  p{
	font-size: 16px;
}
.article-1 img{
	display: block;
	width: 300px;
	height: auto;
	margin: 30px auto 0 auto;
}
@media (max-width: 1000px){
	.article-1 img{
		display: none;
	}
}
.article-2{	
	display: none;	
}
@media (max-width: 1000px){
	.article-2{
		display: block;
		height: auto;
		min-height: 100px;
		margin-bottom: 30px;
	}
}
.article-2 h3{
	float: none;
	margin-bottom: 30px;
	color: #00405c;
	font-family: 'OpenSans-Bold';
}
.article-2  p{
	font-size: 16px;
}
.rooms-hotel-wrap{
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 30px;	
}
@media (max-width: 550px){
	.rooms-hotel-wrap{
		width: 220px;
		margin: 0 auto 20px auto;
	}
}
.rooms-hotel-top{
	width: 100%;
	height: 70px;
	font-size: 16px;
	text-align: center;
	background: #00405c;	
}
@media (max-width: 550px){
	.rooms-hotel-top{
		height: auto;
	}	
}
.rooms-header-reservation{
	float: right;
	width: auto;
	margin: 0px;	
}
@media (max-width: 550px){
	.rooms-header-reservation{
		width: 100%;
	}
}
#touch-menu-3 .reservation-button{
	height: 69.5px;
}
@media (max-width: 550px){
	#touch-menu-3 .reservation-button{
		width: 220px;
		height: 50px;
	}
}
.touch-menu-nav-3.reservation-txt-wrap{
	top: 70px;
	padding-bottom: 25px;
	text-align: left;
}
@media (max-width: 550px){
	.touch-menu-nav-3.reservation-txt-wrap{
		top: 50px;
		right: -1px;
		width: 200px;
		padding-bottom: 25px;
	}
}
.rooms-header-reservation-pos{
	position: relative;
}
#touch-menu-3{
	display: block;
}
.touch-menu-nav-3{
	display: none;
}
.content-price{
	width: auto;
	height: auto;
	overflow-x: auto;
}
.content-price h2{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.price-table{
	width: auto;
	min-width: 450px;
	height: auto;
	min-height: 300px;
	color: #00405c;
	text-align: center;
	border-top: 1px solid #e5ecee;
	border-left: 1px solid  #e5ecee;
	border-right: 1px solid  #e5ecee;
}
.price-table-header{
	width: 100%;
	height: 55px;
	padding: 15px 0 0 0;
	font-weight: bold;
	border-bottom: 1px solid  #e5ecee;
}
@media (max-width: 450px){
	.price-table-header{
		padding: 15px 0 0 10px;
		text-align: left;
	}
}
.price-table-row-header{
	float: left;
	width: 100%;	
	font-weight: bold;
	border-bottom: 1px solid  #e5ecee;	
}
.price-table-row{
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid  #e5ecee;		
}
.price-table-row-1{
	clear: left;
	float: left;
	width: 100%;
	height: auto;	
}
.table-column-1{	
	float: left;	
	width: 20%;
	height: auto;
	padding:  1% 0;	
	font-weight: bold;	
}
.table-column-2{
	float: left;
	width: 13%;
	height: auto;
	padding: 1% 0;
	border-left: 1px solid  #e5ecee;
}
.table-column-2.column-2-1{
	border-left: 0px;
}
.table-bottom{
	float: left;	
	width: auto;
	height: auto;
	padding:  20px 0;	
	color:  #00405c;
	font-weight: bold;	
}

.rooms-hotel-top-txt{
	display: table;
	width: auto;
	height: 100%;
	margin: 0 auto;
	padding: 0 5px;
	color: #fff;
}
.rooms-hotel-top-txt-cell{
	display: table-cell; 
	vertical-align: middle;
	float: none;
	text-align: center;	
}
.rooms-hotel-top-txt-1{
	font-family: 'OpenSans-Bold';
	font-size: 20px;
}
.rooms-hotel-top-button{
	float: right;
	display: table;
	width: 150px;
	height: 100%;
	min-height: 60px;	
	background: #c00405; 
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 550px){
	.rooms-hotel-top-button{
		width: 100%;
		height: 40px;
	}
}
a .rooms-hotel-top-button{
	color: #fff;	
}
a:hover .rooms-hotel-top-button{
	text-decoration: underline;
}
.rooms-hotel-top-button span{
	display: table-cell; 
	vertical-align: middle;
	float: none;
	text-align: center; 

}
@media (max-width: 550px){
	.rooms-hotel-top-txt{
		height: 130px;
	}
}





.rooms-hotel-middle{
	width: 100%;
	height: auto;
}
.rooms-hotel-item{
	float: left;
	width: 33.33333%;
}
@media (max-width: 550px){
	.rooms-hotel-item{
		width: 100%;
	}
}
.rooms-hotel-item img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.rooms-hotel-item-1{
	position: relative;
	display: table;
	width: 100%;	
	height: 70px;
	margin: -10px 0 0 0;
	font-size: 16px;
	color: #fff;	
}
.rooms-hotel-item-1 i{
	display: block;
	position: absolute;
	top: -20px;
	left: 0; right: 0;
	text-align: center;
}
.rooms-hotel-item-1.background-brown i{
	color: #c95100;
}
.rooms-hotel-item-1.background-green i{
	color: #588c04;
}
.rooms-hotel-item-1.background-blue i{
	color: #038ac7;
}
.rooms-hotel-item-1 span{	
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	float: none; 
	text-align:  center;
	padding: 0 5px 0 5px;
}
.rooms-hotel-item-1.background-brown{
	border-right: 1px solid #c95100;
}
@media (max-width: 550px){
	.rooms-hotel-item-1.background-brown{
		border-right: 0;
	}
}
.rooms-hotel-item-1.background-green{
	border-right: 1px solid #588c04;
}
@media (max-width: 550px){
	.rooms-hotel-item-1.background-green{
		border-right: 0;
	}
}
/* Слайдер на Главной*/
.slider-wrap{
	float: left;
	width: 60%;
	height: 100%;
	margin: 0;		
}
@media (max-width: 1000px){
	.slider-wrap{
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}
/* Фотогалерея */
.actions-gallery-item-color {
	/* цветной фон при наведении */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	background-color: rgba(204,204,204,.75);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);    
		-moz-opacity: 0;
		-khtml-opacity: 0;
	opacity: 0;
	z-index: 2;
		-moz-transition: opacity .3s ease;	
		-o-transition: opacity .3s ease;
		-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.actions-gallery-item-color:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);   
		-moz-opacity: 1;
		-khtml-opacity: 1;
   opacity: 1;
}
@media (max-width: 700px) {
	/* убрать увеличение окна для мобильных*/
	.actions-gallery-item-color{
		display: none;
	}
	.lightbox{
		display: none !important;
	}
	.lightboxOverlay{
		display: none !important;
	}	
}
.actions-gallery-item-zoom-pos{
	/* центрирование лупы */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: 60px;
	margin: auto;	
	padding: 0 10px;	
}
.actions-gallery-item-zoom-img{ 	
/* круг в центре с лупой*/	
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;	
	border-radius: 50%;
	-webkit-transform: scale(0);
		-ms-transform: scale(0);
	transform: scale(0);
		-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;	
}
.photo-color-1 .actions-gallery-item-zoom-img{
	background: rgba(88, 140, 4, 0.7); 	
}
.photo-color-2 .actions-gallery-item-zoom-img{
	background: rgba(3, 138, 199, 0.7); 	
}
.photo-color-3 .actions-gallery-item-zoom-img{
	background: rgba(201, 81, 0, 0.7); 	
}
.photo-color-4 .actions-gallery-item-zoom-img{
	background: rgba(0, 64, 92, 0.7); 	
}
.actions-gallery-item-zoom-img i{
	padding-top: 20px;
	font-size: 20px;
}
.actions-gallery-item-color:hover .actions-gallery-item-zoom-img{
	/* появление лупы при наведении	 */
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
	transform: scale(1);
}
/* Фотогалерея - end*/
.article-3{
	width: 100%;
	margin-top: 30px;
}
.article-3 h2{
	text-align: center;
}
.article-3 img{
	display: block;
	margin: 0 auto 20px auto;
}
.article-3 p{
	width: 80%;
	padding-bottom: 20px;
	margin: 0 auto;
}
@media (max-width: 550px){
	.article-3 p{
		width: 95%;		
	}
}
.article-3 h3{
	display: table;
	width: 100%;
	height: 65px;
	margin-bottom: 20px;
	font-family: 'OpenSans-Bold';
	color: #fff;
	text-align: center;
	text-transform: uppercase;	
}
.article-3 span{	
	display: table-cell; 
	vertical-align: middle;	
}
.article-3-top{
	float: left;
	width: 50%;
}
@media (max-width: 1000px){
	.article-3-top{
		width: 100%;
	}
}
.article-3-1{	
	float: left;
	width: 50%;	
	text-align: left;
}
@media (max-width: 550px){
	.article-3-1{
		width: 100%;
		margin: 0 auto;	
	}
}
.article-3-1 h3{
	border-right: 1px solid #00405c; 
}
.article-3-2{
	float: left;
	width: 50%;	
	text-align: right;
}
@media (max-width: 550px){
	.article-3-2{
		width: 100%;
		margin: 0 auto;	
	}
}
.article-3-2 h3{
	border-right: 1px solid #588c04; 
}
.article-3-bottom{
	float: left;
	width: 50%;
}
@media (max-width: 1000px){
	.article-3-bottom{
		width: 100%;
	}
}
.article-3-3{
	float: left;
	width: 50%;		
	text-align: left;
}
@media (max-width: 550px){
	.article-3-3{
		width: 100%;
		margin: 0 auto;	
	}
}
.article-3-3 h3{
	border-right: 1px solid #ff0271; 
}
.article-3-4{
	float: left;
	width: 50%;	
	margin-right: 0;
	text-align: right;
}
@media (max-width: 550px){
	.article-3-4{
		width: 100%;
		margin: 0 auto;	
	}
}
.article-3-4 h3{
	border-right: 1px solid #038ac7;
}
.article-3-invitation{
	float: right;
	width: 50%;
	margin-top: 10px;
	text-align: right;
	text-transform: uppercase;
	color: #00405c; 
	font-size: 20px;	
}
@media (max-width: 1000px){
	.article-3-invitation{
		width: 80%;		
	}
}
@media (max-width: 550px){
	.article-3-invitation{
		width: 100%;	
		font-size: 16px;	
	}
}
.article-3-invitation span{
	font-family: 'OpenSans-Bold';
}
.article-3-invitation p{
	float: left;
	width: 75%;
	margin-right: 20px;
}
.article-3-invitation img{
	display: block;
	float: left;
	width: 70px;
}
.map-wrap{
	position: relative;
	width: 95%;
	height: 455px;	
	margin: 20px auto 0 auto;	
}
.map-wrap-size{
	width:100%; 
	height:100%;
}
.map-txt{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 180px;
	height: 160px;
	padding: 10px 20px;
	background: #fff;
	z-index: 200;
}
.map-txt span{
	font-weight: bold;
	padding-left: 30px;
}
.map-txt a{
	display: inline-block;
	padding: 10px 0 10px 30px;
	font-weight: bold;
}
.map-txt a:hover{
	color: #c00405;
}

.to-top{
	display: block;
	width: 50px;
	height: 50px;
	margin: 30px auto 0 auto;
	background: #00405c;
	border-radius: 100%;
	text-align: center;
	-moz-transition: background .5s;
		-webkit-transition: background .5s;
		-o-transition: background .5s;	
	transition: background .5s;
}
.pages-to-top{
	margin: 0 auto 50px auto;
}
.to-top{
	color: #fff;
}
.to-top:hover{
	background: #038ac7;
	color: #fff;
}
/* галерея */
.pages-head-1{
	margin-top: 20px;
	margin-bottom: 0px;
}
.pages-to-home{
	margin-top: 30px;
}
.pages-to-home a{
	color: #00405c;
}
.pages-to-home i{
	font-size: 20px;
}
.photo-wrap{
	width: 100%;
	text-align: center;	
}
.pages-head-2{
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 40px;
	margin: 20px auto 50px auto;	
	color: #fff;	
}
.title-color-1{
	background: #588c04;
}
.photo-color-1{
	border: 1px solid #588c04;	
}
.photo-color-1 a{
	color: #588c04;	
	font-weight: bold;
}
.title-color-2{
	background: #038ac7;
}
.photo-color-2{
	border: 1px solid #038ac7;	
}
.photo-color-2 a{
	color: #038ac7;
	font-weight: bold;
}
.title-color-3{
	background: #c95100;
}
.photo-color-3{
	border: 1px solid #c95100;
}
.photo-color-3 a{
	color: #c95100;
	font-weight: bold;
}
.title-color-4{
	background: #00405c;
}
.photo-color-4{
	border: 1px solid #00405c;
}
.photo-color-4 a{
	color: #00405c;
	font-weight: bold;
}
.photo-item{
	display: inline-block; 	
	float: none;		
	width: 300px;
	height: 195px;
	margin: 2px;	
	/* border: 1px solid #d4d4db; */
	
}
@media (max-width: 350px){
	.photo-item{
		width: 200px;
		height: 130px;
	}
}
.item-img{
	position: relative;
	width: 100%;
	height: 100%;	
	overflow: hidden;	 
}
.item-img img{
	display: block;
	position: absolute;
	left:0; 
	right: 0;
	width: 100%;
	height: 100%;
	top: 0; 
	bottom: 0; 
	margin: auto; 
}
.photo-txt{
	width: auto;
	height: 65px;
	margin-top: 10px; 
	margin-bottom: 10px;
	padding: 0 5px;
	overflow: hidden;
}
/* отзывы */
.pages-head-3{
	margin-top: 20px;
	margin-bottom: 40px;
}
.feedback-form{
	float: right;
	width: 300px;	
}
@media (max-width: 800px){
	.feedback-form{
		float: none;
		width: 300px;
		margin: 0 auto 30px auto;
	}
}
.feedback-form-wrap{
	width: 100%;
	height: 560px;
	background: #e5ecee;
}
.feedback-form-pos{
	width: auto;
	height: auto;
	padding: 20px;
	text-align: center;
}
.feedback-form-head{
	display: table;
	width: 100%;
	height: 50px;
	color: #fff;
	font-family: 'OpenSans-Bold';
	text-align: center;
	text-transform: uppercase;
	background: #038ac7;  
}
.feedback-form-head span{
	display: table-cell;
	vertical-align: middle;	
}
.feedback-form-wrap label{
	display: block;	
	width: 100%;
	height: 25px;
	text-align: left;
}
.feedback-form-wrap input{
	display: block;	
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
.feedback-form-wrap textarea{
	width: 100%;
	font-size: 16px;
}
.feedback-form-button{
	display: inline-block;
	width: 100px !important;
	height: 30px !important;
	margin: 20px auto;
	/* padding-top: 10px; */
	color: #fff;
	text-align: center;
	background: #038ac7;
	border: none;
}
.feedback-form-button:hover{
	color: #fff;
	background: #00405c; 
}
.feedback-wrap{
	float: none;
	width: auto;
	height: auto;
	padding-left: 50px;
	overflow: hidden;
}
@media (max-width: 800px){
	.feedback-wrap{
		padding-left: 0px;
	}
}
.feedback-item{
	clear: both;
	width: 90%;
	height: auto;	
	margin-bottom: 40px;	
	padding-bottom: 20px;
	border-bottom: 1px solid #19536c;
	overflow: hidden;
}
@media (max-width: 800px){
	.feedback-item{
		width: 100%;
	}
}
.feedback-item-left{
	float: left;
	width: 20%;	
	color: #00405c;
	margin-bottom: 20px;
	margin-right: 10px;
}
@media (max-width: 1000px){
	.feedback-item-left{
		margin-left: auto;
		float: none;
		width: 100%;	
	}
}
.feedback-item-img{
	display: block;
	float: none;
	width: 60px;
	height: auto;
	margin-bottom: 20px;
}
.feedback-item-name{
	font-family: 'OpenSans-Bold';
}
.feedback-item-date{
	
}
.feedback-item-txt{
	float: left;
	width: 70%;
	height: auto;
	overflow: hidden;
}
@media (max-width: 1000px){
	.feedback-item-txt{
		float: none;
		width: 100%;	
	}
}
.feedback-more{
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 50px;
	font-size: 16px;
	color: #00405c;
}
@media (max-width: 800px){
	.feedback-more{
		padding-left: 0px;
	}
}
#footer{	
	width: 100%;	
	height: 140px; 
	margin: 30px auto 0 auto;
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	color: #fff;
	line-height: 1.2; 	
	background-color: #00405c; 
	
}
@media (max-width: 700px){
	#footer{
		height: 440px; 
	}	
}
#footer a{
	display: block;
	width: 100%;
	margin-bottom: 6px;
	font-family: 'OpenSans-Bold';	
	color: #fff;
}
#footer a:hover {
	color: #c00405;		
}
.footer-wrap{	
	position: relative;
	width: 100%;	
	max-width: 1280px;	
	margin: 0px auto;
}
.footer-pos{
	width: auto;
	height: auto;
	padding: 15px 10px 10px 10px;
}
.footer-left-logo{
	float: left;
	width: 10%;	
}
.footer-left-logo img{
	height: 55px;
	margin-top: -10px;
}
@media (max-width: 700px){
	.footer-left-logo{
		width: 40%;	
	}
}
.footer-left{
	float: left;
	width: 25%;			
}
@media (max-width: 700px){
	.footer-left{
		width: 90%;
		margin-top: 10px;
	}
}
.footer-right{
	float: right;
	width: 20%;
	font-size: 14px;
	line-height: 1.5;
}
@media (max-width: 1000px){
	.footer-right{	
		float: left;
		width: 30%;	
	}
}
@media (max-width: 700px){
	.footer-right{
		float: left;
		width: 90%;
		margin-top: 15px;
	}
}
a.footer-phone{
	font-size: 16px;
}
.footer-right-email{
	font-family: 'OpenSans-Bold';
}