@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

h1 {
  font-size: 3.82353rem;
  color: #fff;
  font-weight: 400;
}

h2, .service-title, .features-title, .reviews-title {
  font-size: 1.76471rem;
  line-height: 1.76471rem;
  font-weight: 400;
  text-align: center;
  color: #290a02;
}

a {
  color: #d49c78;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 85px;
  line-height: 20px;
  text-align: center;
  color: #d49c78;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #290a02;
  opacity: 1;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #000;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

.container, .sauna-post-text p, .sauna-post-text ul {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  clear: both;
}

.header {
  font-weight: 400;
}

.header-top {
  height: 20px;
  width: 100%;
  background: #290a02;
  color: #d49c78;
  padding: 20px 0;
}

.header-address {
  float: left;
}

.header-phone {
  float: right;
}

.header-widget {
  height: 20px;
}

.header-lang-switch {
  float: right;
}

.header-lang-switch ul {
  margin: 0;
}

.header-lang-switch .lang-item {
  list-style: none;
  display: block;
  padding: 0 10px;
  float: left;
}

.header-lang-switch .lang-item:first-child {
  border-right: 1px solid #d49c78;
}

.header-lang-switch .current-lang {
  font-weight: 600;
}

.logo {
  position: absolute;
  top: 125px;
  left: 0;
}

.content {
  position: absolute;
  top: -75vh;
  max-width: 750px;
  font-weight: 600;
}

.content-bg {
  width: 100%;
  height: 100vh;
  background: #290a02 url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/bg-main.jpg) no-repeat top center;
  background-size: cover;
}

.scroll {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 50px;
  left: 0px;
  z-index: 100;
  text-align: center;
}

.scroll-link {
  text-shadow: 1px 1px #290a02;
  color: #fff;
  text-decoration: none;
}

.scroll-link:active, .scroll-link:focus {
  outline: none;
}

.scroll-mouse {
  position: relative;
  width: 30px;
  height: 55px;
  margin: -5px auto;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: 99;
  display: block;
}

.scroll-mouse-roll {
  position: relative;
  top: 0;
  width: 6px;
  height: 12px;
  margin: -40px auto 10px auto;
  border: 1px solid #fff;
  border-radius: 30px;
  z-index: 99;
  display: block;
  animation: roll 1s infinite;
  -webkit-animation: roll 1s infinite;
}

@-webkit-keyframes roll {
  from {
    top: 0px;
  }
  to {
    top: 10px;
  }
}

@keyframes roll {
  from {
    top: 0px;
  }
  to {
    top: 10px;
  }
}

.order {
  background: #290a02;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
}

.order a {
  color: #fff;
}

.button-more {
  border: 1px solid #290a02;
  padding: 11px 20px;
  color: #290a02;
  text-transform: uppercase;
  font-size: 0.70588rem;
}

.button-more:hover {
  text-decoration: none;
  color: #fff;
  background: #290a02;
  transition: .2s;
}

.sauna-wrap {
  margin: 20px 0 55px 0;
  width: 100%;
  padding: 0 10%;
  float: left;
  box-sizing: border-box;
}

.sauna-item {
  width: 25%;
  margin: 0 12.5%;
  float: left;
  text-align: center;
  color: #290a02;
}

.sauna-param {
  font-size: 1.76471rem;
  line-height: 1.76471rem;
  font-weight: 400;
  margin: 50px 0;
}

.sauna-title {
  position: relative;
}

.sauna-title:after {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: -332px -337px;
  width: 87px;
  height: 20px;
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin: 0 0 0 -43px;
}

.sauna-post .container:first-child:after, .sauna-post .sauna-post-text p:first-child:after, .sauna-post-text .sauna-post p:first-child:after, .sauna-post .sauna-post-text ul:first-child:after, .sauna-post-text .sauna-post ul:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 263px;
  height: 254px;
  margin-top: -127px;
  z-index: -1;
}

