/* compiled by scssphp v0.0.12 on Tue, 20 Feb 2024 21:23:03 +0000 (0.1132s) */

/*  Table of Contents
    ........................................................................................................................................

	00. Imports
	01. Header

*/
/*	00. Imports
    ........................................................................................................................................ */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/*	00. Mixins
    ........................................................................................................................................ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * Remove default margin.
 */ }

body {
  margin: 0;
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */ }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */ }

audio, canvas, progress, video {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */ }

audio:not([controls]) {
  display: none;
  height: 0;
  /**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */ }

[hidden], template {
  display: none;
  /* Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */ }

a {
  background-color: transparent;
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */ }

a:active, a:hover {
  outline: 0;
  /* Text-level semantics
   ========================================================================== */
  /**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */ }

abbr[title] {
  border-bottom: 1px dotted;
  /**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */ }

b, strong {
  font-weight: bold;
  /**
 * Address styling not present in Safari and Chrome.
 */ }

dfn {
  font-style: italic;
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */ }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /**
 * Address styling not present in IE 8/9.
 */ }

mark {
  background: #ff0;
  color: #000;
  /**
 * Address inconsistent and variable font size in all browsers.
 */ }

small {
  font-size: 80%;
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */ }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em;
  /* Embedded content
   ========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9/10.
 */ }

img {
  border: 0;
  /**
 * Correct overflow not hidden in IE 9/10/11.
 */ }

svg:not(:root) {
  overflow: hidden;
  /* Grouping content
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari.
 */ }

figure {
  margin: 1em 40px;
  /**
 * Address differences between Firefox and other browsers.
 */ }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  /**
 * Contain overflow in all browsers.
 */ }

pre {
  overflow: auto;
  /**
 * Address odd `em`-unit font size rendering in all browsers.
 */ }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
  /* Forms
   ========================================================================== */
  /**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
  /**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */ }

button, input, optgroup, select, textarea {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
  /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */ }

button {
  overflow: visible;
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */ }

button, select {
  text-transform: none;
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */ }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * Re-set default cursor for disabled elements.
 */ }

button[disabled], html input[disabled] {
  cursor: default;
  /**
 * Remove inner padding and border in Firefox 4+.
 */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */ }

input {
  line-height: normal;
  /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */ }

input[type="checkbox"], input[type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */ }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */ }

input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */ }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /**
 * Define consistent border, margin, and padding.
 */ }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */ }

legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */ }

textarea {
  overflow: auto;
  /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */ }

optgroup {
  font-weight: bold;
  /* Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-moz-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }

  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  /*	00. Header
    ........................................................................................................................................ */
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

.wrapper header {
  display: block;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 105, 0.5)), url('../res/img/saunarent_bg_v2.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  height: 100svh;
  position: relative;
  padding: 0px 0px 20px 0px; }

.wrapper header p.title {
  font-size: 80px;
  font-family: 'Lexend', serif;
  color: white;
  text-align: left;
  font-style: italic;
  padding: 50px;
  text-transform: capitalize;
  font-weight: 100;
  max-width: 1000px;
  letter-spacing: 10px;
  /*.slogan {text-align: left; transform: rotate(271deg);position: absolute;top: 400px;right: -186px;}*/ }

.slogan {
  text-align: left;
  position: absolute;
  bottom: 100px;
  left: 30px; }

.slogan p {
  font-size: 40px;
  font-style: italic;
  color: white;
  margin: 0px; }

.slogan a {
  font-size: 27px;
  font-style: italic;
  color: white;
  margin: 0px;
  border: 3px solid white;
  border-radius: 20px;
  padding: 3px 9px;
  margin: 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 245px; }

.slogan li:hover a {
  opacity: 0.8;
  /*	00. Main
    ........................................................................................................................................ */ }

html, body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  overflow-y: scroll; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

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

h1 {
  padding: 0;
  color: white;
  font-weight: lighter;
  margin: 0px 0px 15px 0px; }

