/*!
Theme Name: Три дельфина
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: threedolphins
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Три дельфина is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: .04em;
	color: #303030;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
a, a:hover, a:focus {
	color: #005f8c;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 25px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 21px;
}
h6 {
	font-size: 18px;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}

.btn,
.vc-btn a {
	position: relative !important;
  height: 62px;
  padding: 0 10px !important;
  min-width: 315px;
  font-weight: bold;
  font-size: 14px !important;
  text-transform: uppercase;
  line-height: 62px !important;
  border: none !important;
  border-radius: 0 !important;
}
.btn-primary,
.vc-btn-primary a {
	background: #fff !important;
  border: 2px solid #005f8c !important;
  line-height: 58px !important;
  color: #005f8c !important;
}
.btn-primary:hover,
.vc-btn-primary a:hover {
	background: #005f8c !important;
	color: #fff !important;
}
.btn-primary:before,
.vc-btn-primary a:before {
  content: '';
  width: calc(100% + 4px);
  height: 62px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
}
.btn-primary:after,
.vc-btn-primary a:after {
  content: '';
  width: calc(100% + 4px);
  height: 62px;
  border: 2px solid #005f8c;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: -2;
}


.wrapper {
	overflow: hidden;
}

header {
	position: relative;
	padding: 30px 0;
}
.logo {
	position: relative;
}
.logo-text {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.header-inner {
	display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-evenly;
  max-width: 70%;
  flex: 0 0 70%;
}
.main-menu li a {
	position: relative;
	color: #303030;
  text-transform: uppercase;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
	color: #005f8c;
	font-weight: bold;
}
.main-menu li a:hover:before,
.main-menu li.current-menu-item a:before {
  content: '';
  background-image: url(images/wave.png);
  height: 9px;
  width: 100%;
  position: absolute;
  background-position: center;
  background-repeat: repeat-x;
  top: -18px;
  left: 0;
}
.language-select {
	text-align: right;
	max-width: 8%;
	flex: 0 0 8%;
}
.language-select select {
	background: none;
	border: none;
	font-weight: bold;
	color: #005f8c;
	text-transform: uppercase;
	outline: none;
}
.header-booking {
	max-width: 21%;
	flex: 0 0 21%;
}
.header-booking a {
	margin-left: auto;
	display: block;
  max-width: 256px;
  height: 62px;
  background: #005f8c;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #005f8c;
  text-align: center;
  line-height: 58px;
  transition: .25s;
}
.header-booking a:hover {
	background: none;
	color: #005f8c;
}


.img-border-before:before {
  display: block !important;
  content: '';
  background-image: url(images/img-border.jpg);
  width: 122px;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
}
.img-border-after:after {
  display: block !important;
  content: '';
  background-image: url(images/img-border.jpg);
  width: 122px;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  right: 0;
  top: 0;
}


.main-block {

}
.main-block-info {
	padding-left: calc(50% - (1710px / 2) + 100px) !important;
	padding-right: 10px !important;
	z-index: 1;
}
.main-block-info .wpb_text_column {
	max-width: 520px;
}
.main-block-info:after {
	content: '';
  background-image: url(images/main-dolphins.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 267px;
  height: 161px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: -1;
}
.main-block-info h1 {
	position: relative;
	font-size: 35px;
	margin-bottom: 35px;
	color: #686868;
	font-weight: 400;
	line-height: 1.3;
}
.main-block-info h1 strong {
	color: #005f8c;
	font-size: 55px;
	font-weight: bold;
	text-transform: uppercase;
}
.main-block-info h1:after {
  content: '';
  background: #005f8c;
  width: 96px;
  height: 3px;
  display: block;
  margin-top: 25px;
}
.main-block-info p {
	margin-bottom: 40px;
}
.main-block-info .vc-btn-primary {
	margin-top: 40px;
}
.main-block-info .vc-btn-primary a {
	background: #f7fafb !important;
}
.main-block-info .vc-btn-primary a:hover {
	background: #005f8c !important;
}
.main-block-info .vc-btn-primary a:before {
	background: #f7fafb;
}


.heading {
	margin-bottom: 30px;
}
.heading h2 {
	font-size: 35px;
  color: #383838;
  text-transform: uppercase;
  margin: 0;
}
.heading h2:after {
	content: '';
  width: 70px;
  height: 2px;
  display: block;
  background: #006174;
  margin-top: 20px;
}


.about-hotel {
	position: relative;
	padding: 125px 0 150px;
}
.about-hotel__info {
  padding-left: 30px !important;
	padding-right: 40px !important;
}
.car-img-title {
	position: relative;
}
.car-img-title__heading {
	position: absolute;
  border: 2px solid #005f8c;
  padding: 25px;
  width: 290px;
  left: -60px;
  bottom: -60px;
}
.car-img-title__heading:before {
	content: '';
  border: 2px solid #fff;
  position: absolute;
  width: 115px;
  height: 91px;
  right: -2px;
  z-index: 9;
  top: -2px;
  border-bottom: 0;
  border-left: 0;
}
.car-img-title__heading h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #005f8c;
  line-height: 1.4;
  margin: 0;
}
.car-img-title__heading h3:before {
	content: '';
  width: 70px;
  height: 2px;
  background: #005f8c;
  display: block;
  margin-bottom: 20px;
}
.car-img-title__carousel {
	max-width: 435px;
	margin-left: auto;
}


.car-img-title__carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.car-img-title__carousel .owl-nav button {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .6) !important;
  margin-left: 2px;
  text-align: center;
  line-height: 40px !important;
  outline: none;
  transition: .25s;
}
.car-img-title__carousel .owl-nav button:hover {
  background: #005f8c !important;
}
.car-img-title__carousel .owl-nav button.disabled {
  opacity: .4;
  background: rgba(255, 255, 255, .6) !important;
}
.car-img-title__carousel .owl-nav button img {
  width: 17px;
}



.home-gallery {
  position: relative;
  height: 480px;
  z-index: 2;
  text-align: center;
}
.home-gallery:before {
  content: '';
  display: block !important;
  background: #005f8c;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -10px;
}
.home-gallery:after {
  content: '';
  display: block !important;
  background: rgba(0, 95, 140, .85);
  position: absolute;
  width: 100%;
  height: 100%;
	left: 0;
  top: 0;
  z-index: -1;
}
.home-gallery .heading {
  margin-bottom: 30px;
}
.home-gallery .heading h2 {
  color: #fff;
}
.home-gallery .heading h2:after {
  display: none;
}
.home-gallery .heading h2:before {
  content: '';
  background-image: url(images/wave-white.png);
  height: 9px;
  width: 80px;
  display: block;
  margin: 0 auto 15px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
.home-gallery .wpb_text_column {
  margin-bottom: 50px;
}
.home-gallery p {
  color: #fff;
}
.home-gallery .vc-btn-primary a {
  background: none !important;
  border-color: #fff !important;
  color: #fff !important;
}
.home-gallery .vc-btn-primary a:before {
  background: #046997;
  height: 64px;
  top: 0;
  left: 0;
  width: calc(100% + 6px);
}
.home-gallery .vc-btn-primary a:after {
  border-color: #fff;
}
.home-gallery .vc-btn-primary a:hover {
  background: #076d9a !important;
}



.home-rooms {
  margin-top: 110px;
  padding-bottom: 110px;
}
.home-rooms:before {
  content: '';
  background-image: url(images/home-rooms-before.png);
  width: 681px;
  height: 512px;
  position: absolute;
  right: 120px;
  bottom: 0;
  z-index: -1;
}
.home-rooms__left {
  padding-left: calc(50% - (1740px / 2)) !important;
}
.home-rooms__block {
  position: relative;
  width: calc(100% - 100px);
}
.home-rooms__text {
  position: relative;
  width: 450px;
  border: 2px solid #005f8c;
  float: right;
  margin: 20px 360px 30px 0;
  border-right: 0;
  padding: 35px 25px;
  z-index: 2;
}
.home-rooms__text:before {
  content: '';
  border: 2px solid #fff;
  border-left: 0;
  position: absolute;
  right: -100px;
  top: -2px;
  width: 100px;
  height: calc(100% + 4px);
  z-index: 1;
}
.home-rooms__text h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #005f8c;
  line-height: 1.4;
  margin-bottom: 20px;
}
.home-rooms__text h3:before {
  content: '';
  width: 70px;
  height: 2px;
  background: #005f8c;
  display: block;
  margin-bottom: 15px;
}
.home-rooms__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-rooms__text ul li {
  display: flex;
  align-items: baseline;
}
.home-rooms__text ul li strong {
  font-weight: bold;
  font-size: 18px;
  color: #005f8c;
  min-width: 40px;
  margin-right: 5px;
}
.home-rooms__imgR {
  position: absolute;
  width: 360px;
  right: 0;;
  top: 0;
  z-index: 1;
}
.home-rooms__imgR img {
  position: relative;
  z-index: 2;
}
.home-rooms__imgR:after {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  z-index: 1;
  bottom: -10px;
}
.home-rooms__imgB {
  max-width: 780px;
}




.home-history {
  position: relative;
  padding: 75px 0;
}
.home-history .heading {
  text-align: center;
  position: relative;
  z-index: 2;
}
.home-history .heading h2:before {
  content: '';
  background-image: url(images/quote-left.svg);
  height: 58px;
  width: 58px;
  background-size: contain;
  position: absolute;
  z-index: -1;
  left: calc(50% - 29px);
  top: -15px;
}
.home-history .heading h2:after {
  margin: 20px auto 0;
}



footer {
  position: relative;
  padding: 95px 0 35px;
}
footer:before {
  content: '';
  background-image: url(images/horizontal-border.jpg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  top: 0;
  height: 50px;
  width: 100%;
}
footer .main-menu {
  max-width: 100%;
  flex: 0 0 100%;
  justify-content: flex-start;
}
footer .main-menu li {
  margin-right: 40px;
}
footer .main-menu li:last-child {
  margin-right: 0;
}
.footer-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.footer-contacts li {
  max-width: 55%;
  flex: 0 0 55%;
  display: flex;
  align-items: flex-start;
}
.footer-contacts li:nth-child(1),
.footer-contacts li:nth-child(2) {
  margin-bottom: 10px;
}
.footer-contacts li:nth-child(2n) {
  flex: 0 0 45%;
  max-width: 45%;
}
.footer-contacts li img {
  width: 16px;
  margin: 2px 5px 0 0;
}
.footer-contacts li p {
  color: #88a2ad;
}
.footer-contacts li p a {
  color: #88a2ad;
  text-decoration: underline;
}
.footer-soc {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-soc li {
	margin: 15px 5px;
}
.footer-soc li img {
	width: 42px;
}


main {
  position: relative;
  z-index: 3;
}



.page-heading {
  position: relative;
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.page-heading:after {
  content: '';
  background: rgba(0, 95, 140, .85);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
}
.page-heading h1 {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.page-heading h1:before {
  content: '';
  background-image: url(images/wave-white.png);
  height: 9px;
  width: 80px;
  display: block;
  margin: 0 auto 15px;
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
.page-heading p {
  color: #fff;
  /*margin-bottom: 50px;*/
}
.page-heading a {
  background: none !important;
  border-color: #fff !important;
  color: #fff !important;
}
.page-heading p ~ div {
	margin-top: 50px;
}
.page-heading a:before {
  background: #046997;
  height: 64px;
  top: 0;
  left: 0;
  width: calc(100% + 6px);
}
.page-heading a:after {
  border-color: #fff;
}


