@font-face {
    font-family: 'RURRegular';
    src: url('../fonts/rur/rur-webfont.eot');
    src: url('../fonts/rur/rur-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rur/rur-webfont.woff') format('woff'),
         url('../fonts/rur/rur-webfont.ttf') format('truetype'),
         url('../fonts/rur/rur-webfont.svg#RURRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	padding: 0px;
	margin: 0px;
	background-color: #f2efec;
	
	font-size: 16px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	line-height: 1.5;
	min-width:1340px;
}

a {
	color: #5060c3;
	text-decoration: none;
}

a:hover {
	color: #eb8316;
	text-decoration: underline!important;
}

body.inner {
	background-color: #FFF;
	padding-top: 142px;
}

h1 {
	font-size: 30px;

	color: #3f656e;

	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0px;
}

h1.full-with {
    width: 80%;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #006c7d;
    margin: 0 auto;
    margin-bottom: 50px;
}


h2.block-title {
	font-size: 36px;
	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	color: #00161a;
	border-bottom: 1px solid #006c7d;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    width: 40%;
    margin: 0 auto;
}

h3 { color:#FF8304; }

img {
	border-width: 0px;
}


.wrapper {
	width: 100%;
	display: block;
}

.m-wrapper {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.m-wrapper.relative {
	position: relative;
	top: 190px;
	top: 0vh;
}

.header-block {
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	width: 100%;
	z-index: 100;
	border-bottom: 8px solid  rgba(0, 0, 0, 0.6);
	transition:all 0.5s;
}

body.scrolling .header-block {
	background: rgba(255, 255, 255, 1);
}

.header-block:after {
	content: "";
	display: block;
	clear: both;
}

.header-block.inner-page {
	background: rgba(255, 255, 255, 1);
	z-index: 100;
	border-bottom: 8px solid  rgba(20, 58, 64, 1);
	top:0px;
}

.header-block-item {
	display: block;
	float: left;
}

.logo-block {
	width: 20%;
	position:relative;
	top:20px;
}

.menu-block {
	width: 59%;
	margin:0 2%;
}

.contact-block {
	width: 17%;
	position:relative;
}

.top-menu {
	list-style: none;
	padding:15px 0px 10px 0px;
	margin: 0px;
	border-bottom: 2px solid #6d95a1;
	margin-bottom: 10px;
}

.top-menu:after {
	content: "";
	display: block;
	clear: both;
}

.top-menu li {
	float: left;
	width: 25%;
	text-align: center;
}


.top-menu li:nth-child(4n+1), .top-menu li:nth-child(4n+4) { width:20%; }
.top-menu li:nth-child(4n+2), .top-menu li:nth-child(4n+3) { width:30%; }


.top-menu li a  {
	display: block;
	padding: 10px 0px;
	font-size: 16px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	font-weight: bold;
	line-height: 1.25;
	text-decoration: none;
}

.top-menu li a:hover, .top-menu li.active a, .top-menu li a.selected {
	color: rgb(230, 126, 23);
	text-decoration: none!important;
} 

.top-contact-wrapper {
	display: block; position:relative; text-align:center;
	padding: 5px 0px;
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	font-weight: bold;
	line-height: 1.25;
	padding-bottom: 15px;
}

.top-contact-wrapper a {
	text-decoration: none;
	color: rgb(0, 22, 26);
	border-bottom: 1px dotted #2d2efd;
}

.top-contact-item.map { position:absolute; left:0; padding-left:20px; }

.top-contact-item.map:before {
	position:absolute; left:0; top:-5px;
    background-image: url(https://anapaolimp.ru/bitrix/templates/anapaolimp/static/img/map-marker.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 15px;    
    content: "";
    display: inline-block;
}

.top-contact-item.contact-email { position:absolute; right:0; }



.top-contact-wrapper a:hover {
	color: #e67e17;
	text-decoration: none!important;
}

.top-contact-item.contact-email a {
	border: none;
}

.top-contact-item.contact-email a:hover {
	text-decoration: underline!important;
}



.ordercall {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(242, 239, 236);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	background-color: #008ebc;
	display: inline-block;
	white-space:nowrap;
	padding: 10px 17px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	margin-bottom: 3px;
}

.ordercall:hover {
	background-color: #e67e17;
	color: #FFF;
	text-decoration: none!important;
}

.top-contact-item.address {
	padding: 0px 15px;
}

.social-link:after {
	content: "";
	display: block;
	clear: both;
}

.social-link {
	list-style: none;
	padding: 7px 0px 10px 0px;
	margin: 0px;
}

.social-link.bottom {
	width: 50%;
	display: inline-block;
}

.social-link li {
	float: left;
	width: 17%;
	padding-left: 3%;
}

.top-phone-block {
	font-size: 24px;
	font-family: "Open Sans";
	color: rgb(0, 69, 79);
	font-weight: bold;
	line-height: 1.2;
	padding: 14px 0px 0px 0px;
}

.top-phone-block a {
	color: rgb(0, 69, 79);
	text-decoration: none;
	display: block;
	padding: 5px 0px;
}

.top-phone-block a:hover {
	color: #297480;
}

.top-phone-block a:last-child {
	padding-top: 14px;
}

.top-phone-block span {
	font-size: 18px;
	color: rgb(0, 69, 69);
}

.gallary-wrapper {
	padding: 15px 0px 0 0;
	background-color: #e6e6e4;
}

.statistic-wrapper {
	padding: 15px 0px 25px 0;
}

.bottom-wrapper {
	padding: 50px 0px;
	background-color: #e6e6e4;
}

body.inner .bottom-wrapper {
	background-color: #FFF;
}

.partners-list {
	list-style: none;
	padding: 40px 0px;
	margin: 0px;
	text-align:center;
}

.partners-list:after {
	content: "";
	display: block;
	clear: both;
}

.partners-list li {
	display:inline-block; vertical-align:top;
	margin:0 40px;	
}

.partners-list li img {
	max-width: 100%;
	height: auto;
}


.slider-wrapper {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	min-height: 650px;
}

.bottom-menu-block {
	border-top: 1px solid #73a9b0;
	padding-top: 40px;
}

.bottom-menu-block:after {
	content: "";
	display: block;
	clear: both;
}

.bottom-menu-item {
	display: block;
	width: 22%;
    padding-left: 2%;
	float: left;
	border-right: 1px solid #73a9b0;
}

.bottom-menu-item:last-child {
	border-right: 0px;
}

.bottom-menu-item-title {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
}

.bottom-menu {
	list-style: none;
	padding-left: 15px;
}

.bottom-menu li a {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	line-height: 1.5;
	text-decoration: none;
}

.bottom-menu li a:hover {
	color: #e67e17;
}

.footer-block {
	background-color: #30676e;
	padding: 20px 0px;
	color: #FFF;
	font-size: 12px;
	font-family: "Open Sans";
}

.footer-block a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-family: "Open Sans";
}

.footer-block:after {
	content: "";
	display: block;
	clear: both;
}

.footer-block-item {
	float: left;
	display: block;
}

.copy-block {
	width: 30%;
	text-align: left;
}

.bottom-logo-block {
	width: 40%;
	text-align: center;
	padding: 20px 0px;
}

.social-bottom-block {
	width: 30%;
	text-align: right;
}

.counters-block {
	padding: 15px 0px;
}

.counters-list {
	list-style: none;
	padding: 0px;
    width: 35%;
    margin: 0 auto;
    text-align: center;
}

.counters-list:after {
	content: "";
	display: block;
	clear: both;
}

.counters-list li {
	float: left;
	width: 25%;	
	text-align: center;
}

.carousel-wrapper {
	margin: 0 auto;
	margin-top:-30px;
	width: 1200px;
}

#carousel {
	width: 1200px;
	height: 440px;
	position: relative;
	z-index: 99;
}

#carousel .cboxElement {
	background:#FFF;
}

#carousel img {
	border: 2px solid #FFF;
}