h3 {
  font-weight: lighter;
  text-align: left;
  margin-top: 0px;
  padding: 7px 0px 7px 0px;
  font-size: 40px; }

input, textarea {
  color: white;
  outline: none;
  background-color: #b89465; }

input.error {
  background-color: red; }

.loader {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center; }

.loader .cell {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -35px; }

.loader img {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.hidden {
  display: none; }

.highlight {
  color: yellow;
  text-transform: uppercase; }

.lang {
  padding: 10px 0px 0px 0px;
  max-width: 903px;
  margin: 0 auto; }

.lang ul {
  text-align: right; }

.lang ul li {
  display: inline-block;
  text-transform: uppercase; }

.lang ul li img {
  width: 50px; }

.instagram img {
  width: 44px !important;
  margin: 0px 20px 0px 0px;
  position: relative;
  top: -1px;
  opacity: 0.85; }

.facebook img {
  width: 44px !important;
  margin: 0px 7px 0px 0px;
  position: relative;
  top: -1px;
  opacity: 0.85; }

.facebook img:hover, .instagram img:hover {
  opacity: 1; }

.size-1 {
  width: 650px; }

.size-2 {
  width: 75px; }

.size-3 {
  max-height: 480px; }

.content {
  margin: 0 auto;
  text-align: center; }

.content-slider {
  background-color: rgba(0, 0, 0, 0.65); }

.content-info {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 30px 0px 0px 0px;
  min-height: 200px;
  width: 100%;
  background-image: url('../res/img/icon_1_white.png');
  background-position: 48px 35px;
  background-size: 200px auto;
  background-repeat: no-repeat; }

.content-info h1 {
  color: white;
  font-weight: lighter; }

.content-request {
  width: 100%;
  padding: 30px 48px 35px 48px;
  box-sizing: border-box;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #d79163; }

.content-request h1 {
  padding: 15px 0px 0px 0px; }

.content-newsletter {
  width: 100%;
  padding: 30px 48px 35px 48px;
  box-sizing: border-box;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }

.content-newsletter input {
  padding: 5px; }
  .content-newsletter input[type=submit] {
    border: none;
    border-radius: 30px;
    background: #8cba33;
    color: white;
    padding: 5px;
    height: 40px;
    margin: 0px 0px 0px 15px; }

.content-rent-info {
  width: 100%;
  padding: 30px 48px 35px 48px;
  box-sizing: border-box;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }

.content-rent-info {
  border-bottom: 1px solid #d79163; }

.content-rent-info h3 {
  margin: 0 auto;
  text-align: left; }

.content-rent-info ul, .content-keepinmind ul {
  list-style-type: disc;
  /*list-style-position: inside;*/
  text-align: left; }

.content-keepinmind {
  width: 100%;
  padding: 30px 48px 35px 48px;
  box-sizing: border-box;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto; }

.content-call {
  width: 100%;
  padding: 30px 48px 35px 48px;
  box-sizing: border-box;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left; }

.content-call table {
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  font-size: 20px; }
  .content-call table td, .content-call table th {
    border: 1px solid black;
    padding: 3px 30px; }

.content-call td:first-child {
  text-align: right; }

.content-call td:last-child {
  text-align: left; }

.slide-content {
  color: white; }

.content-info ul {
  text-align: right;
  padding: 0px 48px 25px 0px; }
  .content-info ul li {
    padding: 2px 0px; }
  .content-info ul a {
    color: white;
    text-transform: uppercase; }

.left-padding {
  padding: 0px 0px 0px 20px; }

.prices {
  border: 1px solid white;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

.prices td {
  padding: 15px 40px;
  width: 50%; }

.prices td:first-child {
  text-align: right; }

.prices td:last-child {
  text-align: left;
  /*	00. Menu
    ........................................................................................................................................ */ }

ul.menu a.active {
  color: #8cba33;
  /*	00. Newsletter
    ........................................................................................................................................ */ }

#newsletter-form input {
  border: none; }

.success-response-newsletter {
  /*	00. Owl
........................................................................................................................................ */ }

#owl-one .owl-next, #owl-one .owl-prev {
  position: absolute;
  text-indent: 99px;
  width: 38px;
  overflow: hidden; }
  #owl-one .owl-next {
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: url('../res/img/arrowRightWhite.png') no-repeat center center; }
  #owl-one .owl-prev {
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: url('../res/img/arrowLeftWhite.png') no-repeat center center; }

#owl-two {
  margin-bottom: 20px; }