.order-form {
  position: relative;
  padding: 80px 0;
  min-height: 430px;
  overflow: inherit !important;
  z-index: 2;
}
.order-form:after {
  content: '';
  background-image: url(images/main-dolphins.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 267px;
  height: 161px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: -1;
}
.order-form #easyms-reservation-module > div,
.order-form #easyms-reservation-module > div > div > div {
  background: none;
}
.order-form #easyms-reservation-module .mdc-layout-grid {
  padding: 0 0 10px;
}
.order-form #easyms-reservation-module .mdc-layout-grid__inner .mdc-layout-grid__cell {
  grid-column-end: span 6;
}
.order-form #easyms-reservation-module .mdc-layout-grid__inner .mdc-layout-grid__cell:last-child {
  grid-column-end: span 12;
  text-align: center;
}
.order-form #easyms-reservation-module .mdc-layout-grid__inner label {
  font-size: 16px;
  font-weight: 500;
  color: #303030;
}
.order-form #easyms-reservation-module input {
  border-color: #005f8c;
  height: 62px;
  border-radius: 0;
}
.order-form #easyms-reservation-module .mdc-button {
  width: auto;
  min-width: 250px;
  background: #005f8c;
  border: 2px solid #005f8c;
  border-radius: 0;
  box-shadow: none;
  height: 58px;
  font-size: 14px;
  letter-spacing: .04em !important;
  font-weight: bold;
  transition: .25s;
}
.order-form #easyms-reservation-module .mdc-button:hover,
.order-form #easyms-reservation-module .mdc-button:focus {
  background: #fff;
  color: #005f8c;
}