.foter-slider-arrow-left {
    width: 35px;
    height: 40px;
    background: url(https://anapaolimp.ru/bitrix/templates/anapaolimp/static/img/foter-left-arrow.png);
    background-position: 0% 0%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: -3px;
    margin-top: -15px;
}
.foter-slider-arrow-right {
    width: 35px;
    height: 40px;
    background: url(https://anapaolimp.ru/bitrix/templates/anapaolimp/static/img/foter-right-arrow.png);
    background-position: 0% 0%;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: -0.5%;
    margin-top: -15px;
}

.foter-slider-arrow-left:hover, .foter-slider-arrow-right:hover {
	background-position: 0% 100%;
} 

#container {
  margin: 20px;
  width: 200px;
  height: 200px;
}

.statistics-list {
	display: block;
	height: 540px;
}

.statistics-list:after {
	content: "";
	display: block;
	clear: both;
}

.statistics-item {
	width: 15%;
	height: auto;
	position: relative;
	padding: 5% 6%;
	padding-bottom:0;
	display: inline-block;
}

.circle-item.msie {
	border: 20px solid #3B5998;
	border-radius: 50%;
	width: 140px;
	height: 140px;
}

.num-item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 50px;
	margin-left: -50px;
	margin-top: -40px;
}

.num-item .num {
	font-size: 30px;
	font-family: "Open Sans";
	color: rgb(245, 130, 32);
	font-weight: bold;
	text-align: center;
}

.num-item .title {
	font-size: 25px;
	font-family: "Open Sans";
	color: rgb(0, 69, 79);
	line-height: 1;
}

.title-item {
	font-size: 24px;
	font-family: "Open Sans";
	color: rgb(0, 69, 79);
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.main-content-wrapper {
	position: relative;
	padding: 50px 0px;
}

.main-mini-actions {
	position: absolute;
	width:1130px;
	left: 50%;
	top: -60px;
	margin-left: -565px;
	z-index: 90;
	text-align:center;
}

.main-mini-actions .mini-slider-item { display:inline-block; width:230px; }

div#rotator {position:relative; width: 100%;}
div#rotator ul { padding: 0px; margin: 0px;}
div#rotator ul li {float:left; position:absolute; list-style: none; width: 100%; display: block; margin: 0px;}
div#rotator ul li.show {z-index:80;}

div#rotator ul li {
	height: 100vh!important;
	background-repeat: no-repeat;
	background-size: cover;
}

.hotel-order-pos-wrapper {
   position: absolute;
   z-index: 90;
   width: 380px;   
   top: 30%;
   top: 30.5vh;
   right:15px;
}

.hotel-order-wrapper {
	position:relative;
	background: rgba(0, 75, 85, 0.8);
	padding: 15px;
	color: #FFF;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.hotel-order-wrapper .all_inc_label {
	position:absolute; right:-1px; top:-1px;
	width:127px; height:130px;
	background:url(https://anapaolimp.ru/bitrix/templates/anapaolimp/static/img/all_inc_right.png) no-repeat;
	pointer-events: none;
}

.hotel-link-wrapper {

}

.hotel-link-wrapper ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display:block;
}

.hotel-link-wrapper ul:after {
	content: "";
	display: block;
	clear: both;
}

.hotel-link-wrapper ul li {
	width: 50%;
	display: inline-block;
	float: left;
	text-align: left;
}

.hotel-link-wrapper ul li:last-child {
	text-align: right;
}

.hotel-link-wrapper ul li a {
	display: inline-block;
	padding:5px 14px;
	font-size: 17px;
	font-family: "Open Sans";
	color: rgb(38, 39, 39);
	font-weight: bold;
	line-height: 2;
	text-decoration: none;
	border:0px;
	background-color: #f5c520;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	cursor: pointer;
	width: 130px;
	text-align: center;
}

.hotel-link-wrapper ul li a:hover {
	background-color: #FF8400;
	color: #FFF;
	text-decoration: none!important;
}

.hotel-order-title {
  font-size: 14px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5
}

