@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Lobster');
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* #Basic Styles
================================================== */

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  padding-left: 250px;
  font: 18px/26px Ubuntu
}

/* #Typography
================================================== */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

h1 {
  font: 600 40px/48px ubuntu;
  margin-bottom: 15px;
  color: #fff;
}

.page-title h1 {
  max-width: 60%;
  margin: 0 auto;
}

h2,
h2 a {
  margin-bottom: 15px;
  font: 600 36px/44px ubuntu;
  color: #6e6e6e;
}

h2 a:hover,
h2 a:active,
h2 a:focus {
  color: #444;
}

h3 {
  font: 30px/38px ubuntu;
  margin-bottom: 15px;
}

h4 {
  font: 26px/34px ubuntu;
  margin-bottom: 15px;
}

h5 {
  font: 22px/30px ubuntu;
  margin-bottom: 15px;
}

h6 {
  font: 18px/26px ubuntu;
  margin-bottom: 15px;
}

p {
  margin: 0 0 15px;
  line-height: 24px;
}

em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

big,
.big {
  font-size: 110%;
  line-height: 180%;
}

dt {
  font-weight: 700;
}

/* #Links
================================================== */

a,
a:visited,
a:focus {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

p a,
p a:visited {
  line-height: inherit;
}

/* #Images
================================================== */

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.google-map img {
  max-width: none !important;
}

iframe {
  max-width: 100%;
}

aside {
  height: 100%;
  position: fixed;
  width: 250px;
  top: 0;
  left: 0;
  padding-top: 50px;
  -webkit-box-shadow: 2px 0 4px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 2px 0 4px 2px rgba(0, 0, 0, .15);
  box-shadow: 2px 0 4px 2px rgba(0, 0, 0, .15);
}

@media only screen and (max-width: 767px) {
  aside {
    width: 100%;
    height: 80px;
    z-index: 9;
    padding: 0;
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  aside {
    width: 100%;
    height: 80px;
    z-index: 9;
    padding: 0;
    background: #fff;
  }
}

.btn-pink {
  color: white;
  background: #303E2D;
  border: none;
  padding: 25px 40px;
  cursor: pointer;
  font: 700 18px/1 ubuntu;
  text-transform: uppercase;
}

.btn-standart,
.btn-standart:active,
.btn-standart:focus {
  background: #d1bc8a ;
  color: #fff;
}

.btn-standart:hover {
  background: #303E2D;
  color: #fff;
}

.ninja-forms-field.btn-pink {
  padding: 20px 50px;
}

.logo-desktop {
	displa6y: none;
}

@media only screen and (max-width: 767px) {
  body {
    padding: 0;
    padding-top: 80px;
  }
  .logo,
  .logo a,
  .logo a img {
    height: 100%;
  }
  .menu {
    display: none;
  }
}

.logo {
  margin-bottom: 40px;
}

.logo a {
  display: block;
  max-width: 100%;
  text-align: center;
}

.menu {
  text-align: center;
}

.menu li {
  margin-bottom: 25px;
}

.menu li a {
  color: #686868;
  font: 500 20px/1 ubuntu;
}

.menu li a:hover {
  color: #444;
  text-decoration: none;
}

.room-item {
  position: relative;
  width: 100%;
}

.room-img img {
  width: 100%;
  margin-bottom: 20px;
}

.room-link,
.room-desc {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, .65);
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.room-link {
  opacity: 0;
}

.room-desc,
.room-link {
  font: 20px/30px ubuntu;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.room-link:hover {
  text-decoration: none;
  color: #444;
}

.room-info:hover>.room-desc {
  opacity: 0;
}

.room-info:hover>.room-link {
  opacity: 1;
}

.page-title {
  background: #303E2D;
  padding: 35px 0;
  text-align: center;
  width: 100%;
  position: relative;
}
/*
.page-title.line::before,
.page-title.line::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 3px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
*/
.page-title.line h1 {
  /*font-family: lobster;*/
  font-weight: 400;
}

.page-title.line::before {
  left: 0;
}

.page-title.line::after {
  right: 0;
}

.desc-box {
  font-size: 18px;
  line-height: 30px;
  max-width: 60%;
  margin: 0 auto 20px;
}
.desc-box ul li{
  list-style: initial;
}
.desc-box ul{
  margin: 15px 0;
}

.wrap-cont {
  padding: 50px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.wrap-cont ul {
  margin-left: 20px;
}

.wrap-cont ul li {
  margin-bottom: 15px;
  list-style: initial;
}

.wrap-img img {
  width: 100%;
  height: auto;
}

.footer {
  background: #d1bc8a;
  text-align: center;
}

.btn-call {
  padding: 50px 0;
  display: block;
  background: #303E2D;
  font: 700 24px/1 ubuntu;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}

.box-modal {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  max-width: 400px;
}

.box-modal .nf-form-fields-required {
  display: none;
}

.box-modal_close {
  position: absolute;
  background: #303E2D;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}

.box-modal_close path {
  fill: #fff;
}

.phone-box {
  padding: 12px 20px;
}

.phone-box a {
  font: 600 32px/1 ubuntu;
  display: block;
  color: #303E2D;
  padding: 5px 0;
}

.phone-box a:hover {
  text-decoration: none;
}

.phone-icon {
  height: 40px;
}

.phone-icon path {
  fill: #303E2D;
}

.form-wrap {
  padding: 25px 0;
  max-width: 500px;
  margin: 0 auto;
}

#map {
  height: 100%;
  min-height: 400px
}

.map-room #map {
  height: 400px;
}

.ninja-forms-field {
  padding: 15px;
}

/* Icon 1 */

#nav-icon3 {
  width: 35px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #303E2D;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .15s ease-in-out;
  -moz-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.social {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0%;
  margin: auto;
  text-align: center;
}

.social__link {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  display: inline-block;
}

.social__link svg {
  width: 30px;
}

.social__link path {
  fill: #303E2D;
}

@media only screen and (max-width: 1600px) {
  .desc-box {
    max-width: 90%;
    font: 16px/24px ubuntu;
  }
}

@media only screen and (max-width: 1200px) {
  .room-desc,
  .room-link {
    font: 18px/22px ubuntu;
    width: 125px;
    height: 125px;
  }
  .desc-box {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
	
	.logo-desktop {
display:none;
	}
  .menu.active {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 80px;
    display: block;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }
  .room-desc,
  .room-link {
    font: 16px/24px ubuntu;
    width: 100px;
    height: 100px;
  }
  .page-title {
    padding: 15px 0;
  }
  #map,
  .map-room #map {
    height: 250px;
  }
  .page-title h1 {
    max-width: 80%;
  }
  .page-title.line::before,
  .page-title.line::after {
    width: 10%;
  }
  .wrap-cont {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  .wrap-cont::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    -webkit-background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    -moz-background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    -ms-background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    bottom: 0;
    left: 0;
  }
  .wrap-cont.visible {
    height: 100%;
    max-height: 100%;
  }
  .wrap-cont.visible::before {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font: 600 24px/1.25 ubuntu;
  }
  h2,
  h2 a {
    font: 600 22px/30px ubuntu;
  }
  .wrap-cont {
    padding: 25px 0;
  }
  .phone-box a {
    font: 600 24px/1 ubuntu;
  }
  .btn-call {
    padding: 30px 0;
    font: 600 20px/1 ubuntu;
  }
}