.carousel-gallery {
  position: relative;
  padding: 110px 0 100px;
}
.car-img-tab {

}
.car-img-tab ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.car-img-tab ul li {
  margin-right: 50px;
}
.car-img-tab ul li:last-child {
  margin-right: 0;
}
.car-img-tab ul li a {
  display: block;
  padding: 5px 0;
  position: relative;
  color: #303030;
  text-transform: uppercase;
  outline: none;
}
.car-img-tab ul li a:hover,
.car-img-tab ul li.ui-tabs-active a {
  color: #005f8c;
  font-weight: bold;
}
.car-img-tab ul li a:hover:before,
.car-img-tab ul li.ui-tabs-active a:before {
  content: '';
  background-image: url(images/wave.png);
  height: 9px;
  width: 100%;
  position: absolute;
  background-position: center;
  background-repeat: repeat-x;
  top: -18px;
  left: 0;
}

.car-img-tab__carousel-item {
  overflow: hidden;
}
.car-img-tab__carousel-img {
  height: 440px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: .5s;
}
.car-img-tab__carousel-item:hover .car-img-tab__carousel-img {
  transform: scale(1.1) rotate(5deg);

}
.car-img-tab__carousel .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
}
.car-img-tab__carousel .owl-nav button {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .6) !important;
  margin-left: 2px;
  text-align: center;
  line-height: 40px !important;
  border: 1px solid #005f8c !important;
  outline: none;
  transition: .25s;
}
.car-img-tab__carousel .owl-nav button i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
}
.car-img-tab__carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
}
.car-img-tab__carousel .owl-nav button.owl-prev i {
  background-image: url(images/back-blue.svg);
}
.car-img-tab__carousel .owl-nav button.owl-prev:hover i {
  background-image: url(images/back.svg);
}
.car-img-tab__carousel .owl-nav button.owl-next {
  position: absolute;
  right: -70px;
}
.car-img-tab__carousel .owl-nav button.owl-next i {
  background-image: url(images/next-blue.svg);
}
.car-img-tab__carousel .owl-nav button.owl-next:hover i {
  background-image: url(images/next.svg);
}
.car-img-tab__carousel .owl-nav button:hover {
  background: #005f8c !important;
}
.car-img-tab__carousel .owl-nav button.disabled {
  opacity: .4;
}
.car-img-tab__carousel .owl-nav button img {
  width: 17px;
}





.contacts-info {
  position: relative;
  padding: 100px 0;
}
.contacts-info .heading h2 {
  font-size: 28px;
}
.list-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-icons li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.list-icons li:last-child {
  margin-bottom: 0;
}
.list-icons img {
  width: 16px;
  margin: 2px 13px 0 0;
}
.list-icons p {
  color: #88a2ad
}
.list-icons ~ .heading {
  margin-top: 50px;
}
.contacts-feedback form {
  position: relative;
  padding: 60px 85px 40px;
  border: 2px solid #bfd7e2;
}
.contacts-feedback h3 {
  font-size: 28px;
  color: #383838;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
.contacts-feedback .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
}
.contacts-feedback .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}
.contacts-feedback input,
.contacts-feedback textarea {
  border: 1px solid #c0dde6;
  height: 60px;
  padding: 5px 20px;
  font-size: 16px;
  color: #303030;
  width: 100%;
  outline: none;
}
.contacts-feedback textarea {
  height: 145px;
  padding: 20px;
}
.contacts-feedback input[type="submit"] {
  width: auto;
  min-width: 250px;
  padding: 0 30px;
  display: block;
  margin: 20px auto 0;
  background: #005f8c;
  border: 2px solid #005f8c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  transition: .25s;
}
.contacts-feedback input[type="submit"]:hover {
  background: #fff;
  color: #005f8c;
}
.contacts-feedback .ajax-loader {
  position: absolute;
}


.contacts-map {
  position: relative;
  margin-bottom: 100px;
}
.contacts-map .heading {
  margin-bottom: 10px;
}
.contacts-map .heading h2 {
  text-align: center;
}
.contacts-map .heading h2:after {
  width: 100%;
  margin-top: 30px;
}



.about-main {
	position: relative;
	padding: 100px 0;
}
.about-main img {
	margin-bottom: 20px;
}
.about-main h1 {
  color: rgba(0, 95, 140, .18);
  font-size: 60px;
}
.about-main p {

}
.about-main-info {
	position: relative;
	margin: 100px 0;
}
.about-main-info-left {
	padding: 100px 0 50px 135px !important;
}
.about-main-info-left:before,
.about-advantages-right:after {
	width: 86px;
}
.about-main-info-left .wpb_text_column {
	margin-bottom: 0;
}
.about-main-info-right {
	
}
.about-main-info-image-1 {
	position: absolute;
	top: -100px;
}
.about-main-info-image-1 img {
	max-height: 480px;
	width: auto;
	border: 10px solid #fff;
}
.about-main-info-image-2 {
  margin-top: 150px;
}
.about-main-info-image-2 img {
	max-height: 400px;
  width: auto;
}


.about-advantages {
	position: relative;
	padding: 30px 0;
}
.about-advantages-right {
	padding: 80px 200px 80px 0 !important;
}
.about-advantages-right:before {
	content: '';
  height: 80%;
  width: 1px;
  background: #b9d3df;
  position: absolute;
  left: -35px;
  top: 50px;
}
.about-advantages .list-icons {
	display: flex;
  flex-wrap: wrap;
}
.about-advantages .list-icons li {
	flex: 0 0 50%;
  align-items: center;
  margin: 15px 0;
  padding-right: 50px;
}
.about-advantages .list-icons li img {
	height: 86px;
  width: 86px;
  border: 1px solid #005f8c;
  padding: 20px;
  margin: 0 30px 0 0;
}
.about-advantages .list-icons li p {
	color: #005f8c;
}





.rooms-all {
  margin: 100px 0;
}
.room-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #005f8c;
}
.rooms-all .room-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.room-item-images {
  display: block;
  max-width: 75%;
  margin-left: auto;
}
.room-item-images-item {
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.room-item-images .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.room-item-images .owl-nav button {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .6) !important;
  margin-left: 2px;
  text-align: center;
  line-height: 40px !important;
  outline: none;
  transition: .25s;
}
.room-item-images .owl-nav button:hover {
  background: #005f8c !important;
}
.room-item-images .owl-nav button.disabled {
  opacity: .4;
  background: rgba(255, 255, 255, .6) !important;
}
.room-item-images .owl-nav button img {
  width: 17px;
}
.room-item-info {
  padding-right: 40%;
}
.room-item-info:after,
.room-item-info:before {
  width: 84px;
}
.room-item-info .heading {
  display: block;
}
.room-item-excerpt {
  margin-bottom: 35px;
}
.rooms-all .room-item:nth-child(2n) .col-xl-5 {
  order: 2;
}
.rooms-all .room-item:nth-child(2n) .col-xl-7 {
  order: 1;
}
.rooms-all .room-item:nth-child(2n) .room-item-images {
  margin-left: 0;
}
.rooms-all .room-item:nth-child(2n) .room-item-info {
  padding-right: 0;
  padding-left: 40%;
}