.hotel-order {
	border: 1px solid #FFF;
	padding: 10px;
	border-top: 0px; 
	min-height: 190px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.hotel-order-tabs-nav {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: -1px;
	margin-top: 12px;
}

.hotel-order-tabs-nav:after {
	content: "";
	display: block;
	clear: both;
}

.hotel-order-tabs-nav li {
	float: left;
	width: 49.5%;
	padding: 15px 0px;
	font-size: 12px;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.5;
	text-align: center;
	
	border: 1px solid #FFF;
	cursor: pointer;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.hotel-order-tabs-nav li.active {
	border-bottom: none;
	font-weight: bold;
	color: rgb(230, 126, 23);
}

.first-nav {
	border-right:0px!important;
}

.first-nav.active {
	border-right: 1px solid #FFF!important;
}

.second-nav {
	border-left: 0px!important;
}

.second-nav.active {
	border-left: 1px solid #FFF!important;
}

.hotel-order-form:after {
	display: block;
	content:"";
	clear: both;
}

.hotel-order-form input[type='submit'], .hotel-payment-form input[type='submit'], .hotel-order-form input[type='button']  {
	display: inline-block;
	padding:5px 15px;
	font-size: 12px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	text-transform: uppercase;
	line-height: 2;
	text-decoration: none;
	border:0px;
	background-color: #f5c520;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 19px;
	cursor: pointer;
	width: 100%;
}


.hotel-order-form input[type='submit']:hover, .hotel-payment-form input[type='submit']:hover, .hotel-order-form input[type='button']:hover {
	background-color: #FF8400;
	color: #FFF;
}

.hotel-order-tabs-item {
	display: none;
}

.hotel-order-tabs-item.active {
	display: block;
}

.hotel-order-tabs-item label, .inner-order-panel label {
	font-size: 12px;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.5;
	display: inline-block;
	padding-bottom: 5px;
}

.hotel-order-tabs-item label span, .inner-order-panel label span {
	color: rgb(230, 126, 23);
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #FFF;
    margin: 0px 5px;
}

.hotel-order-date-block, .hotel-order-people-block {
	padding: 5px 0px;
}

.inner-order-panel .m-wrapper {
	width: 1200px;
}

.inner-order-panel .hotel-order-date-block, .inner-order-panel .hotel-order-people-block {
	padding: 8px 0px;
	width: 29%;
	float: left;
}


.hotel-order-date-block:after, .hotel-order-people-block:after {
	content:"";
	display: block;
	clear: both;
}

.hotel-order-date-item, .hotel-order-people-item {
	width: 48%;
	display: block;
	float: left;
	margin-right: 2%;
	position:relative;
}


.inner-order-panel .hotel-order-people-item {
	width: 33%;
	display: block;
	float: left;
	padding: 0% 5%
}


.hotel-order-date-item:nth-child(2), .hotel-order-people-item:nth-child(2) {
	margin-right: 0%;
	margin-left: 2%;
}

.hotel-order-date-item input {
	max-width: 90%;
	border: 0px;
	height: 30px;
	line-height: 30px;
	padding: 0px 5%;
	
	background-image: url("https://anapaolimp.ru/bitrix/templates/anapaolimp/static/img/datepicker-bg.png"); 
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

.adults-icons, .childrens-icons {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.adults-icons:after, .childrens-icons:after {
	content: "";
	display: block;
	clear: both;
}

.adults-icons li {
	width: 14px;
	height: 29px;
	display: block;
	float: left;
	background: url('https://anapaolimp.ru/bitrix/templates/anapaolimp/static/img/adults-icons.png');
}

.childrens-icons li {
	width: 11px;
	height: 30px;
	display: block;
	float: left;
	background: url('https://anapaolimp.ru/bitrix/templates/anapaolimp/static/img/childrens-icons.png');
}

.adults-icons li.free, .childrens-icons li.free {
	background-position: 100% 0%;
}

.adults-icons li.busy, .childrens-icons li.busy {
	background-position: 0% 0%;
}

.control-plus, .control-minus {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: block;
	cursor: pointer;
	text-align: center;
}

.control-block:after {
	content: "";
	display: block;
	clear: both;
}

.control-block-item {
	display: block;
	float: left;
	color: #FFF;
	font-weight: bold;
}

.hotel-payment-block {
	min-height:68px;
}

.hotel-payment-block label {
	display: block;
}

.hotel-payment-block input {
    margin-bottom: 10px;
    width: 90%;
    height: 30px;
    line-height: 30px;
    padding: 0% 5%;
}

.m-content:after {
	content: "";
	display: block;
	clear: both;
}

.left-sidebar {
	display: block;
	width: 22%;
	float: left;
}

.main-content {
	display: block;
	width: 78%;
	float: left;
	position: relative;
}


.left-menu-wrapper {
	padding: 0px 15px 0px 0px;
}

.left-menu-title {
	background-color: #297480;
	display: block;
	color: #FFF;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 17px;
	font-family: "Open Sans";
	font-weight: bold;
	padding: 15px;
	text-align: center;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
}

.left-menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.left-menu li {
	border-top: 2px solid #FFF;
}

.left-menu li a {
	background-color: #cdf2ee;
	color: #000;
	text-decoration: none;
	padding: 15px 20px;
	text-align: left;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}

.left-menu li a.selected, .left-menu li a:hover {
	color: #FFF;
	background-color: #58978b;
	text-decoration:none !important;
}

.inner-order-panel {
	height: 75px;
	background-color: #297480;
	border-bottom:1px solid #143a40;
	padding-top: 10px;
}

.room-item {
	margin: 10px 0px;
	border: 3px solid #dcdcdc;
	padding: 7px;
}

.room-item:after {
	content: "";
	display: block;
	clear: both;
}

.room-item-img {
	width: 35%;
	float: left;
	position: relative;
}

.room-item-description {
	width: 64%;
	float: left;
}

.room-item-description-row:after {
	content: "";
	display: block;
	clear: both;
}

.room-item-description-item {
	width: 50%;
	float: left;
}

.room-item-title {
	display: block;
	font-size: 18px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin: 10px 0px;
}

.room-item-type {
	display: block;
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	line-height: 1.2;
}

.room-item-description-row:first-child {
	padding-bottom: 5px;
	border-bottom: 1px solid #006c7d;
}

.room-item-description-item:nth-child(2) {
	text-align: right;
}

.room-item-prop {
	display: inline-block;
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
}

.room-item-prop:after {
	content: "";
	display: block;
	clear: both;
}

.room-item-prop-item {
	float: left;
	margin: 0px 5px;
}


.room-price {
	font-size: 20px;
	color: rgb(0, 22, 26);
	line-height: 1;
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
}

.room-order {
	display: inline-block;
	padding:5px 20px;
	font-size: 12px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	text-transform: uppercase;
	line-height: 2;
	text-decoration: none;
	
	background-color: #f5c520;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.room-order:hover {
	color: #FFF;
	background-color: #e67e17;
	text-decoration: none!important;
}

.room-item-prop-item {
	display: inline-block;
	min-width: 30px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	text-align: center;
}


.room-item-description-row-title {
	display: block;
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	text-transform: uppercase;
	line-height: 1.5;
}

.room-item-prop-item.bet {
	background-image: url("../img/bed.png");
}

.room-item-prop-item.bet2 {
	background-image: url("../img/bed.png");
}

.room-item-prop-item.phone {
	background-image: url("../img/phone.png");
}

.room-item-prop-item.save {
	background-image: url("../img/savings.png");
}

.room-item-prop-item.tv {
	background-image: url("../img/tv.png");
}

.room-item-prop-item.doublebet {
	background-image: url("../img/doublebet.png");
}


.room-item-prop-item.food {
	background-image: url("../img/food.png");
}

.room-item-prop-item.wi-fi {
	background-image: url("../img/wi-fi.png");
}



.room-description-row {
	display: block;
	margin: 10px 0px;
}

.room-description-row:after {
	content: "";
	display: block;
	clear: both;
}

.room-description-item {
	display: block;
	float: left;
}

.room-description-item ul.slick-slider { margin-top:0; }

.room-description-item.img-block {
	width: 61%;
	padding-right: 4%;
	position:relative;
}

.room-description-item.order-block {
	width: 35%;
}

.bx-breadcrumb {
	margin-top: 20px;
}

.bx-breadcrumb:after {
	content: "";
	display: block;
	clear: both;
}

.bx-breadcrumb-item {
	display: block;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.bx-breadcrumb-item a {
	color: #000;
	text-decoration: none;
}

.bx-breadcrumb-item a:hover {
	color: rgb(230, 126, 23);
}

.bx-breadcrumb-item .last-item {
	color:#AAA;
}

#page-gravure {
    text-align: center;
}

.slick-initialized {
	padding-left: 0px;
	list-style: none;
}

.slides-show li{
    cursor: pointer;
}

.slides li {
    cursor: pointer;
    padding: 0px 24px 0 0;
    width: 60px;
    overflow: hidden;
}

.room-description-item.room-type {
	width: 50%;
}

.room-description-item.room-rating {
	width: 50%;
	text-align: right;
}

.room-prop-top {
	border-bottom:1px solid #006c7d;
	padding-bottom: 10px;
	margin-top: -20px;
}

.room-type span {
  font-size: 24px;
  font-family: "Open Sans";
  color: rgb(0, 22, 26);
}

.promotion-left{
	display: block;
	margin: 10px 0px;
	padding-right: 15px;
}

.promotion-left img {
	width: 100%;
	height: auto;
}

.room-description-item.description-block {
	width: 61%;
	padding-right: 4%;
}

.room-description-item.properties-block {
	width: 35%;
}

.detail-text {
	padding-right: 15px;
}

.photo-list {
	display: block;
}

.photo-list:after {
	content: "";
	display: block;
	clear: both;
}

.photo-list-item {
	display: block;
	float: left;
	padding: 3px;
}

.photo-list-item a {
	display: block;
}

.photo-list-item img {
	border: 3px solid #ddfcf9;
}

.callbackform {
	width: 300px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

.callbackform label {
	display: block;
	font-weight: bold;
}

.callbackform-item {
	padding: 5px 0px;
}

.callbackform-item input[type='text']{
    width: 100%;
    height: 30px;
    padding: 0% 5%;
    line-height: 30px;
}

.callbackform-item textarea{
    width: 100%;
    height: 80px;
    padding: 3% 5%;
    line-height: 1.2;
}


.callbackform-title {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.callbackform-subtitle {
	text-align: center;
	display: block;
	margin: 10px 0px;
}

.callbackform-item input[type='submit'] {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(242, 239, 236);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	background-color: #008ebc;
	display: block;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
}

.callbackform-item input[type='submit']:hover {
	background-color: #e67e17;
}

#orderCall {
	display: none;
}

#cboxLoadedContent #orderCall {
	display: block;
}

input.error {
	color: #FE1616;
	background-color: #FFCACA;	
}

label.error {
	color: #FE1616;
	font-weight: 300;
	font-size:10px; text-transform:uppercase;
	padding:5px; background:#F9FC98;
	line-height:1.1;
}

.inner-order-panel label.error {
	position:absolute;
	left:0; top:100%;	
} 

.result_success {
	text-align: center;
    line-height: 1.5;
}

.reviews-list-item {
	margin: 5px 0px;
	padding: 15px 0px;
	border-bottom: 1px solid #73a9b0; 
}

.reviews-list-item-title {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}

.reviews-list-item-date {
	padding: 10px 0px;
	font-weight: bold;
	font-style: italic;
}

#addReviewForm {
	display: none;
}

#cboxLoadedContent #addReviewForm {
	display: block;
}

.add-review {
	padding: 15px 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.add-review.top {
	border-bottom: 1px solid #73a9b0;
}

.hotel-order-title-block {
	width: 15%;
	display: block;
	float: left;
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;	
	padding-top: 20px;
}

.hotel-order-submit-block:after {
	content: "";
	display: block;
	clear: both;
}

.hotel-order-submit-item {
	width: 50%;
	float: left;
	text-align: center;
}

.hotel-order-form-title {
	font-size: 20px;
	font-family: "Open Sans";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	background-color: #297480;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	padding: 7px 0px;
	
	border-bottom: 3px solid #FFF;
}


.room-description-item .hotel-order-date-block, .room-description-item .hotel-order-people-block {
	background-color: #58978b;
	color: #FFF;
	padding: 10px 20px;
}


.room-description-item input[type="text"]{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 90%;
}

.room-description-item label {
	display: block;
	padding-bottom: 5px;
}

.room-description-item label span {
	color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #FFF;
    margin: 0px 5px;
}

.order-form-note {
	font-size: 10px;
  	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	line-height: 2;
	text-align: left;
}

.hotel-order-submit-item .price {
	font-size: 20px;
	color: rgb(0, 22, 26);
	line-height: 3;
}

.sliders .slides-show {
	padding-bottom: 10px;
}

.sliders .slides {
	width: 88%;
	margin: 0 auto;
}

.slick-prev, .slick-next {
	z-index: 10;
}


#carousel-gallary {
  display: block;
  height: auto;
  margin: 0 auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  top: 50px;
  width: 100%;
  transform: rotateX(-15deg);
  -webkit-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#container {
  display: block; position:relative; left:9px;
  height: 200px;
  margin: 0 auto;
  transform: rotateY(0deg);
  -webkit-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 250px;
}

item {
  display: block;
  margin: 0;
  padding: 0;
  width: 250px;
  transform: translateZ(400px);
  position: absolute;
}

item img { width: 100%; }

.tc-btn-container {
  display: block;
  float: left;
  height: 35px;
  margin-top: -12.5px;
  position: absolute;
  top: 70%;
  width: 100%;
}

.tc-next {
  background-color: #333;
  color: white;
  display: block;
  float: right;
  font-size: 12px;
  padding: 10px;
  width: auto;
  cursor: pointer;
  min-height: 90px;
  line-height: 90px;
}

.tc-prev {
  background-color: #333;
  color: white;
  display: block;
  float: left;
  font-size: 12px;
  padding: 10px;
  width: auto;
  cursor: pointer;
  min-height: 90px;
  line-height: 90px;
}

.section-gallary-title {
	background-color: #58978b;
	color: #FFF;
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	position: relative;
	z-index: 100;
	transform: rotateY(180deg);
}

.section-gallary-title.face {
	transform: rotateY(0deg);
}

.gallery-section-legend {
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 580px;
    position: absolute;
    text-align: center; 
}

.gallery-section-legend-title {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	
	padding-bottom: 10px;
	border-bottom: 1px solid #006c7d;
}


.gallery-section-legend-description {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(0, 22, 26);
	line-height: 1.5;
	text-align: center;
	padding-top: 10px;
}

.empty-reviews {
	text-align: center;
}

.ui-datepicker {
	z-index: 11000!important;
}

.all_inc {
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 10;
	background-image: url('../img/all_inc.png');
	pointer-events:none;
}

.blockTitle {
	background:#297480; color:#FFF; padding:10px 20px; font-size:16px; font-weight:bold; text-transform:uppercase;
}

.blockDescription {
	border:#B3D7E5 solid 1px; padding:10px 20px; margin-bottom:5px;
}


.ekskursii-item {
	margin: 10px 0px;
	border: 3px solid #dcdcdc;
	padding: 7px;
}

.ekskursii-item .preview_picture { float:left; margin:0 15px 15px 0; }
.ekskursii-item-name { font-size:18px; font-weight:bold; }
.eks-item-show-more-link { text-decoration:none!important; border-bottom:#5060c3 dotted 1px; font-weight:bold; }
.eks-item-show-more-link:hover {
	text-decoration: none!important;
}
	
.eks-item-dop-info { display:none; }
.ekskursii-item ul.dop-photos-list { list-style:none; margin:0; padding:0; }
.ekskursii-item ul.dop-photos-list li { display:inline-block; margin-right:10px; }


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.tablebodytext { display:none; }

.complain-form {
	width: 95%;
}


.complain-form label {
	display: block;
	padding: 5px 0px;
	width: 95%;
}

.complain-form label span {
	display: block;
	font-weight: bold;
}

.complain-form label span#incognita {
	display: inline-block;
	font-weight: normal;
    font-size: 15.5px;
    padding: 10px 0px;
    font-style: italic;
}

.complain-form label span i {
	color: #B5111B;
}

.complain-form input[type='text']{
    width: 95%;
    height: 30px;
    padding:5px;
    line-height: 30px;
}

.complain-form textarea {
    width: 95%;
    height: 80px;
    padding: 5px;
    line-height: 1.2;
}


.complain-form input[type='submit'] {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(242, 239, 236);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	background-color: #008ebc;
	display: block;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	width: 90%;
	cursor: pointer;
	margin-top: 10px;
}

.complain-form input[type='submit']:hover {
	background-color: #e67e17;
}

.complain-form label.radiolabel {
	display: inline;
	width: 50%;
}

.complain-form-wrapper {
	display: block;
}

.complain-form-wrapper:after {
	display: block;
	content: "";
	clear: both;
}

.complain-form-wrapper-item {
	float: left;
	width: 50%;
}


.transfer-order-form label {
	display: block;
	padding: 5px 0px;
	width: 100%;
}

.transfer-order-form label span {
	display: block;
	font-weight: bold;
}

.transfer-order-form label span i {
	color: #B5111B;
}

.transfer-order-form input[type='text']{
    width: 95%;
    height: 30px;
    padding:5px;
    line-height: 30px;
}

.transfer-order-form select {
    width: 50%;
    height: 30px;
    padding:5px;
    line-height: 30px;
}

.transfer-order-form textarea {
    width: 95%;
    height: 127px;
    padding: 5px;
    line-height: 1.2;
}


.transfer-order-form input[type='submit'] {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(242, 239, 236);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	background-color: #008ebc;
	display: block;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	width: 95%;
	cursor: pointer;
	margin-top: 10px;
}

.transfer-order-form input[type='submit']:hover {
	background-color: #e67e17;
}

.transfer-order-form:after {
	display: block;
	content: "";
	clear: both;
} 

.transfer-order-form-item {
	width: 50%;
	float: left;
}

.transfer-order-form {
	display: none;
	padding: 10px;
}

#cboxLoadedContent .transfer-order-form {
	display: block;
}

.transfer-form-title {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
}

.transfer-form-text {
	text-align: center;
	display: block;
	margin: 10px 0px;
	padding-bottom: 15px;
}

.transfer-order-wrapper {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.transfer-form-wrapper {
	padding: 10px;
}

.hotel-order-block.line {
	display: block;
	width: 27%;
	float: left;
	padding-top: 5px;
}

.hotel-order-block:after {
	content: "";
	display: block;
	clear: both;
}

.hotel-order-item {
	float: left;
	width: 48%;
	padding-right: 2%;
	
}

.hotel-order-item:nth-child(2) {
	float: left;
	width: 48%;
	padding-left: 2%;
	padding-right: 0%;
	
}

.in-room-prop {
	width:70%;
}

.reviews-room-item {
	width:30%;
}

.gallary-wrapper-container {
	display: block;
	overflow: hidden;
	min-height: 800px;
}

.gallary-wrapper-container:after {
	display: block;
	content: "";
	clear: both;
}



.content-photo-list {
	display: block;
}

.content-photo-list:after {
	content: "";
	display: block;
	clear: both;
}

.content-photo-list a {
	width: 25%;
	float: left;
	display: block;
}

.content-photo-list a img {
	max-width: 90%;
	border: 3px solid #ddfcf9;
}

.contentFloatBlock:after {
	content: "";
	display: block;
	clear: both;
}

.contentFloatBlockItem {
	display: block;
	float: left;
	width: 50%;
}

.contentFloatBlockItem.img {
	width: 30%;
}

.contentFloatBlockItem.img img {
	max-width: 90%;
	height: auto;
}

.contentFloatBlockItem.text {
	width: 70%;
}

.room-price .currency, .hotel-order-submit-item .price .currency {
	font-family: "RURRegular";
	font-weight: normal;
}

/*
@media screen and (min-width: 1400px) {
	.hotel-order-pos-wrapper {
		bottom: 20%;
	}
}

@media screen and (min-width: 1600px) {
	.hotel-order-pos-wrapper {
		bottom: 30%;
	}
}
*/

.content-info-item {
	display: block;
	position: relative;
	margin-bottom: 60px;
	border: 3px solid #CCC; border-width:3px 0 0 3px; 
}

.content-info-item:after { content:''; position:absolute; bottom:-30px; left:200px; right:200px; height:2px; background:#CCC; }

.content-info-item:last-child {
	border-bottom: 0px;
}

.content-info-item a.linkImg { display:block; position:relative; }
.content-info-item img { max-width:100%; }

.content-info-item h2 {
    position: absolute;
    top: 20px;
    color: #FFF;
    font-size: 35px;
    padding-left: 3%;
    background: rgba(41, 116, 128, 0.8);
    width: 97%;
    padding-top: 10px;
    padding-bottom: 10px;
    transition:all 0.3s;
}

.content-info-item a.linkImg:hover h2 { background:rgba(255,131,4,0.8); padding-left:5%; width:95%; }

.content-info-item .contet-iinfo-item-description { margin-top:5px; }
.content-info-item .contet-iinfo-item-description, .content-info-item .button-yellow { margin-left:20px; }

a.button-yellow {
	display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    font-family: "Open Sans";
    color: rgb(0, 22, 26);
    text-transform: uppercase;
    line-height: 2;
    text-decoration: none;
    border: 0px;
    background-color: #f5c520;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.content-info-item a.button-yellow {
	margin-top: 19px;
}
    
a.button-yellow:hover {
	background-color: #FF8400;
	color: #FFF;
	text-decoration: none!important;
}

.animation-info-table {
	width: 100%;
	border: 0px;
}

.animation-info-table td {
	padding: 5px;
	border: 0px;
}


.online-order-tabs{
	display:block;
	margin: 15px;
}

.online-order-tabs > div {
	padding-top:15px;
}

.online-order-tabs ul.nav-tabs {
	margin:0px;
	padding:0px;
}

.online-order-tabs ul.nav-tabs:after {
	content:"";
	display:block;
	clear:both;
	height:5px;
	background: #297480;
}

.online-order-tabs ul.nav-tabs li {
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background: #FFF;
	color:#707070;
}

.online-order-tabs ul.nav-tabs li.active {
	background: #297480;
	color:#fff;
}

.online-order-tabs ul.nav-tabs li.active:hover {
	color: #FFF;
	background: #297480;
}

.online-order-tabs ul.nav-tabs li:hover {
	background:#d6d6d7;
}

.iframeWrapper { 
   position:absolute; left:15px; top:65px; bottom:0; right:20px;
   -webkit-overflow-scrolling: touch;
   overflow: auto;
   height:86%;
}  

.framebox {
	border: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height:100%;
}

.content-table {
	width: 100%;
}

.content-table, .content-table td, .content-table th {
	border: 1px solid #AAA;
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
    transition:all 0.3s;
}

.content-table, .content-table td {
	border-left: 0px;
	border-right: 0px;
}

.content-table th {
	background-color: #297480;
	color: #FFF;
}

.content-table th.subrow {
	background-color: #58978B;
}

.content-table tr td {
	background-color:#FFF;
}
.content-table tr:hover td {
	background-color: #FF8304;
	color:#FFF;
}

.content-table td a:hover {
	color: #FFF;
}

.conferece-type {
	list-style: none;
	margin-bottom: 15px;
}

.conferece-type:after {
	content: "";
	display: block;
	clear: both;
}

.conferece-type li {
	float: left;
	padding: 0px 10px; 
	text-align: center;
}

.conferece-type li span {
	display: block;
	padding: 10px 0px;
	font-weight: bold;
}


.jsform {
	padding: 10px;
}

.jsform label {
	display: block;
	padding: 5px 0px;
	width: 100%;
}

.jsform label span {
	display: block;
	font-weight: bold;
	padding: 10px 0px;
}

.jsform label span.line {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

.jsform label span i {
	color: #B5111B;
}

.jsform input[type='text']{
    height: 30px;
    padding:5px;
    line-height: 30px;
}

.jsform input[type='text'].text {
	width: 95%;
}

.jsform input[type='text'].datefield {
	width: 20%;
}

.jsform select {
    width: 50%;
    height: 30px;
    padding:5px;
    line-height: 30px;
}

.jsform textarea {
    width: 95%;
    height: 80px;
    padding: 5px;
    line-height: 1.2;
}


.jsform input[type='submit'] {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(242, 239, 236);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	background-color: #008ebc;
	display: block;
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
}

.jsform input[type='submit']:hover {
	background-color: #e67e17;
}

#conference-order-wrapper {
	padding: 10px;
	display: none;
}

#cboxLoadedContent #conference-order-wrapper {
	display: block;
}

.jsform:after {
	content: "";
	display: block;
	clear: both;
}

.jsform-item {
	width: 48%;
	float: left;
	padding-right: 2%;
}

.jsform-item.rigthcol {
	padding-right: 0%;
	padding-left: 2%;
}

ul.ol1, ul.ul1 { list-style:none; margin:0; padding:10px 0; font-size:15px; font-style:italic; color:#555; }
ul.ol1 > li, ul.ul1 > li { position:relative; padding-left:30px; padding-bottom:14px;  }
ul.ol1 li .num { position:absolute; left:0; top:2px; background:#FF8304; color:#FFF; width:20px; height:20px; line-height:20px; text-align:center; font-size:12px; font-weight:bold; border-radius:50%; }
ul.ul1 li:before {  content:''; position:absolute; left:0; top:2px; width:6px; height:6px; background:#FFF; border:#FF8304 solid 6px; border-radius:50%; }



.contentTitle2 { text-align:center; color:#297480; font-size:24px; font-weight:bold; margin:15px 0; }
.contentTitle2 > span.inner { display:inline-block; padding:0 30px; background:url(../img/ico-star.png) 0 12px no-repeat, url(../img/ico-star.png) 100% 12px no-repeat; }

.top-phone-title {
    font-size: 14px!important;
    line-height: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-top: -3px;
    padding-left: 3px;
}

.circle-item {
	width: 180px;
	height: 180px;
	position: relative;
	zoom: 1;
    z-index: 80;
    display: block;
}

.circle-item svg { width:180px; height:180px; zoom: 0.99; }

.importantInfoBlock {
	padding: 10px;
    border: 1px solid #297480;
    background-color: #DBFFFC;
    margin-bottom: 20px;
}


/*Ãàëåðåÿ äëÿ IE*/

.gallary-list-tile {
	list-style: none;
	list-style-type: none;
	text-align: center;
}

.gallary-list-tile:after {
	display: block;
	content: "";
	clear: both;
}

.gallary-list-tile-item {
	width: 250px;
	padding:10px;
	display: inline-block;
}

.gallary-list-tile-item-title {
	background-color: #58978b;
	color: #FFF;
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.gallary-list-tile-item img {
	max-width: 100%;
	height: auto;
}

.email .dog:before {
	content: '@';
	display: inline-block;
}

@media screen and (max-device-width: 1000px) {
	.header-block {
		position:absolute !important;
	}
}


.watsup-block {
	width: 230px;
	position: absolute;
	bottom: -37px;
	left: -10px;
}

.watsup-block:after {
	display: block;
	content: "";
	clear: both;
}

.watsup-block a {
	color: rgb(0, 69, 79);
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 19px;
}

.watsup-block__icon {
	display: inline-block;
	width: 25px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	float: left;
	padding-right: 5px;
}


.watsup-block__icon_watsup {
	background-image: url("../img/icon-whatsapp.png");
	position:relative; top:0;
}

.watsup-block__icon_wiber {
	background-image: url("../img/icon-viber.png");
}

/*Визовое приглашение*/
 
.b-ivisa {
	background: #ff8400;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    display: block;
    max-width: 380px;
	text-decoration: none;
	margin-top: 15px;
}


.b-ivisa .ivisa {
	background: url("/images/ivisa.png") no-repeat 15px 3px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px 10px 100px;
	width: 160px;
    margin: 0 auto;
    display: block;
	line-height: 16px;
	font-size: 16px;
}
.mobile_show {
	display: none;
}

@media screen and (max-width: 1370px) {

	.hotel-order-pos-wrapper {
		top: 26vh;
	}

	.hotel-link-wrapper ul li a {
		margin-top: 5px;
	}

	.b-ivisa {
		margin-top: 5px;
	}
}

@media screen and (max-width: 1000px) {
	.counters-block {
		display: none;
	}
	body {
    min-width: 300px;
        padding-top: 73px;
}
* {
	box-sizing: border-box;
}
#ab-sidebar {
	display: none;
}
.statistic-wrapper  {
	display: none;
}
.m-wrapper {
    width: 100%;
}
.main-mini-actions {
    left: 50%;
    top: -60px;
    margin-left: -42%;
    position: static;
    width: auto;
}
.carousel-wrapper {
    margin: 0 auto;
    margin-top: -30px;
    width: 100%;
    overflow-x: hidden;
}
#carousel {
	height: 340px;
	width: auto;
}
.slick-prev {
    left: 0;
    top: auto !important;
    margin-top: 50px;
}
.slick-next {
	right: 0;
	top: auto !important;
	margin-top: -50px;
}
.menu-block {
	display: none;
}
.header-block > .m-wrapper {
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header-block-item {
	position: static;
	width: auto;
}
img {
	max-width: 100%;
	height: auto;
}
.logo-block {
    width: 100%;
    padding-top: 5px;
    position: fixed;
    z-index: 9998;
    background: #fff;
    top: 0;
    padding-left: 10px;
}
.logo-block img {
	height: 60px;
}

.contact-block {
	    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.watsup-block {
    width: 200px;
    position: static;
    text-align: center;
    margin: 0 auto;
}
.top-phone-block {
    font-size: 18px;
    line-height: 1;
    padding: 0;
    width: 100%;
    text-align: center;
}
.top-phone-block span {
	display: none;
}
.top-phone-block a:last-child {
    padding-top: 0;
}
.watsup-block a {
    font-size: 18px;
}
.header-block {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    position: static !important;
}
.hotel-order-pos-wrapper {
    top: 0;
    left: 0;
    width: 100%;
    right: auto;
    height: auto;
}
.hotel-order-item {
    width: 100%;
    padding-right: 0;
}
.hotel-order-item:nth-child(2) {
	width: 100%;
	padding-left: 0;
}
.hotel-payment-block input {
    width: 100%;
}
.hotel-order-wrapper {
    padding: 8px;
}
.hotel-order-wrapper .all_inc_label {
    width: 100px;
    height: 115px;
    background-size: contain;
}
nav li {
    width: 50%;
}
h1 {
    font-size: 20px;
    margin: 5px 0px;
}
h2 {
	font-size: 18PX;
}

.slider-wrapper {
    height: auto;
}
.b-ivisa .ivisa {
	width: auto;
}
h2.block-title {
    font-size: 26px;
    width: 100%;
    margin: 0 auto;
}
.bottom-menu-block {
    border-top: 1px solid #73a9b0;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bottom-menu-item {
    width: 100%;
    border-right: none;
}
.footer-block {
    padding: 10px 0px;
}
.copy-block {
    width: 100%;
    text-align: center;
}
.bottom-logo-block {
	display: none;
}
.social-bottom-block {
    width: 100%;
    text-align: center;
}
.scrollup-btn svg {
    width: 20px !important;
    height: 20px !important;
}
.scrollup-btn {
    left: 5px !important;
    bottom: 5px !important;
    width: 30px !important;
    height: 30px !important;
}
.b24-widget-button-position-bottom-right {
    right: 5px !important;
    bottom: 5px !important;
}
.main-content-wrapper {
    position: relative;
    padding: 10px 5px;
}
h1 {
    font-size: 20px;
    margin: 5px 0px;
    line-height: 1.1;
}
.bottom-menu li a {
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(0, 22, 26);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
}
.bottom-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
}
.bottom-menu-block {
	display: none;
}
.bottom-menu-item h3 {
	margin-bottom: 0;
}
.hotel-order-tabs-nav li {
	width: 50%;
}
.m-wrapper.relative {
    padding-top: 330px;
}
div#rotator ul li {
    background-size: auto 320px;
}
body > a {
	display: none;
}
body.inner {
    background-color: #FFF;
    padding-top: 73px;
}
.content-info-item h2 {
    position: static;
    font-size: 17px;
    width: 100%;
    margin: 0;
}
.inner-order-panel .m-wrapper {
    width: 100%;
}
.content-info-item .contet-iinfo-item-description, .content-info-item .button-yellow {
    margin-left: 10px;
}
.left-sidebar {
    width: 100%;
}
.left-menu-wrapper {
    padding: 0;
}
.left-menu li a {
    text-align: center;
}
.promotions-list {
	display: none;
}
.main-content {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 12px;
}
.content-table {
	display: block;
	overflow-x: scroll;
	width: 100%;
}
.room-description-item.img-block {
    width: 100%;
    padding-right: 0;
}
.partners-list {
	display: none;
}
div#rotator {
    position: relative;
    width: 100%;
    top: 0;
    height: 320px;
}
.bottom-wrapper > h2.block-title {
	display: none;
}
.slider-wrapper div#rotator ul li {
	    height: 320px!important;
}
.room-description-item.order-block {
    width: 100%;
}
.room-description-item.description-block {
    width: 100%;
    padding-right: 0;
}
.room-description-item.properties-block {
    width: 100%;
}
.room-description-item.room-rating {
    width: 100%;
    text-align: left;
}
.room-prop-top {
    margin-top: 0;
}
.inner-order-panel .hotel-order-date-block, .inner-order-panel .hotel-order-people-block {
    padding: 8px 0px;
    width: 100%;
        text-align: center;
    float: left;
}
.hotel-order-block.line {
    display: block;
    width: 100%;
    float: left;
    padding-top: 0;
}
.hotel-order-item {
    float: left;
    width: 100%;
    padding-right: 0;
}
.hotel-order-item:nth-child(2) {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0%;
}
.control-plus, .control-minus {
    width: 20px;
}
.hotel-order-title-block {
    width: 100%;
    padding-top: 0;
    text-align: center;
    }
 .hotel-order-title-block br {
 	display: none;
 }
 .inner-order-panel {
    height: auto;
}
.inner-order-panel .hotel-order-people-item {
    width: 50%;
    display: block;
    float: left;
    padding: 0% 5%;
    margin: 0 !important;
    text-align: center;
}
.hotel-order-form input[type='submit'], .hotel-payment-form input[type='submit'], .hotel-order-form input[type='button'] {
    margin-bottom: 5px;
    margin-top: 0;
}
.left-menu {
	display: none;
}
.left-menu-title {
    border-radius: 10px;
        width: 98%;
    margin: 0 auto;
    position: relative;
}
.left-menu-title:after, .mobile_menu:after {
content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #ffffff transparent transparent transparent;
    top: 50%;
    margin-top: -4px;
    margin-left: 5px;
}
h1.full-with {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bottom-wrapper {
	padding-top: 5px;
	padding-bottom: 0;
}
.photo-list {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.mobile_menu {
    background-color: #297480;
    display: block !important;
    color: #FFF;
    line-height: 54px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    width: 90px;
    height: 54px;
    margin: 0 auto;
    position: relative;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9998;
    padding-right: 10px;
}
.online-order-tabs {
    margin: 0;
}
.gotech_search_result_room_header_text {
    margin-left: 4px !important;
    width: 100%  !important;
}
.gotech_search_result_room_rates_item_button {
	width: 100% !important;
}
.iframeWrapper {
    left: 0 !important;
    top: 95px !important;
    right: 0 !important;
    height: 71vh !important;
    width: 100% !important; 
}
#gotech_search_choose {
	left: 0 !important;
}
#gotech_search_choose {
	display: none !important;
}
.room-table-price {
	display: none;
}
.main-content > .content-table {
	/*display: none;*/
}
.header-block {
    padding-bottom: 2px;
}
.menu-block {
position: fixed!important;
    background: #fff;
    z-index: 9999;
    top: 71px;
    width: 100% !important;
    left: 0 !important;
    margin: 0;
    max-height: 95vh;
    overflow-y: scroll;
}
.top-menu li {
    width: 100% !important;
}
.top-menu li a {
    padding: 5px 0px;
}
.top-contact-wrapper > span {
    width: 100%;
    position: static !important;
    padding: 0 10px;
    float: left;
}
.top-contact-item.map:before {
    left: 22%;
    top: 0;
}
.photo-list-item {
    width: 50%;
}
.room-item-img {
    width: 100%;
}
.room-item-description {
    width: 100%;
}
.in-room-prop {
    width: 100%;
}
.room-item-description-item {
    width: 100%;
}
.room-item-title {
margin-bottom: 0;
    text-align: center;
}
td b {
	white-space: nowrap;
}
.hotel-link-wrapper > ul {
	display: none;
}
.wrapper div#rotators ul li {
    height: 100%!important;
    background-repeat: no-repeat;
    background-size: cover;
    position: static !important;
}
.hotel-order-pos-wrapper {
    position: static;
}
.slider-wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.m-wrapper.relative {
    padding-top: 0;
}
.hotel-link-wrapper {
    position: absolute;
    top: -70px;
    left: 5px;
    z-index: 999;
}
.mobile_show {
	display: flex;
}
.bottom-menu li {
	width: 100%;
	text-align: center;
}
.bottom-menu-item {
	padding-left: 0;
}
#colorbox {
	width: 100% !important;
	height: 100vh !important;
	top: 0 !important;
	left: 0 !important;
}
#cboxWrapper {
	width: 100% !important;
}
#cboxMiddleLeft, #cboxMiddleRight, #cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
	display: none !important;
}
#cboxContent, #cboxLoadedContent {
	width: 100% !important;
	height: 100vh !important;
}
.online-order-tabs ul.nav-tabs li {
    padding: 5px 10px;
        font-size: 14px;
}
.online-order-tabs ul.nav-tabs {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid;
}
}