.sauna-post .container > div, .sauna-post .sauna-post-text p > div, .sauna-post-text .sauna-post p > div, .sauna-post .sauna-post-text ul > div, .sauna-post-text .sauna-post ul > div, .sauna-post .container > h2, .sauna-post .sauna-post-text p > h2, .sauna-post-text .sauna-post p > h2, .sauna-post .sauna-post-text ul > h2, .sauna-post-text .sauna-post ul > h2, .sauna-post .container > .service-title, .sauna-post .sauna-post-text p > .service-title, .sauna-post-text .sauna-post p > .service-title, .sauna-post .sauna-post-text ul > .service-title, .sauna-post-text .sauna-post ul > .service-title, .sauna-post .container > .features-title, .sauna-post .sauna-post-text p > .features-title, .sauna-post-text .sauna-post p > .features-title, .sauna-post .sauna-post-text ul > .features-title, .sauna-post-text .sauna-post ul > .features-title, .sauna-post .container > .reviews-title, .sauna-post .sauna-post-text p > .reviews-title, .sauna-post-text .sauna-post p > .reviews-title, .sauna-post .sauna-post-text ul > .reviews-title, .sauna-post-text .sauna-post ul > .reviews-title {
  position: relative;
  z-index: 1;
}

.sauna-post:nth-of-type(odd) {
  background: #faf6eb;
}

.sauna-post:nth-of-type(odd) .container:first-child:after, .sauna-post:nth-of-type(odd) .sauna-post-text p:first-child:after, .sauna-post-text .sauna-post:nth-of-type(odd) p:first-child:after, .sauna-post:nth-of-type(odd) .sauna-post-text ul:first-child:after, .sauna-post-text .sauna-post:nth-of-type(odd) ul:first-child:after {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: -263px 0px;
  width: 263px;
  height: 254px;
  right: 0;
}

.sauna-post:nth-of-type(even) {
  background: #fff;
}

.sauna-post:nth-of-type(even) .container:first-child:after, .sauna-post:nth-of-type(even) .sauna-post-text p:first-child:after, .sauna-post-text .sauna-post:nth-of-type(even) p:first-child:after, .sauna-post:nth-of-type(even) .sauna-post-text ul:first-child:after, .sauna-post-text .sauna-post:nth-of-type(even) ul:first-child:after {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: 0px 0px;
  width: 263px;
  height: 254px;
  left: 0;
}

.sauna-post-wrap {
  float: left;
  width: 100%;
}

.sauna-post-title {
  padding: 60px 0 35px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.sauna-post-text {
  padding: 35px 0 0;
  position: relative;
  z-index: 0;
}

.sauna-post .order {
  margin: 25px 0;
}

.sauna-gallery {
  width: 100%;
  max-width: 100% !important;
  margin: 20px 0 0;
}

.sauna-gallery .blocks-gallery-item {
  max-width: 25vw;
  height: 25vw;
  width: calc((100% - 1px * 3)/ 4);
  margin: 0 1px 1px 0 !important;
}

.service-wrap {
  padding: 60px 0;
  float: left;
  width: 100%;
}

.service-title {
  margin: 0 0 50px 0;
}

.service-image {
  float: left;
}

.service-text {
  background: #faf6eb;
  color: #290a02;
  padding: 25px 40px 25px 45%;
  position: relative;
  overflow: hidden;
}

.features {
  height: 530px;
  width: 100%;
  float: left;
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/bg-features.jpg);
  background-color: #000;
  color: #fff;
  margin: 60px 0 0;
}

.features-title {
  color: #fff;
  margin: 65px 0 30px;
}

.features-list {
  margin: 0;
  padding: 0;
}

.feature {
  list-style: none;
  position: relative;
  padding: 80px 0 0;
  width: 33%;
  float: left;
  text-align: center;
  margin: 35px 0;
}

.feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -33px;
}

.feature-music:before {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: -200px -337px;
  width: 65px;
  height: 71px;
}

.feature-pool:before {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: -265px -337px;
  width: 67px;
  height: 67px;
}

.feature-security:before {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: -200px -254px;
  width: 67px;
  height: 83px;
}

.feature-parking:before {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: -401px -254px;
  width: 67px;
  height: 67px;
}

.feature-rides:before {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: -267px -254px;
  width: 67px;
  height: 69px;
}

.feature-h24:before {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: -334px -254px;
  width: 67px;
  height: 67px;
}

.reviews {
  background: #faf6eb;
  padding: 80px 0;
  position: relative;
  width: 100%;
  float: left;
  z-index: 1;
}