.post-room {
  position: relative;
}
.post-room .entry-content {
  padding: 100px 0;
}
.post-room-img {

}
.post-room-info {
  border: 2px solid #006174;
  position: relative;
  padding: 40px 60px 30px;
  margin-left: -30px !important;
  border-left: 0;
}
.post-room-info:before {
  content: '';
  border: 2px solid #fff;
  position: absolute;
  width: 110px;
  height: calc(100% + 4px);
  left: -110px;
  border-right: 0;
  top: -2px;
}
.post-room-info .list-icons {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #d9e7ee;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.post-room-info .list-icons li {
  position: relative;
  margin-right: 35px;
  margin-bottom: 0;
  z-index: 2;
}
.post-room-info .list-icons li:before {
  content: '';
  border: 1px solid #ececec;
  background: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -8px;
  top: -6px;
  z-index: -1;
}
.post-room-info .list-icons li:after {
  content: '';
  border: 1px solid #ececec;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -4px;
  top: -2px;
  z-index: -2;
}
.post-room-info .list-icons li:last-child {
  margin-right: 0;
}
.post-room-info .list-icons li img {
  margin: 2px 25px 0 0;
}

.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.list-items li {
  flex: 0 0 33%;
  max-width: 33%;
  margin: 10px 0;
  position: relative;
  padding-left: 10px;
}
.list-items li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #005f8c;
  position: absolute;
  top: 9px;
  left: -10px;
}


.post-room-images-item {
  height: 405px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-room-images .owl-nav {
  margin: 10px 0 30px;
  display: flex;
  justify-content: flex-end;
}
.post-room-images .owl-nav button {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .6) !important;
  margin-left: 2px;
  text-align: center;
  line-height: 40px !important;
  border: 1px solid #005f8c !important;
  outline: none;
  transition: .25s;
}
.post-room-images .owl-nav button i {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: center;
}
.post-room-images .owl-nav button.owl-prev {
  margin-right: 10px;
}
.post-room-images .owl-nav button.owl-prev i {
  background-image: url(images/back-blue.svg);
}
.post-room-images .owl-nav button.owl-prev:hover i {
  background-image: url(images/back.svg);
}
.post-room-images .owl-nav button.owl-next i {
  background-image: url(images/next-blue.svg);
}
.post-room-images .owl-nav button.owl-next:hover i {
  background-image: url(images/next.svg);
}
.post-room-images .owl-nav button:hover {
  background: #005f8c !important;
}
.post-room-images .owl-nav button.disabled {
  opacity: .4;
}
.post-room-images .owl-nav button img {
  width: 17px;
}


.post-room-excerpt {
  border-left: 2px solid #005f8c;
  padding-left: 35px;
}


.order-form-short {
  background-color: #f7fafb;
  background-image: url(images/bg-wave.png);
  border: 20px solid #005f8c;
  min-height: auto;
  padding: 60px 20px;
}
.order-form-short:after {
  display: none;
}
.order-form-short #easyms-reservation-module .mdc-layout-grid {
  padding: 0 0;
}
.order-form-short #easyms-reservation-module .mdc-layout-grid__inner .mdc-layout-grid__cell,
.order-form-short #easyms-reservation-module .mdc-layout-grid__inner .mdc-layout-grid__cell:last-child {
  grid-column-end: span 4;
}


.post-room-related {
  margin: 80px 0 100px;
}
.post-room-related-item {
  padding-bottom: 35px;
  border: 2px solid #e8e8e8;
}
.post-room-related-img {
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.post-room-related-item h3 {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #383838;
  margin: 0 40px 35px;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
}
.post-room-related-item h3:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #005f8c;
  position: absolute;
  bottom: -10px;
}
.post-room-related-icons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 40px;
  padding: 0;
  list-style: none;
}
.post-room-related-icons li {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  margin-right: 35px;
  margin-bottom: 30px;
  z-index: 2;
}
.post-room-related-icons li:before {
  content: '';
  border: 1px solid #ececec;
  background: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -8px;
  top: -6px;
  z-index: -1;
}
.post-room-related-icons li:after {
  content: '';
  border: 1px solid #ececec;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -4px;
  top: -2px;
  z-index: -2;
}
.post-room-related-icons li:last-child {
  margin-right: 0;
}
.post-room-related-icons li img {
  margin: 2px 25px 0 0;
  width: 16px !important;
  height: 16px;
}
.post-room-related-item .btn-primary {
  height: 48px !important;
  line-height: 44px !important;
  min-width: 250px;
}
.post-room-related-item .btn-primary:before {
  height: 48px;
  left: 1px;
  top: 1px;
}
.post-room-related-item .btn-primary:after {
  height: 48px;
  left: 6px;
  top: 6px;
}




.page-map {
  position: relative;
  padding: 40px 0 80px;
}


.copyright {
	text-align: center;
	padding-bottom: 10px;
}




@media (max-width: 1799px) {
	.main-menu {
		flex: 0 0 69%;
		max-width: 69%;
	}
	.header-booking {
    max-width: 22%;
    flex: 0 0 22%;
	}
	.header-booking a {
		max-width: 230px;
		height: 58px;
    line-height: 54px;
	}
	.img-border-before:before,
	.img-border-after:after {
		width: 106px;
	}
	.main-block-info {
    padding-left: calc(50% - (1510px / 2) + 80px) !important;
    padding-right: 30px !important;
  }
  .main-block-info h1 {
  	font-size: 32px;
  }
  .main-block-info h1 strong {
  	font-size: 50px;
  }
  .btn, .vc-btn a {
  	max-width: 305px;
  }
  .heading h2 {
  	font-size: 34px;
  }
  .about-hotel {
  	padding: 100px 0 135px;
  }
  .about-hotel__info {
    padding-left: 20px !important;
	}
	.car-img-title__heading {
		width: 237px;
		bottom: -65px;
		padding: 20px;
	}
	.car-img-title__heading:before {
		height: 75px;
	}
	.car-img-title__carousel {
		max-width: 420px;
	}
	.home-gallery {
		height: 460px;
	}
	.home-rooms {
    margin-top: 90px;
    padding-bottom: 90px;
	}
	.home-rooms:before {
		right: 105px;
    width: 635px;
    height: 480px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
	}
	.home-rooms__left {
    padding-left: calc(50% - (1540px / 2)) !important;
	}
	.footer-contacts {
		width: 385px;
    margin-left: -30px;
	}
	.page-heading {
		padding: 90px 0;
	}
	.about-main {
		padding: 90px 0;
	}
	.about-main h1 {
		font-size: 56px;
	}
	.order-form {
		padding: 70px 0;
		min-height: 400px;
	}
	.rooms-all {
    margin: 80px 0;
	}
	.room-item-images {
		max-width: 80%;
	}
	.room-item-info {
    padding-right: 35%;
	}
  .rooms-all .room-item:nth-child(2n) .room-item-info {
    padding-left: 35%;
  }
	.post-room-info {
		padding: 35px 40px 25px;
	}
	.post-room-info .list-icons li {
		margin-right: 30px;
	}
	.post-room-info .list-icons li img {
    margin: 2px 20px 0 0;
	}
	.post-room-images-item {
		height: 355px;
	}
	.order-form #easyms-reservation-module .mdc-layout-grid__inner .mdc-layout-grid__cell {
    grid-column-end: span 6;
	}
	.order-form #easyms-reservation-module .mdc-layout-grid__inner .mdc-layout-grid__cell:last-child {
    grid-column-end: span 12;
    text-align: center;
	}
	.order-form-short {
		padding: 60px 20px;
    min-height: 350px;
	}
	.post-room-related {
    margin: 70px 0 80px;
	}
	.carousel-gallery {
    padding: 90px 0 80px;
	}
	.car-img-tab__carousel-img {
		height: 385px;
	}
	.contacts-info {
		padding: 80px 0;
	}
	.contacts-info .heading h2,
	.contacts-feedback h3 {
    font-size: 26px;
	}
}






