﻿html {
}
body {
	font-size: 16px;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #b2afaf;
	font-family: 'GothamPro';
}
html, body {
	/*overflow-y: hidden;*/
}


.popup-block {
display:none;
}

.popup-block .popup-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 99999999999999;
overflow: auto;
width:100%;
height:100%;
}

.popup-block .block {
background:#fff;
width:100%;
max-width:500px;
padding:20px;
position:fixed;
top:50%;
left:50%;
z-index:99999999999;
transform: translate(-50%, -50%);
}

.popup-block .block img {
max-width:100%;
height:auto !important;
}

.popup-block .block .close {
width:16px;
height:16px;
background:url(../images/popup-close.png) no-repeat;
position:absolute;
top:20px;
right:20px;
cursor:pointer;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background-size:contain;
          opacity:1 !important;
}

.popup-block .block .close:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}


.main_content {
	width: 100%;
	height: auto;
	height: 100%;
}
.text-center {
	text-align: center;
}
.text_cloud {
	position: relative;
	z-index: 1;
}
.text_cloud:before {
	display: block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: calc(100% + 60px);
	top: -30px;
	/*left: 25%;*/
	/*right: 25%;*/
	z-index: -1;
	
	background: rgba(0, 0, 0, 0.75);
	background: -moz-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0, 0)), color-stop(50%, rgba(0,0,0 ,0.75)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
}
.popular_service .text_cloud:before {
	width: 360px;
}
h1.logo {
	float: left;
	width: 50%;
	margin: 0;
}
ul {
	padding-left: 0;
	list-style: none;
}
.login_menu {
	text-align: right;
	float: right;
	width: 50%;
}
.login_menu a {
	margin-left: 10px;
}
.wrap-main {
	margin: 0 auto;
	height: 100%;
	position: relative;
	padding: 10px;
	/*border: 10px solid #cfac6f;*/
}
.border {
	display: block;
	/*position: absolute;*/
	position: fixed;
	background: #cfac6f;
	z-index: 1000;
}
.bd_left {
	width: 10px;
	height: 100%;
	left: 0;
	top: 0;
}
.bd_right {
	width: 10px;
	height: 100%;
	right: 0;
	top: 0;
}
.bd_top {
	width: 100%;
	height: 10px;
	left: 0;
	top: 0;
}
.bd_bottom {
	width: 100%;
	height: 10px;
	left: 0;
	bottom: 0;
}
.wrap-inner {
	max-width: 1600px;
	margin: 0 auto;
}
header {
	height: 100px;
	/*background: #333;*/
	border-bottom: 1px solid #333333;
	padding: 30px 0;
}
footer {
	height: 100px;
	/*background: #333;*/
	padding: 30px 0;
	border-top: 1px solid #333333;
}
.main-content {
	/*min-height: calc(100% - 100px - 100px);*/
}
.admin-create-form {
	margin: 0 auto;
	float: none;
}
.main_img_1 {
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	/*background-attachment: fixed;*/
}
.main_page .main_img_1 {
	background: url('../i/main_img_1.jpg') no-repeat center center;
}
.pt-page {
	background: #fff;
	/*overflow: hidden;*/
	/*overflow-y: auto;*/
	/*height: 100%;*/
}
.wrap_inner {
	max-width: 1170px;
	margin: 0 auto;
}
.main_menu {
	width: 100%;
	margin-top: 35px;
	position: relative;
	z-index: 10;
}
.main_menu ul {
	padding-left: 0;
	text-align: center;
}
.main_menu li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0 30px;
}
.main_menu li:first-child {
	margin-left: 0;
}
.main_menu li:last-child {
	margin-right: 0;
}
.main_menu li a {
	font-size: 18px;
	font-family: 'PlayfairDisplay';
	color: #fff;
	text-decoration: none;
	border: 0 none;
}
.main_menu li a:hover,
.main_menu li a.active {
	text-decoration: none;
	border-bottom: 3px solid #cfac6f;
}
.header_elems {
	padding-top: 20px;
	position: relative;
	z-index: 20;
}
.address {
	color: #fff;
	background: url("../i/ico/marker.png") no-repeat 0 6px;
	margin-top: 30px;
	padding-left: 25px;
	font-size: 13px;
}
.address a {
	color: #cfac6f;
	font-size: 11px;
	text-decoration: none;
}
.address a:hover {
	text-decoration: underline;
	cursor: pointer;
}
.soc {
	margin-top: 40px;
}
.soc a {
	width: 26px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.soc a:hover {
	opacity: 1;
}
.facebook {
	background: url("../i/ico/fb.png") no-repeat 0 0;
}
.instagram {
	background: url("../i/ico/insta.png") no-repeat 0 0;
}
.tel {
	color: #fff;
	font-size: 16px;
	font-family: 'GothamProBold';
	margin-top: 23px;
	text-align: center;
}
.tel > span {
	font-size: 14px;
	color: #fff;
	text-transform: lowercase;
}
.baths_page .tel > span {
    color: #170001;
}
.pt-perspective {
	height: 100%;
}
.pt-perspective .btn {
	padding: 15px 27px;
}
.btn.btn_brown {
	background: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	color: #170001;
	font-family: GothamProBold;
}
.btn.btn_brown:hover {
	background: #cc9966;	
}
.btn.btn_brown:active {
	-webkit-box-shadow: inset 0px 0px 3px #000;
	-moz-box-shadow: inset 0px 0px 3px #000;
	box-shadow: inset 0px 0px 3px #000;
}
.header_elems .btn_brown {
	margin-top: 25px;
}
.header_page_1 {
	margin-top: 180px;
	position: relative;
	z-index: 20;
	
	-webkit-transition: all 1.2s ease-in-out;
	-moz-transition: all 1.2s ease-in-out;
	-ms-transition: all 1.2s ease-in-out;
	-o-transition: all 1.2s ease-in-out;
	transition: all 1.2s ease-in-out;
}
.header_page_1:before {
	display: block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: calc(100% + 60px);
	top: -30px;
	/*left: 25%;*/
	/*right: 25%;*/
	z-index: -1;
	
	background: rgba(0, 0, 0, 0.75);
	background: -moz-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0, 0)), color-stop(50%, rgba(0,0,0 ,0.75)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
}
#px_hp_2 {
	transform: translateY(100px);
}
.clock_around {
	text-align: center;
	margin-bottom: 50px;
}
.clock_around span {
	background: url("../i/ico/24h.svg") no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding-left: 58px;
	line-height: 30px;
}
.header_page_1 h1 {
	font-size: 55px;
	color: #fff;
	text-transform: none;
	text-align: center;
	margin-bottom: 80px;
	font-family: 'Oranienbaum';
}
.bath_select {
	text-align: center;
}
.bath_select a {
	color: #cfac6f;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid #cfac6f;
	text-decoration: none;
	font-family: 'GothamProBold';
	font-size: 12px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bath_select a:not(.btn):hover {
	color: #fff;
	border-bottom-color: #fff;
}
.mouse_item {
	position: absolute;
	text-align: center;
	bottom: 50px;
	left: 0;
	width: 100%;
	z-index: 20;
}
.mouse_item img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	
	opacity:1;
	animation: mouseAnimation 2s infinite;
}
.mouse_item span {
	display: block;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}