#owl-two .owl-next, #owl-two .owl-prev {
  position: absolute;
  text-indent: 99px;
  width: 38px;
  overflow: hidden; }
  #owl-two .owl-next {
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: url('../res/img/arrowRightWhite.png') no-repeat center center; }
  #owl-two .owl-prev {
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: url('../res/img/arrowLeftWhite.png') no-repeat center center; }
  #owl-two p {
    color: white; }
  #owl-two .owl-item {
    padding: 0px 80px;
    box-sizing: border-box; }

.owl-item img {
  width: 100%;
  /*	00. Footer
........................................................................................................................................ */ }

footer {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  bottom: 0px;
  width: 100%;
  color: white;
  max-width: 1000px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  box-sizing: border-box;
  padding: 3px 0px; }

footer span.sep {
  margin: 0px 5px 0px 5px;
  display: inline-block;
  height: 12px;
  vertical-align: top;
  background: white;
  width: 1px;
  position: relative;
  top: 5px;
  /*	00. Dimension
........................................................................................................................................ */ }

@media screen and (max-width:76em) {
  a, a:hover, a:visited {
    outline: none !important; }

  .wrapper {
    background-size: auto 2000px; }

  #inc-question-form input, #inc-question-form textarea {
    font-size: 30px; }
    #inc-question-form button#question-sent {
      font-size: 30px;
      height: 80px; }
    #inc-question-form .form-second-box {
      width: auto; }

  h3 {
    font-size: 45px; }

  .menu li a {
    font-size: 30px; }

  .content-info {
    background-position: 48px 102px;
    min-height: 300px; }

  .content-info h1 {
    text-align: left;
    font-size: 40px;
    margin-left: 48px; }

  .mobile-text {
    font-size: 25px; }

  .content-newsletter input[type=submit] {
    padding: 10px;
    height: 60px; }

  .lang ul li img {
    width: 100px; }

  .instagram img {
    width: 80px !important;
    margin: 0px 20px 0px 0px;
    position: relative;
    top: -6px; }

  .facebook img {
    width: 80px !important;
    margin: 0px 20px 0px 0px;
    position: relative;
    top: -6px; }

  footer {
    font-size: 30px; }

  footer span.sep {
    top: 14px;
    height: 20px; }

  #owl-two p {
    font-size: 28px; }

  .size-1 {
    width: 650px; }

  .size-2 {
    width: 75px; }

  .size-3 {
    max-width: 640px; }

  #real-map a {
    font-size: 25px; }
    #real-map h2, #real-map h4 {
      font-size: 35px; }
    #real-map p {
      font-size: 18px; }
    #real-map .gm-ui-hover-effect span {
      width: 32px !important;
      height: 32px !important;
      margin: 6px;
      background-size: 32px 32px; }
    #real-map .gm-ui-hover-effect {
      width: 42px !important;
      height: 42px !important;
      left: -6px; }

  .slogan {
    bottom: 100px;
    left: 30px; }

  .slogan p {
    font-size: 60px; }
    .slogan a {
      font-size: 35px;
      padding: 10px 30px;
      display: block;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      border: 3px solid white;
      border-radius: 20px;
      padding: 3px 9px;
      margin: 27px 20px;
      display: block;
      text-align: center;
      text-transform: uppercase;
      width: 245px; }
    .slogan a:focus {
      background-color: none; }

  .content-call table {
    font-size: 25px; } }