@media (max-width: 1599px) {
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 15px;
	}
	.btn, .vc-btn a {
		height: 58px;
		min-width: 290px;
	}
	.btn-primary, .vc-btn-primary a {
		line-height: 54px !important;
	}
	.btn-primary:before, .vc-btn-primary a:before,
	.btn-primary:after, .vc-btn-primary a:after {
		height: 58px;
	}
	.btn-primary:before, .vc-btn-primary a:before {
		left: 1px;
		top: 1px;
	}
	.btn-primary:after, .vc-btn-primary a:after {
		left: 7px;
		top: 7px;
	}
	.heading,
	.home-gallery .heading {
    margin-bottom: 25px;
	}
	.heading h2 {
    font-size: 28px;
	}
	.heading h2:after {
		margin-top: 15px;
	}
	.logo-text {
		font-size: 21px;
	}
	.main-menu {
    flex: 0 0 68%;
    max-width: 68%;
	}
	.language-select {
		flex: 0 0 7%;
		max-width: 7%;
	}
	.header-booking {
    max-width: 25%;
    flex: 0 0 25%;
	}
	.header-booking a {
    max-width: 220px;
    height: 54px;
    line-height: 50px;
	}
	.img-border-before:before, .img-border-after:after {
    width: 85px;
	}
	.main-block-info {
    padding-left: calc(50% - (1310px / 2) + 50px) !important;
    padding-right: 20px !important;
	}
	.main-block-info:after {
		width: 230px;
		background-position: bottom right;
	}
	.main-block-info h1 {
    font-size: 28px;
    margin-bottom: 30px;
	}
	.main-block-info h1 strong {
    font-size: 46px;
	}
	.main-block-info h1:after {
		margin-top: 20px;
	}
	.main-block-info .vc-btn-primary {
    margin-top: 30px;
	}
	.about-hotel {
    padding: 80px 0 110px;
	}
	.about-hotel__info {
		padding-left: 0 !important;
		padding-right: 20px !important;
	}
	.car-img-title__carousel {
    max-width: 370px;
	}
	.car-img-title__heading {
    width: 200px;
    bottom: -50px;
    left: -50px;
    padding: 15px 20px;
	}
	.car-img-title__heading:before {
    height: 72px;
    width: 104px;
	}
	.car-img-title__heading h3 {
		font-size: 17px;
	}
	.home-gallery {
    height: 430px;
	}
	.home-gallery .wpb_text_column {
    margin-bottom: 40px;
	}
	.order-form {
    padding: 65px 0;
    min-height: 390px;
	}
	.order-form #easyms-reservation-module input {
		height: 56px;
	}
	.order-form #easyms-reservation-module .mdc-button {
		height: 56px;
		min-width: 220px;
	}
	.home-rooms {
    margin-top: 80px;
    padding-bottom: 80px;
	}
	.home-rooms__left {
    padding-left: calc(50% - (1340px / 2)) !important;
	}
	.home-rooms__block {
		width: calc(100% - 50px);
	}
	.home-rooms__imgB {
    max-width: 660px;
	}
	.home-rooms__imgR {
		width: 320px;
	}
	.home-rooms__text {
		width: 400px;
		margin: 20px 320px 30px 0;
		padding: 30px 25px;
	}
	.home-rooms__text:before {
		width: 80px;
		right: -80px;
	}
	.home-history {
		padding: 65px 0;
	}
	.home-history .heading h2:before {
		width: 52px;
		height: 52px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.home-history .heading h2:after {
    margin: 15px auto 0;
	}
	footer .main-menu {
		width: calc(100% + 80px);
		margin-left: -80px;
		max-width: initial;
	}
	.footer-contacts {
    width: 395px;
    margin-left: -60px;
	}
	.page-heading {
    padding: 80px 0;
	}
	.page-heading h1 {
		font-size: 28px;
	}
	.about-main {
    padding: 80px 0;
	}
	.about-main img {
    margin-bottom: 10px;
    width: 90%;
	}
	.about-main h1 {
    font-size: 48px;
	}
	.about-main-info {
		margin: 80px 0;
	}
	.about-main-info-left {
    padding: 70px 0 40px 95px !important;
	}
	.about-main-info-image-1 {
		top: -80px;
	}
	.about-main-info-image-1 img {
		max-height: 420px;
		border-width: 8px;
	}
	.about-main-info-image-2 {
    margin-top: 140px;
    margin-bottom: 0 !important;
	}
	.about-main-info-image-2 img {
		max-height: 320px;
	}
	.about-advantages {
		padding: 20px 0;
	}
	.about-advantages-right {
    padding: 65px 150px 65px 0 !important;
	}
	.about-advantages .list-icons li {
		padding-right: 30px;
	}
	.about-advantages .list-icons li img {
		margin: 0 20px 0 0;
		width: 78px;
    height: 78px;
	}
	.room-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .room-item-images {
    max-width: 85%;
	}
	.room-item-images-item {
		height: 580px;
	}
	.room-item-info {
    padding-right: 25%;
	}
  .rooms-all .room-item:nth-child(2n) .room-item-info {
    padding-left: 25%;
  }
	.page-heading a:before {
		height: 59px;
		width: calc(100% + 5px);
	}
	.post-room .entry-content {
    padding: 80px 0;
	}
	.post-room-info {
    padding: 25px 30px 15px;
	}
	.post-room-info:before {
		width: 90px;
		left: -90px;
	}
	.post-room-info .list-icons {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.post-room-info .list-icons li {
		margin-bottom: 15px;
	}
	.list-items li {
		margin: 6px 0;
	}
	.post-room-images-item {
    height: 305px;
	}
	.order-form-short {
    padding: 50px 10px;
    min-height: auto;
	}
	.post-room-related {
    margin: 60px 0 50px;
	}
	.post-room-related-img {
		height: 220px;
	}
	.post-room-related-item h3 {
		font-size: 17px;
		margin: 0 20px 30px;
	}
	.post-room-related-icons {
		margin: 0 30px;
	}
	.post-room-related-icons li {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.post-room-related-item .btn-primary {
    height: 44px !important;
    line-height: 40px !important;
    min-width: 220px;
	}
	.post-room-related-item .btn-primary:before,
	.post-room-related-item .btn-primary:after {
		height: 44px;
	}
	.carousel-gallery {
    padding: 80px 0 70px;
	}
	.car-img-tab ul {
		margin-bottom: 20px;
	}
	.car-img-tab__carousel-img {
    height: 340px;
	}
	.contacts-info .heading h2, .contacts-feedback h3 {
    font-size: 24px;
	}
	.contacts-feedback input, .contacts-feedback textarea {
		height: 54px;
		padding: 5px 15px;
	}
	.contacts-feedback textarea {
    height: 132px;
    padding: 15px;
	}
	.contacts-map {
		margin-bottom: 80px;
	}
  .page-map {
    padding: 35px 0 60px;
  }
}




@media (max-width: 1399px) {
  body {
    font-size: 13px;
  }
  .btn, .vc-btn a {
    height: 54px;
    min-width: 260px;
    font-size: 13px !important;
  }
  .btn-primary, .vc-btn-primary a {
    line-height: 50px !important;
  }
  .btn-primary:before, .vc-btn-primary a:before, .btn-primary:after, .vc-btn-primary a:after {
    height: 54px;
  }
  header {
    padding: 25px 0;
  }
  .logo-text {
    font-size: 19px;
    width: 190px;
  }
  .header-booking a {
    max-width: 200px;
    height: 52px;
    line-height: 48px;
  }
  .img-border-before:before, .img-border-after:after {
    width: 70px;
  }
  .main-block-info {
    padding-left: calc(50% - (1110px / 2) + 40px) !important;
  }
  .main-block-info:after {
    width: 180px;
    background-position: bottom right;
    right: 5px;
    bottom: 5px;
  }
  .main-block-info h1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .main-block-info h1 strong {
    font-size: 38px;
  }
  .main-block-info h1:after {
    margin-top: 15px;
  }
  .heading h2 {
    font-size: 26px;
  }
  .about-hotel {
    padding: 80px 0;
  }
  .car-img-title__carousel {
    max-width: 300px;
  }
  .car-img-title__heading {
    width: 180px;
    bottom: -50px;
    left: -40px;
  }
  .car-img-title__heading:before {
    height: 73px;
    width: 91px;
  }
  .car-img-title__heading h3 {
    font-size: 16px;
  }
  .home-rooms {
    margin-top: 70px;
    padding-bottom: 70px;
  }
  .home-gallery .vc-btn-primary a:before {
    height: 55px;
  }
  .home-rooms:before {
    right: 70px;
    width: 520px;
    height: 390px;
  }
  .home-rooms__left {
    padding-left: calc(50% - (1140px / 2)) !important;
  }
  .home-rooms__block {
    width: calc(100% - 30px);
  }
  .home-rooms__imgR {
    width: 280px;
  }
  .home-rooms__imgR:after {
    left: -7px;
    bottom: -7px;
  }
  .home-rooms__imgB {
    max-width: 580px;
  }
  .home-rooms__text {
    margin: 20px 280px 30px 0;
    padding: 25px 20px;
    width: 340px;
  }
  .home-rooms__text:before {
    width: 60px;
    right: -60px;
  }
  .home-rooms__text h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .home-rooms__text ul li strong {
    margin-top: 2px;
    font-size: 16px;
    min-width: 34px;
  }
  footer {
    padding: 55px 0 15px;
  }
  footer:before {
    height: 40px;
  }
  footer .main-menu {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  footer .main-menu li {
    margin-right: 30px;
  }
  .footer-contacts {
    width: 100%;
    margin-left: 0;
  }
  .footer-contacts li,
  .footer-contacts li:nth-child(2n) {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 5px;
  }
  .page-heading {
    padding: 70px 0;
  }
  .page-heading h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .page-heading h1:before {
    margin-bottom: 10px;
  }
  .page-heading p ~ div {
    margin-top: 30px;
  }
  .about-main {
    padding: 70px 0;
  }
  .about-main img {
    max-width: 85%;
  }
  .about-main h1 {
    font-size: 42px;
  }
  .about-main-info {
    margin: 70px 0;
  }
  .about-main-info-left {
    padding: 70px 0 40px 75px !important;
  }
  .about-main-info-image-1 img {
    max-height: 360px;
    border-width: 7px;
  }
  .about-main-info-image-2 img {
    max-height: 280px;
  }
  .about-advantages .list-icons li {
    padding-right: 25px;
  }
  .about-advantages .list-icons li img {
    margin: 0 15px 0 0;
    width: 64px;
    height: 64px;
    padding: 15px;
  }
  .order-form {
    padding: 50px 0;
    min-height: 340px;
  }
  .rooms-all {
    margin: 70px 0;
  }
  .room-item-images-item {
    height: 480px;
  }
  .room-item-info {
    padding-right: 20%;
  }
  .rooms-all .room-item:nth-child(2n) .room-item-info {
    padding-left: 20%;
  }
  .car-img-tab__carousel-img {
    height: 300px;
  }
  .contacts-info .heading h2, .contacts-feedback h3 {
    font-size: 21px;
  }
  .contacts-feedback form {
    padding: 40px 50px 35px;
  }
  .list-icons li {
    margin-bottom: 20px;
  }
  .post-room-info .heading h2 {
    font-size: 21px;
  }
  .post-room-info:before {
    width: 70px;
    left: -70px;
  }
  .post-room-images-item {
    height: 255px;
  }
  .order-form-short {
    min-height: auto;
    padding: 40px 10px;
    border-width: 10px;
  }
  .order-form #easyms-reservation-module input {
    height: 54px;
    width: 100%;
  }
  .post-room-excerpt {
    padding-left: 25px;
  }
}




@media (max-width: 1199px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .heading, .home-gallery .heading {
    margin-bottom: 20px;
  }
  .heading h2 {
    font-size: 24px;
  }
  .heading h2:after {
    margin-top: 13px;
  }
  .logo-text {
    width: 100%;
  }
  .main-menu {
    flex: 0 0 86%;
    max-width: 86%;
  }
  .language-select {
    flex: 0 0 14%;
    max-width: 14%;
  }
  .main-block:before {
  }
  .main-block-info {
    padding-left: calc(50% - (930px / 2)) !important;
    padding-right: calc(50% - (930px / 2)) !important;
    width: auto !important;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .car-img-title {
    margin-top: 40px;
  }
  .car-img-title__carousel {
    max-width: 100%;
    margin: auto;
    width: 360px;
  }
  .car-img-title__heading {
    display: none;
  }
  .car-img-title__carousel .owl-nav {
    top: 0;
    left: 0;
  }
  .car-img-title__carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
  }
  .car-img-title__carousel .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
  }
  .order-form:after {
    width: 220px;
    background-position: right bottom;
    background-size: contain;
  }
  .home-rooms {
    display: flex;
    flex-wrap: wrap;
  }
  .home-rooms:after,
  .home-rooms:before {
    display: none !important;
  }
  .home-rooms__left {
    order: 2;
    padding-left: calc(50% - (960px / 2)) !important;
    padding-right: calc(50% - (960px / 2)) !important;
  }
  .home-rooms__info {
    order: 1;
    padding-left: calc(50% - (960px / 2)) !important;
    padding-right: calc(50% - (960px / 2)) !important;
    margin-bottom: 30px;
  }
  .home-rooms__imgB {
    max-width: 740px;
  }
  .home-rooms__imgR {
    width: 350px;
  }
  .home-rooms__text {
    margin: 20px 350px 30px 0;
    padding: 30px 25px;
    width: 410px;
  }
  .footer-contacts li {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .footer-contacts li:nth-child(2n) {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .about-main {
    padding: 60px 0 30px;
  }
  .about-main-info {
    margin: 60px 0;
  }
  .about-main-info-left {
    padding: 35px 0 35px 75px !important;
  }
  .about-main-info-image-1 {
    top: -40px;
  }
  .about-main-info-image-1 img {
    max-height: 320px;
    border-width: 5px;
  }
  .about-main-info-image-2 {
    margin-top: 120px;
  }
  .about-main-info-image-2 img {
    max-height: 240px;
  }
  .about-advantages .list-icons {
    padding-right: 45px;
  }
  .about-advantages .list-icons li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .room-item-images {
    max-width: 100%;
  }
  .post-room-info {
    border: 2px solid #006174;
  }
  .post-room-info:before {
    display: none !important;
  }
  .page-heading h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .page-heading p {
    max-width: 700px;
    margin: auto;
  }
}




@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .img-border-before:before, .img-border-after:after {
    width: 54px;
  }
  .logo-text {
    font-size: 21px;
  }
  .menu-btn {
    border: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    background: none;
    background-image: url(images/menu-button.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 40px;
    outline: none !important;
  }
  .about-hotel {
    padding: 60px 0;
  }
  .home-gallery {
    height: auto;
    padding: 40px 0;
  }
  .home-rooms {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .home-rooms__left {
    padding-left: calc(50% - (720px / 2)) !important;
    padding-right: calc(50% - (720px / 2)) !important;
  }
  .home-rooms__info {
    padding-left: calc(50% - (720px / 2)) !important;
    padding-right: calc(50% - (720px / 2)) !important;
    margin-bottom: 50px;
  }
  .home-rooms__block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .home-rooms__text {
    order: 3;
    border: 2px solid #005f8c;
    width: 100%;
    margin: 20px 0 0;
    float: none;
  }
  .home-rooms__text:before {
    display: none;
  }
  .home-rooms__imgR {
    position: relative;
    order: 1;
    margin-left: auto;
  }
  .home-rooms__imgR:after {
    left: -5px;
    bottom: -5px;
    width: calc(100% + 5px);
  }
  .home-rooms__imgR:before {
    content: '';
    background-image: url(images/pattern-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 300px;
    height: 318px;
    position: absolute;
    left: -305px;
  }
  .home-rooms__imgB {
    order: 2;
    max-width: 100%;
    margin-top: -20%;
  }
  footer .logo-text {
    text-align: center;
    margin-bottom: 20px;
  }
  footer:after {
    content: '';
    background-image: url(images/main-dolphins.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    width: 170px;
    height: 105px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #mobile-menu {
    padding: 0 !important;
  }
  #mobile-menu .modal-dialog {
    max-width: 100%;
    margin: 0;
    min-height: 100%;
  }
  #mobile-menu .modal-content {
    height: 100vh;
    border: none;
    border-radius: 0;
    position: relative;
    display: block;
  }
  #mobile-menu .close {
    opacity: 1;
    outline: none;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 72px;
    font-weight: 300;
    color: #005f8c;
  }
  #mobile-menu .main-menu {
    display: block;
    padding: 80px 0 30px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #mobile-menu .main-menu li {
    margin-bottom: 30px;
  }
  #mobile-menu .main-menu li:last-child {
    margin-bottom: 0;
  }
  #mobile-menu .main-menu li a {
  }
  #mobile-menu .main-menu li a:before {
    width: 100%;
    margin: auto;
  }
  .header-booking {
    margin: auto;
  }
  .header-booking a {
    margin: auto;
  }
  .about-main img {
    width: 100%;
    max-width: 380px !important;
  }
  .about-main h1 {
    font-size: 36px;
  }
  .about-main-info {
    margin: 0 0 50px;
  }
  .about-main-info-left {
    padding: 10px 0 30px 0 !important;
  }
  .about-main-info-left:before {
    display: none !important;
  }
  .about-main-info-image-1 {
    position: relative;
    top: 0;
    margin-bottom: 0 !important;
  }
  .about-main-info-image-1 img {
    max-height: 100%;
    max-width: 60% !important;
  }
  .about-main-info-image-2 {
    margin-top: -15%;
  }
  .about-main-info-image-2 img {
    max-height: 100%;
    max-width: 85% !important;
  }
  .about-main-info-image-1:before {
    content: '';
    background-image: url(images/pattern-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 300px;
    height: 318px;
    position: absolute;
    bottom: 108px;
    right: 38px;
    z-index: -1;
  }
  .about-advantages {
    padding: 40px 0 30px;
  }
  .about-advantages-right {
    padding: 0 !important;
    order: 1;
  }
  .about-advantages-right:after,
  .about-advantages-right:before {
    display: none !important;
  }
  .about-advantages > div:first-child {
    order: 2;
  }
  .about-advantages .list-icons {
    padding-right: 0;
    margin-top: 20px;
  }
  .about-advantages .list-icons li {
    margin: 8px 0;
  }
  .order-form {
    min-height: 320px;
  }
  .rooms-all .room-item .col-xl-7 {
    order: 1;
  }
  .rooms-all .room-item .col-xl-5 {
    order: 2;
  }
  .room-item-info {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .rooms-all .room-item:nth-child(2n) .room-item-info {
    padding-left: 0;
  }
  .room-item-info:after,
  .room-item-info:before {
    display: none !important;
  }
  .room-item-excerpt {
    margin-bottom: 20px;
  }
  .room-item {
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .room-item:after {
    content: '';
    background-image: url(images/horizontal-border.jpg);
    height: 30px;
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .room-item:last-child:after {
    display: none;
  }
  .room-item-images .owl-nav {
    position: initial;
  }
  .room-item-images .owl-nav button {
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
  }
  .room-item-images .owl-nav button.owl-next {
    left: calc(100% - 44px);
    right: 0;
  }
  .entry-content > .vc_row .vc_col-sm-5 {
    order: 2;
    width: 100%;
  }
  .entry-content > .vc_row .vc_col-sm-7 {
    order: 1;
    width: 100%;
  }
  .post-room .entry-content {
    padding: 50px 0;
  }
  .post-room-info {
    border: 0;
    padding: 0;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  .post-room-info .list-icons li {
    margin: 0 35px 20px 0;
  }
  .post-room-info .list-icons li img {
    margin-right: 25px;
  }
  .list-items li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-room-img {
    text-align: center !important;
  }
  .post-room-images .owl-nav {
    justify-content: center;
  }
  .post-room-excerpt {
    border-left: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .post-room-excerpt h1,
  .post-room-excerpt h2,
  .post-room-excerpt h3,
  .post-room-excerpt h4,
  .post-room-excerpt h5,
  .post-room-excerpt h6 {
    text-align: center;
  }
  .post-room-info .heading {
    margin-bottom: 30px;
  }
  .contacts-info {
    padding: 50px 0;
  }
  .contacts-feedback {
    margin-top: 40px;
  }
  .contacts-feedback form {
    padding: 0;
    border: none;
  }
  .contacts-feedback h3 {
    margin-bottom: 15px;
  }
  .contacts-feedback .wpcf7-form-control-wrap,
  .contacts-feedback .wpcf7-form-control-wrap:last-child {
    margin-bottom: 15px;
  }
  .contacts-feedback input[type="submit"] {
    margin-top: 0;
  }
}



@media (max-width: 767px) {
  .language-select {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-form #easyms-reservation-module .mdc-layout-grid__inner .mdc-layout-grid__cell {
    grid-column-end: span 12;
  }
  .home-rooms__info {
    padding-left: calc(50% - (540px / 2)) !important;
    padding-right: calc(50% - (540px / 2)) !important;
    margin-bottom: 40px;
  }
  .home-rooms__left {
    padding-left: calc(50% - (540px / 2)) !important;
    padding-right: calc(50% - (540px / 2)) !important;
  }
  .about-hotel__img {
    margin-bottom: 20px !important;
  }
  .about-hotel__info .wpb_text_column {
    margin-bottom: 20px !important;
  }
  .heading, .home-gallery .heading {
    margin-bottom: 15px;
  }
  .heading h2 {
    font-size: 21px;
  }
  .heading h2:after {
    margin-top: 10px;
  }
  .home-gallery .wpb_text_column {
    margin-bottom: 20px;
  }
  .order-form {
    min-height: 320px;
    padding: 40px 0;
  }
  .home-rooms__info .wpb_text_column {
    margin-bottom: 20px;
  }
  .home-rooms__imgR {
    width: 50%;
  }
  .home-rooms__imgR:before {
    width: calc(100% - 50px);
    left: calc(-100% + 50px - 5px);
    height: 69%;
  }
  .home-history {
    padding: 50px 0;
  }
  .page-heading {
    padding: 50px 0;
  }
  .page-heading h1 {
    font-size: 21px;
  }
  .about-main-info-image-1:before {
    right: 0px;
    height: 75%;
    bottom: 81px;
  }
  .order-form-short {
    padding: 30px 10px;
  }
  .post-room-related-item .btn-primary {
    min-width: 180px;
  }
  .post-room-related-img {
    height: 200px;
    margin-bottom: 15px;
  }
  .post-room-related-item h3 {
    font-size: 15px;
    margin: 0 10px 25px;
  } 
  .post-room-related-icons {
    margin: 0px 20px;
  }
  .car-img-tab ul {
    display: block;
    text-align: center;
  }
  .car-img-tab ul li {
    margin-right: 0;
  }
  .car-img-tab ul li a {
    display: inline-block;
  }
  .car-img-tab ul li a:hover:before, .car-img-tab ul li.ui-tabs-active a:before {
    top: -5px;
  }
  .car-img-tab__carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .car-img-tab__carousel .owl-nav button.owl-next {
    right: 0;
  }
  .carousel-gallery {
    padding: 50px 0 40px;
  }
  .car-img-tab__carousel-img {
    height: 250px;
  }
  .page-heading p {
    max-width: 80%;
  }
  .contacts-map {
    margin-bottom: 40px;
  }
  .contacts-map iframe {
    height: 400px;
  }
  .main-block:before {
    display: none !important;
  }
  .main-block-info p {
    position: relative;
    padding-left: 40px;
  }
  .main-block-info p:before {
    display: block !important;
    content: '';
    background-image: url(images/img-border.jpg);
    width: 30px;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
  }
  .main-block-info {
    padding-left: calc(50% - (540px / 2)) !important;
    padding-right: calc(50% - (540px / 2)) !important;
    width: auto !important;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}




@media (max-width: 575px) {
  .main-block-info,
  .home-rooms {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .main-block-info h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main-block-info h1 strong {
    font-size: 32px;
  }
  .main-block-info h1:after {
    margin-top: 10px;
  }
  .about-hotel {
    padding: 30px 0;
  }
  .home-rooms {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .home-history {
    padding: 30px 0;
  }
  .home-history .heading h2:before {
    width: 42px;
    height: 42px;
    left: calc(50% - 21px);
  }
  .footer-contacts li,
  .footer-contacts li:nth-child(2n) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  header {
    padding: 15px 0;
  }
  .page-heading {
    padding: 30px 0;
  }
  .about-main-info-image-1:before {
    bottom: 20%;
  }
  .header-booking {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .post-room-related {
    margin: 50px 0 10px;
  } 
  .contacts-info .heading h2, .contacts-feedback h3 {
    font-size: 18px;
  }
  .list-items li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-heading:before {
    display: none !important;
  }
}


@media (max-width: 480px) {
  .logo-text {
    font-size: 18px;
  }
  .language-select {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .menu-btn {
    margin-left: 20px;
  }
}