.reviews:after {
  background-image: url(//sauna-imperial.com.ua/wp-content/themes/imperial/images/sprite-d9da3427a9.png);
  background-position: 0px -254px;
  width: 200px;
  height: 201px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  z-index: -1;
}

.reviews-title {
  margin-bottom: 100px;
}

.reviews-list {
  overflow: hidden;
}

.review {
  width: 100%;
  float: left;
  text-align: center;
}

.review-author {
  font-size: 0.94118rem;
  font-weight: 600;
  color: #290a02;
  margin: 10px 0;
  text-transform: uppercase;
}

.review p {
  margin: 0;
}

.footer {
  width: 100%;
  height: 520px;
  float: left;
}

.map-wrap {
  width: 60%;
  height: 100%;
  float: left;
}

.map-wrap iframe {
  width: 100% !important;
  height: 100% !important;
}

.contacts {
  position: relative;
  padding: 70px 30px;
  box-sizing: border-box;
  width: 40%;
  height: 100%;
  float: left;
  font-weight: 400;
  color: #290a02;
}

.contacts a {
  color: #290a02;
}

.contacts-title {
  text-align: center;
  width: 100%;
  margin: 0 0 90px;
  font-size: 1.76471rem;
}

.contacts-item {
  line-height: 2.5rem;
}

.contacts-item-label {
  font-weight: 700;
  text-transform: uppercase;
}

.copyright {
  position: absolute;
  bottom: 25px;
  text-align: center;
  width: 50%;
  left: 50%;
  margin: 0 0 0 -25%;
}

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

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*@media (min-width: 1920px) {

}


*/
@media (min-width: 1200px) {
  .service-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    overflow: hidden;
  }
  .service-image img {
    height: 100%;
    width: auto;
  }
}

/*@media (min-width: 992px) {



}

@media (min-width: 760px) {

}
*/
@media (min-width: 760px) and (max-width: 1199px) {
  .container, .sauna-post-text p, .sauna-post-text ul {
    max-width: 540px;
  }
}

@media (min-width: 760px) and (max-width: 1199px) and (orientation: landscape) {
  .container, .sauna-post-text p, .sauna-post-text ul {
    max-width: 720px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 2.8rem;
  }
  .contacts,
  .map-wrap {
    width: 100%;
  }
  .contacts {
    text-align: center;
  }
  .service-text {
    padding: 25px 40px;
  }
  .service-image {
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
  }
  .sauna-wrap {
    padding: 0;
  }
  .sauna-item {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 759px) {
  h1 {
    font-size: 1.8rem;
    text-align: center;
  }
  h2, .service-title, .features-title, .reviews-title,
  .service-title,
  .features-title,
  .reviews-title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .container, .sauna-post-text p, .sauna-post-text ul {
    max-width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .header-top {
    height: 55px;
    padding: 10px 0;
  }
  .header-widget {
    height: 30px;
  }
  .header-address {
    width: 100%;
  }
  .header-phone {
    float: left;
  }
  .header-lang-switch {
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .logo {
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 105px;
  }
  .content {
    top: -85vh;
    width: 90%;
  }
  .content p {
    font-size: 0.94118rem;
    line-height: 1.6rem;
  }
  .order {
    margin: 0 auto;
  }
  .sauna-post-title {
    padding: 60px 5% 0;
  }
  .sauna-post-text ul li {
    margin: 0 0 0 30px;
  }
  .sauna-post-text .sauna-gallery {
    padding: 0;
  }
  .sauna-post-text p {
    margin: 10px 0;
  }
  .service-text {
    padding: 20px;
  }
  .slick-dots {
    left: 0;
  }
  .features {
    height: 615px;
  }
  .feature {
    width: 50%;
    margin: 15px 0;
  }
  .sauna-gallery .blocks-gallery-item {
    max-width: 100vw;
    height: 100vw;
    width: 100%;
  }
  .scroll {
    bottom: 30px;
  }
  .copyright {
    bottom: 5px;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .contacts {
    padding: 30px 10px 80px;
    height: auto;
  }
  .contacts-title {
    margin: 0 0 30px;
  }
}

@media (max-width: 375px) {
  .order {
    text-align: center;
  }
  .order a {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 360px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .scroll {
    bottom: 15px;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 1.5rem;
  }
  .content p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
  .logo {
    top: 90px;
  }
  .header-lang-switch {
    right: 0px;
  }
  .header-lang-switch .lang-item {
    padding: 0px 7px;
  }
}

/*@media (min-width: 320px) {

}*/