@keyframes mouseAnimation { /* flame pulses */
	0%   { opacity:1; }
	50%  { opacity:0.1; }
	100% { opacity:1; }
}
.main_img_2 {
	height: 100%;
}
.linked_images {
	margin-bottom: 0;
}
.linked_images.short {
	text-align: center;
}
.linked_images li {
	/*width: 14.2857%;*/ /*7 items*/
	width: 20%; /*8 items*/
	height: 150px;
	float: left;
	
	text-align: center;
	position: relative;
}
.linked_images.short li {
	float: none;
	display: inline-block;
	margin-left: -4px;
}
.linked_images.short li:first-child {
	margin-left: 0;
}
.linked_images li a {
	display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	width: 100%;
	height: 100%;
	
	position: relative;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	transform-origin: center center;
	transform: scale(1.01);
	z-index: 1;
}
.linked_images li a:after {
	display: block;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.linked_images li a:hover {
	text-decoration: none;
	transform: scale(1.1);
	z-index: 1000;
}
.linked_images li a:hover:after {
	background: rgba(0, 0, 0, 0);
}
.linked_images .title {
	color: #fff;
	font-size: 16px;
	padding-bottom: 6px;
	font-family: 'PlayfairDisplay';
	display: block;
}
.linked_images .title.text_cloud:before {
	top: -15px;
	
	background: rgba(0, 0, 0, 0.75);
	background: -moz-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0, 0)), color-stop(50%, rgba(0,0,0 ,0.75)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0, 0) 0%, rgba(0,0,0 ,0.75) 50%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
}
.linked_images .sep {
	width: 56px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 6px auto 0 auto;
	position: relative;
	z-index: 1;
}
.linked_images .price {
	color: #cfac6f;
	font-size: 10px;
	position: relative;
	z-index: 1;
}
.big_actions {
	position: relative;
	height: calc(100% - 150px);
	/*background: url("../i/banshik.jpg") no-repeat center center;*/
	/*-webkit-background-size: cover;*/
	/*background-size: cover;*/
	background-attachment: fixed;
	overflow: hidden;
	
	/*-webkit-transition: all 2s ease;*/
	/*-moz-transition: all 2s ease;*/
	/*-ms-transition: all 2s ease;*/
	/*-o-transition: all 2s ease;*/
	/*transition: all 2s ease;*/
}
.big_actions .sale_item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.big_actions .sale_item.active_action {
	opacity: 1;
}
.big_actions .sale_item #px_hp_2 {
	transform: translateY(100px);
}
.big_actions .header_page_1 {
	margin-top: 280px;
}
.big_actions .header_page_1 h2 {
	font-size: 55px;
	color: #fff;
	text-transform: none;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30px;
	font-family: 'Oranienbaum';
}
.big_actions .header_page_1 a {
	margin-left: 15px;
	margin-right: 15px;
}
.big_actions > a {
	position: absolute;
	top: 50%;
	max-width: 70px;
	height: 70px;
	background: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	z-index: 100;
	color: #170001;
	font-size: 12px;
	overflow: hidden;
	
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.big_actions > a:hover {
	background: #cfac6f;
	max-width: 500px;
}
.big_actions > a span {
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.big_actions > a:hover span {
	max-width: 500px;
	opacity: 1;
}
/*.big_actions > a.arrow_left:hover {*/
	/*padding: 17px 100px 17px 60px;*/
/*}*/
/*.big_actions > a.arrow_right:hover {*/
	/*padding: 17px 60px 17px 100px;*/
/*}*/
.big_actions > a.arrow_left span {
	padding: 18px 40px 18px 60px;
}
.big_actions > a.arrow_right span {
	padding: 18px 60px 18px 40px;
}
.big_actions .arrow_left {
	/*background: url("../i/ico/arr_l.svg") no-repeat center center #fff;*/
	left: 10px;
	
}
.big_actions .arrow_left:after {
	display: block;
	content: ' ';
	position: absolute;
	width: 11px;
	height: 22px;
	background: url("../i/ico/arr_l.png") no-repeat center center;
	left: 28px;
	top: 24px;
}
.big_actions .arrow_left:hover:after {
	background: url("../i/ico/arr_l_w.png") no-repeat center center;
}
.big_actions .arrow_right {
	/*background: url("../i/ico/arr_r.svg") no-repeat center center #fff;*/
	right: 10px;
}
.big_actions .arrow_right:after {
	display: block;
	content: ' ';
	position: absolute;
	width: 11px;
	height: 22px;
	background: url("../i/ico/arr_r.png") no-repeat center center;
	right: 28px;
	top: 24px;
}
.big_actions .arrow_right:hover:after {
	background: url("../i/ico/arr_r_w.png") no-repeat center center;
}
ul.stilyzed {
	padding-left: 0;
}
ul.stilyzed li {
	background: url("../i/ico/li_check.png") no-repeat 0 8px;
	padding-left: 20px;
}
/*.bathlist .price {*/
/*padding-left: 99px;*/
/*background: url("../i/logo_min.png") no-repeat 0 0;*/
/*}*/
b {
	font-weight: bold;
}
.bathlist {
	margin-bottom: 45px;
}
.bathlist > li {
	height: 634px;
	margin-bottom: 101px;
	/*margin-top: 45px;*/
	position: relative;
	z-index: 1;
	width: 100%;
}
.bathlist > li:not(:last-child):after {
	display: block;
	content: ' ';
	position: absolute;
	bottom: -57px;
	left: 0;
	height: 12px;
	width: 100%;
	background: url("../i/hr_big.png") no-repeat center bottom;
}
.bathlist > li:first-child {
	margin-top: 0;
}
.bathlist > li:last-child {
	padding-bottom: 0;
}
.bathlist .img {
	position: relative;
	top: 0;
	width: 50%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	z-index:1;
}
.bathlist .img:hover {
	cursor: pointer;
}
.bathlist .inner_img {
	width: 100%;
	height: 100%;
	opacity: 0;
	translate: scale(0.8);
	position: absolute;
	left: 0;
	top: 0;
	
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.bathlist .inner_img.active {
	opacity: 1;
	translate: scale(1);
}
.bathlist .text {
	position: relative;
	top: 0;
	width: 50%;
	height: 100%;
	background: #f8f6ec;
	z-index:1;
}
.bathlist > li:nth-child(2) .img {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.bathlist > li:nth-child(2) .text {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.bathlist .active .img,
.bathlist .active .text {
	opacity: 1;
}
.bathlist .odd .img {
	width: 50%;
	height: 100%;
	float: right;
	right: 0;
}
.bathlist .img:after {
	display: block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	
	/*-webkit-transition: all 1.4s ease-in-out;*/
	/*-moz-transition: all 1.4s ease-in-out;*/
	/*-ms-transition: all 1.4s ease-in-out;*/
	/*-o-transition: all 1.4s ease-in-out;*/
	/*transition: all 1.4s ease-in-out;*/
}
.bathlist .odd.active .img {

}
.bathlist .odd.active .img:after {
	-webkit-animation: toLeft 1.6s 1 ease-in-out forwards;
	animation: toLeft 1.6s 1 ease-in-out forwards;
}
.bathlist .odd .text {
	width: 50%;
	height: 100%;
	background: #fff;
	left: 0;
	float: right;
}
.bathlist .text:after {
	display: block;
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
}
.bathlist .odd.active .text {

}
.bathlist .odd.active .text:after {
	-webkit-animation: toLeft 1.6s 1 ease-in-out forwards;
	animation: toLeft 1.6s 1 ease-in-out forwards;
}
.bathlist .even .img {
	float: left;
	left: 0;
}
.bathlist .even .img:after {
	background: #f8f6ec;
	right: 0;
	left: auto;
}
.bathlist .even.active .img:after {
	-webkit-animation: toRight 1.6s 1 ease-in-out forwards;
	animation: toRight 1.6s 1 ease-in-out forwards;
}
.bathlist .even .text {
	float: left;
	right: 0;
}
.bathlist .even .text:after {
	background: #f8f6ec;
	right: 0;
	left: auto;
}
.bathlist .even.active .text:after {
	-webkit-animation: toRight 1.6s 1 ease-in-out forwards;
	animation: toRight 1.6s 1 ease-in-out forwards;
}

@-webkit-keyframes toRight {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
@keyframes toRight {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
@-webkit-keyframes toLeft {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}
@keyframes toLeft {
	from {
		width: 100%;
	}
	to {
		width: 0;
	}
}

.bathlist .text .text_wrap_inner {
	width: 420px;
	/*margin: 110px auto 0 100px;*/
	margin: 40px auto 0 100px;
	float: left;
}
.bathlist .odd .text .text_wrap_inner {
	/*margin: 90px 100px 0 auto;*/
	margin: 40px 100px 0 auto;
	float: right;
}
.bathlist .text h2 {
	font-size: 90px;
	color: #522e0f;
	font-family: 'PlayfairDisplayBoldItalic';
	margin-top: 0;
}
.bathlist .text p.note {
	font-size: 22px;
	line-height: 26px;
	color: #170001;
	font-family: 'Oranienbaum';
}
.bathlist .text .annotation {
	margin-bottom: 25px;
	font-family: 'GothamPro';
	font-size: 14px;
	line-height: 22px;
	color: #999595;
}
.bathlist .text .price {
	margin-bottom: 25px;
	color: #170001;
	padding-left: 99px;
	background: url("../i/logo_min.png") no-repeat 0 0;
	font-family: 'GothamPro';
}
.bathlist .text .price b {
	font-family: 'GothamProBold';
}
.bathlist .text .btns {

}
.bathlist .text .btns a:not(.btn) {
	color: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cfac6f;
	font-family: 'GothamProBold';
}
.bathlist .text .btns a:not(.btn):hover {
	border: 0 none;
}
.bathlist .text .btns a.btn {
	margin-right: 20px;
}
.icons_block {
	background: #f8f6ec;
	text-align: center;
	padding-top: 50px;
}
.icons_block h5 {
	margin-bottom: 20px;
	color: #170001;
	font-size: 24px;
	font-family: PlayfairDisplayBold;
}
.img_hr_min {
	display: block;
	width: 170px;
	height: 12px;
	margin: 0 auto 45px auto;
}
.small_icons {}
.small_icons li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	float: none;
	width: 24%;
	position: relative;
	
	opacity: 0;
	transform: scale(0);
}
.small_icons li:nth-child(1) {
	z-index: 10;
}
.small_icons li:nth-child(2) {
	z-index: 9;
}
.small_icons li:nth-child(3) {
	z-index: 8;
}
.small_icons li:nth-child(4) {
	z-index: 7;
}
.small_icons li:nth-child(5) {
	z-index: 6;
}
.small_icons li:nth-child(6) {
	z-index: 5;
}
.small_icons li:nth-child(7) {
	z-index: 4;
}
.small_icons li:nth-child(8) {
	z-index: 3;
}
.small_icons li img {
	margin-bottom: 35px;
}
.popup_text_item {
	position: relative;
	z-index: 1;
	height: 60px;
}
.small_icons li p {
	font-size: 14px;
	color: #999595;
	margin-bottom: 45px;
	min-height: 60px;
	max-height: 60px;
	overflow: hidden;
	width: 250px;
	position: absolute;
	top: 0px;
	background: #f8f6ec;
	z-index: 100;
	border: 0 none;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.small_icons li .more_text p:hover {
	border-bottom: 1px solid #512A06;
	/*border-top: 0 none;*/
	max-height: 1000px;
	padding-bottom: 10px;
}
.small_icons li a {
	display: inline-block;
	vertical-align: top;
	color: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cfac6f;
	font-family: GothamProBold;
}
.small_icons li a:hover {
	border-bottom: 0 none;
	color: #cfac6f;
}
.img_hr_big {
	width: 100%;
	display: block;
	max-width: 1170px;
	height: 12px;
	margin: 45px auto;
}
.popular_service {
	text-align: center;
}
.popular_service .wrap_inner {
	height: 280px;
	overflow: hidden;
}

h3.standart {
	color: #170001;
	font-size: 24px;
	margin-bottom: 50px;
	font-family: PlayfairDisplayBold;
	letter-spacing: 1px;
	text-align: center;
}
h3.substandart {
	margin-bottom: 35px;
}
h3.standart.without_margin {
	margin-bottom: 0;
}
.popular_service div {
	margin-bottom: 30px;
}
.popular_service div a {
	display: block;
	height: 280px;
	text-decoration: none;
	padding-top: 10.5%;
}
.popular_service div a:nth-child(1) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.popular_service div a:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.popular_service div a span {
	/*font-size: 26px;*/
	font-size: 22px;
	color: #fff;
	border-bottom: 2px solid #cfac6f;
	font-family: PlayfairDisplayBoldItalic;
	letter-spacing: 1px;
}
.popular_service div a:hover span {
	border: 0 none;
}
.popular_service > a {
	display: inline-block;
	vertical-align: top;
	color: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cfac6f;
	font-family: GothamProBold;
}
.popular_service > a:hover {
	border-bottom: 0 none;
	color: #cfac6f;
}
.guests {
	text-align: center;
}
.guests .wrap_inner {
	position: relative;
}
.fb_left {
	position: absolute;
	left: 0;
	top: -15px;
	width: 30%;
	color: #170001;
	font-size: 60px;
	z-index: 100;
	margin-top: 0;
	font-family: PlayfairDisplayBoldItalic;
}
.fb_left a {
	display: inline-block;
	vertical-align: top;
	color: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cfac6f;
	font-family: GothamProBold;
}
.fb_left a:hover {
	border-bottom: 0 none;
	color: #cfac6f;
}
.inst_right {
	position: absolute;
	right: 0;
	top: -15px;
	width: 30%;
	color: #170001;
	font-size: 60px;
	z-index: 100;
	margin-top: 0;
	font-family: PlayfairDisplayBoldItalic;
}
.inst_right a {
	display: inline-block;
	vertical-align: top;
	color: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cfac6f;
	font-family: GothamProBold;
	
}
.inst_right a:hover {
	border-bottom: 0 none;
	color: #cfac6f;
}

.guests_gallery {}
.guests_gallery > div {
	position: relative;
	height: 360px;
}
.guests_gallery a img {
	width: 100%;
	height: auto;
}
.guests_gallery .guests_gallery_top {
	margin-bottom: 30px;
}
.guests_gallery .guests_gallery_top a {
	position: relative;
	height: 100%;
}
.guests_gallery .guests_gallery_top a.gg_1 {
	 -webkit-animation-delay: 0.2s;
	 -moz-animation-delay: 0.2s;
	 -o-animation-delay: 0.2s;
	 animation-delay: 0.2s;
 }
.guests_gallery .guests_gallery_top a.gg_2 {
	 -webkit-animation-delay: 0.6s;
	 -moz-animation-delay: 0.6s;
	 -o-animation-delay: 0.6s;
	 animation-delay: 0.6s;
}
.guests_gallery .guests_gallery_top a.gg_3 {
	 -webkit-animation-delay: 0.4s;
	 -moz-animation-delay: 0.4s;
	 -o-animation-delay: 0.4s;
	 animation-delay: 0.4s;
}
.guests_gallery .guests_gallery_top img {
	width: 100%;
}
.guests_gallery .guests_gallery_bottom a {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0;
	padding-right: 0;
	
}
.guests_gallery .guests_gallery_bottom a img {
	opacity: 0;
}
.guests_gallery .guests_gallery_bottom a:nth-child(1) {
	max-width: 262px;
	max-height: 205px;
	overflow: hidden;
	
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.guests_gallery .guests_gallery_bottom a:nth-child(2) {
	max-width: 360px;
	max-height: 302px;
	overflow: hidden;
	
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.guests_gallery .guests_gallery_bottom a:nth-child(3) {
	max-width: 262px;
	max-height: 192px;
	overflow: hidden;
	
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.guests_gallery .guests_gallery_bottom a:nth-child(4) {
	max-width: 165px;
	max-height: 135px;
	overflow: hidden;
	
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.guests_gallery > div img.small_guest {
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
	left: 15px;
}
.bottom_content_block {
	text-align: center;
}
.bottom_content_block p {
	font-size: 14px;
	color: #999595;
	margin-bottom: 50px;
}
.short_block {
	max-height: 80px;
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.short_block.opened {
	max-height: 1000px;
}
.bottom_content_block a {
	display: inline-block;
	vertical-align: top;
	color: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cfac6f;
	font-family: GothamProBold;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bottom_content_block a:hover {
	border-bottom: 0 none;
}
.footer {
	background: #f8f6ec;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 50px;
}
.footer_logo {
	padding-left: 100px;
	background: url("../i/logo_min.png") no-repeat 0 0;
	font-size: 12px;
	color: #999595;
	height: 54px;
	padding-top: 5px;
}
.footer_tel {
	color: #170001;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	font-family: GothamProBold;
}
.login_form {
	margin: 0 auto;
	float: none;
}
.login_page h4 {
	text-align: center;
	font-size: 24px;
	color: #999595;
	margin-bottom: 50px;
}
.admin_form h3 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.edit_preview_images {}
.edit_preview_images .image_delete {
	position: absolute;
	/*width: 10px;*/
	/*height: 10px;*/
	right: 6px;
	top: 6px;
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 4px 0px 4px;
	background: rgba(255,255,255, 0.75);
	
	opacity: 0;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
}
.edit_preview_images .image_delete:hover {
	text-decoration: none;
	background: rgba(255,255,255, 1);
}
.edit_preview_images .image {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 1;
}
.edit_preview_images .image:hover .image_delete {
	opacity: 1;
}
#edit_preview_images div.deleting {
	opacity: 0.5;
}
@media all and (min-width: 961px) {
	.show_item {
		opacity: 0;
		transform: scale(0.7);
	}
	.show_item.showed {
		animation: showItem 0.6s 1 ease-in-out forwards;
	}
}
@-webkit-keyframes showItem {
	from {
		opacity: 0;
		transform: scale(0.7);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes showItem {
	from {
		opacity: 0;
		transform: scale(0.7);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.small_icons li:nth-child(1) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.small_icons li:nth-child(2) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.small_icons li:nth-child(3) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.small_icons li:nth-child(4) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.small_icons li:nth-child(5) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.small_icons li:nth-child(6) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.small_icons li:nth-child(7) {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.small_icons li:nth-child(8) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: auto;
}

#preload_block {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 1);
	opacity: 1;
	
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.loader {
	margin: 20% auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(207, 172, 111, 0.2);
	border-right: 1.1em solid rgba(207, 172, 111, 0.2);
	border-bottom: 1.1em solid rgba(207, 172, 111, 0.2);
	border-left: 1.1em solid #CFAC6F;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.bath_page h1 {
	margin-bottom: 30px;
	text-align: center;
}
.bath_underhead {
	text-align: center;
	margin-bottom: 40px;
}
.bath_underhead span {
	font-family: 'Oranienbaum';
	font-size: 32px;
	color: #cfac6f;
	display: inline-block;
	vertical-align: top;
}
.bath_underhead .dot {
	width: 8px;
	height: 8px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
.bath_gallery_items {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.bath_gallery_items > div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.bath_gallery_items > div.active {
	z-index: 1;
	opacity: 1;
}
.bath_gallery_items {}
.hr {
	height: 12px;
	width: 100%;
	background: url(../i/hr_big.png) no-repeat center bottom;
	margin-top: 30px;
	margin-bottom: 30px;
}
.bath_page .bath_select a {
	margin-left: 15px;
	margin-right: 15px;
}
.bath_description {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}
.bath_description p {
	font-size: 14px;
	color: #999595;
	font-family: 'GothamPro';
}
.pseudoheader {
	font-size: 22px;
	line-height: 26px;
	color: #170001;
	font-family: 'Oranienbaum';
}
.float-none {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.bath_descr_img {
	max-width: 570px;
	float: none;
	display: inline-block;
	vertical-align: top;
	height: 380px;
}
.bath_page .icons_block {
	padding-bottom: 45px;
}
.bath_page .icons_block .bath_underhead span {
	font-size: 22px;
	color: #170001;
}
.bath_page .icons_block .bath_underhead .dot {
	background: #cfac6f;
	margin-top: 12px;
}
.bath_kitchen_items {
	margin-bottom: 35px;
	height: 293px;
	overflow: hidden;
}
/*.content_note .bath_kitchen_items {
	height: auto;
	max-height: 10000px;
}*/
.content_note .bath_kitchen_items .flickity-prev-next-button.previous {
	left: 20px;
}
.content_note .bath_kitchen_items .flickity-prev-next-button.next {
	right: 20px;
}
.content_note .bath_kitchen_items .goods_img_item {
	margin-bottom: 12px;
}
.bath_kitchen_items a {
	font-size: 16px;
	color: #170001;
	text-decoration: none;
	margin-bottom: 35px;
	overflow: hidden;
	height: 293px;
}
.bath_kitchen_items a:hover {
	text-decoration: underline;
}
.bath_kitchen_items a img {
	margin-bottom: 30px;
}
.short_line {
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 2px;
	background: #cfac6f;
	margin-top: 10px;
}
.bath_kitchen .pseudoheader {
	margin-bottom: 20px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.bath_kitchen p {
	margin-bottom: 30px;
}
.goldlink {
	display: inline-block;
	vertical-align: top;
	color: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cfac6f;
	font-family: GothamProBold;
}
.goldlink:hover {
	border-bottom: 0 none;
	color: #cfac6f;
}
.goods_bath_list {}
.goods_bath_list li {
	border: 1px solid #f8f6ec;
	border-right: 0 none;
	padding: 20px;
}
.goods_bath_list li:nth-child(4n+4),
.goods_bath_list li:last-child {
	border-right: 1px solid #f8f6ec;
}
.goods_bath_list li a {

}
.goods_bath_list li a:hover {
	text-decoration: none;
}
.goods_item_img {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.goods_bath_title {
	display: block;
	font-family: 'GothamProBold';
	font-size: 12px;
	color: #170001;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
}
.goods_bath_list li a:hover .goods_bath_title {
	color: #cfac6f;
}
.goods_bath_price {
	display: block;
	font-family: 'GothamPro';
	color: #170001;
	font-size: 12px;
	text-align: left;
}
.without_margin_top {
	margin-top: 0;
}
form.questions {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
form.questions > div {
	margin-bottom: 15px;
}
form.questions label {
	user-select: none;
}
.form_btn_box {
	text-align: center;
	margin-top: 30px;
}
.question_box .pseudoheader {
	margin-bottom: 30px;
}
.question_box .img_hr_min {
	margin-bottom: 30px;
}
.question_box h5 {
	margin-bottom: 30px;
}
.baths_page .address {
	color: #170001;
}
.baths_page .instagram {
	background: url("../i/ico/insta_gold.png") no-repeat 0 0;
}
.baths_page .facebook {
	background: url("../i/ico/fb_gold.png") no-repeat 0 0;
}
.baths_page .tel {
	color: #170001;
}
.baths_page .bathlist {
	position: relative;
}
.baths_page .bathlist li {
	position: absolute;
	left: 0;
	top: 0;
}
.baths_page .bathlist li .annotation li {
	position: static;
	opacity: 1;
}
.black-text {
	color: #170001;
}
.baths_page h1 {
	font-family: 'Oranienbaum';
	font-size: 55px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.baths_page .main_menu li a {
	color: #522e0f;
}
.bathlist-second {
	height: 634px;
	margin-top: 30px;
}
.bathlist-second li {
	opacity: 0;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bathlist-second li.active {
	opacity: 1;
	z-index: 2;
}
.baths_tile {
	text-align: center;
}
.bath_tile_item {
	float: none;
	display: inline-block;
	border: 3px solid #f8f6ec;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	max-width: 370px;
	width: calc(33.3% - 60px);
	min-height: 422px;
	max-height: 422px;
}
.bath_tile_item:nth-child(3n+2) {
	margin-right: 30px;
	margin-left: 30px;
}
.bath_tile_item:nth-child(8) {
	margin-right: 0;
}
.bath_tile_item .img {
	height: 247px;
	width: 100%;
	overflow: hidden;
}
.bath_tile_item a > div {
	text-align: left;
}
.bath_tile_item a:hover {
	text-decoration: none;
}
.bath_tile_item h3 {
	font-family: 'PlayfairDisplayBoldItalic';
	color: #522e0f;
	font-size: 26px;
	text-align: left;
	padding-left: 25px;
	text-decoration: none;
	
}
.bath_tile_item .bath_note {
	font-family:'GothamPro';
	font-size: 12px;
	color: #999595;
	height: 100px;
	overflow: hidden;
}
.bath_tile_item .price {
	color: #170001;
	font-family: 'GothamProBold';
	font-size: 14px;
}
.bath_tile_item .people_count {
	font-size: 14px;
	font-family: 'GothamPro';
	color: #170001;
}
.tile_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.content_note {
	margin-bottom: 50px;
}
.content_note h2 {
	font-size: 24px;
	line-height: 26px;
	color: #170001;
	font-family: 'PlayfairDisplayBold';
	text-align: center;
	margin-bottom: 50px;
}
.content_note h3 {
	font-size: 22px;
	line-height: 26px;
	color: #170001;
	font-family: 'Oranienbaum';
	text-align: center;
	margin-bottom: 50px;
}
.content_note > img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 35px;
}
.content_note p {
	margin-bottom: 35px;
}
.restaurant_page .content_note p {
	text-align: center;
}
.contacts_page {}
.contacts_page .main_img_1 {

}
.contacts_page .footer {
	margin-top: 0;
}
.contacts_page h3 {
	font-family: 'Oranienbaum';
	font-size: 22px;
	font-weight: bold;
	color: #170001;
	margin-bottom: 25px;
}

.contacts_page .clock_around {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contacts_page .clock_around span {
	color: #170001;
	padding-left: 44px;
}
.contacts_page p {
	font-family: 'GothamPro';
	font-size: 14px;
}
.contacts_page .btns a:not(.btn) {
	color: #cfac6f;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #cfac6f;
	font-family: 'GothamProBold';
}
.contacts_page .btns a:not(.btn):hover {
	border: 0 none;
}
.contacts_page .btns a.btn {
	margin-right: 20px;
}
.contacts_page .google_map {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	/*background: rgba(0,0,0,0.3);*/
}
.contacts_page .header_items {
	/*background: rgba(255,255,255, 0.7);*/
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
	
	background: rgba(255,255,255, 0.7); /* Р”Р»СЏ СЃС‚Р°СЂС‹С… Р±СЂР°СѓР·СЂРѕРІ */
	background: linear-gradient(to top, rgba(255,255,255, 0.3), #ffffff);
	
}
.contacts_page h1 {
	position: relative;
	z-index: 10;
}
.bath_kitchen_items img {
	max-width: 270px;
	width: 100%;
	max-height: 193px;
}
.goods_img {
	text-align: center;
	height: 265px;
	overflow: hidden;
}
.goods_img_item {
	width: 262px;
	height: 175px;
}
.lightbox_gallery_items {
	max-height: 380px;
	overflow: hidden;
}

.reservate_form {}
.reservate_form label {
	font-family: 'GothamPro';
	font-size: 12px;
	color: #999595;
}
.reservate_form select,
.reservate_form input {
	border: 1px solid #cfac6f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.reservate_form .input-group-addon {
	border: 1px solid #cfac6f;
	border-left: 0 none;
	background: transparent;
}
.reservate_form .input-group-addon i {
	color: #cfac6f;
}
.reservate_form select {
	/*width: 100px;*/
	/*height: 26px;*/
	/*border-radius: 10px;*/
	-webkit-appearance: none;
	background-image: url('../i/ico/select_arr.png');
	background-position: 95% center;
	background-repeat: no-repeat;
	line-height: 1em;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
}
.reservate_form select::-ms-expand {
	display: none;
}
.reservate_form .pull-left,
.reservate_form .pull-right {
	width: 45%;
}
.reservate_form .btn {
	padding: 15px 27px;
	width: 100%;
	display: block;
	margin-top: 10px;
}
.form-message {
	text-align: center;
}
.form-message .success {
	color: #026a02;
	font-size: 14px;
}
.form-message .fail {
	color: #F00;
	font-size: 14px;
}
.lb-data .lb-details {
	display: none;
}
.lightbox_text_item {
	text-align: left;
	padding: 20px;
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: calc(100% - 8px);
	background: rgba(0, 0, 0, 0.6);
	display: none;
	color: #fff;
	font-size: 14px;
}
.lightbox_text_item h4 {
	color: #fff;
	font-size: 16px;
}
.lightbox_text_item p {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
}
.lightbox_text_item ul {
	line-height: 1.2;
	font-size: 12px;
	list-style: disc;
	padding-left: 10px;
	color: #fff;
}
.lightbox_text_item ul li {
	color: #fff;
	margin-bottom: 10px;
}
.lightbox_text_item .price {
	margin-top: 18px;
	display: block;
}
.mobile_menu_soc_icons {
	display: none;
}
.main_menu_burger {
	display: none;
}
.google_map {
	overflow: hidden;
}
.ymaps-2-1-55-controls-pane {
	bottom: 360px !important;
	top: auto !important;
}
.ymaps-2-1-55-controls__control_toolbar {
	display: none !important;
}
.main_page .mobile_header {
	display: none;
}
.tel_num_link {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}
.tel_num_link:hover,
.tel_num_link:focus,
.tel_num_link:active {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}
.event_gallery_block {
	position: relative;
	z-index: 1;
	text-align: center;
}
.event_gallery_block .left_arr,
.event_gallery_block .right_arr {
	margin-top: 60px;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	opacity: 0.5;
	color: #5C2A04;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.event_gallery_block .left_arr:hover,
.event_gallery_block .right_arr:hover {
	opacity: 1;
}
.event_gallery_block .left_arr img,
.event_gallery_block .right_arr img {
	margin-top: -2px;
}
.event_gallery_block .left_arr {
	/*position: absolute;*/
	/*left: 10px;*/
	/*top: 20px;*/
	/*z-index: 100;*/
	margin-right: 50px;
}
.event_gallery_block .right_arr {
	/*position: absolute;*/
	/*right: 10px;*/
	/*top: 20px;*/
	/*z-index: 100;*/
}
.event_gallery {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.event_gallery_item {
	position: absolute;
	left: 0;
	top: 0;
	
	z-index: -1;
	opacity: 0;
	
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.event_gallery_item.active {
	opacity: 1;
	/*position: static;*/
	z-index: 10;
}
.event_gallery_block .lightbox_gallery_items {
	max-height: 727px;
}
.event_gallery_block .lightbox_gallery_items img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 1366px) {
	.baths_page h1 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.contacts_page h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.contacts_page .clock_around {
	    margin-top: 0px;
	    margin-bottom: 10px;
	}
}

@media all and (max-width: 960px) {
	.address {
		text-align: left;
	}
	.soc {
		text-align: right;
	}
	.logo {
		text-align: left;
		margin-top: 10px;
	}
	.logo a {
		width: 100%;
	}
	.logo a img {
		width: 100%;
	}
	.tel {
		font-size: 12px;
		margin-top: 30px;
	}
	.tel span {
		font-size: 12px;
	}
	.header_elems .btn_brown {
		width: 100%;
	}
	.main_menu {
		display: none;
		background: #f9f6ed;
		margin-top: 0;
		padding-top: 20px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	.main_menu ul {
		padding-left: 0;
		margin-top: 25px;
	}
	.main_menu ul li {
		display: block;
		width: 100%;
		text-align: center;
		margin: 5px 0px;
	}
	.main_menu ul li a {
		color: #542e0a;
	}
	.main_menu .close_mobile_menu {
		display: block;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 0px;
		width: 17px;
		height: 17px;
		float: right;
		background: url("../i/ico/close_modal.png") no-repeat top right;
	}
	.mobile_menu_soc_icons {
		display: block;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.mobile_menu_soc_icons a:first-child {
		margin-right: 15px;
	}
	.logo a {
		width: 110px;
	}
    .logo a img {
	    width: calc(100% - 40px);
    }
	.logo a.main_menu_burger {
		display: inline-block;
	    width: 21px;
	    height: auto;
		margin-left: 10px;
    }
	.logo a.main_menu_burger img {
		width: 100%;
	}
    .mouse_item {
	    display: none;
    }
	.linked_images li {
		width: 25%;
	}
	.main_page .mobile_header,
	.baths_page .mobile_header,
    .mobile_header {
	    display: block;
	    color: #170001;
	    font-size: 24px;
	    font-family: 'PlayfairDisplayBold';
	    text-align: center;
	    padding-left: 15px;
	    padding-right: 15px;
    }
    .baths_page .mobile_header {
    	margin-top: 20px;
    }
	.bathlist .img,
	.bathlist .odd .img,
	.bathlist .even .img {
		width: 100%;
		/*height: 50%;*/
		height: 300px;
		float: none;
	}
	.bathlist .text,
	.bathlist .odd .text,
	.bathlist .even .text {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
		float: none;
	}
	.bathlist .text .text_wrap_inner,
	.bathlist .odd .text .text_wrap_inner {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
		float: none;
	}
	.bathlist .text .btns {
		text-align: center;
	}
	.bathlist .text .btns a.btn {
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.main_img_2 {
		overflow: hidden;
	}
	.bathlist .text h2 {
		font-size: 26px !important;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.bathlist .text p.note {
		font-size: 18px;
	}
	.bathlist .text .annotation {
		font-size: 12px;
	}
	.bathlist .text .price {
		font-size: 14px;
	}
	.bathlist > li {
		height: auto;
		margin-bottom: 0;
		padding-bottom: 0px;
		
	}
	.bathlist > li::after {
		display: none !important;
	}
	.main_img_1 .text_cloud:before {
		display: none;
	}
	.header_page_1 {
		margin-top: 50px;
	}
	.header_page_1:before {
		display: none;
	}
	.bath_page .text_cloud:before {
		/*display: block;*/
	}
	.bath_page .header_page_1:before {
		display: block;
		height: 100%;
		left: 0;
		right: 0;
	}
	.clock_around {
		margin-bottom: 30px;
	}
	.header_page_1 h1 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.bathlist {
		margin-bottom: 0;
	}
	.small_icons li {
		width: 100%;
	}
	.small_icons li p {
		width: 100%;
	}
	.popular_service div a {
		width: 100%;
	}
	.img_hr_big {
		margin: 30px auto;
	}
	h3.standart {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.main_img_1 {
		height: 480px;
	}
	.baths_page .main_img_1 {
		height: auto;
	}
	.popular_service div a {
		height: 300px;
		padding-top: 120px;
	}
	.popular_service div a span {
		font-size: 14px;
	}
    .show_item {
	    display: block;
	    opacity: 1;
	    transform: scale(1);
    }
	.fb_left,
	.inst_right {
		position: static;
		width: 100%;
		line-height: 1.2;
		font-size: 44px;
		margin-top: -10px;
	}
	.fb_left a,
	.inst_right a {
		line-height: 1.2;
		margin-top: 24px;
	}
	.guests_gallery {
		margin-top: 15px;
	}
	.guests_gallery .guests_gallery_top a {
		height: 126px;
		overflow: hidden;
		padding-left: 4px;
		padding-right: 4px;
		margin-bottom: 4px;
	}
	.guests_gallery .guests_gallery_top a.gg_1 {
		padding-right: 2px;
		height: 144px;
	}
	.guests_gallery .guests_gallery_top a.gg_2 {
		padding-left: 2px;
		height: 144px;
	}
	.guests_gallery .guests_gallery_top a.gg_3 {
		width: 100%;
		height: auto;
	}
	.guests_gallery > div img.small_guest {
		width: 100%;
		position: static;
	}
	.guests_gallery .guests_gallery_top {
		margin-bottom: 0;
		height: auto;
	}
	.guests_gallery .guests_gallery_bottom a {
		margin-left: 4px;
		margin-right: 4px;
		margin-bottom: 4px;
	}
	.guests_gallery .guests_gallery_bottom a:nth-child(1) {
		width: calc(50% - 6px);
		max-width: calc(50% - 6px);
		height: 144px;
		margin-right: 2px;
	}
	.guests_gallery .guests_gallery_bottom a:nth-child(2) {
		width: calc(50% - 6px);
		max-width: calc(50% - 6px);
		height: 144px;
		margin-left: 2px;
	}
	.guests_gallery .guests_gallery_bottom a:nth-child(3) {
		width: 100%;
		max-width: calc(100% - 8px);
		max-height: 298px;
	}
	.guests_gallery .guests_gallery_bottom a:nth-child(4) {
		display: none;
	}
	.bottom_content_block {
		padding-left: 15px;
		padding-right: 15px;
	}
	.bottom_content_block p {
		margin-bottom: 0;
	}
	.footer {
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.footer_logo {
		padding-left: 90px;
		text-align: left;
		display: inline-block;
		float: none !important;
	}
	.footer_tel {
		float: none !important;
		width: 100%;
		display: block;
		text-align: center;
	}
	video {
		display: none;
	}
	.small_icons li {
		opacity: 1;
		transform: scale(1);
	}
	
	.baths_page .bathlist {
		margin-top: 0;
	}
	.bath_tile_item {
		width: 100%;
		border: 0 none;
		margin-bottom: 0px;
	}
	.bath_tile_item:nth-child(3n+2) {
		margin-right: 0;
		margin-left: 0;
	}
	.bath_tile_item h3 {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.bath_underhead .dot {
		display: none;
	}
	.bath_description {
	    margin-bottom: 0px;
	    margin-top: 30px;
	}
	.question_box {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.without_margin_top {
		margin-top: 0;
	}
	form.questions {
		width: 100%;
	}
	.linked_images.short li {
		float: left;
		display: block;
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.bathlist-second {
		height: auto;
	}
	.contacts_page .google_map {
		position: static;
		width: 100%;
		height: 50%;
		max-height: 360px;
		overflow: hidden;
	}
	.contacts_page .main_img_1 {
		height: auto !important;
	}
	.goods_img_item {
		width: 100%;
	}
	.content_note h3,
	.content_note p,
	.content_note ul {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content_note h3 {
		margin-bottom: 30px;
	}
	.content_note h3 p {
		margin-bottom: 20px;
	}
	.contacts_page .wrap_inner {
		text-align: center;
	}
	.contacts_page .header_items {
		z-index: 20;
	}
	.contacts_page .clock_around {
    	text-align: center;
	}
	.contacts_page .btns a.btn {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: 300px;
		margin-bottom: 15px;
	}
	.contacts_page .btns a:not(.btn) {
		margin-bottom: 15px;
		display: block;
		width: 110px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.baths_page h1 {
		margin-bottom: 20px;
	}
	.big_actions > a {
		top: 112px;
	}
	.big_actions .header_page_1 {
	    margin-top: 100px;
	}
	.big_actions .sales_items_list {
		height: 400px !important;
	}
	.main_page .main_img_1 {
		height: 480px;
	}
	.main_page .main_img_2 {
		height: auto !important;
	}
	.big_actions .header_page_1 h2 {
    	font-size: 35px;
	}
	.reservate_form .form-control {
		padding-top: 4px;
		padding-bottom: 4px;
	}
} /* Max Width 960 */

@media all and (max-width: 768px) {
	.tel {
		font-size: 22px;
		margin-top: 80px;
	}
	#main_img_2 {
		height: auto;
	}
	.linked_images li {
		width: 100%;
	}
} /* Max Width 768 */
@media all and (max-width: 667px) {} /* Max Width 667 */
@media all and (max-width: 640px) {} /* Max Width 640 */
@media all and (max-width: 568px) {
	.tel {
		font-size: 14px;
		margin-top: 30px;
	}
	.small_icons li {
		width: 100%;
	}
} /* Max Width 568 */
@media all and (max-width: 480px) {
	.tel {
		font-size: 14px;
		margin-top: 30px;
	}
} /* Max Width 480 */
@media all and (max-width: 414px) {
	.tel {
		font-size: 14px;
		margin-top: 30px;
	}
} /* Max Width 414 */
@media all and (max-width: 375px) {} /* Max Width 375 */
@media all and (max-width: 360px) {
	.tel {
		font-size: 12px;
		margin-top: 30px;
	}
} /* Max Width 360 */
@media all and (max-width: 320px) {
	.tel {
		font-size: 12px;
		margin-top: 20px;
	}
	.reservate_form label {
		font-size: 11px;
	}
} /* Max Width 320 */
