/* --- */ /* index.css */
@charset "UTF-8";
/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* overflow-x: hidden; */
  /* 2 */ }
  :root {
    --app-height: 100%;
  }
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

* {
  -webkit-tap-highlight-color: transparent; }

body {
  margin: 0; }

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

input::-ms-clear {
  display: none; }

img {
  max-width: 100%;
  vertical-align: top; }
/*
@font-face {
  font-family: "HR";
  src: url(../fonts/HelveticaNeueCyr-Roman.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Roman.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback; }

@font-face {
  font-family: "HR";
  src: url(../fonts/HelveticaNeueCyr-Medium.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: fallback; }

@font-face {
  font-family: "HR";
  src: url(../fonts/HelveticaNeueCyr-Bold.woff) format("woff"), url(../fonts/HelveticaNeueCyr-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: fallback; }
*/
.select__list {
  list-style: none;
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html {
  
  font-size: 62.5%; }
  @media screen and (max-width: 1680px) {
    html {
      font-size: 58%; } }
  @media screen and (max-width: 1500px) {
    html {
      font-size: 55%; } }
  @media screen and (max-width: 1439px) {
    html {
      font-size: 47%; } }

body,
html {
  height: 100%; 
}

html.body--no-scroll {
  overflow: hidden !important;
}
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  background: #fff;
  color: #2e2e2e;
  min-width: 320px;
  font: 400 14px/24px 'Roboto', sans-serif; }

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

button {
  font-family: 'Roboto';
  cursor: pointer; }

button:focus,
input:focus,
textarea:focus {
  outline: none; }

button[disabled],
input[disabled],
textarea[disabled] {
  background: #fff; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: 6.2rem;
  font-size: 16px;
  line-height: 2rem;
  color: #000;
  display: block;
  padding: 0 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'HR'; }
  input[type="text"].error,
  input[type="tel"].error,
  input[type="email"].error,
  input[type="search"].error,
  input[type="password"].error {
    border-color: #f00; }
  input[type="text"]:focus,
  input[type="tel"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus {
    border-color: #879d04; }

textarea {
  background: #fff;
  background: #fff;
  border: 1px solid rgba(33, 33, 33, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: 134px;
  resize: none;
  padding: 18px 30px;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #222;
  font-family: 'HR'; }
  textarea:focus {
    border-color: #879d04; }
  textarea.error {
    border-color: #f00; }

p.error {
  font-size: 13px;
  line-height: 15px;
  color: red; }

:-moz-placeholder {
  color: rgba(31, 31, 31, 0.6); }

::-moz-placeholder {
  color: rgba(31, 31, 31, 0.6);
  opacity: 1; }

:-ms-input-placeholder {
  color: rgba(31, 31, 31, 0.6); }

::-webkit-input-placeholder {
  color: rgba(31, 31, 31, 0.6); }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

textarea:focus::-webkit-input-placeholder {
  color: transparent; }

textarea:focus:-moz-placeholder {
  color: transparent; }

textarea:focus::-moz-placeholder {
  color: transparent; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

::-ms-clear {
  display: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

a {
  color: #0066cc;
  text-decoration: underline;
  outline: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

.wrapper {
  width: 100%; }
  @media screen and (max-width: 1250px) {
    .header__right .callback-box {
      display: none;
    }
    .wrapper {
      /* padding-top: 70px; */
      /* overflow: hidden;  */
    } 

  .header__right .callback-box {
    display: none !important;
  }
  #menu-primary {
      display: none;
  }
}

.button_whatsapp {
  position: fixed;
  bottom: 14px;
  right: 16px;
  z-index: 100 !important;
  border-radius: 22px;

}
.button_whatsapp img {
  width: 51px;
  height: 51px;

  box-shadow: 10px 10px 37px 0px rgba(0,0,0,0.75);
  border-radius: 17px;
}
.button_whatsapp a {
  display: block;
}

@media screen and (min-width: 1250px) {
  .product-page .wrapper,
  .about-page .wrapper {
    overflow: visible; } }

.about-page .product-inner__images {
  position: relative; }

.about-page .product-inner__info {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.about {
  padding: 0 4rem;
  margin-bottom: 7rem; }
  .about .breadcrumb {
    padding: 0; }

.wishes {
  background: #f9f9fa;
  padding: 5.9rem 15.5rem 10.3rem; }
  @media screen and (max-width: 1023px) {
    .wishes {
      padding: 5.9rem 5rem 10.3rem; } }
  @media screen and (max-width: 767px) {
    .wishes {
      padding: 0;
      background: none; } }
  .wishes__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1439px) {
      .wishes__title {
        font-size: 30px;
        line-height: 34px; } }
  .wishes__text {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #444;
    max-width: 950px;
    margin: 0 auto 15.6rem; }

.slide_formula-text--mob {
  display: none;
}
    @media screen and (max-width: 992px) {
      .slide_formula-wrapper {
        align-items: center;
      }
      #section_1_ad_8 .product-box__links {
        width: 100%;
      }
      .section-slider .swiper-wrapper .swiper-slide .slide_formula-titles p.h1 {
        text-align: center !important;
        font-size: 48px;
      }
      .slide_formula-titles p.h1 + p {
        display: none;
      }
      .section-slider .swiper-wrapper .swiper-slide .slide_formula-titles p.h1 + p {
        font-size: 18px;
        text-align: center !important;
      }
      .slide_formula-text--desk {
        display: none;
      }
      .slide_formula-text--mob {
        display: block;
      }
      .slide_formula-bot {
        flex-direction: column;
        text-align: center;
      }
      p.slide_formula-text--mob {
        text-align: center;
        margin: 25px 0;
      }
      .slide_formula-imgs {
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0.55);
      }
      .slide_formula-imgs img {
        max-width: 100%;
        height: auto;
        margin-right: 5px !important;
      }
    }

    @media screen and (max-width: 767px) {
      .wishes__text {
        margin: 0 auto 50px; } }
    .wishes__text p {
      margin: 0; }
  .wishes__list {
    margin-bottom: 10rem; }
    .wishes__list img {
      margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .wishes__list .slick-slide {
        margin: 0 3px; } }
    .wishes__list .slick-slide.slick-current .wishes__name {
      color: #000; }
    .wishes__list .slick-dots {
      margin: 40px auto 0;
      padding: 0;
      list-style: none;
      width: 100%;
      height: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: rgba(0, 0, 0, 0.15);
      border-radius: 40px; }
      .wishes__list .slick-dots li {
        width: 100%;
        height: 6px; }
        .wishes__list .slick-dots li.slick-active button {
          background: #000; }
      .wishes__list .slick-dots button {
        width: 100%;
        padding: 0;
        border: none;
        background: none;
        border-radius: 40px;
        text-indent: -9999px;
        height: 2px;
        display: block; }
  .wishes__name {
    font-size: 1.6rem;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 0, 0, 0.5); }
  .wishes__info-text {
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
    color: #444;
    max-width: 1052px;
    margin: 0 auto 8rem; }
    @media screen and (max-width: 767px) {
      .wishes__info-text {
        margin: 0 auto 30px; } }
    .wishes__info-text p {
      margin: 0; }
  .wishes__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.our-team {
  padding: 0 3rem;
  margin-bottom: 10rem; }
  .our-team__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 5.8rem;
    text-align: center;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1439px) {
      .our-team__title {
        font-size: 30px;
        line-height: 34px; } }
  .our-team .slick-slide {
    margin: 0 1rem; }
  .our-team__image {
    margin-bottom: 15px; }
    .our-team__image img {
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (max-width: 767px) {
        .our-team__image img {
          height: 300px; } }
  .our-team__name {
    font-weight: 700;
    font-size: 3rem;
    line-height: 140%;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 18px; }
  .our-team__position {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 1px;
    color: #000; }
  .our-team .slick-dots {
    margin: 40px auto 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 2px;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 40px; }
    .our-team .slick-dots li {
      width: 100%;
      height: 6px; }
      .our-team .slick-dots li.slick-active button {
        background: #000; }
    .our-team .slick-dots button {
      width: 100%;
      padding: 0;
      border: none;
      background: none;
      border-radius: 40px;
      text-indent: -9999px;
      height: 2px;
      display: block; }

.about-intro {
  height: 76.6rem;
  padding-top: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 0 40px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1250px) {
    .about-intro {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .about-intro {
      height: 280px;
      background-position: 50%; } }
  .about-intro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 58, 113, 0.71)), to(rgba(59, 96, 169, 0)));
    background: linear-gradient(180deg, rgba(29, 58, 113, 0.71) 0%, rgba(59, 96, 169, 0) 100%);
    height: 36.2rem; }
    @media screen and (max-width: 1250px) {
      .about-intro::after {
        height: 290px; } }
    @media screen and (max-width: 767px) {
      .about-intro::after {
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(44.27%, rgba(255, 255, 255, 0.79)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.79) 44.27%, rgba(255, 255, 255, 0) 100%); } }
  .about-intro .prebook {
    color: #0066cc;
    font-size: 2.4rem;
    line-height: 140%; }
    .about-intro .prebook svg {
      margin-left: 11px; }
  .about-intro__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 5.8rem;
    color: #fff;
    margin-bottom: 40px; }
    @media screen and (max-width: 1250px) {
      .about-intro__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .about-intro__title {
        font-size: 28px;
        line-height: 32px;
        color: #000; } }
  .about-intro__text {
    font-size: 2.4rem;
    line-height: 140%;
    color: #f9f9fa;
    max-width: 920px;
    margin: 0 auto 25px; }
    @media screen and (max-width: 767px) {
      .about-intro__text {
        font-size: 16px;
        color: #000; } }
  .about-intro__box {
    position: relative;
    z-index: 1; }

.intro-eat {
  height: 76.6rem;
  padding-top: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 0 7.5rem;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1250px) {
    .intro-eat {
      padding: 6rem 15px; } }
  @media screen and (max-width: 767px) {
    .intro-eat {
      height: auto;
      background-position: 50%; } }
  .intro-eat::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(34.08%, rgba(0, 0, 0, 0.4)), color-stop(42.95%, rgba(255, 255, 255, 0.27)), color-stop(72.46%, rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 34.08%, rgba(255, 255, 255, 0.27) 42.95%, rgba(255, 255, 255, 0) 72.46%); }
  .intro-eat__box {
    position: relative;
    z-index: 1; }
  .intro-eat__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 5.8rem;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 1250px) {
      .intro-eat__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .intro-eat__title {
        font-size: 28px;
        line-height: 32px;
        color: #000; } }
  .intro-eat__text {
    font-size: 2.4rem;
    line-height: 140%;
    color: #f9f9fa;
    max-width: 920px;
    margin: 0 auto 25px; }
    @media screen and (max-width: 767px) {
      .intro-eat__text {
        font-size: 16px;
        color: #000; } }
    .intro-eat__text p {
      margin: 0; }
  .intro-eat .product-box__links > li > a, .intro-eat a.more {
    height: auto;
    width: auto;
    background-color: #fff;
    border-radius: 35px;
    padding: 10px 50px;
    font-weight: 700;
    line-height: 24px;
    font-size: 1.8rem;
    font-family: "Roboto", "HR", sans-serif;
    letter-spacing: normal;
    color: #000;
    border: 1px solid #fff; }
    .intro-eat .product-box__links > li > a svg path, .intro-eat a.more svg path {
      fill: #000 !important; }
    @media screen and (min-width: 1250px) {
      .intro-eat .product-box__links > li > a:hover, .intro-eat a.more:hover {
        background: transparent;
        text-decoration: none; } }
  .intro-eat a.more {
    max-width: 260px;
    margin: 0 auto; }

.programm {
  background: #f9f9fa;
  padding: 87px 4rem 61px;
  margin-bottom: 10rem;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .programm {
      padding: 50px 4rem; } }
  .programm__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 5.6rem;
    text-align: center;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1439px) {
      .programm__title {
        font-size: 30px;
        line-height: 34px; } }
  .programm__text {
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
    color: #444;
    margin: 0 auto 9.7rem;
    max-width: 950px; }
  .programm__slide-title {
    font-size: 2.1rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 3.9rem;
    text-align: center; }
  .programm__slider {
    margin: 0 -10px 11rem; }
    .programm__slider .slick-dots {
      margin: 40px auto 0;
      padding: 0;
      list-style: none;
      width: 100%;
      height: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 800px;
      background: rgba(0, 0, 0, 0.15);
      border-radius: 40px; }
      .programm__slider .slick-dots li {
        width: 100%;
        height: 6px; }
        .programm__slider .slick-dots li.slick-active button {
          background: #0066cc; }
      .programm__slider .slick-dots button {
        width: 100%;
        padding: 0;
        border: none;
        background: none;
        border-radius: 40px;
        text-indent: -9999px;
        height: 2px;
        display: block; }
  .programm .slick-list {
    margin-right: -200px;
    padding-right: 400px; }
    @media screen and (max-width: 1800px) {
      .programm .slick-list {
        padding-right: 200px; } }
  .programm .slick-slide {
    margin: 0 10px; }

.book-section {
  background-size: cover;
  height: auto;
  position: relative; }
  @media screen and (max-width: 1250px) {
    .book-section {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .book-section {
      height: auto;
      padding: 0 15px 30px; } }
  .book-section .rent__terms {
    margin-top: 15px; }
  .book-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 47.4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
  .book-section__info {
    padding-top: 6rem;
    position: relative;
    z-index: 1;
    max-width: 66.6rem; }
    @media screen and (max-width: 1023px) {
      .book-section__info {
        max-width: 370px; } }
    @media screen and (max-width: 767px) {
      .book-section__info {
        margin: 0 0 30px; } }
  .book-section__form {
    z-index: 1;
    background: #f9f9fa;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    padding: 5.9rem 5rem; }
    @media screen and (max-width: 767px) {
      .book-section__form {
        width: 100%; } }
  .book-section__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 6.6rem;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 2.9rem; }
    @media screen and (max-width: 767px) {
      .book-section__title {
        font-size: 30px; } }
  .book-section__text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #000; }
  .book-section__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 153rem;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1023px) {
      .book-section__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .book-section__form-title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.6rem;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 20px; }
  .book-section__box + .book-section__box {
    margin-top: 4.5rem; }
  .book-section__row {
    position: relative; }
    .book-section__row.active .date-ico svg {
      fill: #0066cc; }
    .book-section__row + .book-section__row {
      margin-top: 2.7rem; }
  .book-section .rent__terms-text {
    font-size: 1.6rem;
    margin-bottom: 4.6rem; }
  .book-section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1679px) {
      .book-section__button .btn {
        font-size: 14px; } }

.date-ico {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  margin: -14px 0 0; }
  .date-ico svg {
    fill: #444; }

.ui-datepicker {
  width: 17em;
  background: #fff;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-next span::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.ui-datepicker .ui-datepicker-next span::before {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.ui-datepicker .ui-datepicker-prev span::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.ui-datepicker .ui-datepicker-prev span::before {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -8px;
  pointer-events: none;
  position: absolute;
  left: -3px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.ui-datepicker .ui-datepicker-prev span::before {
  content: ''; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  color: #000; }
  @media screen and (min-width: 1250px) {
    .ui-datepicker td span:hover,
    .ui-datepicker td a:hover {
      color: #0066cc; } }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
  font-size: 0; }

.intro-inner {
  height: 76.6rem;
  padding-top: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 0 23px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .button_whatsapp img {
      width: 45px;
      height: 45px;
      border-radius: 10px;
    }
    .intro-inner {
      height: 715px;
      background-position: 50%; } }
  .intro-inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(44.27%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 44.27%, rgba(255, 255, 255, 0) 100%);
    height: 54.8rem; }
  .intro-inner--eat {
    display: block;
    padding-top: 0;
    text-align: left; }
    .intro-inner--eat::after {
      width: 50%;
      height: 100%;
      right: auto;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(44.27%, rgba(255, 255, 255, 0.79)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.79) 44.27%, rgba(255, 255, 255, 0) 100%); }
      @media screen and (max-width: 1250px) {
        .intro-inner--eat::after {
          width: 55%; } }
      @media screen and (max-width: 1023px) {
        .intro-inner--eat::after {
          width: 71%; } }
      @media screen and (max-width: 767px) {
        .intro-inner--eat::after {
          width: 100%; } }
  .intro-inner .more svg path {
    fill: #0066cc !important; }
  .intro-inner .prebook {
    color: #0066cc;
    font-size: 2.4rem;
    line-height: 140%; }
    .intro-inner .prebook svg {
      margin-left: 11px; }
  .intro-inner__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 6.6rem;
    margin-bottom: 18px;
    letter-spacing: 1px;
    color: #323233;
    max-width: 67rem;
    text-align: center; }
    @media screen and (max-width: 1250px) {
      .intro-inner__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .intro-inner__title {
        font-size: 28px;
        line-height: 32px; } }
  .intro-inner__text {
    font-size: 2.4rem;
    line-height: 140%;
    text-align: center;
    color: #000;
    max-width: 527px;
    margin: 0 auto 18px; }
  .intro-inner__box {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 767px) {
      .intro-inner__box {
        padding: 0 10px; } }
  .intro-inner__video {
    font-size: 18px;
    line-height: 140%;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    color: #000;
    margin-top: 10px;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
  }
    @media screen and (min-width: 1250px) {
      .intro-inner__video:hover {
        color: #ec4f4f; 
        text-shadow: 2px 2px 9px rgba(236, 79, 79, 1);
      } }
    .intro-inner__video svg {
      margin-left: 10px; }

.catalog-control {
  margin-bottom: 44px;
  padding-top: 18px; }
  @media screen and (max-width: 1250px) {
    .catalog-control {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
      margin: 0;
      z-index: 10;
      border-top: 1px solid #666; } }
  @media screen and (max-width: 767px) {
    .catalog-control {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .catalog-control__filter {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 140%;
    color: #0066cc; }
    @media screen and (max-width: 1250px) {
      .catalog-control__filter {
        padding: 20px 0;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        z-index: 5; } }
    .catalog-control__filter svg {
      margin-right: 7px; }
  .catalog-control__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 595px;
    -ms-flex-preferred-size: 595px;
    flex-basis: 595px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .catalog-control__sorting {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .catalog-control__sort {
    position: relative;
    max-width: 282px;
    -ms-flex-preferred-size: 282px;
    flex-basis: 282px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .catalog-control__sort {
        margin-left: 10px; } }
    @media screen and (max-width: 767px) {
      .catalog-control__sort {
        margin: 0 0 10px;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .catalog-control__sort-ico {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.catalog-section {
  padding: 0 4rem;
  margin-bottom: 14.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 767px) {
    .catalog-section {
      display: block; } }

.filter {
  max-width: 282px;
  -ms-flex-preferred-size: 282px;
  flex-basis: 282px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px; 
  position: sticky;
  height: fit-content;
  top: 210px;
}
  @media screen and (max-width: 1023px) {
    .filter {
      position: fixed;
      left: 0;
      top: 0;
      z-index: 3; } }
  .filter.show {
    display: block; }
    @media screen and (max-width: 1023px) {
      .filter.show {
        background: #fff;
        z-index: 1;
        padding: 20px 10px 67px;
        overflow-y: auto;
        top: 72px;
        height: calc(100vh - 72px); } }
    @media screen and (max-width: 1023px) {
      .filter.show .filter__row {
        display: block; } }
  @media screen and (max-width: 1023px) {
    .filter__row {
      display: none; } }
  .filter__row + .filter__row {
    border-top: 1px solid rgba(68, 68, 68, 0.5);
    margin: 30px 0 0;
    padding: 30px 0 0; }
  .filter__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer; }
    .filter__title.active::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .filter__title::after {
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      content: '';
      display: block;
      height: 7px;
      width: 7px;
      margin-top: -4px;
      pointer-events: none;
      position: absolute;
      right: 14px;
      top: 50%;
      -webkit-transform-origin: 66% 66%;
      transform-origin: 66% 66%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
  .filter__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px; }
    .filter__options.show {
      display: flex; }
  .filter__item {
    width: auto;
    margin-top: 0 !important;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .filter__item + .filter__item {
      margin-top: 20px; }
    .filter__item input {
      position: absolute;
      left: -9999px; }
      .filter__item input:checked + .filter__item-text {
        background: #3f9feb;
        color: #fff;
        border-color: #3f9feb; }
  .filter__item-text {
    position: relative;
    font-size: 14px;
    line-height: 140%;
    color: #444;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 50px;
    line-height: 100%;
    border: 1px solid #eee; }
    .filter__item-text::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 22px;
      border: 1px solid #d8d8d8;
      border-radius: 2px;
      display: none; }
    .filter__item-text::before {
      content: '';
      position: absolute;
      z-index: 1;
      border: 1px solid #fff;
      border-width: 0 0 2px 2px;
      width: 11px;
      height: 6px;
      left: 6px;
      top: 7px;
      -webkit-transform: scale(1) rotate(-45deg);
      transform: scale(1) rotate(-45deg);
      display: none; }

@-webkit-keyframes ship {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  25% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  75% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes ship {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  25% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  75% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.catalog {
  width: calc(100% - 310px);
  position: relative; }
  .catalog .allYachtContainer__loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
    .catalog .allYachtContainer__loader.is_show {
      opacity: 1;
      visibility: visible; }
      .catalog .allYachtContainer__loader.is_show .ship {
        -webkit-animation-name: ship;
        animation-name: ship;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear; }
    .catalog .allYachtContainer__loader svg {
      width: 120px;
      height: auto; }
    .catalog .allYachtContainer__loader.stop .ship {
      -webkit-animation-name: unset;
      animation-name: unset; }
  @media screen and (max-width: 1023px) {
    .catalog {
      width: 100%; } }
  .catalog .product-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -1%;
    padding: 0; }
    .catalog .product-list .notFound {
      width: 100%;
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      line-height: 36px;
      padding: 36px 12px; }
  .catalog .product-box {
    max-width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin: 0 0 6.5rem 1%; }
    .catalog .product-box__image img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center; }
    @media screen and (max-width: 560px) {
      .catalog .product-box__image img {
        height: auto; 
      } 
    }
    @media screen and (max-width: 767px) {
      .catalog .product-box {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  .catalog .product-box__name {
    font-size: 3rem; }
    @media screen and (max-width: 1023px) {
      .catalog .product-box__name {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .catalog .product-box__name {
        font-size: 20px; } }
  .catalog .product-box__text {
    font-size: 1.8rem; }
    @media screen and (max-width: 1023px) {
      .catalog .product-box__text {
        font-size: 12px; } }
  .catalog .product-box__links {
    font-size: 1.8rem; }
    @media screen and (max-width: 1023px) {
      .catalog .product-box__links {
        font-size: 12px; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: center; }
  .pagination li {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .pagination li {
        width: 36px;
        height: 36px; } }
    .pagination li.first:hover, .pagination li.last:hover {
      opacity: 0.7; }
  .pagination a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000; }
    @media screen and (min-width: 1250px) {
      .pagination a:hover {
        color: #0066cc; } }
  .pagination span {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #3f9feb;
    border-radius: 50%; }

.help-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5.3rem; }
  @media screen and (max-width: 767px) {
    .help-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .help-box__text {
    font-size: 22px;
    line-height: 140%;
    color: #444;
    max-width: 680px;
    -ms-flex-preferred-size: 680px;
    flex-basis: 680px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .help-box__text {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .help-box__text {
        margin-bottom: 15px; } }

.rent-prices {
  max-width: 1043px;
  width: 100%;
  margin: 0 auto 13rem; }
  @media screen and (max-width: 1250px) {
    .rent-prices {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .rent-prices {
      margin: 0 auto 50px; } }
  .rent-prices__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 7.8rem;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    margin: 0 0 20px; }
    @media screen and (max-width: 1250px) {
      .rent-prices__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .rent-prices__title {
        font-size: 28px;
        line-height: 32px; } }
  .rent-prices__text {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #444;
    text-align: center;
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .rent-prices__text {
        font-size: 16px; } }
  .rent-prices__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .rent-prices__top {
        display: none; } }
  .rent-prices__head {
    width: 20%;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #000; }
  .rent-prices__list {
    border-top: 1px solid rgba(68, 68, 68, 0.2);
    padding-top: 45px; }
  .rent-prices__columns--rent .rent-prices__row {
    padding: 12px 0 13px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .rent-prices__columns--rent .rent-prices__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fafafa;
        padding: 25px 15px; } }
    .rent-prices__columns--rent .rent-prices__row:nth-child(odd) {
      background: #f5f5f5; }
      @media screen and (max-width: 767px) {
        .rent-prices__columns--rent .rent-prices__row:nth-child(odd) {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          background: #fafafa;
          padding: 25px 15px; } }
  .rent-prices__columns--rent .rent-prices__item:first-child {
    padding: 0 2.4rem 0 2.4rem; }
  .rent-prices__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem; }
    @media screen and (max-width: 767px) {
      .rent-prices__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #fafafa;
        padding: 25px 15px; } }
  .rent-prices__item {
    width: 20%; }
    @media screen and (max-width: 767px) {
      .rent-prices__item {
        width: 100%;
        text-align: center; }
        .rent-prices__item + .rent-prices__item {
          margin-top: 10px; } }
    .rent-prices__item a {
      font-size: 1.8rem;
      line-height: 2.1rem;
      letter-spacing: 1px;
      color: #0066cc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .rent-prices__item a {
          font-size: 24px;
          line-height: 26px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .rent-prices__item a svg {
        margin-left: 10px; }
  .rent-prices__mobile {
    display: none;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .rent-prices__mobile {
        display: block; } }
  .rent-prices__descr {
    font-size: 1.8rem;
    line-height: 2.1rem;
    letter-spacing: 1px;
    color: #444; }

.contacts-top {
  height: 76.6rem;
  padding-top: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 0 40px;
  background-size: cover;
  background-repeat: no-repeat; }
  .contacts-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }
  .contacts-top__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 6.6rem;
    text-align: center;
    letter-spacing: 1px;
    color: #323233;
    margin: 0 0 48px; }
    @media screen and (max-width: 1250px) {
      .contacts-top__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .contacts-top__title {
        font-size: 28px;
        line-height: 32px; } }
  .contacts-top__info {
    position: relative;
    z-index: 1; }
  .contacts-top__info-box {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .contacts-top__info-box {
        padding: 0 15px; } }
    @media screen and (max-width: 767px) {
      .contacts-top__info-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .contacts-top__sub-title {
    font-size: 2.1rem;
    line-height: 140%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px; }
    .contacts-top__sub-title svg {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 9px; }
  .contacts-top__address {
    max-width: fit-content; }
    @media screen and (max-width: 1023px) {
    
    }
    @media screen and (max-width: 767px) {
       }
    .contacts-top__address span {
      display: block;
      padding: 10px 0 0; }
  .contacts-top__address-text {
    font-size: 1.8rem;
    line-height: 115%;
    text-align: center;
    color: #444;
    font-style: normal; }
  .contacts-top__work {
    margin-bottom: 16px; }
  .contacts-top__work-item {
    font-size: 1.8rem;
    line-height: 140%;
    color: #444; }
  .contacts-top__phone-item {
    font-size: 1.8rem;
    line-height: 140%;
    color: #444; }
    .contacts-top__phone-item a {
      text-decoration: none;
      color: #444;
      font-weight: 700; }

.feedback-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4rem;
  margin-bottom: 10.8rem; }
  @media screen and (max-width: 1023px) {
    .feedback-section {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .feedback-section__info {
    max-width: 69.4rem;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8rem; }
    @media screen and (max-width: 1023px) {
      .feedback-section__info {
        max-width: 100%;
        margin: 0 0 40px; } }
  .feedback-section__title {
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    color: #323233;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1250px) {
      .feedback-section__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .feedback-section__title {
        font-size: 28px;
        line-height: 32px; } }
  .feedback-section__text {
    font-size: 2rem;
    line-height: 140%;
    color: #444;
    margin-bottom: 5.6rem; }
  .feedback-section__fotm {
    max-width: 60rem; }
  .feedback-section__row + .feedback-section__row {
    margin-top: 2.3rem; }
  .feedback-section .rent__terms {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 12px 0 4.2rem; }
  .feedback-section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.contacts-text {
  max-width: 96rem;
  margin: 0 auto 4.8rem;
  text-align: center; }
  .contacts-text__title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.2rem;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 4.8rem; }
  .contacts-text__notes {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 4.8rem;
    text-align: center;
    color: #444; }
  .contacts-text__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.map {
  width: 100%;
  height: 76.3rem; }

.catering-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px; }
  @media screen and (max-width: 767px) {
    .catering-top {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .catering-top__image {
    margin-right: 13.7rem;
    max-width: 93rem;
    -ms-flex-preferred-size: 93rem;
    flex-basis: 93rem;
    width: 100%; }
    @media screen and (max-width: 1700px) {
      .catering-top__image {
        max-width: 75rem;
        margin-right: 10rem; } }
    @media screen and (max-width: 767px) {
      .catering-top__image {
        margin: 0 0 30px; } }
  .catering-top__info {
    padding: 8.7rem 0 0; }
    @media screen and (max-width: 1250px) {
      .catering-top__info {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .catering-top__info {
        width: 100%; } }

.eat {
  padding: 0 4rem;
  margin-bottom: 22rem; }
  @media screen and (max-width: 1023px) {
    .eat {
      margin-bottom: 50px; } }
  .eat--similar .eat__box {
    max-width: 44.3rem;
    -ms-flex-preferred-size: 44.3rem;
    flex-basis: 44.3rem;
    width: 100%; }
    @media screen and (max-width: 1700px) {
      .eat--similar .eat__box {
        max-width: 41rem;
        -ms-flex-preferred-size: 41rem;
        flex-basis: 41rem; } }
    @media screen and (max-width: 1600px) {
      .eat--similar .eat__box {
        max-width: 37rem;
        -ms-flex-preferred-size: 37rem;
        flex-basis: 37rem; } }
    @media screen and (max-width: 1400px) {
      .eat--similar .eat__box {
        max-width: 41rem;
        -ms-flex-preferred-size: 41rem;
        flex-basis: 41rem; } }
    @media screen and (max-width: 1330px) {
      .eat--similar .eat__box {
        max-width: 39rem;
        -ms-flex-preferred-size: 39rem;
        flex-basis: 39rem; } }
    @media screen and (max-width: 1250px) {
      .eat--similar .eat__box {
        max-width: 63rem;
        -ms-flex-preferred-size: 63rem;
        flex-basis: 63rem; } }
    @media screen and (max-width: 1023px) {
      .eat--similar .eat__box {
        max-width: 46rem;
        -ms-flex-preferred-size: 46rem;
        flex-basis: 46rem; } }
  .eat--similar .more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 25px; }
  .eat__title {
    margin-bottom: 6.7rem;
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 6.4rem;
    letter-spacing: 1px;
    color: #000;
    text-align: center; }
    @media screen and (max-width: 1250px) {
      .eat__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .eat__title {
        font-size: 28px;
        line-height: 32px; } }
  .eat__list {
    margin: -9.4rem 0 0 -2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 479px) {
      .eat__list {
        margin: -30px 0 0; } }
  .eat__box {
    max-width: 60rem;
    -ms-flex-preferred-size: 60rem;
    flex-basis: 60rem;
    width: 100%;
    margin: 9.4rem 0 0 2rem; }
    @media screen and (max-width: 1800px) {
      .eat__box {
        max-width: 56rem;
        -ms-flex-preferred-size: 56rem;
        flex-basis: 56rem; } }
    @media screen and (max-width: 1600px) {
      .eat__box {
        max-width: 50rem;
        -ms-flex-preferred-size: 50rem;
        flex-basis: 50rem; } }
    @media screen and (max-width: 1439px) {
      .eat__box {
        max-width: 56rem;
        -ms-flex-preferred-size: 56rem;
        flex-basis: 56rem; } }
    @media screen and (max-width: 1365px) {
      .eat__box {
        max-width: 52rem;
        -ms-flex-preferred-size: 52rem;
        flex-basis: 52rem; } }
    @media screen and (max-width: 1250px) {
      .eat__box {
        max-width: 311px;
        -ms-flex-preferred-size: 311px;
        flex-basis: 311px; } }
    @media screen and (max-width: 1023px) {
      .eat__box {
        max-width: 346px;
        -ms-flex-preferred-size: 346px;
        flex-basis: 346px; } }
    @media screen and (max-width: 479px) {
      .eat__box {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 30px 0 0; } }
    .eat__box .more {
      font-size: 1.8rem; }
      .eat__box .more svg path {
        fill: #0066cc !important; }
  .eat__image {
    margin: 0 0 20px;
    display: block; }
    .eat__image img {
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (max-width: 1600px) {
        .eat__image img {
          height: 310px; } }
  .eat__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 2rem; }
    .eat__top .more {
      font-size: 1.8rem;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 3px 0 0; }
      @media screen and (max-width: 479px) {
        .eat__top .more {
          font-size: 13px; } }
  .eat__name {
    font-weight: 700;
    font-size: 3rem;
    line-height: 140%;
    color: #000;
    text-decoration: none; }
    @media screen and (max-width: 1600px) {
      .eat__name {
        font-size: 2.6rem; } }
    @media screen and (max-width: 479px) {
      .eat__name {
        font-size: 16px;
        max-width: 195px; } }
  .eat__text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #444;
    margin-bottom: 3rem; }
  .eat__includes-title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 2rem; }
  .eat__includes-list {
    font-size: 1.6rem;
    line-height: 150%;
    color: #000; }

.eat-inner {
  padding: 6.8rem 15px;
  height: 100%;
  max-width: 1600px;
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  @media screen and (max-width: 1250px) {
    .eat-inner {
      margin: 0;
      max-width: 562px; } }
  @media screen and (max-width: 1250px) {
    .eat-inner {
      max-width: 546px; } }
  .eat-inner__title {
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 5.7rem;
    color: #323233;
    margin-bottom: 20px; }
    @media screen and (max-width: 1250px) {
      .eat-inner__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .eat-inner__title {
        font-size: 28px;
        line-height: 32px; } }
  .eat-inner__text {
    font-size: 2rem;
    line-height: 140%;
    color: #444;
    margin: 0 0 8.6rem; }
  .eat-inner__list {
    width: 62rem; }
    .eat-inner__list th {
      font-weight: 500;
      font-size: 2.4rem;
      line-height: 2.6rem;
      color: #000;
      padding: 0 0 27px;
      text-align: center; }
      .eat-inner__list th:first-child {
        width: 70%;
        text-align: left; }
        @media screen and (max-width: 767px) {
          .eat-inner__list th:first-child {
            width: auto; } }
    .eat-inner__list td {
      font-size: 1.8rem;
      line-height: 1.8rem;
      color: #444;
      text-align: center;
      padding: 0 0 17px; }
      .eat-inner__list td:first-child {
        text-align: left; }
  .eat-inner__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .eat-inner__name-item {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .eat-inner__dots {
    width: 100%;
    position: relative; }
    .eat-inner__dots::after {
      content: '';
      position: absolute;
      bottom: 2px;
      left: 10px;
      right: 0;
      border-bottom: 3px dotted #444; }

.error-holder {
  background-size: cover;
  height: calc(100vh - 13rem);
  padding-top: 13.4rem; }
  @media screen and (max-width: 767px) {
    .error-holder {
      padding-left: 15px;
      padding-right: 15px; } }
  .error-holder__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 6.6rem;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 4.7rem; }
  .error-holder__text {
    font-size: 2.4rem;
    line-height: 140%;
    text-align: center;
    color: #f9f9fa;
    max-width: 52.7rem;
    margin: 0 auto 3.9rem; }
  .error-holder__number {
    font-weight: 700;
    font-size: 27.3rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.75); }

/* .wrapper.fixed { */

  /* padding-top: 92px; } */

  @media screen and (max-width: 1250px) {
    /* .wrapper.fixed { */
      /* padding-top: 0px !important; }  */
    }
  .wrapper.fixed .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999; }

@media screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important; } 
}

.header {
  background: #1c1c1c !important; 
  margin: 0 auto; }
  .header__holder {
    height: 100%;
  }
  .header__holder a {
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .header__holder a span {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-left: 10px;
  }
  @media screen and (max-width: 1250px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 3; } }
  .header__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 15px; 
  }
    @media screen and (max-width: 1439px) {
      .header__holder {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (max-width: 1250px) {
      .header__holder {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .header__holder {
        padding: 0 47px 0 15px; } }
  .header__tel {
    font-size: 14px;
    line-height: 140%;
    color: #0066cc;
    /* font-weight: 700; */
    text-decoration: none; }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 57rem;
    -ms-flex-preferred-size: 57rem;
    flex-basis: 57rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1700px) {
      .header__right {
        max-width: 60rem;
        -ms-flex-preferred-size: 60rem;
        flex-basis: 60rem; } }
    @media screen and (max-width: 1439px) {
      .header__right {
        max-width: 520px;
        -ms-flex-preferred-size: 520px;
        flex-basis: 520px; } }
    @media screen and (max-width: 1250px) {
      .header__right {
        max-width: 460px;
        -ms-flex-preferred-size: 460px;
        flex-basis: 460px; } }
    @media screen and (max-width: 767px) {
      .header__right {
        max-width: 140px;
        -ms-flex-preferred-size: 140px;
        flex-basis: 140px; } }
  .header__what {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1px;
    color: #0066cc;
    /* font-weight: 700; */
    text-decoration: none; }

.logo {
  max-width: 26.3rem; }
  @media screen and (max-width: 767px) {
    .logo {
      max-width: 170px;
      margin-right: 20px; } }
.nav li {
  text-align: left;
}
.nav li a {
  font-size: inherit;
}
.nav ul {
  align-items: center;
}
.nav {
  margin-left: 4.6rem; }
  @media screen and (max-width: 1500px) {
    .nav {
      margin-left: 2.6rem; 
    } 
    }
  @media screen and (max-width: 1250px) {
    .nav {
      margin: 0 !important;
      width: 100%; } 
      div.callback-box {
        margin: 0 auto !important;
        width: fit-content;
      }
      .mobile-box {
        width: 298px;
      }
    }
  @media screen and (max-width: 767px) {
    .nav {
      width: 100%; 
    } 
    .nav ul li a {
      position: relative;
    }
    .nav ul li a::after {
      background-repeat: no-repeat;
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z' fill='%23fff'/%3E%3C/svg%3E");
      width: 24px;
      height: 24px;
      position: absolute;
      right: 20px;
      top: 20px;
    }
    .nav ul li a.current-menu-item::after {
      background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z' fill='%2306c'/%3E%3C/svg%3E");
    }
  }
  .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    line-height: 140%;
    letter-spacing: 1px; }

    @media screen and (max-width: 1250px) {
      .nav ul {
        display: block;
        font-size: 20px; } }
  .nav li + li {
    margin-left: 4.3rem; }
    @media screen and (max-width: 1500px) {
      .nav li + li {
        margin-left: 4rem; } }
    @media screen and (max-width: 1350px) {
      .header__tel, .header__what, .callback-box__info > span {
        font-size: 13px !important;
      }
      .nav li + li {
        margin-left: 3rem; } }
    @media screen and (max-width: 1250px) {
      .nav li + li {
        margin: 0; } }
  .nav li.active a {
    color: #000; }
  .nav a {
    text-decoration: none;
    color: #fff; }
    @media screen and (max-width: 1250px) {
      .nav a {
        display: block;
        text-align: left; } }
    @media screen and (min-width: 1250px) {
      .nav a:hover {
        color: #dfdada; } }

.callback-box {
  margin: 0 3.7rem;
  text-align: center; }
  @media screen and (max-width: 1500px) {
    .callback-box {
      margin: 0 2.7rem; } }
  @media screen and (max-width: 767px) {
    .callback-box {
      margin: 0; } }
  .callback-box__text {
    font-size: 1.4rem;
    line-height: 140%;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 2px; }
  .callback-box__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .callback-box__info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .callback-box__sep {
    margin: 0 8px;
    font-size: 1.4rem;
    line-height: 140%;
    color: #fff; }

.callback {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 1px;
  color: #0066cc;
  border-bottom: 1px solid;
  cursor: pointer; }
  @media screen and (min-width: 1250px) {
    .callback:hover {
      border-color: transparent; } }

.book_more,
.book_what,
.book {
  border-radius: 50px !important; 
  background: #0066cc;
  border-radius: 5px;
  max-width: 140px;
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  @media screen and (min-width: 1250px) {
    .book_what:hover,
    .book:hover {
      background: #3f9feb; } }

      .book_what {
        padding: 0 10px;
      }
.book_more {
  background-color: transparent;
  color: #0066CC;
  text-decoration: none;
  max-width: 150px;
}
/* .lang {
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 3.7rem;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 1500px) {
    .lang {
      margin-left: 2.7rem; } }
  @media screen and (max-width: 1250px) {
    .lang {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 30px 0; } }
  .lang li.active a {
    color: #000; }
  .lang li + li {
    margin-left: 20px; }
  .lang a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
    @media screen and (min-width: 1250px) {
      .lang a:hover {
        color: #000; } } */

      
.mobile-box {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background: #1c1c1c;
  z-index: 3;
  padding: 80px 0 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%); }
  @media screen and (max-width: 1250px) {
    .mobile-box {
      display: block; 
      overflow: auto;
      padding-bottom: 20px !important;
      
    } 

    }
  @media screen and (max-width: 767px) {
    .mobile-box {
      width: 100%; } }
  .mobile-box.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

.mobile-opener {
  position: fixed;
  top: 21px;
  right: 0;
  width: 35px;
  height: 30px;
  z-index: 5;
  display: none; }
  @media screen and (max-width: 1250px) {
    .mobile-opener {
      display: block; } }
  @media screen and (max-width: 767px) {
    .mobile-opener {
      top: 22px; } }
  .mobile-opener__line {
    background: #fff;
    width: 23px;
    height: 1px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .mobile-opener__line.line-1 {
      top: 8px; }
    .mobile-opener__line.line-2 {
      top: 13px; }
    .mobile-opener__line.line-3 {
      top: 18px; }
  .mobile-opener.active .line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 10px; }
  .mobile-opener.active .line-2 {
    display: none; }
  .mobile-opener.active .line-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 10px; }

.product-page .intro-inner::before, .single-yachts .intro-inner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.44%, rgba(24, 59, 129, 0)), to(rgba(6, 28, 72, 0.7)));
  background: linear-gradient(180deg, rgba(24, 59, 129, 0) 53.44%, rgba(6, 28, 72, 0.7) 100%);
  height: 52rem; }

.product-section__button {
  text-decoration: none; }

.intro {
  height: 76.6rem;
  padding-top: 6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 0 30px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1250px) {
    .intro {
      height: 450px; } }
  @media screen and (max-width: 767px) {
    .intro {
      height: 715px;
      background-position: 50%;
      border-top: 1px solid #eee; } }
  .intro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 58, 113, 0.71)), to(rgba(59, 96, 169, 0)));
    background: linear-gradient(180deg, rgba(29, 58, 113, 0.71) 0%, rgba(59, 96, 169, 0) 100%);
    height: 29rem; }
    @media screen and (max-width: 1250px) {
      .intro::after {
        height: 290px; } }
    @media screen and (max-width: 767px) {
      .intro::after {
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(44.27%, rgba(255, 255, 255, 0.79)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.79) 44.27%, rgba(255, 255, 255, 0) 100%); } }
  .intro__triggers {
    position: absolute;
    bottom: 41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2; }
    @media screen and (max-width: 1250px) {
      .intro__triggers {
        display: none; } }
  .intro__triggers-btn {
    max-width: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    width: 100%;
    border: 1px solid #fff;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 28px;
    font-weight: 900;
    background: #fff;
    color: #000;
    border-radius: 35px; }
    .intro__triggers-btn.prebook {
      color: #000;
      font-size: 1.8rem; }
      @media screen and (min-width: 1250px) {
        .intro__triggers-btn.prebook:hover {
          background: transparent;
          color: #fff; } }
  .intro__triggers-box {
    margin: 0 27px; }
  .intro__triggers-num {
    font-weight: 700;
    font-size: 4rem;
    line-height: 140%;
    text-align: center;
    color: #fff; }
  .intro__triggers-text {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 140%;
    text-align: center;
    color: #fff; }
  .intro__price {
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 1px;
    color: #fff;
    margin: -10px 0 32px; }
    @media screen and (max-width: 767px) {
      .intro__price {
        color: #000; } }
  .intro__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 6.6rem;
    color: #fff;
    margin-bottom: 19px; }
    @media screen and (max-width: 1250px) {
      .intro__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .intro__title {
        font-size: 28px;
        line-height: 32px;
        color: #000; } }
  .intro__sub-title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 140%;
    color: #f9f9fa;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .intro__sub-title {
        font-size: 16px;
        color: #000; } }
  .intro__text {
    font-size: 2.4rem;
    line-height: 140%;
    color: #f9f9fa;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .intro__text {
        font-size: 16px;
        color: #000; } }
  .intro__box {
    position: relative;
    z-index: 1; }
  .intro .product-box__links > li > a, .intro a.more {
    height: auto;
    width: auto;
    background-color: #fff;
    border-radius: 35px;
    padding: 10px 50px;
    font-weight: 700;
    line-height: 24px;
    font-size: 1.8rem;
    font-family: "Roboto", "HR", sans-serif;
    letter-spacing: normal;
    color: #000;
    border: 1px solid #fff; }
    .intro .product-box__links > li > a svg path, .intro a.more svg path {
      fill: #000 !important; }
    @media screen and (min-width: 1250px) {
      .intro .product-box__links > li > a:hover, .intro a.more:hover {
        background: transparent;
        text-decoration: none;
        color: #fff; }
        .intro .product-box__links > li > a:hover svg path, .intro a.more:hover svg path {
          fill: #fff !important; } }
  .intro a.more {
    max-width: 260px;
    margin: 0 auto; }
  @media (max-width: 700px) {
    .intro .product-box__links > li > a, .intro a.more {
      padding: 10px 30px; }
    .intro .intro:nth-of-type(1) {
      padding-top: 10vh;
      height: 50vh; } }

.video-controls {
  position: fixed;
  bottom: 31px;
  right: 40px;
  z-index: 3;
  height: 161px;
  width: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .video-controls.active .video-controls__overlay {
    display: block; }
  .video-controls.active .video-controls__video {
    display: block; }
  @media screen and (max-width: 767px) {
    .video-controls.active .video-controls__close {
      display: block; } }
  .video-controls__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
  .video-controls__video {
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 11;
    display: none; }
    @media screen and (max-width: 767px) {
      .video-controls__video {
        left: 15px;
        right: 15px;
        bottom: 40px; } }
    .video-controls__video iframe {
      width: 720px;
      height: 486px; }
      @media screen and (max-width: 1023px) {
        .video-controls__video iframe {
          width: 690px; } }
      @media screen and (max-width: 767px) {
        .video-controls__video iframe {
          width: 100%;
          height: 300px; } }
  .video-controls__close {
    position: absolute;
    top: -190px;
    right: -22px;
    cursor: pointer;
    z-index: 11;
    display: none; }
    @media screen and (min-width: 1250px) {
      .video-controls__close:hover svg {
        fill: #f00; } }
    .video-controls__close svg {
      fill: #000; }

.video-opener {
  width: 111px;
  height: 111px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  cursor: pointer; }
  @media screen and (min-width: 1250px) {
    .video-opener:hover img {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); } }
  .video-opener svg {
    position: relative;
    z-index: 1; }
  .video-opener img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.video-insta {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 1250px) {
    .video-insta:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }

.video-what {
  text-decoration: none;
  position: absolute;
  top: 17px;
  right: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-width: 1250px) {
    .video-what:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }

.more {
  font-size: 2.4rem;
  line-height: 140%;
  letter-spacing: 1px;
  color: #0066cc;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .more {
      font-size: 16px; } }
  @media screen and (min-width: 1250px) {
    .more:hover {
      text-decoration: underline; } }
  .more svg {
    margin-left: 10px; }

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  margin: 0 0 6.5rem -30px; }
  @media screen and (max-width: 1250px) {
    .product-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 6.5rem -10px; } }
  @media screen and (max-width: 767px) {
    .product-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 1.5rem -10px; } }

.product-box {
  max-width: calc(33.3% - 30px);
  -ms-flex-preferred-size: calc(33.3% - 30px);
  flex-basis: calc(33.3% - 30px);
  width: 100%;
  margin: 0 0 0 30px; }
  @media screen and (max-width: 1250px) {
    .product-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 0 10px;
      max-width: calc(33.3% - 10px);
      -ms-flex-preferred-size: calc(33.3% - 10px);
      flex-basis: calc(33.3% - 10px); } }
  @media screen and (max-width: 767px) {
    .product-box {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 0 0 30px 10px; } }
  .product-box__label {
    position: absolute;
    top: 1rem;
    right: 2rem;
    background: url("../images/label.png") no-repeat;
    background-size: 120px auto;
    max-width: 120px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 1px; }
    .product-box__label svg {
      margin-right: 8px; }
  .product-box__image {
    /* margin-bottom: 15px; */
    display: block;
    position: relative;
    overflow: hidden; }

    .product-box__image img {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%; 
    }
      @media screen and (max-width: 1600px) {
        .product-box__image img {
          height: 376px; } }
      @media screen and (max-width: 1250px) {
        /* .product-box__image img {
          max-height: 260px; }  */
        }
      @media screen and (max-width: 1023px) {
        .product-box__image img {
          max-height: 190px; } }
      @media screen and (max-width: 767px) {
        .product-box__image img {
          max-height: 240px; } }
  .product-box__info {
    text-align: left;
    padding: 10px 15px;
    box-shadow: 35px 20px 32px rgba(0, 0, 0, 0.01), 20px 10px 27px rgba(0, 0, 0, 0.02);
    border-radius: 0 0 16px 16px;
  }
  .product-box_ratings,
  .product-box_price {
    font-weight: bold;
  }
  .product-box_price {
    font-size: 18px;
  }
  .product-box_ratings {
    display: flex;
    align-items: center;
    min-width: fit-content;
  }
  .product-box_ratings span {
    transform: translateY(2px);
    padding-right: 5px;
    font-size: 16px;
  }
  .price_ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .product-box__info > div div.price_ratings:nth-child(1) {
    align-items: flex-start;
  }
  .product-box__details {
    display: block;
    margin: 10px 0;
    text-decoration: none;
    color: rgba(161, 161, 170, 1);
    font-size: 16px;
  }
  .product-box__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    display: block;
  }
    @media screen and (max-width: 1023px) {
      .product-box__name {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .product-box__name {
        font-size: 20px; } }
  .product-box__text {
    font-size: 1.8rem;
    line-height: 140%;
    text-align: left;
    letter-spacing: 1px;
    color: #000;
    margin: 0 0 22px; }
    @media screen and (max-width: 1023px) {
      .product-box__text {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      .product-box__text {
        margin: 0 0 15px; } }
  .product-box__links {
    font-size: 2.4rem;
    line-height: 140%;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1023px) {
      .product-box__links {
        font-size: 14px; } }
        .product-box__links li {
          display: flex;
        }
    .product-box__links li + li {
      margin-left: 3.4rem; }
    .product-box__links a {
      color: #3f9feb;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (min-width: 1250px) {
        .product-box__links a:hover {
          text-decoration: underline; } }
      .product-box__links a svg {
        margin-left: 8px; }
    .product-box__links .prebook {
      text-decoration: underline;
      color: #0066cc; }
      @media screen and (min-width: 1250px) {
        .product-box__links .prebook:hover {
          text-decoration: none; } }

.product-section {
  margin-bottom: 65px; }
  @media screen and (max-width: 767px) {
    .product-section {
      margin-bottom: 10px; } }
  .product-section--rent {
    margin-bottom: 12.3rem; }
    .product-section--rent .product-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -4rem; }
      @media screen and (max-width: 1900px) {
        .product-section--rent .product-list {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
    .product-section--rent .product-box {
      margin-top: 4rem; }
      @media screen and (max-width: 1900px) {
        .product-section--rent .product-box {
          max-width: 50rem; } }
      @media screen and (max-width: 1023px) {
        .product-section--rent .product-box {
          max-width: 46%; } }
      @media screen and (max-width: 600px) {
        .product-section--rent .product-box {
          max-width: 100%; } }
  .product-section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.btn {
  background: #0066CC;
  border-radius: 5px;
  max-width: 232px;
  -ms-flex-preferred-size: 232px;
  flex-basis: 232px;
  height: 5.3rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  padding: 0;
  font-size: 18px;
  line-height: 140%;
  color: #fff; }
  @media screen and (max-width: 1439px) {
    .btn {
      height: 6.4rem; } }
  @media screen and (min-width: 1250px) {
    .btn:hover {
      background: #3f9feb; } }

.intro-price {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 79.7rem;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 7.7rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 1250px) {
    .intro-price {
      height: 490px; } }
  @media screen and (max-width: 767px) {
    .intro-price {
      background-position: 50%;
      margin: 40px 0;
      height: 715px; } }
  .intro-price::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%); }
  .intro-price__box {
    position: relative;
    z-index: 1; }
  .intro-price__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 5.8rem;
    color: #323233;
    margin-bottom: 32px; }
    @media screen and (max-width: 1250px) {
      .intro-price__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .intro-price__title {
        font-size: 28px;
        line-height: 32px;
        color: #000; } }
  .intro-price__text {
    font-size: 2.1rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px; }
  .intro-price__list {
    font-size: 1.8rem;
    line-height: 140%;
    margin-bottom: 20px; }
  .intro-price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .intro-price__name {
    color: #444; }
  .intro-price__descr {
    color: #000;
    margin-left: 3px; }
  .intro-price .product-box__links > li > a, .intro-price a.more {
    height: auto;
    width: auto;
    background-color: #fff;
    border-radius: 35px;
    padding: 10px 50px;
    font-weight: 700;
    line-height: 24px;
    font-size: 1.8rem;
    font-family: "Roboto", "HR", sans-serif;
    letter-spacing: normal;
    color: #000;
    border: 1px solid #fff; }
    .intro-price .product-box__links > li > a svg path, .intro-price a.more svg path {
      fill: #000 !important; }
    @media screen and (min-width: 1250px) {
      .intro-price .product-box__links > li > a:hover, .intro-price a.more:hover {
        background: transparent;
        text-decoration: none; } }
  .intro-price a.more {
    max-width: 260px;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .intro-price .product-box__links > li > a, .intro-price a.more {
      padding: 10px 30px; }
    .intro-price .intro:nth-of-type(1) {
      padding-top: 10vh;
      height: 50vh; } }

.btn-white.centered {
  margin: 0 auto; }

.cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 4rem -10px;
  padding: 0 4rem; }
  @media screen and (max-width: 1800px) {
    .cat-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .cat-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -10px 0 20px -10px;
      padding: 0 1rem; } }
  .cat-list__box {
    max-width: 90rem;
    -ms-flex-preferred-size: 90rem;
    flex-basis: 90rem;
    width: 100%;
    text-decoration: none;
    margin: 10px 0 0 10px;
    position: relative;
    overflow: hidden;
    max-height: 100vh; }
    @media screen and (max-width: 1800px) {
      .cat-list__box {
        max-width: 84rem;
        -ms-flex-preferred-size: 84rem;
        flex-basis: 84rem; } }
    @media screen and (max-width: 1600px) {
      .cat-list__box {
        max-width: 77rem;
        -ms-flex-preferred-size: 77rem;
        flex-basis: 77rem; } }
    @media screen and (max-width: 1500px) {
      .cat-list__box {
        max-width: 76rem;
        -ms-flex-preferred-size: 76rem;
        flex-basis: 76rem; } }
    @media screen and (max-width: 1400px) {
      .cat-list__box {
        max-width: 84rem;
        -ms-flex-preferred-size: 84rem;
        flex-basis: 84rem; } }
    @media screen and (max-width: 1365px) {
      .cat-list__box {
        max-width: 77rem;
        -ms-flex-preferred-size: 77rem;
        flex-basis: 77rem; } }
    @media screen and (max-width: 1250px) {
      .cat-list__box {
        max-width: 57rem;
        -ms-flex-preferred-size: 57rem;
        flex-basis: 57rem; } }
    @media screen and (max-width: 1023px) {
      .cat-list__box {
        max-width: 46rem;
        -ms-flex-preferred-size: 46rem;
        flex-basis: 46rem; } }
    @media screen and (max-width: 767px) {
      .cat-list__box {
        margin: 10px 0 0 10px;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    @media screen and (min-width: 1250px) {
      .cat-list__box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
    .cat-list__box img {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (max-width: 1400px) {
        .cat-list__box img {
          height: 600px;
          -o-object-fit: cover;
          object-fit: cover; } }
      @media screen and (max-width: 1250px) {
        .cat-list__box img {
          height: 430px; } }
      @media screen and (max-width: 1023px) {
        .cat-list__box img {
          height: 350px; } }
    .cat-list__box::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), color-stop(25.84%, rgba(255, 255, 255, 0)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(255, 255, 255, 0) 25.84%); }
  .cat-list__info {
    position: absolute;
    top: 6rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1; }
  .cat-list__name {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 20px; }
    @media screen and (max-width: 1250px) {
      .cat-list__name {
        font-size: 36px; } }
    @media screen and (max-width: 1023px) {
      .cat-list__name {
        font-size: 28px; } }

.rate {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .rate__star + .rate__star {
    margin-left: 4px; }
  .rate__star path {
    fill: #f56300; }
  .rate svg {
    display: block;
    width: 20px;
    height: 18px; }

.rate[data-rate="1"] .rate__star:nth-child(n+2) path,
.rate[data-rate="2"] .rate__star:nth-child(n+3) path,
.rate[data-rate="3"] .rate__star:nth-child(n+4) path,
.rate[data-rate="4"] .rate__star:nth-child(n+5) path,
.rate[data-rate="5"] .rate__star:nth-child(n+6) path,
.rate[data-rate="0"] .rate__star path {
  fill: #C1C0BA; 
}
.review-holder .site-rev__list .rate__star:last-child {
  position: relative;
}
.review-holder .site-rev__list .rate__star:last-child::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='16' height='15' viewBox='0 0 13 12'%3E%3Cpath fill-rule='evenodd' d='M12.435,4.097 L8.854,3.769 C8.629,3.749 8.434,3.609 8.341,3.400 L7.059,0.382 C6.854,-0.116 6.125,-0.116 5.920,0.382 L4.648,3.400 C4.566,3.609 4.361,3.749 4.135,3.769 L0.554,4.097 C0.021,4.147 -0.195,4.795 0.205,5.143 L2.904,7.444 C3.078,7.594 3.150,7.813 3.099,8.032 L2.288,11.259 C2.165,11.767 2.729,12.185 3.201,11.917 L6.187,10.213 C6.382,10.104 6.618,10.104 6.813,10.213 L9.798,11.917 C10.270,12.185 10.834,11.777 10.711,11.259 L9.911,8.032 C9.860,7.813 9.932,7.594 10.106,7.444 L12.804,5.143 C13.194,4.795 12.968,4.147 12.435,4.097 Z' class='cls-1' style=' fill: %23f56300;%0A'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 9px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: 1px;
  display: block;
  z-index: 1;
  background-size: auto;
  transform: scale(1.1);
}

.intro + .review-holder {
  margin-top: -40px; }

.review-holder {
  background: #f9f9fa;
  padding: 69px 0 45px;
  margin-bottom: 14rem; }
  @media screen and (max-width: 767px) {
    .review-holder {
      margin-bottom: 50px; } }

.site-rev {
  padding: 0 4rem; }
  @media screen and (max-width: 767px) {
    .site-rev {
      margin-bottom: 30px; } }
  .site-rev__holder {
    background: #f9f9fa;
    padding: 40px 0; }
    @media screen and (max-width: 767px) {
      .site-rev__holder {
        padding-bottom: 0; } }
  .site-rev__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 6.8rem; }
    @media screen and (max-width: 767px) {
      .site-rev__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .site-rev__box {
    max-width: 282px;
    -ms-flex-preferred-size: 282px;
    flex-basis: 282px;
    width: 100%; }
    .site-rev__box img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    @media screen and (min-width: 1250px) {
      .site-rev__box:hover img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0); } }
    .site-rev__box--1 .site-rev__logo {
      margin-top: 13px; }
    .site-rev__box--2 .site-rev__logo {
      margin-top: 25px; }
    .site-rev__box--3 .site-rev__logo {
      margin-top: 23px; }
  .site-rev__logo {
    margin-bottom: 13px; }
  .site-rev__text {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #444; }
  .site-rev__notes {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    max-width: 994px;
    width: 100%;
    margin: 0 auto;
    color: rgba(68, 68, 68, 0.5); }

.review {
  padding-left: 70px;
  margin-bottom: 13rem; }
  @media screen and (max-width: 1023px) {
    .review {
      padding: 0 4rem; } }
  @media screen and (max-width: 767px) {
    .review {
      margin-bottom: 50px; } }
  .review__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 6.8rem;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 13px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .review__title {
        font-size: 30px;
        line-height: 32px; } }
  .review__notes {
    font-weight: 400;
    font-size: 21px;
    line-height: 140%;
    color: #000;
    margin-bottom: 39px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .review__notes {
        font-size: 16px; } }
  .review__slider .slick-list {
    padding-right: 200px; }
    @media screen and (max-width: 1500px) {
      .review__slider .slick-list {
        padding-right: 80px; } }
    @media screen and (max-width: 1250px) {
      .review__slider .slick-list {
        padding-right: 200px; } }
    @media screen and (max-width: 1023px) {
      .review__slider .slick-list {
        padding-right: 0; } }
  .review__slider .slick-dots {
    margin: 40px auto 0;
    padding: 0;
    list-style: none;
    max-width: 800px;
    width: 100%;
    height: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(68, 68, 68, 0.2);
    border-radius: 40px; }
    .review__slider .slick-dots li {
      width: 100%;
      height: 6px; }
      .review__slider .slick-dots li.slick-active button {
        background: #0066cc; }
    .review__slider .slick-dots button {
      width: 100%;
      padding: 0;
      border: none;
      background: none;
      border-radius: 40px;
      text-indent: -9999px;
      height: 6px;
      display: block; }
  .review__box {
    max-width: 380px;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 35px 30px; }
    @media screen and (max-width: 1439px) {
      .review__box {
        max-width: 360px; } }
    @media screen and (max-width: 1365px) {
      .review__box {
        max-width: 350px; } }
    .review__box::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #fff;
      border: 1px solid #eee; }
    .review__box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.6); }
    @media screen and (min-width: 1250px) {
      .review__box:hover::after {
        display: none; }
      .review__box:hover::before {
        display: block; }
      .review__box:hover .review__name {
        color: #fff; }
      .review__box:hover .review__text {
        color: #fff; }
      .review__box:hover .review__more {
        color: #3f9feb; }
        .review__box:hover .review__more svg {
          fill: #3f9feb; } }
  .review__info {
    position: relative;
    z-index: 1; }
  .review__name {
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 18px; }
  .review .rate {
    margin-bottom: 52px; }
  .review__text {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #323233;
    margin-bottom: 37px;
    height: 150px;
    overflow: hidden; }
  .review__more {
    font-size: 18px;
    line-height: 140%;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1250px) {
      .review__more:hover {
        text-decoration: underline; } }
    .review__more svg {
      fill: #444;
      margin-left: 10px; }
      .review__more svg .video-path {
        fill: #ec4f4f; }
      .review__more svg .video-stroke {
        fill: none;
        stroke: #ec4f4f; }

.more-btn {
  background: #fff;
  border-radius: 5px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 140%;
  color: #005290;
  max-width: 170px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  text-decoration: none; }
  @media screen and (min-width: 1250px) {
    .more-btn:hover {
      background: #005290;
      color: #fff; } }

.faq {
  max-width: 1180px;
  margin: 0 auto 13rem; }
  @media screen and (max-width: 1250px) {
    .faq {
      padding: 0 4rem; } }
  .faq__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 6.8rem;
    letter-spacing: 1px;
    color: #323233;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .faq__title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px; } }
  .faq__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .faq__columns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .faq__aside {
    max-width: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f9f9fa;
    padding: 28px 30px 24px;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .faq__aside {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 0 30px; } }
  .faq__aside-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #323233;
    border-bottom: 1px solid rgba(68, 68, 68, 0.2);
    padding-bottom: 18px;
    margin-bottom: 14px; }
  .faq__tabs {
    margin: 0;
    padding: 0;
    list-style: none; }
    .faq__tabs li + li {
      margin-top: 28px; }
    .faq__tabs a {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.5); }
      .faq__tabs a.active {
        color: #000; }
  .faq__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .faq__list li + li {
      margin-top: 30px; }
    .faq__list .opener {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #444;
      text-decoration: none; }
    .faq__list .slide {
      font-size: 14px;
      line-height: 24px;
      color: #444;
      padding: 20px 0 0; }
      .faq__list .slide p {
        margin: 30px 0; }
        .faq__list .slide p:first-child {
          margin-top: 0; }
        .faq__list .slide p:last-child {
          margin-bottom: 0; }

.rent-info {
  max-width: 1180px;
  margin: 0 auto 13rem; }
  .rent-info p {
    line-height: 1.3 !important;
  }
  .rent-info li {
    font-size: 16px;
    color: #88888c;
  }
  @media screen and (max-width: 1250px) {
    .rent-info {
      padding: 0 4rem; } }
  @media screen and (max-width: 767px) {
    .rent-info {
      margin: 0 auto 40px; } }
  .rent-info__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 6.8rem;
    letter-spacing: 1px;
    color: #000;
    margin: 0 0 40px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .rent-info__title {
        font-size: 30px;
        line-height: 32px; } }
  .rent-info__sub-title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #000;
    margin-bottom: 5px;
    text-align: center; }
  .rent-info__price-title {
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    line-height: 2.9rem;
    color: #000;
    margin-bottom: 15px; }
  .rent-info__date {
    font-size: 12px;
    line-height: 14px;
    color: rgba(68, 68, 68, 0.5);
    text-align: center;
    margin-bottom: 20px; }
  .rent-info__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 540px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(68, 68, 68, 0.2);
    margin-bottom: 60px; }
  .rent-info__col {
    max-width: 174px;
    -ms-flex-preferred-size: 174px;
    flex-basis: 174px;
    width: 100%; }
    .rent-info__col + .rent-info__col {
      margin-left: 93px; }
      @media screen and (max-width: 767px) {
        .rent-info__col + .rent-info__col {
          margin-left: 30px; } }
  .rent-info__col-title {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #000;
    margin-bottom: 3rem; }
  .rent-info__links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.8rem;
    line-height: 2.1rem;
    letter-spacing: 1px; }
    .rent-info__links li + li {
      margin-top: 3rem; }
    .rent-info__links a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      color: #0066cc; }
      .rent-info__links a svg {
        margin-left: 10px; }
  .rent-info__descr {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.8rem;
    line-height: 2.1rem;
    letter-spacing: 1px;
    color: #444; }
    .rent-info__descr li + li {
      margin-top: 3rem; }

.rent-content {
  font-size: 14px;
  line-height: 24px;
  color: #444;
  margin-bottom: 40px; }
  .rent-content p {
    margin: 20px 0; }
    .rent-content p:first-child {
      margin-top: 0; }
    .rent-content p:last-child {
      margin-bottom: 0; }
  .rent-content h2 {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin: 30px 0; }
    .rent-content h2:first-child {
      margin-top: 0; }
    .rent-content h2:last-child {
      margin-bottom: 0; }
  .rent-content a {
    color: #0066cc;
    text-decoration: none; }
    @media screen and (min-width: 1250px) {
      .rent-content a:hover {
        text-decoration: underline; } }

.rent-content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .rent-content-columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.rent-content-col {
  text-align: center;
  max-width: 580px;
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .rent-content-col + .rent-content-col {
      margin-top: 30px; } }

.rent-content-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000; }

.rent {
  background: #f9f9fa;
  padding: 40px 0 47px;
  margin: 0 auto 13rem; }
  @media screen and (max-width: 1023px) {
    .rent {
      padding: 40px 0; } }
  @media screen and (max-width: 767px) {
    .rent {
      margin: 0 auto 50px; } }
  .rent__title {
    font-weight: 700;
    font-size: 5.6rem;
    line-height: 6.8rem;
    letter-spacing: 1px;
    color: #323233;
    text-align: center;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .rent__title {
        font-size: 30px;
        line-height: 32px; } }
  .rent__notes {
    font-size: 2.1rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 32px;
    text-align: center; }
  .rent__form {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 80px; }
    @media screen and (max-width: 1023px) {
      .rent__form {
        padding: 0 30px; } }
  .rent__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .rent__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .rent__row--middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .rent__row--middle {
          margin-bottom: 40px; } }
    .rent__row + .rent__row {
      margin-top: 20px; }
  .rent__col {
    max-width: 500px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    width: 100%; }
    @media screen and (max-width: 1250px) {
      .rent__col {
        max-width: 420px;
        -ms-flex-preferred-size: 420px;
        flex-basis: 420px; } }
    @media screen and (max-width: 1023px) {
      .rent__col {
        max-width: 345px;
        -ms-flex-preferred-size: 345px;
        flex-basis: 345px; } }
    @media screen and (max-width: 767px) {
      .rent__col + .rent__col {
        margin-top: 20px; } }
    .rent__col .select {
      border: 1px solid #d8d8d8;
      border-radius: 5px;
      padding: 1.8rem 50px 1.8rem 30px;
      height: 6.2rem;
      font-size: 1.8rem;
      background: #fff; }
  .rent__check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 415px; }
    .rent__check-list .rent__terms {
      width: 126px;
      margin-right: 10px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 15px; }
  .rent__label {
    font-size: 1.8rem;
    line-height: 140%;
    color: #000; }
  .rent__terms {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 98px 0 0; }
    .rent__terms input {
      position: absolute;
      left: -9999px; }
      .rent__terms input:checked + .rent__terms-text::before {
        display: block; }
      .rent__terms input:checked + .rent__terms-text::after {
        background: #3f9feb;
        border-color: #3f9feb; }
  .rent__terms-text {
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    line-height: 22px;
    color: #444; }
    .rent__terms-text::before {
      content: '';
      position: absolute;
      z-index: 1;
      border: 1px solid #fff;
      border-width: 0 0 2px 2px;
      width: 11px;
      height: 6px;
      left: 6px;
      top: 7px;
      -webkit-transform: scale(1) rotate(-45deg);
      transform: scale(1) rotate(-45deg);
      display: none; }
    .rent__terms-text::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 22px;
      border: 1px solid #d8d8d8;
      border-radius: 2px; }
  .rent__button {
    margin: 22px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none; }
  .rent__btn {
    background: #0066cc;
    border-radius: 5px;
    max-width: 169px;
    -ms-flex-preferred-size: 169px;
    flex-basis: 169px;
    width: 100%;
    height: 42px;
    padding: 0;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff; }
    @media screen and (min-width: 1250px) {
      .rent__btn:hover {
        background: #3f9feb; } }

.footer {
  position: relative;
  padding: 0 15px; }
  .footer__holder {
    max-width: 1220px;
    margin: 0 auto;
    /* border-top: 1px solid rgba(216, 216, 216, 0.8); */
    padding: 46px 0 0; }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 74px; }
    @media screen and (max-width: 1023px) {
      .footer__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    color: #676767; }
    .footer__logo img {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 6px; }
  .footer__nav {
    margin-left: 75px; }
    @media screen and (max-width: 1250px) {
      .footer__nav {
        margin: 20px 0 0; } }
    @media screen and (max-width: 767px) {
      .footer__nav {
        width: 100%; } }

    .footer__nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; 
      flex-wrap: wrap;
    }

      @media screen and (max-width: 767px) {
        .footer__nav ul {
          display: block;
          text-align: center; 
        } }
      .footer__nav ul li {
        position: relative;
      }
      @media (min-width: 767px) {
        .footer__nav ul li {
          margin-bottom: 20px;
          margin-right: 20px;
        }
      }
         
            @media screen and (max-width: 767px) {
              .footer__nav ul li + li::after {
                display: none; } }
          @media screen and (max-width: 767px) {
            .footer__nav ul li + li {
              margin: 10px 0 0; } }
      .footer__nav ul a {
        font-size: 14px;
        line-height: 16px;
        color: #424245;
        text-decoration: none; 
        white-space: nowrap;
      }
        @media screen and (min-width: 1250px) {
          .footer__nav ul a:hover {
            text-decoration: underline; } }
  .footer__tel {
    font-size: 12px;
    line-height: 14px;
    color: #444;
    text-decoration: none;
    margin-left: 5px; }
  .footer__work {
    font-size: 12px;
    line-height: 14px;
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6px; }
    @media screen and (max-width: 1250px) {
      .footer__work {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .footer__work {
        display: block;
        text-align: center; } }
  .footer__copy-box {
    font-size: 12px;
    line-height: 14px;
    color: rgba(68, 68, 68, 0.5); }
    .footer__copy-box a {
      text-decoration: none;
    }
    @media screen and (max-width: 767px) {
      .footer__copy-box {
        margin-bottom: 15px;
        text-align: center; } }
  .footer__copy {
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    padding: 13px 0;
    border-top: 3px solid #f0f0fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .footer__copy {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.subscribe {
  margin-bottom: 40px; }
  .subscribe__title {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 13px; }
    @media screen and (max-width: 767px) {
      .subscribe__title {
        text-align: center; } }
  .subscribe__form {
    position: relative; }
  .subscribe input {
    height: 56px;
    padding: 0 185px 0 20px; }
  .subscribe__btn {
    position: absolute;
    top: 7px;
    right: 7px;
    background: #0066CC;
    border-radius: 5px;
    height: 42px;
    padding: 0;
    border: none;
    max-width: 169px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff; }
    @media screen and (min-width: 1250px) {
      .subscribe__btn:hover {
        background: #3f9feb; } }

.social__title {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 14px; }
  @media screen and (max-width: 767px) {
    .social__title {
      text-align: center; } }

.social__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social__list li {
    width: 38px;
    height: 38px; }
    .social__list li + li {
      margin-left: 15px; }
  .social__list a {
    border-radius: 50%;
    display: block;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    @media screen and (min-width: 1250px) {
      .social__list a:hover {
        background: #0066cc; } }

.dev-link {
  font-size: 12px;
  line-height: 14px;
  color: rgba(68, 68, 68, 0.5);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .dev-link span {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .dev-link__logo {
    height: 15px;
    overflow: hidden;
    margin-left: 10px;
    max-width: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    width: 100%; }
  .dev-link svg {
    width: 100px;
    height: 15px;
    display: block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media screen and (min-width: 1250px) {
    .dev-link:hover svg {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4rem;
  display: none; }
  @media screen and (max-width: 767px) {
    .popup {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      overflow-y: auto; }
      .popup.popup-video {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popup iframe {
    width: 100%;
    height: 600px; }
    @media screen and (max-width: 767px) {
      .popup iframe {
        height: 300px; } }
  .popup__close, .popup__video-close {
    position: absolute;
    top: 24px;
    right: 40px;
    cursor: pointer; }
    @media screen and (min-width: 1250px) {
      .popup__close:hover svg, .popup__video-close:hover svg {
        fill: #f00; } }
    .popup__close svg, .popup__video-close svg {
      fill: #bababa; }
  .popup__overlay, .popup__video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }
  .popup__image {
    margin-right: 13rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 703px; }
    @media screen and (max-width: 1800px) {
      .popup__image {
        margin-right: 5rem;
        max-width: 570px; } }
  .popup__holder {
    position: relative;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f9f9fa;
    padding: 7rem; }
    .popup__holder .rent {
      padding: 0;
      margin: 0;
      max-width: 816px;
      width: 100%; }
    .popup__holder .rent__title {
      font-size: 4rem;
      line-height: 4.9rem;
      margin-bottom: 9px;
      text-align: left; }
    .popup__holder .rent__notes {
      font-size: 1.8rem;
      line-height: 140%;
      margin-bottom: 5.8rem;
      text-align: left; }
      @media screen and (max-width: 1800px) {
        .popup__holder .rent__notes {
          margin-bottom: 20px; } }
    .popup__holder .rent__form {
      padding: 0; }
    .popup__holder .rent__col {
      max-width: 398px; }
      .popup__holder .rent__col + .rent__col {
        margin-left: 19px; }
    .popup__holder .rent__button {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .popup__holder .rent__check-list {
      display: block; }
    .popup__holder .rent__terms {
      display: block;
      width: auto;
      margin-top: 15px; }
    .popup__holder .rent__row--middle {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
  .popup .rent {
    margin-bottom: 0; }

.popup-rent iframe {
  width: 100% !important;
  height: 630px !important;
  max-width: 1205px; }

.popup-rent .popup__holder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1400px) {
    .popup-rent .popup__holder {
      padding: 30px; } }

.popup-product {
  padding: 0; }
  .popup-product .popup__holder {
    max-width: 1200px; }
    @media screen and (max-width: 767px) {
      .popup-product .popup__holder {
        padding: 30px 15px; } }
  .popup-product iframe {
    width: 100% !important;
    height: 610px !important; }

.popup-thanks .popup__holder {
  max-width: 91rem;
  display: block; }

.popup-thanks__icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #0066cc;
  margin: 0 auto 24px;
  position: relative; }
  .popup-thanks__icon::after {
    content: '';
    position: absolute;
    border: 0px solid #fff;
    border-width: 0 0 4px 4px;
    width: 39px;
    height: 21px;
    left: 25px;
    top: 27px;
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    z-index: 1; }

.popup-thanks__title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 1px;
  color: #323233;
  text-align: center;
  margin-bottom: 15px; }

.popup-thanks__text {
  font-size: 1.8rem;
  line-height: 140%;
  color: #000;
  text-align: center;
  margin-bottom: 36px; }

.popup-thanks__btn {
  cursor: pointer;
  background: #0066cc;
  border-radius: 5px;
  color: #fff;
  max-width: 140px;
  height: 36px;
  margin: 0 auto;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 1250px) {
    .popup-thanks__btn:hover {
      background: #3f9feb; } }

.popup-subscribe__holder {
  max-width: 1007px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  position: relative; }
  @media screen and (max-width: 1023px) {
    .popup-subscribe__holder {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .popup-subscribe__holder {
      margin: auto; }
      .popup-subscribe__holder .popup__close {
        top: 14px;
        right: 20px; } }

.subscribe-custom__info {
  background: #0066cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 460px;
  -ms-flex-preferred-size: 460px;
  flex-basis: 460px;
  width: 100%;
  color: #fff;
  border-radius: 10px 0 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media screen and (max-width: 1023px) {
    .subscribe-custom__info {
      max-width: 345px;
      -ms-flex-preferred-size: 345px;
      flex-basis: 345px; } }
  @media screen and (max-width: 767px) {
    .subscribe-custom__info {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 40px 0 20px;
      border-radius: 10px 10px 0 0;
      display: none; } }

.subscribe-custom__info-box {
  max-width: 355px; }
  @media screen and (max-width: 1023px) {
    .subscribe-custom__info-box {
      padding: 0 20px; } }

.subscribe-custom__info-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  max-width: 276px;
  margin-bottom: 10px; }
  @media screen and (max-width: 1023px) {
    .subscribe-custom__info-title {
      font-size: 22px;
      line-height: 30px; } }

.subscribe-custom__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 40px; }
  @media screen and (max-width: 1023px) {
    .subscribe-custom__info-list {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .subscribe-custom__info-list {
      font-size: 14px;
      line-height: 20px; } }

.subscribe-custom__form-box {
  padding: 52px 76px; }
  @media screen and (max-width: 1023px) {
    .subscribe-custom__form-box {
      padding: 52px 20px; } }
  @media screen and (max-width: 767px) {
    .subscribe-custom__form-box .rent__terms-text {
      font-size: 14px;
      line-height: 18px; } }
  .subscribe-custom__form-box .rent__terms {
    margin: 24px 0 35px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .subscribe-custom__form-box .btn {
    width: 100%;
    max-width: 100%; }

.subscribe-custom__form-title {
  font-size: 30px;
  color: #000;
  line-height: 40px;
  font-weight: 700; }
  @media screen and (max-width: 1023px) {
    .subscribe-custom__form-title {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    .subscribe-custom__form-title {
      font-size: 20px; } }

.subscribe-custom__form-text {
  font-size: 20px;
  color: #000;
  line-height: 30px;
  margin-bottom: 35px; }
  @media screen and (max-width: 1023px) {
    .subscribe-custom__form-text {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    .subscribe-custom__form-text {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 15px; } }

.book-section__iframe {
  position: relative;
  max-width: 507px;
  width: 100%; }

.subscribe-tanks__holder {
  max-width: 750px;
  -ms-flex-preferred-size: 750px;
  flex-basis: 750px;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 95px 0;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    .subscribe-tanks__holder {
      padding: 70px 20px;
      margin: auto; }
      .subscribe-tanks__holder .popup__close {
        top: 14px;
        right: 20px; } }

.subscribe-tanks__text {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  max-width: 390px;
  text-align: center;
  margin: 0 auto 73px; }
  @media screen and (max-width: 767px) {
    .subscribe-tanks__text {
      font-size: 14px;
      line-height: 16px;
      margin: 0 auto 40px; } }
  .subscribe-tanks__text:last-child {
    margin: 0 auto; }

.subscribe-tanks__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.subscribe-tanks__box {
  margin: 0 48px; }
  @media screen and (max-width: 767px) {
    .subscribe-tanks__box {
      margin: 0 15px; } }

.subscribe-tanks__icon {
  max-width: 48px;
  height: 53px;
  margin: 0 auto 18px; }
  @media screen and (max-width: 767px) {
    .subscribe-tanks__icon {
      max-width: 30px;
      height: 40px;
      margin: 0 auto 5px; } }
  .subscribe-tanks__icon img {
    height: auto; }

.subscribe-tanks__name {
  font-size: 19px;
  line-height: 21px;
  color: #000; }
  @media screen and (max-width: 767px) {
    .subscribe-tanks__name {
      font-size: 14px;
      line-height: 16px; } }

.otgs-development-site-front-end {
  display: none; }

.about-intro .btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.btn-white {
  max-width: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  width: 100%;
  border: 1px solid #fff;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 28px;
  font-weight: 900;
  border-radius: 35px;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-size: 1.8rem; }
  @media screen and (min-width: 1250px) {
    .btn-white:hover {
      background: transparent;
      color: #fff; } }
  .btn-white.prebook {
    color: #000;
    font-size: 1.8rem; }
    @media screen and (min-width: 1250px) {
      .btn-white.prebook:hover {
        background: transparent;
        color: #fff; } }

/* .mobile-help {
  display: none; } */
  @media screen and (max-width: 767px) {
    .mobile-help {
      display: block; } }
  .mobile-help .book {
    padding: 10px 50px;
    font-weight: 700;
    line-height: 24px;
    font-size: 1.8rem;
    max-width: 260px;
    margin: 20px auto;
    font-family: "Roboto", "HR", sans-serif;
    height: auto;
    border-radius: 35px; }
    @media screen and (min-width: 767px) {
      .mobile-help .book {
        padding: 10px 30px; } }
  .mobile-help .callback-box__text,
  .mobile-help .callback-box__sep,
  .mobile-help .header__tel,
  .mobile-help .header__what {
    font-size: 16px; }
  .mobile-help .callback-box__sep {
    margin: 0 6px; }

.tel-text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 6px; }

.mobile-contacts {
  background: #fff;
  border-radius: 15px;
  padding: 15px 12px; 
}
.mobile-contacts .callback-box__info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}
/* .mobile-contacts {
  background: #fff;
  border-radius: 15px;
  padding: 15px 12px; }
  .mobile-contacts .callback-box__info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } */


@media screen and (min-width: 768px) {
  .intro {
    margin-bottom: 15px; }
  .product-list {
    --spacing: 15px;
    margin-left: calc(0px - var(--spacing)); }
  .product-box {
    margin-left: var(--spacing);
    max-width: calc(33.3% - var(--spacing));
    -ms-flex-preferred-size: calc(33.3% - var(--spacing));
    flex-basis: calc(33.3% - var(--spacing)); } }

.intro {
  background-position: center; }


.cat-list__box:hover img {
  -webkit-transform: none !important;
  transform: none !important; }

/* Extra services */
.intro-price {
  margin-bottom: 15px; }

.cat-list {
  --spacing: 15px;
  max-width: 1860px;
  padding: 0 var(--spacing);
  padding-left: calc(0px - var(--spacing));
  margin-bottom: var(--spacing);
  margin-top: calc(0px - var(--spacing));
  margin-left: auto;
  margin-right: auto; }

.cat-list__box {
  -ms-flex-preferred-size: calc(50% - var(--spacing));
  flex-basis: calc(50% - var(--spacing));
  max-width: calc(50% - var(--spacing));
  max-height: 60vh;
  margin-top: var(--spacing);
  margin-left: var(--spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cat-list__box img {
    height: 100%; }

@media screen and (max-width: 768px) {
  .cat-list__box {
    -ms-flex-preferred-size: calc(100% - var(--spacing));
    flex-basis: calc(100% - var(--spacing));
    max-width: calc(100% - var(--spacing));
    max-height: 30vh; } }

.footer__holder {
  padding-top: 20px; }

.footer__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 46px; }

.footer__nav {
  margin-left: 0;
  margin-top: 20px;
  width: 100%; }

.rent-info,
.footer__holder,
.footer__copy {
  max-width: 980px; }

.footer__copy > *,
.footer__work {
  color: #88888c; }

.rent-info p {
  color: #88888c;
  font-size: 12px;
  margin-top: 0; }

.rent-info h2,
.rent-info .rent-content-title {
  color: #1d1d1f;
  margin-bottom: 5px;
  font-size: 16px; }

.rent-content {
  margin-bottom: 15px; }

.footer__nav ul li + li::after {
  background: #fff; }

.footer__list {
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify; */
  /* justify-content: space-between;  */
}

.footer__work {
  padding-bottom: 13px; }

@media screen and (max-width: 767px) {
  .footer__info {
    padding: 10px; }
  .footer__nav ul {
    display: block;
    text-align: left;
    color: #88888c; }
  .footer__nav li a::after {
    content: "→";
    display: inline-block;
    margin-left: auto;
    position: absolute;
    right: 5px; } }

.product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 4rem;
  margin-bottom: 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .product-inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 50px; } }
  .product-inner--about .product-inner__text {
    max-width: 77.5rem;
    -ms-flex-preferred-size: 77.5rem;
    flex-basis: 77.5rem;
    width: 100%; }
  .product-inner--about .product-inner__info {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .product-inner__add-slide-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #444;
    margin-bottom: 20px; }
  .product-inner__images {
    width: 48%; }
    @media screen and (min-width: 1250px) {
      .product-inner__images {
        position: -webkit-sticky;
        position: sticky;
        top: 0; } }
    @media screen and (max-width: 767px) {
      .product-inner__images {
        width: 100%; } }
  .product-inner__add-slider {
    margin: 0 0 40px -10px; }
  .product-inner__images-box img {
    -o-object-fit: cover;
    object-fit: cover; }
    @media screen and (max-width: 1700px) {
      .product-inner__images-box img {
        height: 557px; } }
    @media screen and (max-width: 1500px) {
      .product-inner__images-box img {
        height: 470px; } }
    @media screen and (max-width: 1023px) {
      .product-inner__images-box img {
        height: 320px; } }
    @media screen and (max-width: 767px) {
      .product-inner__images-box img {
        height: 280px; } }
  .product-inner__images-box + .product-inner__images-box {
    margin-top: 4rem; }
  .product-inner__add-slide {
    position: relative;
    padding: 0 0 0 10px; }
    .product-inner__add-slide img {
      margin: 0 auto;
      height: auto; }
    @media screen and (max-width: 1439px) {
      .product-inner__add-slide {
        padding: 0 10px; } }
  .product-inner__add-name {
    text-align: center;
    font-size: 1.6rem;
    line-height: 140%;
    text-align: center;
    color: #444;
    padding-top: 10px; }
  .product-inner__notes {
    font-size: 18px;
    line-height: 140%;
    color: #444;
    margin-top: 50px; }
    @media screen and (max-width: 1700px) {
      .product-inner__notes {
        font-size: 14px; } }
    .product-inner__notes a {
      font-size: 18px;
      line-height: 140%;
      color: #0066cc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      margin-left: 6px; }
      @media screen and (max-width: 1700px) {
        .product-inner__notes a {
          font-size: 14px; } }
      .product-inner__notes a svg {
        margin: 0 6px; }
  .product-inner__all-yacht {
    margin-left: 25px; }
  .product-inner__notes-1, .product-inner__notes-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1439px) {
      .product-inner__notes-1, .product-inner__notes-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; } }
  .product-inner__notes-1 {
    margin-bottom: 5px; }
    .product-inner__notes-1 a {
      margin: 5px 0 0; }
  .product-inner__slider .slick-prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    overflow: hidden;
    background: url("../images/slide-decor.svg") no-repeat;
    background-position: 0 50%;
    background-size: cover;
    width: 68px;
    height: 100%;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }
    .product-inner__slider .slick-prev .arrow-icon {
      margin-left: 10px; }
    @media screen and (min-width: 1250px) {
      .product-inner__slider .slick-prev:hover .arrow-icon {
        border-color: #000;
        background: #000; } }
    .product-inner__slider .slick-prev.slick-disabled {
      display: none; }
    .product-inner__slider .slick-prev .arrow-icon {
      width: 5rem;
      margin-top: -4px;
      height: 5rem;
      border: 1px solid #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .product-inner__slider .slick-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/slide-decor.svg") no-repeat;
    background-position: 0 50%;
    background-size: cover;
    width: 68px;
    height: 100%;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (min-width: 1250px) {
      .product-inner__slider .slick-next:hover .arrow-icon {
        border-color: #000;
        background: #000; } }
    .product-inner__slider .slick-next.slick-disabled {
      display: none; }
    .product-inner__slider .slick-next .arrow-icon {
      width: 5rem;
      height: 5rem;
      border: 1px solid #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -4px; }
  .product-inner__info {
    width: 52%;
    padding: 0 0 0 8rem; }
    @media screen and (max-width: 1250px) {
      .product-inner__info {
        padding: 0 0 0 30px; } }
    @media screen and (max-width: 767px) {
      .product-inner__info {
        width: 100%;
        padding: 30px 0 0; } }
  .product-inner__title {
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 5.7rem;
    color: #323233;
    margin-bottom: 3rem; }
    .product-inner__title span {
      color: #0066cc; }
    .product-inner__title--help {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .product-inner__title--help .product-inner__price-help-box {
        right: -89px; }
      @media screen and (min-width: 1250px) {
        .product-inner__title--help:hover .product-inner__price-help-box {
          display: block; } }
    @media screen and (max-width: 1439px) {
      .product-inner__title {
        font-size: 30px;
        line-height: 34px; } }
    @media screen and (max-width: 1250px) {
      .product-inner__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .product-inner__title {
        font-size: 28px;
        line-height: 32px;
        color: #000; } }
  .product-inner__add-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3.2rem; }
    @media screen and (max-width: 1250px) {
      .product-inner__add-field {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .product-inner__add-title {
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 4.2rem;
    letter-spacing: 1px;
    color: #323233; }
    @media screen and (max-width: 1439px) {
      .product-inner__add-title {
        font-size: 30px;
        line-height: 34px; } }
    @media screen and (max-width: 1250px) {
      .product-inner__add-title {
        margin-bottom: 10px; } }
    @media screen and (min-width: 767px) {
      .product-inner__add-title {
        font-size: 28px;
        line-height: 32px; } }
  .product-inner__about-custom {
    margin-bottom: 8rem;
    max-width: 64rem;
    padding-top: 4rem; }
    @media screen and (max-width: 767px) {
      .product-inner__about-custom:last-child {
        margin-bottom: 0; } }
  .product-inner__about-title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.2rem;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1439px) {
      .product-inner__about-title {
        font-size: 30px;
        line-height: 34px; } }
    @media screen and (min-width: 767px) {
      .product-inner__about-title {
        font-size: 28px;
        line-height: 32px; } }
  .product-inner__about-text {
    font-size: 18px;
    line-height: 140%;
    color: #444; }
    .product-inner__about-text p {
      margin: 0; }
  .product-inner__custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.8rem; }
    @media screen and (max-width: 1250px) {
      .product-inner__custom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .product-inner__custom .btn-2 {
          margin: 20px 0 0; } }
    @media screen and (max-width: 767px) {
      .product-inner__custom {
        margin-bottom: 50px; } }
    .product-inner__custom .product-inner__price-box {
      margin: 0; }
  .product-inner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.8rem; }
    @media screen and (max-width: 1250px) {
      .product-inner__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .product-inner__top .intro-inner__video {
      font-size: 1.8rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .product-inner__text {
    max-width: 47.2rem;
    -ms-flex-preferred-size: 47.2rem;
    flex-basis: 47.2rem;
    width: 100%;
    font-size: 2rem;
    line-height: 140%;
    color: #444; }
    @media screen and (max-width: 1250px) {
      .product-inner__text {
        margin-bottom: 10px; } }
  .product-inner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.8rem; }
    .product-inner__buttons button + button {
      margin-left: 25px; }
    .product-inner__buttons button + a {
      margin-left: 25px; }
    @media screen and (max-width: 767px) {
      .product-inner__buttons .btn {
        font-size: 14px; } }
  .product-inner__price-box {
    margin-bottom: 3.8rem; }
    @media screen and (max-width: 1250px) {
      .product-inner__price-box {
        margin-bottom: 50px; } }
  .product-inner__price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3rem; }
  .product-inner__price {
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.2rem;
    letter-spacing: 1px;
    color: #323233; }
    @media screen and (max-width: 1250px) {
      .product-inner__price {
        font-size: 24px; } }
  .product-inner__price-opt {
    margin-left: 12px;
    font-size: 2.5rem;
    line-height: 3.6rem;
    letter-spacing: 1px;
    color: #323233; }
  .product-inner__price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }
    .product-inner__price-info .more {
      font-size: 1.8rem; }
      @media screen and (max-width: 767px) {
        .product-inner__price-info .more {
          font-size: 16px; } }
  .product-inner__price-descr {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #444;
    margin-right: 18px; }
  .product-inner__price-help {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #444;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (min-width: 1250px) {
      .product-inner__price-help:hover .product-inner__price-help-box {
        display: block; } }
    .product-inner__price-help span {
      color: #0066cc; }
  .product-inner__price-help-box {
    position: absolute;
    bottom: 140%;
    right: -96px;
    display: none;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 20px 10px;
    background: #0066cc;
    border-radius: 5px;
    max-width: 198px;
    width: 100%; }
    .product-inner__price-help-box::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #0066cc;
      bottom: -10px;
      left: 50%;
      margin-left: -10px; }
  .product-inner__description-title {
    font-weight: 550;
    font-size: 4rem;
    line-height: 4.2rem;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 4rem; }
    @media screen and (max-width: 1250px) {
      .product-inner__description-title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .product-inner__description-title {
        font-size: 28px;
        line-height: 32px;
        color: #000; } }
  .product-inner__description-text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #000; }
    .product-inner__description-text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .product-inner__description-text ul li {
        padding-left: 15px;
        position: relative; }
        .product-inner__description-text ul li::after {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #000; }
    .product-inner__description-text p:first-child {
      margin-top: 0; }
    .product-inner__description-text p:last-child {
      margin-bottom: 0; }
  .product-inner__description-add {
    padding-top: 35px; }
  .product-inner__description-add-title {
    font-size: 2.4rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 24px; }
  .product-inner__description-add-text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #000; }
  .product-inner__slide {
    width: 100%; }
    .product-inner__slide img {
      width: 100%;
      height: 720px;
      -o-object-fit: cover;
      object-fit: cover; }
      @media screen and (max-width: 1800px) {
        .product-inner__slide img {
          height: 575px; } }
      @media screen and (max-width: 1440px) {
        .product-inner__slide img {
          height: 515px; } }
      @media screen and (max-width: 1250px) {
        .product-inner__slide img {
          height: 380px; } }
      @media screen and (max-width: 1023px) {
        .product-inner__slide img {
          height: 280px; } }

.extra-services {
  padding: 0 4rem;
  margin-bottom: 14.5rem; }
  .extra-services__title {
    font-weight: 700;
    font-size: 6.4rem;
    line-height: 6.6rem;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 6rem;
    text-align: center; }
    @media screen and (max-width: 1250px) {
      .extra-services__title {
        font-size: 36px; } }
    @media screen and (max-width: 767px) {
      .extra-services__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px; } }
  .extra-services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem 0 0 -2rem; }
    @media screen and (max-width: 1250px) {
      .extra-services__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .extra-services__box {
    max-width: calc(25% - 20px);
    -ms-flex-preferred-size: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
    margin: 20px 0 0 20px; }
    @media screen and (max-width: 1250px) {
      .extra-services__box {
        max-width: 50rem;
        -ms-flex-preferred-size: 50rem;
        flex-basis: 50rem; } }
    @media screen and (max-width: 1023px) {
      .extra-services__box {
        max-width: 46rem;
        -ms-flex-preferred-size: 46rem;
        flex-basis: 46rem; } }
    @media screen and (min-width: 1250px) {
      .extra-services__box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
  .extra-services__image {
    display: block;
    margin-bottom: 25px;
    overflow: hidden; }
    .extra-services__image img {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -o-object-fit: cover;
      object-fit: cover; }
  .extra-services__name {
    font-weight: 700;
    font-size: 3rem;
    line-height: 140%;
    color: #000;
    display: block;
    margin-bottom: 10px;
    text-decoration: none; }
    @media screen and (min-width: 1250px) {
      .extra-services__name:hover {
        color: #0066cc; } }
  .extra-services__text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #444;
    margin-bottom: 25px; }
  .extra-services__more {
    font-size: 18px;
    line-height: 140%;
    color: #3f9feb;
    text-decoration: none; }
    @media screen and (min-width: 1250px) {
      .extra-services__more:hover {
        text-decoration: underline; } }
    .extra-services__more svg {
      margin-left: 8px; }

.btn-2 {
  max-width: 220px;
  -ms-flex-preferred-size: 220px;
  flex-basis: 220px;
  width: 100%;
  height: 5.3rem;
  font-size: 1.8rem;
  line-height: 140%;
  color: #0066cc;
  background: #fff;
  border: 1px solid #0066cc;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none; }
  .btn-2--blue {
    background: #0066cc;
    color: #fff; }
    @media screen and (max-width: 1439px) {
      .btn-2--blue {
        max-width: 190px; } }
  @media screen and (max-width: 1439px) {
    .btn-2 {
      height: 6.4rem; } }
  @media screen and (min-width: 1250px) {
    .btn-2:hover {
      background: #3f9feb;
      border-color: #3f9feb;
      color: #fff; } }

.specifications {
  margin-bottom: 3.8rem; }
  @media screen and (max-width: 767px) {
    .specifications {
      margin-bottom: 50px; } }
  .specifications__title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.2rem;
    letter-spacing: 1px;
    color: #323233;
    margin-bottom: 35px; }
  .specifications__list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none; }
    .specifications__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .specifications__list li + li {
        margin-top: 10px; }
  .specifications__name {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 140%;
    color: #000; }
  .specifications__descr {
    font-size: 1.8rem;
    line-height: 140%;
    color: #000;
    margin-left: 3px; }
    .specifications__descr a {
      color: #0066cc;
      text-decoration: none; }
  .specifications__include-name {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 140%;
    color: #000;
    margin-bottom: 5px; }
  .specifications__include-text {
    font-size: 1.8rem;
    line-height: 140%;
    color: #000; }

.cat-section__title {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 7.8rem;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 5rem;
  text-align: center; }
  @media screen and (max-width: 1250px) {
    .cat-section__title {
      font-size: 36px; } }
  @media screen and (max-width: 767px) {
    .cat-section__title {
      font-size: 25px;
      line-height: 27px; } }

.cat-section .cat-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px; }
  @media screen and (max-width: 1250px) {
    .cat-section .cat-list {
      margin: -1% 0 0 -1%; } }
  @media screen and (max-width: 767px) {
    .cat-section .cat-list {
      margin: -10px 0 0; } }

.cat-section .cat-list__box {
  max-width: 48%;
  margin: 10px 0 0 10px; }
  @media screen and (max-width: 1250px) {
    .cat-section .cat-list__box {
      max-width: 49%;
      margin: 1% 0 0 1%; } }
  @media screen and (max-width: 767px) {
    .cat-section .cat-list__box {
      max-width: 100%;
      margin: 10px 0 0; } }

.cat-section .more {
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .cat-section .more {
      font-size: 16px; } }

.breadcrumb {
  margin: 0 auto 23px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4rem; }
  .breadcrumb li {
    position: relative; }
    .breadcrumb li + li {
      margin-left: 28px; }
      .breadcrumb li + li::after {
        border-bottom: 1px solid #0066cc;
        border-right: 1px solid #0066cc;
        content: '';
        display: block;
        height: 7px;
        width: 7px;
        pointer-events: none;
        position: absolute;
        left: -18px;
        top: 8px;
        -webkit-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
  .breadcrumb a {
    font-size: 14px;
    line-height: 140%;
    color: #0066cc;
    text-decoration: none; }

.single-yachts .intro-inner__title {
  max-width: unset; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 20px; }
  @media screen and (max-width: 479px) {
    .mCSB_inside > .mCSB_container {
      margin-right: 10px; } }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #D3DAE0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3);
  border-radius: 3px; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(134, 134, 134, 0.3); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(111, 141, 167, 0.25); }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
select {
  display: none; }

.select {
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 28px;
  padding: 19px 50px 17px 46px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 140%;
  color: #444;
  border: 1px solid rgba(68, 68, 68, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  height: 62px; }
  .select::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .select:hover {
    border-color: #dbdbdb; }
  .select:focus {
    border-color: #666; }
  .select--open {
    overflow: visible; }
    .select--open::after {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .select--medium {
    max-width: 30em; }
  .select__list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 0.1em rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: .2em;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-2em);
    transform: scale(0.75) translateY(-2em);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
    transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
    z-index: -1; }
    .select--open .select__list {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1) translateY(0);
      transform: scale(1) translateY(0); }
  .select__item {
    padding: .5em 1em;
    cursor: pointer; }
    .select__item:hover {
      background: #efefef; }
    .select__item--active {
      font-weight: bold;
      background: #eee; }
    .select__item--disabled {
      opacity: .3;
      cursor: not-allowed; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  outline: none !important; }
  .slick-list:focus {
    outline: none !important; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

/*# sourceMappingURL=index.css.map */

/* --- */ /* style.css theme and critical preload fixes */

/*!Theme Name: GoldYachts
Author: Art Lemon
Description: Theme for GoldYachts project
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.4.x
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: goldyachts
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready*/.filter.show{z-index:999;padding:20px 10px 85px}.callback-box{margin:0 20px!important}.nav{margin-right:auto}.product-inner__price-col .h3{font-size:18px!important}.product-inner__price-col .h2{font-size:20px!important}

.logo::after {
    display: none !important;
    content: "" !important;
}

 @media screen and (max-width: 767px) {
	 .header__holder {
		 padding: 5px 47px 0 15px !important;
        width: calc(100vw) !important;
        margin-right: 0;
        margin-left: 0;
        height: auto;
	}

    .mobile-opener {
        left: unset !important;
    }
}
.callback-box__info {
    justify-content: center;
}
/* --- */ /* custom.css for rtl */

html[dir=rtl] body {
    direction: rtl; 
    unicode-bidi: embed;
	overflow-x: hidden;
}

/* Header Menu */
html[dir="rtl"] .header .header__right {
    justify-content: flex-end;
}

html[dir=rtl] .header .header__right ul.lang li a:visited,
html[dir=rtl] .header .header__right ul.lang li a {
    color: rgba(0,0,0,.5);
    text-decoration: none;
}

html[dir=rtl] .header .header__right ul.lang li {
    margin: 0 0 0 10px;
}
html[dir=rtl] .header .header__right ul.lang li:last-child {
    margin: 0;
}

html[dir="rtl"] .header .header__holder .nav {
    margin: 0 auto 0 auto;
}

html[dir="rtl"] .header .header__holder .nav ul,
html[dir=rtl] .header .header__holder .nav ul li:last-child {
    margin: 0 0 0 6px;
}

html[dir=rtl] .header__holder > a {
  margin-left: 15px;
}

html[dir="rtl"] .header .header__holder .nav ul li:first-child {
    margin: 0;
}

html[dir="rtl"] .current_value.current_value-desktop.current_value-mob.currency p:nth-child(2),
html[dir="rtl"] .current_value.current_value-mob.current_value-lang span:last-child {
  padding-left: 0px;
  padding-right: 5px;
}

html[dir="rtl"] .nav li+li {
  margin-left: 2rem;
}

html[dir="rtl"] .header .header__holder .nav ul {
    display: flex;
    flex-direction: row-reverse;
}

html[dir="rtl"] .header .header__right ul.lang {
    margin: 0 3.7rem 0 0;
}

html[dir="rtl"] .header .header__right .callback-box .callback-box__text {
    font-size: 12px !important;
    line-height: 140%;
    color: rgba(0,0,0,.5);
    margin-bottom: 2px;
}

html[dir="rtl"] .mobile-box .callback-box__text {
  font-size: 12px !important;
}

html[dir=rtl] .current_value img {
  margin-right: 0;
  margin-left: 5px;
}

html[dir="rtl"] .lang li + li {
    margin-right: 20px;
}

html[dir="rtl"] .modal_header .lang li + li {
  margin-right: 0;
}

html[dir="rtl"] .modal_header .lang li img {
  margin-left: 3px;
}

html[dir="rtl"] .new-form__horizontal-group {
    flex-direction: row-reverse;
}

.breadcrumb li:first-child {
    margin-left: 15px;
}

html[dir="rtl"] .breadcrumb li+li span {
    font-size: 13px;
}

html[dir="rtl"] .product-box__links li:first-child svg, 
html[dir="rtl"] .product-box .product-box__links li:last-child svg {
    transform: scale(-1.1);
}

html[dir="rtl"] .product-box__links li:last-child svg,
html[dir="rtl"] .product-box .product-box__links li:last-child svg {
	transform: scale(-1.1) rotate(90deg);
}

html[dir=rtl] .product-box__links a svg, 
html[dir=rtl] .product-box .product-box__links li:last-child svg {
    margin-left: 0;
    margin-right: 15px;
}

html[dir=rtl] .btn-2--book {
	margin-right: 0;
    margin-left: 14px;
}

html[dir=rtl] .product-box__links li + li {
    margin-left: 0;
	margin-right: 3.4rem;
}

html[dir=rtl] .intro__box a.more svg {
    margin-right: 15px;
    transform: scale(-1);
}

html[dir=rtl] .faq__list li .opener svg {
	margin-right: 5px;
}

html[dir=rtl] .pagination .first a svg,
html[dir=rtl] .pagination .last a svg {
    transform: scale(-1);
}

html[dir=rtl] .product-inner__price-col p {
    font-size: 13px;
}

html[dir=rtl] .feedback-section__info p {
    text-align: left;
}

html[dir=rtl] .contacts-top__sub-title svg {
    margin-right: auto;
    margin-left: 9px;
}

html[dir=rtl] .feedback-section__info a svg {
    margin-left: 6px;
    margin-right: 6px;
    transform: scale(-1) rotate(90deg);
}

html[dir=rtl] .more svg {
    margin-left: 10px;
    margin-right: 10px;
	transform: rotate(180deg);
}

html[dir=rtl] .eat__box .more svg {
    transform: rotate(180deg);
}

html[dir=rtl] .eat__box .more svg {
	margin-bottom: 2px;
}

html[dir=rtl] .rent-prices__item a svg {
	margin-left: 10px;
    transform: rotate(180deg);
    margin-right: 10px;
}

html[dir=rtl] .rent-info__links a svg {
	margin-left: 10px;
    transform: rotate(180deg);
    margin-right: 10px;
}

html[dir=rtl] .intro-inner__box .btn-white svg {
    transform: scale(-1) rotate(90deg);
    margin-right: 10px;
}

html[dir=rtl] .footer__nav ul li+li {
    margin-left: 25px;
    margin-right: 25px;
}

html[dir=rtl] .footer__logo img {
    padding-left: 10px;
}

.cat-list__name:hover, .cat-list__name:focus, .cat-list__name:active {
    color: #fff;
}

header.header {
    height: 68px;
}

html[dir=rtl] .product-inner__slider .slick-prev.slick-disabled {
    display: none;
    right: inherit;
    position: absolute;
    top: 0;
	left: 10px;
}
[dir='rtl'] .slick-prev:before,
[dir='rtl'] .slick-next:before{
    display: none;
}

html[dir=rtl] .feedback-section__info {
    text-align: left;
}
html[dir=rtl] .contacts-top__phone .contacts-top__sub-title svg {
    margin-right: 0;
}
/*
html[dir=rtl] .new-form label > textarea, 
html[dir=rtl] .new-form label > input, 
html[dir=rtl] .new-form input[type="submit"], 
html[dir=rtl] .new-form .select {
    padding: 18px 12px;
}
*/
html[dir=rtl] .contacts-top__phone .contacts-top__sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

html[dir=rtl] .contacts-top__sub-title {
    display: block;
    text-align: center;
}
/*
html[dir=rtl] .select--placeholder .select__current,
html[dir=rtl] .new-form textarea:not(:placeholder-shown) ~ .new-form__placeholder, 
html[dir=rtl] .new-form textarea:focus ~ .new-form__placeholder, 
html[dir=rtl] .new-form input:not(:placeholder-shown) ~ .new-form__placeholder, 
html[dir=rtl] .new-form input:focus ~ .new-form__placeholder {
    display: none;
}*/

html[dir=rtl] .breadcrumb li+li::after {
    /* transform: rotate(-45deg) scale(-1); */
    display: none;
}

html[dir=rtl] .breadcrumb li {
    position: relative;
}

html[dir=rtl] .breadcrumb li:first-child {
    margin-left: 30px;
}

html[dir=rtl] .breadcrumb li::before {
    content: '';
    height: 7px;
    width: 7px;
    display: inline-block;
    position: absolute;
    left: -18px; top: 8px;
    border-bottom: 1px solid #0066cc;
    border-right: 1px solid #0066cc;
    transform-origin: 66% 66%;
    transform: rotate(-45deg) scale(-1);
}

html[dir=rtl] .breadcrumb li:last-child::before {
    display: none;
}

html[dir=rtl] .header__tel {
    direction: ltr;
}
html[dir=rtl] a.footer__tel,
html[dir=rtl] .contacts-top__phone a,
html[dir=rtl] .product-inner__notes a {
    direction: ltr;
    display: inline-block;
}
html {
  scroll-behavior: smooth;
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media screen and (max-width: 1250px) {
    html[dir=rtl] .header div.mobile-opener {
        left: 5px !important;
        right: auto;
        z-index: 10;
        /* right: auto; */
        /* left: 7px; */
    }

    html[dir=rtl] .nav a {
      text-align: right;
    }

    html[dir=rtl] .header .header__right {
        justify-content: flex-end;
        flex-direction: row-reverse;
        justify-content: flex-end;      
        max-width: 220px;
        flex-basis: !;  
    }

    html[dir=rtl] .header .header__holder {
        padding: 0 15px !important;
        height: 70px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    html[dir=rtl] .header .header__holder .logo {
        position: absolute;
        right: 15px;
        margin-left: 0;
    }

    html[dir=rtl] .product-inner__custom {
        justify-content: center;
    }
}

@media screen and (max-width: 870px) {
    html[dir=rtl] .new-form-popup__left .new-form-popup__title {
        margin: -50px auto 0;
        display: flex;
        justify-content: flex-end;
        text-align: left;
        min-width: 100%;
        padding: 0 15px;
    }
    html[dir=rtl] .new-form-popup__left {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    
    html[dir=rtl] .product-box__links a svg,
    html[dir=rtl] .product-box .product-box__links li:last-child svg {
        margin-left: 0;
        margin-right: 15px;
    }


    html[dir=rtl] .product-box__links {
        gap: 0;
    }

    html[dir=rtl] .product-box__links li + li {
        margin-right: 15px;
    }

    html[dir=rtl] .intro .product-box__links > li > a, html[dir=rtl] .intro a.more, .btn-white {
        padding: 5px 15px !important;
        max-height: 36px !important;
    }

    html[dir=rtl] .product-box__links li + li {
        margin-left: 0;
    }
	
    html[dir=rtl] .product-inner__price-col h3, .product-inner__price-col .h3 {
      font-size: 18px !important;
    }

    html[dir=rtl] .product-inner__price-col h2, .product-inner__price-col .h2 {
      font-size: 20px !important;
    }
      
    html[dir=rtl] .intro__box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    html[dir=rtl] .intro__box .more.mobile-hide {
        margin: 0 !important;
    }

    html[dir=rtl] .header .header__mobile {
        margin-right: 0 !important;
        display: block;
        position: absolute;
        right: 90px;
    }

    html[dir=rtl] .services__subtitle {
        margin-bottom: 6rem !important;
        padding-left: 20px !important;
        margin-top: -25px;
    }    

    html[dir=rtl] .modal_header-content .inner_currency li, html[dir=rtl] .modal_header-content .lang li {
      padding-right: 0;
      padding-left: 30px;
    }

    html[dir=rtl] .header .header__right {
      margin-left: 40px;
    }
}
@media screen and (max-width: 480px) {
    html[dir=rtl] .cat-section__title.services__title {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 450px) {
  html[dir=rtl] .header__mobile a#share {
    display: block;
    padding-right: 5px;
  }
}
@media screen and (max-width: 410px) {
  html[dir=rtl] .header .header__mobile {
    /* display: flex !important;
    flex-direction: column; */
  }
  html[dir=rtl] .header .header__right {
    max-width: 90px;
  }
}


/* --- */ /* wp inline */


.video-controls {
	display: none;
}
.q8c6tt-0.cHdZet {
	border: 1px solid #fff;
}
[id^=gb-widget] {
	transform: scale(0.8);
	transform-origin: bottom right;
}
#header-book {
	border-radius: 100px;
	max-width: 132px;
	height: 32px;
}
.btn {
	border-radius: 15px;
}

/* # main bototm prices */
@media screen and (max-width: 500px) {
	.rent-info__title {
		font-size: 30px !important;
    margin-bottom: 20px;
	}
}

/* # main reviews */
@media screen and (max-width: 768px) {
	.review {
		padding-right: 0;
	}
	.review__notes {
		margin-bottom: 0;
		font-size: 16px !important;
		color: #444;
	}
	.site-rev__holder {
		padding-top: 60px;
	}
	.site-rev__text {
		margin-bottom: 40px;
	}
	.site-rev__list {
		margin-bottom: 20px;
	}
	.review-holder {
		padding: 60px 45px;
	}
	.review__title {
		margin-top: 20px;
	}
	.site-rev {
		margin-bottom: 0;
	}
}

/* main faq */
@media screen and (max-width: 768px) {
	.faq__aside {
		background: #fff;
		margin-bottom: 20px;
	}
	.faq__aside-title {
		display: none;
	}
	.faq__tabs {
		display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
	}
	.faq__tabs li + li {
    margin-top: 0 !important;
	}
}
/* faq arrows */
.faq__list li .opener svg {
	  transform: scale(1.1) rotate(90deg);
    margin-left: 5px;
    margin-top: -3px;
		transition: 0.3s ease transform;
}
.faq__list li.active .opener svg {
	  transform: scale(1.1) rotate(270deg);
}

/* home */
@media screen and (max-width: 1023px)
.product-box__text {
    font-size: 14px;
    letter-spacing: 0;
}

.intro {
	border-top: 1px solid #fff !important;
}

.product-box__links li:first-child svg {
	transform: scale(1.1);
}
.product-box__links li:last-child {
	color: #3f9feb;
}
.product-box .product-box__links li:last-child svg {
	margin-top: 2px;
	margin-left: 10px;
	transform: scale(1);
}
.product-box .product-box__links svg path {
	fill: #3f9feb !important;
	fill: #0066cc !important;
}
.product-box__links a {
		letter-spacing: -0.2px;
	color: #0066cc;
	font-size: 2.2rem;
}
.product-box__text {
	margin: 10px auto;
}
@media screen and (min-width: 920px) {
	.product-box__text {
		width: 90%;
	}
}
@media screen and (min-width: 1240px) {
	.product-box__text {
		width: 80%;
	}
}
@media screen and (max-width: 768px) {
	.product-box__text {
		width: min(300px, 100%);
	}
}
/* flashing fix */
@media screen and (max-width: 768px) {
	.header__holder .callback-box {
		display: none;
	}
}
@media screen and (max-width: 1250px) {
	.header__holder .nav,
	.header__holder .lang {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.contacts-top__info-box  {
		gap: 15px;
	}
	.contacts-top__info-box .contacts-top__address {
		margin: 0;

	}
}

/* for seo */
h1.center,
h2.center,
h3.center,
p.center {
	text-align: center;
}

/* remove footer logo */
a[href="https://art-lemon.com/"] {
	display: none;
}

@media screen and (min-width: 1960px) {
	.cat-list {
    width: min(100%, 1280px) !important;
	}
	.product-list, .product-section {
    max-width: 2000px;
    margin: 0 auto;
	}
}



.lazyloaded {
	transition: opacity 200ms ease !important;
}

@media (min-width: 1250px) {
  .nav {
    margin: 0 auto !important;
  }
  div.header__right {
    flex-basis: 600px;
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
	.logo {
		min-width: auto !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width: 768px) {
#home_section_1 .intro__title {
	  margin-top: 30px !important;
    color: #323233 !important;
    font-size: 34px !important;
	margin-bottom: 10px !important;
}
	#home_section_1 .intro__text {
		    color: #080808 !important;
    margin-bottom: 55px !important;
	text-shadow: none !important;
	}

}

.intro {
	max-height: calc(100vh - 100px);
}
@media screen and (max-width: 765px){
	a[href="#home_section_2"] {
		top: unset !important;
		bottom: calc(6rem + 30px) !important;}
}
.cat-list__box {
	border-radius: 10px;
}

html[dir="rtl"] .select::after {
	left: 17px !important;
	right: unset !important;
}
html[dir="rtl"] .new-form__placeholder {
  left: unset !important;
  right: var(--input-horizontal-padding);
	transform-origin: right !important;
}
html[dir="rtl"] .new-form input ~ .new-form__placeholder {
	display: block !important;
}
html[dir="rtl"] .new-form .select-current {
	display: block;
}
/*
html[dir="rtl"] .new-form label > textarea, .new-form label > input, html[dir="rtl"] .new-form input[type="submit"], html[dir="rtl"] .new-form .select {
	padding: 0 var(--input-horizontal-padding) !important;
	padding-top: var(--input-padding-top) !important;
}
*/

@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {
	.header,
	.mobile-box.active {
/* backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
background: rgba(255, 255, 255, 0.93) !important; */
	}
	.header__holder * .mobile-box.active {
		background: #fff;
	}
	.header .logo img {
		background-color: #fff;
		border-radius: 1000px;
	}
}

.product-box__image {
	border-radius: 16px 16px 0 0 !important;
}

/* @media screen and (min-width: 768px) {
  .section-slider {
    max-height: calc(100% - 130px) ;
  }
} */

div.section-slider {
  min-height: calc(100vh - 70px);
}

/* --- */ /* globals.css */

/* Фикс шрифтов */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,400;1,500;1,900&display=swap');
 */


/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzQdL_nz.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzwdL_nz.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzMdL_nz.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz8dL_nz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEz4dL_nz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdLw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxFIzIFKw.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxMIzIFKw.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxEIzIFKw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxLIzIFKw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxHIzIFKw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxGIzIFKw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://www.yachtrentaldubai.com/wp-content/uploads/2023/01/Roboto_cyrillic_normal_500.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



* {
    font-family: "Roboto", "HR", sans-serif;
}
html, body {
    scroll-behavior: smooth;
}
.intro__text {
    text-shadow: 0px 0px 25px #4c698b;
}
a[href="#home_section_2"] svg {
    transform: rotate(90deg);
}
#header-book {
    font-family: "Roboto", "HR", sans-serif;
    border: none;
}

/* main page fixes */
.mobile-contacts {
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .product-box__image {
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .product-box {
        margin-bottom: 0px !important;
        padding-bottom: 20px;
    }
    .intro {
        margin-bottom: 10px !important;
    }
    .product-box__name {
        line-height: 20px;
    }
    .product-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .product-inner__title,
    .product-inner__text,
    .specifications,
    .product-inner__description-add,
    .intro-inner__box {
        padding: 0 12px;
    }
    .cat-section .cat-list {
        padding: 0 0 !important;
    }
}
@media screen and (max-width: 450px) {
    .product-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .breadcrumb {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header__right {
      /* margin-right: 20px !important; */
    }
}
.product-box {
    padding-bottom: 20px;
}

/*fancy header for phone*/
@media screen and (max-width: 768px) {
    .mobile-box.active {
        margin-top: 68px !important;
        padding-top: 15px !important;
        padding-bottom: 5px;
        box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    }
    .mobile-box {
        transition: transform 0.3s ease;
        border-radius: 0 0 10px 10px;
        transform: translateY(-100%);
        height: min-content;;
    }   
    .mobile-box__closer {
        width: 50px;
        height: 5px;
        margin: auto;
        margin-top: 30px;
        border-radius: 100px;
        background: #d2d2d7;
    }
    a.logo,
    .header__right,
    .header__mobile {
        z-index: 100;
    }
}



/* Кружочек по-меньше */
.video-opener, .video-opener > * {
    width: 60px;
    height: 60px;
}
.video-opener {
    left: 35px;
}
.video-controls {
    height: 110px;
    right: 35px;
    bottom: 20px;
}

/* Навигация посредине и анимация */
.nav {
    margin-left: auto;
}
@media screen and (min-width: 1250px) {
    .wrapper .header {
      top: -60px;
      transition: top 0.5s ease;
    }
}
/* Блок экстра сервисов */
.cat-list__name {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 8px;
    text-decoration: none;
}
@media screen and (max-width: 550px) {
    .cat-list__name {
        font-size: 25px;
    }
}
.cat-list__info .btn-white,
.cat-list__info .more,
.review__more,
.more.gallerypdf,
.btn-accent {
    max-height: 50px;
    font-size: 15px;
    padding: 7px 20px;
    background: #0066cc;
    border-color: #0066cc;
    color: #fff;
    line-height: 100%;
    flex-basis: unset;
    height: auto;
    width: auto;
    border-radius: 100px;

    letter-spacing: 0.2px !important;
    padding: 6px 19px !important;
    font-weight: 400 !important;
}

.btn-accent {
    display: inline-block;
    text-decoration: none;
    border: none;
    font-weight: 800;
    border: 1px solid #0066cc;
    font-family: "Roboto", "HR", sans-serif;

    letter-spacing: 0.2px !important;
    padding: 6px 19px !important;
    font-weight: 400 !important;
}
.btn-accent:hover {
    background: rgba(0, 0, 0, 0);
}
.btn-accent--small {
    padding: 6px 15px;
}

.cat-list__info .btn-white:hover,
.cat-list__info .more:hover {
    background: rgba(0, 0, 0, 0)
}
.cat-list {
    width: min(100%, 1080px);
}
.cat-list__box {
    height: min(40vh, 500px);
}
.cat-list__info {
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    
    transition: background 0.3s ease;
}
.cat-list__info:hover {
    background: rgba(0, 0, 0, 0.7);
}
.cat-list__info {
    padding: 0 5%;
}

/* Правки по тексту внизу, сделать его компактнее */
.rent-content p, .rent-content-col p {
    line-height: 110%;
    margin-bottom: 10px;
}

/* Более красивые кнопки слайдера */
.slick-arrow {
    background: rgba(0, 0, 0, 0) !important;
}
.arrow-icon {
    background: #f2f2f2;
    border: none;
    color: #5b5b5b;
}
.arrow-icon * {
    fill: #5b5b5b;
}
.slick-arrow:hover .arrow-icon {
    background: black;
    border: none;
}
.slick-arrow:hover .arrow-icon * {
    fill: white;
}

/* Фикс sticky картинки яхты на её странице */
.product-inner__images {
    --img-height: 720px;
}
@media screen and (max-width: 1800px) {
    .product-inner__images {
    --img-height: 595px;
    }
}
@media screen and (max-width: 1440px) {
    .product-inner__images {
    --img-height: 545px;
    }
}


@media screen and (min-width: 1250px) {
    .product-inner__images {
        --notes-margin-top: clamp(10px, calc((100vh - var(--img-height) - 140px) / 2), 50px);
        top: calc((100vh - var(--img-height) + 70px - 60px - var(--notes-margin-top)) / 2);
        /* выс. экрана - выс картинки + выс навбара - выс контактов под картинкой - отступ контактов от картинки*/
    }
    .product-inner__notes {
        margin-top: var(--notes-margin-top);
    }
    .slick-slide {
        /*top: 0px !important;*/
    }
    /*.slick-arrow {
        padding-top: 72px !important;
    }*/
    
    
}
.product-inner__images img {
    border-radius: 10px;
}

/* Правки по списку яхт */
.product-box__name {
    color: #2b3a47;
}

/* Временно убрать кнопку для видео */
.video-insta {
    top: 60px;
    right: 20px;
    left: unset;
}
.video-controls {
    bottom: 10px;
    
}

/* Убрать временно со страницы контактов форму для hr */
.contacts-text {
    display: none;
}

/* Больше картинка на странице яты */
@media screen and (min-width: 870px) {
.product-inner__images {
    width: 61%;
}
.product-inner__info {
    width: calc(52% - 15%);
    padding-left: 2rem;
}
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
    .product-inner__slide img {
        height: 570px;
    }
}
@media screen and (min-width: 1500px) and (max-width: 1800px) {
    .product-inner__slide img {
        height: 650px;
    }
}

.product-inner__text,
.product-inner__price-descr,
.product-inner__price-help {
    opacity: 0.8;
    font-weight: 400;
}
.specifications__name,
.specifications__include-name,
.product-inner__add-slide-title {
    opacity: 0.6;
    font-weight: 400;
}

.product-inner__title,
.product-inner__price-list,
.product-inner__add-slider {
    margin-bottom: 1.5rem;
}
.product-inner__buttons,
.product-inner__price-box,
.specifications {
    margin-bottom: 5rem;
}
.specifications__title, 
.product-inner__price,
.product-inner__description-title {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 3.5rem;
}
.product-inner__description-title, 
.specifications__title
{
    margin-bottom: 2rem;
}
.product-inner__add-slide-title,
.product-inner__price-descr,
.product-inner__price-help,
.product-inner__text,
.product-inner__text {
    font-size: 1.8rem;
}

.product-inner__add-slider {
    max-height: 140px;
    margin-bottom: 3px;
}

.product-inner__notes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.specifications__include {
    display: flex;
    gap: 3px;
}

.specifications__list li + li {
    margin-top: 7px;
}
.specifications__list {
    margin-bottom: 7px;
}

.product-inner__add-slide-title {
    margin-bottom: 3px;
}
.product-inner__price-info {
    margin-bottom: 7px;
}
@media screen and (max-width: 1000px) {
.product-inner__price-info {
    margin-bottom: 3px;
}
.specifications__list li + li {
    margin-top: 3px;
}
.specifications__list {
    margin-bottom: 3px;
}
.product-inner__price-info {
    margin-bottom: 0px;
}
}

@media screen and (max-width: 770px) {
    .product-inner__notes {
        display: none;
    }
}
@media screen and (min-width: 770px) {
    .product-inner__description {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .intro-inner {
        height: 50rem;
    }
}
@media screen and (max-width: 600px) {
    .intro-inner {
        height: 35rem;
        padding-top: 30px;
    }
}
.product-inner__description-title,
.extra-services__title, 
.cat-section__title {
    color: #323232;
}

.product-inner__description-title {
    text-align: center;
}
.product-inner__description-text a,
.product-inner__notes a {
    margin: 0 6px;
    color: #0066cc;
    text-decoration: none;
}
.extra-services__text {
    display: none;
}
.extra-services {
    padding-left: 0;
    padding-right: 0px;
    margin-bottom: 50px;
}
.cat-section__title,
.extra-serices__title {
    color: #323233;
}
/*@media screen and (max-width: 850px) {
    .amoforms_iframe {
        transform: scale(0.9);
    }
}

#amoforms_iframe_967585 {
        z-index: 1 !important;
    }

@media screen and (max-width: 560px) {
    #amoforms_iframe_967585 {
        transform: scale(1);
    }
    .book-section__iframe {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 41px);
    margin-bottom: -64px;
  }
}*/

/*.header__holder {
    animation-duration: 1s;
  animation-name: op;
}
@media screen and (max-width: 1200px) {
    .header__holder {
        animation-duration: 3s;
    }
}
@keyframes op {
  0% {
    opacity: 0;
  }
    
    70% {
        opacity: 0;
    }

  100% {
    opacity: 1;
  }
}*/

.popup.active {
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1200px) {
.popup-rent .popup__holder {
    padding: 10px;
}
}

@media screen and (max-width: 1200px) {
    .popup__holder {
        width: min(100%, 600px);
    }
}

#amoforms_iframe_968293 {
    transform: scale(1) !important;
    
}
@media screen and (max-width: 1200px) {
    #amoforms_iframe_968293 {
        padding: 0px 10px !important;
      padding-top: 40px !important;
        height: 660px !important;
    }
    .popup-rent.active {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (min-width: 1200px) {
    #amoforms_iframe_968293 {
        max-height: 620px;
    }
}
.popup__close {
    z-index: 100000;
}
.popup__holder {
    max-width: 1200px;
    padding-bottom: -20px !important;
}

@media screen and (max-width: 550px) {
    #amoforms_iframe_968293 {
        height: 80vh !important;
    }
}
@media screen and (max-height: 750px) and (max-width: 550px) {
    #amoforms_iframe_968293 {
        height: 100vh !important;
        transform: scale(1) !important;
    }
    .popup-rent.active {
    padding-left: 0px;
    padding-right: 0px;
}
}

.intro {
    background-position: center;
}

#home_section_4 {
    background-position: bottom;
}
#home_section_3 {
    background-position: bottom;
}


@media screen and (max-width: 600px) {
    .book-section {
        background: rgba(255, 255, 255, 1) !important;
    }
    .book-section__columns {
        align-items: center;
        justify-content: center;
    }
    .book-section__text {
        display: none;
    }
    .book-section__info {
        margin-bottom: 0;
        padding-top: 30px;
    }
    .book-section__title {
        margin-bottom: 0px;
    }
    .book-section__iframe {
        max-width: 500px !important;
    }
}


/*@media screen and (max-width: 750px) {
.intro:nth-of-type(1)::before {
  content: "↓";
  position: absolute;
  top: 630px;
    font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    max-width: 10ch;
    line-height: 120%;
    text-shadow: 0px 0px 10px #000;
}
}*/
@media screen and (max-width: 765px) {
    a[href="#home_section_2"] {
        display: block !important;
    position: absolute;
    top: 550px;
    margin-left: calc((324px - 200px) / 2) !important;
    width: 200px !important;
    padding: 10px 30px !important;
    }
}

/* Faq better */
.faq {
    max-width: 980px;
}

.faq__aside-title {
    /*color: rgba(68, 68, 68, 0.2);*/
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    font-weight: 900;
    text-align: center;

}
.faq__tabs li + li {
    /*margin-top: 8px;*/
    margin-top: 0px;
}
.faq__tabs a {
      position: relative;
    line-height: 140%;
    cursor: pointer;
    padding: 4px 10px;
      font-size: 16px;
    border-radius: 50px;
    line-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.faq__list .opener {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}
.faq__list li + li {
    margin-top: 16px;
}
.faq__list li {
    overflow: hidden;
}
.faq__tabs a.active {
    background: #3f9feb;
  color: #fff;
  border-color: #3f9feb;
}
.faq__aside {
    height: max-content !important;
    border-radius: 15px;
}
@media screen and (min-width: 767px) {
    .faq__aside {
        flex-basis: 300px;
    }
}
.faq__aside ul {
    display: flex;
    gap: 10px;
}

/* New reviews */
.review__box {
    background-image: none !important;
    background-color: #fff !important;
    border-radius: 15px;
    
}
.review__box::after {
    border: 0px solid #fff;
    border-radius: 15px !important	
}
.review__box::before {
    background-color: transparent;
}
.slick-slide .slick-active {
    outline: 0px solid #fff;
}
.review__text {
    height: 100px;
    line-height: 150%;
  opacity: 0.8;
    color: #434343 !important;
}
.review__text::after {
    position: absolute;
    display: block;
    content: "...";
    top: 130px;
    /* margin-left: auto; */
    font-weight: 900;
    /* margin-right: auto; */
    left: calc(50% - 1ch);
}
.review__more {
    width: max-content;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    color: white !important;
}
.slick-dots {
    transition: transform ease 0.3s;
    border-radius: 100px;
}
.slick-dots:hover {
    transform: scaley(4) scalex(1.05);
}
.review__more * {
    fill: white;
}
li[role="presentation"]:hover {
    background-color: rgba(0, 102, 204, 0.5);
    border-radius: 100px;
}
.rate.rate--product-page {
    margin-bottom: 20px
}

/* Disable reviews */
.review {
    margin-bottom: 0;
    padding-left: 0px !important;
}
.review__notes {
    font-size: 24px;
}
.review__slider {
    display: none;
}

/* Catering */
.eat__box .more svg path {
    fill: white !important;
}
.eat__box .more svg {
    transform: rotate(-45deg);
    margin-bottom: 5px;
}
.eat__top {
    margin-bottom: 0px;
}

.eat__includes-title {
    display: none;
}
.eat__includes-list,
.eat__text {
    opacity: 0.8;
    margin-bottom: 0px;
    color: #444;
    font-size: 1.6rem;
}
.eat__top {
    align-items: center;
}

.eat {
    width: min(100%, 1080px);
margin-left: auto;
margin-right: auto;
}
.eat__list {
    justify-content: center;
}
.eat__image img {
    max-height: 40vh;
}
@media screen and (min-width: 750px) {
.eat__box {
    flex-basis: 45%;
    max-width: 45%;
}
}
@media screen and (max-width: 750px) {
    .eat__image img {
    max-height: 25vh;
}
}

/*contacts*/
.feedback-section {
    width: min(100%, 1080px);
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.feedback-section__info {
    max-width: 42%;
    margin-right: 0;
}
.contacts-top__button {
    margin-top: 6px;
}
.contacts-top__address-text {
    line-height: calc(22px + 3.5px);
}
.feedback-section__text {
    margin-top: 0;
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 16px;
    padding: 0 10px;
}
.feedback-section__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    padding: 0 10px;
}
.feedback-section {
    margin-bottom: 30px;
    
}
#amoforms_iframe_969127 {
    min-height: 430px;
}

@media screen and (max-width: 850px) {
    .feedback-section__info {
    max-width: 100% !important;
    width: 100% ;
    }
    .feedback-section {
        margin-bottom: 10px;
    }
}

.review-holder,
.rent-info {
    margin-bottom: 50px;
}

a[href=""] {
    display: none;
}
.product-inner__price-list {
    flex-direction: column;
justify-content: left;
align-items: flex-start;
}

.product-inner__price-opt {
    margin-left: 0;
    letter-spacing: 0.5px;
color: #444;
opacity: 0.8;
font-size: 1.8rem;
font-weight: 400;
}
.product-inner__price-info {
    margin-bottom: 0;
}
img,
.product-box__image {
 user-select: none !important;	
}

.intro__triggers-num {
    font-size: 3.4rem;
}
.intro__triggers-text {
    font-size: 2rem;
}

@media screen and (max-width: 1350px) {
    .intro .product-box__links > li > a, .intro a.more, .btn-white {
        padding: 5px 30px !important;
        max-height: 36px !important;
    }
}


.product-box__name {
    color: #323233;
}
.product-box__text {
    color: #323233;
    opacity: 0.8;
    padding: 0 20px;
}
.product-box__links a {
    text-decoration: none !important;
}
.product-list,
.product-section {
    margin-bottom: 0;
}
.product-section__button {
    margin-bottom: 40px;
}
.product-section__button .btn {
    box-shadow: 0px 5px 20px rgba(0, 102, 204, 0.4);
}
.product-box__image img {
    /* transition: .4s !important; */
}
.product-box__image {
  overflow: hidden;
}
.product-box__image:hover img {
  /* transform: scale(1.1); */
}

.rent-info__links a {
    letter-spacing: 0 !important;
}

.rent-prices__item {
  display: flex;
  align-items: center;
}
.product-box__info .product-box__links a:hover {
    text-decoration: underline !important;
}
.rent-prices__row {
    border-radius: 10px;
}
.rent-info__col {
    flex-basis: 194px;
    max-width: 194px;
}
@media screen and (min-width: 770px) {
  .rent-prices__columns {
    width: calc(100% + 4.8rem);
    margin-left: -2.4rem;
  }
}
@media screen and (max-width: 767px) {
    .rent-prices__mobile {
        display: none;
    }
    .rent-prices__columns.rent-prices__columns--rent {
        flex-wrap: wrap;
    display: flex;
    justify-content: center;
        gap: 20px;
    }
    .rent-prices__columns--rent .rent-prices__row {
        width: max(180px, 40%) !important;
        margin-left: none !important;
    }
    .rent-prices__item {
     justify-content: center;	
    }
}
@media screen and (max-width: 420px) {
    .rent-prices__columns--rent .rent-prices__row {
        width: 100% !important;
    }
}
@media screen and (max-width: 1250px) {
    .rent-prices {
      padding: 0 10px;
    }
}


.faq__list .slide {
    padding-top: 5px;
}
.faq__list .slide p {
   font-size: 14px;
     color: #444;
}

@media screen and (max-width: 767px) {
.intro {
  border-top: 0px solid #eee;
}
}

.header__mobile {
    display: none;
}



.rent-content h2,
.rent-content-title {
    font-size: 18px;
}
.rent-content p,
.rent-content-col p{
    font-size: 16px;
}
.rent-info__descr {
    color: #1d1d1f;
}



/* --- */ /* forms.css */

.new-form {
    --input-horizontal-padding: 12px;
    --input-line-height: 36px;
    --input-padding-top: 18px;
    --input-full-height: calc(var(--input-line-height) + var(--input-padding-top));
}

.new-form__placeholder {
    position: absolute;
    top: calc(var(--input-full-height) / 2 - 10px);
    left: var(--input-horizontal-padding);
    font-size: 16px;
    padding-top: 3px;
    line-height: 90%;

    transition: top 0.3s ease, transform 0.3s ease;
    transform-origin: center left;
    color: #969699;
}
.new-form label > textarea::placeholder,
.new-form label > input::placeholder {
    opacity: 0;
}
.new-form-popup_left-inputs label {
  margin-bottom: 14px;
}
.new-form-popup.new-form-popup--success {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.new-form-popup.new-form-popup--success .new-form_radio-top {
  display: none;
}
.new-form-popup.new-form-popup--success .new-form-popup_right {
  display: none;
}
.new-form label > textarea,
.new-form label > input,
.new-form input[type="submit"],
.new-form .select {
    padding: 0px var(--input-horizontal-padding);
    height: var(--input-full-height);
    font-size: 16px;
    font-family: inherit;
    padding-top: var(--input-padding-top);
    border-radius: 12px;
    border: 1px solid #d2d2d7;
    width: 100%;
}
.new-form label > textarea {
    padding: 20px;
    height: auto;
    line-height: 130%;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
    border: none;
}
.new-form textarea:focus,
.new-form input:focus,
.new-form .select:focus {
    outline: 3px solid #3f9feb;
    border-color: #969699;
} 
.new-form textarea:not(:placeholder-shown) ~ .new-form__placeholder,
.new-form textarea:focus ~ .new-form__placeholder,
.new-form input:not(:placeholder-shown) ~ .new-form__placeholder,
.new-form input:focus ~ .new-form__placeholder {
    top: 6px;
    /*font-size: 12px;*/
    transform: scale(0.75);
    width: 125%;
}
.new-form .select ul{
    max-height: 30vh;
    overflow-y: scroll;
}
.new-form label {
    display: block;
    position: relative;
}
input.new-form__input--invalid {
    background-color: rgba(255, 0, 0, 0.1) !important;
    border-color: red !important;
}
label.new-form__input--invalid  p {
  display: block !important;
  margin: 0;
}

.new-form input[type="submit"] {
    padding: 0px 70px;
    height: calc(var(--input-full-height) * 0.8);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0066CC;
    border: none;
    color: white;
    margin: 0 auto;
    width: auto;
    transition: transform 0.3s ease;
}
.new-form input[type="submit"]:hover:not(.new-form__submit--invalid) {
    cursor: pointer;
    background-color: #3f9feb;
    transform: scale(1.05);
}
.new-form__submit--invalid {
    opacity: 0.8;
    background: #969699 !important;
}
.new-form__submit--invalid:hover {
    cursor: not-allowed;
}

.new-form__small-comment {
    padding: 0 15%; 
    text-align: center; 
    opacity: 0.5; 
    line-height: 90%; 
    margin-bottom: 10px; 
    margin-top: 30px;
}
@media screen and (max-width: 500px) {
    .new-form__small-comment {
        padding: 0 5%;
    }
}

.new-form__horizontal-group {
    display: flex;
    gap: 14px;
}
.new-form__horizontal-group > * {
    width: 100%;
}


.new-form .select__item.hidden {
    display: none;
}
.new-form .search-holder > input[type="search"] {
    display: none;
}
.new-form .select input[type="search"] {
    font-size: 16px;
    height: auto;
    font-family: inherit;
    color: #444;
    font-weight: 800;
    padding: 0.5em 1em;   
}
.select__list {
    min-width: 270px;
}
/*.new-form .select input[type="search"] {
    position: sticky;
    top: 0;
}*/

/* --- */ /* popup_form.css */

/* Wrapper and parent elements */
.select {
    max-width: 12.5ch;
    background-color: #fff;
}
.popup.popup-rent.active {
    display: none !important;
}
.wrapper--blurred {
    filter: blur(5px);
}
.body--no-scroll {
    overflow: hidden;
}

.new-form-popup__wrapper {
  padding: 0;
}
.new-form-popup {
  border-radius: 0;
}


.new-form-popup__wrapper.new-form-popup--opened {
    opacity: 1;
    top: 0;
}
.new-form-popup--opened .new-form-popup {
    transform: scale(1) translateY(0);
}

.new-form-popup--opened .new-form-popup--error .new-form_radio-top {
  display: none;
}

.new-form-popup--opened.new-form-popup--success,
.new-form-popup--opened.new-form-popup--error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.new-form-popup__wrapper {
    position: fixed;
    z-index: 99999999 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;

    background: rgba(0, 0, 0, 0.5);

    /* Closed state */
    top: -100vh;
    opacity: 0;
    transition: opacity 0.3s ease;

    /* padding: 50px 0; */
    overflow: auto;
}

/* Results */
.new-form-popup--sending .new-form-popup__right {
    opacity: 0.8;
}
.new-form-popup--success .new-form,
.new-form-popup--error .new-form {
    display: none;
}
.new-form-popup--success .new-form-popup__result--success,
.new-form-popup--error .new-form-popup__result--error {
    display: flex;
    margin-top: 20px;
    flex: 1;
}
.new-form-popup .new-form-popup--error .new-form_radio-top {
  display: none;
}
.new-form-popup__result {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height: 400px; */
    text-align: center;
    padding: 0 40px;
}
.new-form-popup__result p {
    opacity: 0.8;
    color: #2e3640;
    font-size: 1.8rem;
    margin: 0;
}
.new-form-popup__result .h2 {
    opacity: 1;
    color: #323233;
    font-size: 2.2rem;
    margin: 0;
    font-weight: 500;
}
.new-form-popup a {
  text-decoration: none;
  color: #0072E5;
  font-weight: 500;
}
.new-form-popup a:hover {
    text-decoration: underline;
}
input[type="submit"][disabled] {
    opacity: 0.8;
    background: #969699 !important;
}

/* Popup structure */
.new-form-popup {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;

    padding: 46px 60px 26px 60px;
    /* border-radius: 15px; */
    /* width: min(100%, 900px); */
    /* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);   */

    /* Closed state */
    transition: transform 0.5s ease;
    transform: scale(0.5);

    width: 100%;
    height: 100%;
    overflow: auto;
}

.new-form-popup__top {
    /* border-bottom: 1px solid #d2d2d7; */
    /* background-color: #edf4fb; */
    width: calc(100% + 60px);
    min-height: 50px;
    /* margin: 0 38px; */
    /* margin: 0 -30px; */
    margin: 0 8px;
    /* margin-bottom: 30px; */
    /* border-radius: 15px; */
    

    display: flex;

    position: absolute;
    align-items: center;
    right: 10px;
    top: 5px;
}
.new-form-popup_left {
  max-width: 379px;
  width: 100%;
}
.new-form-popup_left-inputs > p {
  font-size: 36px;
  color: #1c1c1c;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin: 30px 0 30px 0;
  line-height: 1.1;
  display: none;
}
.new-form-popup_left label span {
  font-size: 14px;
  color: #1c1c1c;
  letter-spacing: 0.7px;
  font-weight: 500;
  /* margin-bottom: 10px; */
}



.new-form label input {
  padding: 5px 20px;
  width: 100%;
  height: 42px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
  font-family: inherit;
}
.new-form__radio-group.whatsapp {
  display: block;
}
.new-form__radio-group.whatsapp span {
  font-size: 14px;
  line-height: 1.1;
}
.new-form__radio-group.whatsapp > label {
  margin-bottom: 3px;
}
.new-form__radio-group_wrapper {
  display: flex;
  align-items: center;
}
.new-form__radio-group_wrapper label {
  text-align: center;
  padding: 15px 13px;
  border: 1px solid #d8d8d8;
  width: 190px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.new-form__radio-group_wrapper label + label {
  border-left: none;
}
.new-form__radio-group_wrapper label:first-child {
  border-radius: 5px 0px 0px 5px;
}

.new-form__radio-group_wrapper label:last-child {
  border-radius: 0px 5px 5px 0px;
}
.new-form__radio-group_wrapper label span {
  margin: 0;
}
.new-form__radio-group_wrapper label.checked {
  border-color: #0072E5;
}
.new-form__radio-group_wrapper.borderred label:first-child {
  border-right: 1px solid #0072E5; 
}

.new-form__radio-group.borderred label:nth-child(1) span {
  border-right: 1px solid #0072E5;
}
.new-form__radio-group.borderred label:nth-child(3) span {
  border-left: 1px solid #0072E5;
}

.charter_type--hourly > label input::placeholder,
.charter_type--daily input::placeholder {
  font-size: 16px !important;
  font-weight: 300;
  color: #1C1C1C;
  letter-spacing: 0.7px;
  text-transform: lowercase;
  padding-right: 15px !important;
}
.charter_type--hourly label,
.charter_type--daily label {
  position: relative;
}

.charter_type--hourly label + label,
.charter_type--daily label + label {
  margin-top: 14px;
}

/* style for firefox */
@-moz-document url-prefix() {
  #viewing_datetime::before,
  .charter_type--hourly label:first-child::before,
  .charter_type--daily label:first-child::before,
  .charter_type--daily label:nth-child(2)::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    right: 23px;
    top: 35px;  
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%), #FFF;
    z-index: 1;
    pointer-events: none;
  }
}

.datepicker {
  width: 100%;
  position: relative;
}

.datepicker input {
  width: 100%;
}

/* .datepicker input[type='date'] {
  position: absolute;
  inset: 0;
  z-index: -1;
} */
.datepicker input[type='text'] {
  pointer-events: none;
}
.datepicker input[type="datetime-local"],
.datepicker input[type='date'] {
  font-family: inherit;
  font-size: 15px;
}
.datepicker input[type='datetime-local']::placeholder {
  font-size: 15px;
}
.datepicker input[type='datetime-local'] {
  position: absolute;
  inset: 0;
  z-index: -1;
}

#viewing_datetime::after,
.charter_type--hourly label:first-child::after,
.charter_type--daily label:first-child::after,
.charter_type--daily label:nth-child(2)::after {
  position: absolute;
  right: 23px;
  top: 35px;
  content: '';
  background: url('https://www.yachtrentaldubai.com/wp-content/uploads/2023/05/calendar.svg');
  background-repeat: no-repeat;
  background-size: 19px 19px; 
  opacity: 1;
  pointer-events: none;
  width: 19px;
  height: 19px;
  z-index: 2;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.charter_type--hourly > label input::-webkit-calendar-picker-indicator,
.charter_type--daily input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="datetime-local"],
input[type="date"] {
  position: relative;
}

input[type="datetime-local"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
  z-index: 1;
}



.new-form-popup_right img {
  max-width: 483px;
  height: auto;
  width: 100%;
  min-height: 300px;
  object-fit: contain;
  opacity: 1;
  display: none !important;
}
.new-form-popup_right {
  margin-left: 20px;
}
.iti.iti--container {
  z-index: 99999999;
}
.new-form-popup_right-text {
  padding: 12px 22px;
  border-radius: 5px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%), #D9D9D9;
  max-width: 359px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;

  display: none;
}
.new-form-popup_right-text p {
  margin: 0 0 10px 0;
  text-align: center;
}
.new-form-popup_right-text p span:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #1C1C1C;
}
.new-form-popup_right-text p span:last-child {
  display: block;
  margin: 10px 0;
}
.new-form-popup_right-text p span:last-child var {
  font-style: inherit;
  color: #000;
}
.new-form-popup_right-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-form-popup_right-text ul li {
  line-height: 1.2;
}
.new-form-popup_right-text ul li span {
  font-size: 12px;
}
.new-form-popup_right-text ul li span:first-child {
  font-weight: 600;
  margin-right: 5px;
}

.new-form-popup_right-block fieldset.new-form__radio-group {
  justify-content: center;
}
.new-form-popup_right-block > p {
  margin: 0 0 6px 0;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.new-form-popup_right-block label {
  max-width: 148px;
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 16px;
  text-align: center;
  cursor: pointer;
}
.new-form-popup_right-block label:first-child {
  border-radius: 10px 0px 0px 10px;
}
.new-form-popup_right-block label:last-child {
  border-radius: 0px 10px 10px 0px;
}
.new-form-popup_right-block label:nth-child(2) {
  border-left: none;
  border-right: none;
}
.new-form-popup_right-block_inner.borderred span {
  border: none !important;
}
.new-form-popup_right-block_inner.borderred label:first-child {
  border-right: 1px solid #0072E5;
}
.new-form-popup_right-block_inner.borderred label:last-child {
  border-left: 1px solid #0072E5;
}
.new-form-popup_right-block label p {
  margin: 0;  
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.1;
}
.new-form-popup_right-block label span {
  font-weight: 500;
  color: #1C1C1C;
}
.new-form-popup_right-block label.checked {
  border-color: #0072E5;
}
.new-form-popup__close {
  margin-left: auto;
  background: transparent;
  border: none;
}
.new-form-popup__close path {
  fill: #161d20;
  fill: #4E647A;
  fill: #ababad;
}

.new-form-popup__bot {
  max-width: 320px;
  width: 100%;
  margin: 34px auto 0 auto;
}

.new-form-popup__bot .new-form__small-comment {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1.1;
}
.new-form-popup__bot input.new-form__submit {
  width: 100%;
  margin: 0;
  border-radius: 5px;
}

.new-form_radio-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 34px 0;
}
.new-form_radio-top > p {
  margin: 0 0 6px 0;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 500;
}
.new-form_radio-top span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 142px;
  height: 64px;
  border: 1px solid #d2d2d2;
  line-height: 17px;
  font-weight: 500;
}
.new-form_radio-top .new-form__radio:nth-child(2) span {
  border-left: none;
  border-right: none;
}
.new-form_radio-top .new-form__radio:nth-child(2) span.border {
  border-color: #0072E5;
}
.new-form_radio-top .new-form__radio:nth-child(1) span {
  border-radius: 10px 0px 0px 10px;
}
.new-form_radio-top .new-form__radio:nth-child(3) span {
  border-radius: 0px 10px 10px 0px;
}

.new-form-popup_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* Left & Right part */
.new-form-popup__left {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;

  /* background-color: #f4f4f4; */
  border-radius: 15px;
}
.new-form-popup__left img {
    margin-bottom: 5px;
    margin-top: -50px;
}
.new-form-popup__title, 
.new-form-popup__subtitle {
    margin: 5px 0;
    line-height: 100%;
    /* text-align: center; */
    max-width: 95%;
    line-height: 1.1;
}
.new-form-popup__title {
  font-size: 42px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
  max-width: 100%;
  margin: 0;
} 
.new-form-popup__subtitle {
  font-size: 16px;
  color: #727272;
  letter-spacing: 0.32px;
  font-weight: 400;
  margin: 16px 0;
} 


@media screen and (max-width: 870px) {
    .new-form-popup__left {
        margin-bottom: 10px;
    }

    .new-form-popup_right {
      max-width: 380px;
      width: 100%;
    }

    .new-form-popup__top {
        align-items: flex-start;
        margin: 0;
        position: initial;
    }

    .new-form-popup__close {
      right: 15px;
      top: 20px;
      position: absolute;
    }

    .new-form-popup__result {
        /* min-height: 200px; */
        line-height: 100%;
    }

    .new-form-popup__title {
        margin-top: -50px;
    }

    .new-form-popup__left img {
        display: none;
    }

    .new-form-popup__subtitle,
    .new-form__small-comment {
        font-size: 1.8rem;
        color: #88888c;
        line-height: 1.1;
    }

    .new-form-popup__result--success p {
        margin-top: 20px;
    }

    .new-form-popup__result p {
        line-height: 110%;
        color: #88888c;
        font-size: 2.2rem;
    }

    .new-form-popup__result--success .h2 {
        padding: 0 20px;
    }

    .new-form-popup__result .h2 {
        font-size: 2.5rem;
    }

    .new-form-popup_right img {
      display: none !important;
    }

    .new-form__radio-group_wrapper label {
      width: 50%;
    }

    .new-form-popup_wrapper {
      flex-direction: column-reverse;
      align-items: center;
    }

    .new-form-popup_right {
      margin-left: 0;
    }
    /* .new-form_radio-top .new-form__radio-group {
      width: 330px;
    } */
}

/* @media screen and (max-width: 820px) {

} */


.modal_header {
  background: rgba(13, 13, 13, 0.40);
  position: fixed;
  top: 70px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 70px);
  z-index: 99999999;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(5px);
  transition: opacity 0.3s ease;
  transform: scale(0);
}
.modal_header.opened {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.modal_header-inner {
  max-width: 827px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
.modal_header-title {
  font-size: 24px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 30px;
}
.modal_header-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal_header-content .lang {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal_header-content {
  max-width: 382px;
  width: 100%;
}
.modal_sub-title {
  font-size: 14px;
  color: #1C1C1C;
  font-weight: 500;
  line-height: 1.1;
}
.modal_header-content.currency {
  max-width: 624px;
}
.modal_header-content.langs .inner_currency {
  display: none !important;
}
.modal_header-content.currency .inner_lang {
  display: none !important;
}

.modal_header-content .inner_currency ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px 20px;
  margin-top: 20px;
}

.modal_header-content .inner_currency li,
.modal_header-content .lang li {
  background-color: #fff !important;
  border-radius: 10px;
  list-style: none;
  padding: 0;
  width: 100%;
  transition: .4s;
  cursor: pointer;
}
.modal_header-content .inner_currency li {
  padding: 5px 3px 5px 20px;
}
.modal_header-content .lang li svg {
  display: none;
}
.modal_header-content .lang li a {
  padding: 13px 30px !important;
  text-decoration: none;
}
.modal_header-content .inner_currency li span,
.modal_header-content .lang li span {
  color: #1C1C1C;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
  padding-left: 10px;
  transition: .4s;
}
.modal_header-content .inner_currency li span:last-child {
  padding-left: 3px;
  font-weight: normal;
}
.modal_header-content .inner_currency li span:first-child {
  padding: 0;
}
.modal_header-content .inner_currency li:hover,
.modal_header-content .lang li:hover {
  background-color: #1C1C1C !important;
}
.modal_header-content .inner_currency li:hover span,
.modal_header-content .lang li:hover span {
  color: #fff;
}
.modal_header-content .inner_currency li:active,
.modal_header-content .lang li:active {
  background-color: #0072E5 !important;
}
.modal_header-content .lang li a {
  display: flex;
  align-items: center;
}

.modal_header-content .inner_currency {
  
  
}

.current_value {
  min-width: 80px;
  height: 32px;
  border-radius: 50px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transition: .4s;
  cursor: pointer;
}
.current_value.current_value-desktop.current_value-mob.currency p:nth-child(2),
.current_value.current_value-mob.current_value-lang span:last-child {
  padding-left: 5px;
}
.current_value.currency {
  margin: 0;
}
.current_value-mob {
  display: none;
}
.current_value:hover {
  background-color: #fff;
}
.current_value:hover span {
  color: #1c1c1c;
} 

.current_value span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  transition: .4s;
}
.current_value img {
  margin-right: 6px;
}

.current_value-mob {
  border: none;
  margin: 0;
  padding: 17px 30px;
  align-items: center;
  justify-content: flex-start;
  height: auto;
}
.current_value-mob span {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 1px;
  color: #fff;
  text-transform: capitalize;
  transition: .4s;
  font-weight: 400;
}
.current_value-mob:hover {
  background-color: transparent !important;
}
.current_value-mob:hover span {
  color: #fff;
}

.modal_header-line,
.header_logo-mob {
  display: none;
}

.modal_header-content .inner_currency li svg {
  display: none;
}
.current_value-desktop.currency p {
  display: none;
}
.current_value-desktop.currency span {
  font-size: 16px;
}

.current_value-mob.currency {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  min-width: 80px;
  height: 32px;
  padding: 0;
  transition: .4s;
}
.current_value-mob.currency span {
  font-size: 16px;
  font-weight: 600;
}

.section-slider .swiper-button-prev,
.section-slider .swiper-button-next {
  width: 75px !important;
  height: 75px !important;
  border-radius: 50%;
  background: #1c1c1c96;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s;
}

.section-slider .swiper-button-prev:hover,
.section-slider .swiper-button-next:hover {
  background: #1c1c1c;
}

.section-slider .swiper-button-next:after, .section-slider .swiper-button-prev:after {
  color: #fff;
  font-size: 29px;
}

@media (min-width: 1250px) {
  .current_value-mob.currency:hover {
    background-color: #fff !important;
  }
  .current_value-mob.currency:hover span {
    color: #1c1c1c;
  }
}


@media (max-width: 1250px) {
  .current_value.current_value-mob.current_value-lang span,
  .current_value span {
    font-size: 20px;
    font-weight: 400;
  } 
  div.current_value-mob.currency span {
    font-weight: 500;
    font-size: 20px;
  }
  .header__right .current_value.current_value-desktop.current_value-mob.currency,
  .header__right .current_value.current_value-mob.current_value-lang,
  .header__right .callback-box {
    display: none;
  }
  
  .current_value-desktop {
    display: none;
  }
  .current_value-desktop.currency,
  .current_value-mob {
    display: flex;
  }
  .current_value.current_value-mob.current_value-lang {
    padding: 0;
    border: none;
    padding: 17px 30px; 
    margin: 0;
  }
  .current_value.current_value-mob.current_value-lang span {
    font-weight: 500;
  }
  .current_value-mob.currency p {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1px;
    color: #fff;
    text-transform: capitalize;
    transition: .4s;
    font-weight: 400;
    margin: 0;
  }
  .current_value-desktop.currency p {
    display: inline-block;
  }
  .current_value-desktop.currency {
    border: none;
    justify-content: flex-start;
    padding: 17px 30px;
    align-items: center;
    height: fit-content;
  }
}

.swiper .intro::after {
  border-radius: 0 !important;
  border: none !important;
}
.slide-top-blue::after {
  border-radius: 0 !important;
}

.mobile-box .callback-box__text,
.header__right .callback-box__text {
    color: #fff !important;
}
.mobile-box .callback-box__text,
.header__right .callback-box__text {
  font-size: 15px !important;
}
.tel-text,
.callback-box__text {
  /* font-size: 16px !important;
  color: rgba(0,0,0,.5) !important; */
}

@media (max-width: 1300px) {
  .mobile-box .callback-box__text, .header__right .callback-box__text {
    font-size: 12px !important;
  }
} 

#whatsapp_phone {
  /* margin-bottom: 14px; */
}

@media (max-width: 1600px) {
  .product-box__image img {
    height: 280px;
  }
}

@media (max-width: 1130px) {
  .product-box__image img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .product-box__image img {
    height: auto;
    max-height: 100%;
  }
}

@media (min-width: 500px) {
  .footer__list br {
    display: none;
  }
}

@media (min-width: 650px) and (max-width: 1250px) {
  .mobile-box_wrapper:nth-child(2) {
      margin-top: 10px;
  } 
}

@media screen and (max-width: 900px) {
  .new-form__radio-group.whatsapp span {
    font-size: 14px;
    line-height: 1.1;
  }
}

@media (max-height: 740px) {
  #section_1_ad_8 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  header.header {
    z-index: 99999999;
  }
  .nav {
    width: 100%;
  }
  div.section-slider {
    min-height: auto;
    /* height: 100%; */
    height: -webkit-fill-available;
    height: -moz-available;;
  }

  .current_value-mob.currency span,
  .current_value-desktop.currency p,
  .current_value-mob span {
    font-weight: 500;
  }


  .callback-box {
    padding-top: 20px;
  }
  .logo img {
      /* min-width: 56px;
      object-fit: cover;
      object-position: left;
      height: 56px;
      margin: 10px auto; */
  }
  /* .header_logo {
    display: none;
  } */
  .header_logo-mob {
    display: block;
  }
  .header__right {
    margin-right: 20px;
  }
  .header__holder a span {
    display: none;
  }
  .header__mobile {
      /* margin-right: auto !important; */
      display: block !important;
      flex: 1;
  }
  .header__mobile a {
      height: 100%;
      display: inline-block;
  }
  .intro__box .more.mobile-hide {
      margin-right: 0 !important;
  }
  .header__right {
    margin-right: 0;
  }

  .header__holder {
    margin: 0 !important;
    width: 100% !important;
  }

  .mobile-box {
    height: calc(100% - 67px) !important;    
    transform: translate(0, 0%) !important;
    opacity: 0;
    pointer-events: none;
    border-radius: 0;
  }
  .mobile-box.active {
    opacity: 1;
    pointer-events: all;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: space-between; */
    overflow: auto;
  }

  .mobile-box .callback-box {
    align-self: stretch;
    margin: auto 0 10px 0 !important;
  }

  .mobile-box .callback-box {
    width: 100%;
    /* position: absolute;
    bottom: 30px; */
  }

  .mobile-box_wrapper:nth-child(2) {
    width: 100%;
    padding-bottom: 20px;
  }



  .modal_header {
    align-items: flex-start;
    top: 0;
    height: fit-content;
    background-color: transparent;
  }
  .modal_header-inner {
    border-radius: 0 0 20px 20px;
    background-color: #1C1C1C;
    padding: 94px 0px 30px 0px;
    max-width: 100%;
    align-items: flex-start;
  }
  .modal_header-content .lang li a {
    width: 100%;
  }
  .modal_header-content .inner_currency li,
  .modal_header-content .lang li {
    background-color: transparent !important;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
  }
  .modal_header-content .inner_currency li svg {
    display: block;
  }
  .modal_header-content .inner_currency li svg path,
  .modal_header-content .lang li svg path {
    transition:   .4s;
  }
  .modal_header-content .inner_currency li span,
  .modal_header-content .lang li span {
    color: #fff;
  }
  .modal_header-content .inner_currency li svg,
  .modal_header-content .lang li svg {
    display: block;
  }

  .modal_header-content.currency {
    max-width: 100%;
  }

  .modal_header-content .inner_currency ul {
    display: block;
    margin-top: 0;
  }
  .modal_header-content .inner_currency li {
    padding: 10px 30px !important;
  }

  .modal_header-content .inner_currency li:hover,
  .modal_header-content .lang li:hover {
    background-color: #fff !important;
  }
  .modal_header-content .inner_currency li:hover span,
  .modal_header-content .lang li:hover span {
    color: #1c1c1c;
  }
  .modal_header-content .inner_currency li:active,
  .modal_header-content .lang li:active {
    background-color: #0072E5 !important;
  }
  .modal_header-content .inner_currency li:active span,
  .modal_header-content .lang li:active span {
    color: #fff;
  }
  .modal_header-content .inner_currency li:active svg path,
  .modal_header-content .lang li:active svg path {
    stroke: #fff;
  }

  .modal_sub-title,
  .modal_header-title {
    color: #fff;
    padding: 17px 30px;
  }
  .modal_sub-title {
    margin-top: -40px;
  }
  .modal_header-content {
    max-width: 100%;
  }

  
  .modal_header-close svg path {
    stroke: #fff;
  }
  .modal_header-line {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 59px;
    height: 4px;
    border-radius: 100px;
    background: #d2d2d7;
  }
}



@media (max-width: 560px) {

  #charter_type_top {
    max-width: 330px;
    width: 100% !important;
  }
  .slide_formula-imgs {
    transform: scale(0.5);
  }
  .section-slider .slide_formula-wrapper {
    padding: 1vh 2vh;
  }
  .section-slider .swiper-wrapper .swiper-slide .slide_formula-titles p.h1 {
    font-size: 34px;
  }
  .section-slider .swiper-wrapper .swiper-slide .slide_formula-titles p.h1 + p {
    font-size: 16px;
    margin-top: 15px;
  }
  .new-form-popup__right {
    width: 100%;
  }

  .new-form-popup_left-inputs > p {
    display: block;
  }

  .new-form-popup_right,
  .new-form-popup_left {
    max-width: 100%;
  }

  p.slide_formula-text--mob {
    margin: 5px 0 !important;
  }
  .slide_formula-wrapper{
    padding-bottom: 50px !important;
  }
  .new-form-popup_left {
    display: flex;
    flex-direction: column;
  }

  .new-form-popup_left-inputs {
    order: 2;
  }

  .new-form__radio-group_wrapper label {
    max-width: 50%;
    width: 100%; height: 65px;
    padding: 14px 15px;

  }

  /* .new-form__radio-group.whatsapp span {
    font-size: 14px;
    line-height: 1.1;
  } */

  /* .new-form-popup__right.new-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
  } */

  .new-form-popup {
    padding: 0 !important;
  }

  .new-form-popup__bot {
    max-width: 100%;
    margin: 0;
    padding: 34px 0;
  }
  .rent .new-form-popup__bot {
    max-width: 412px;
    padding: 0 20px;
    margin-top: 20px;
  }

  /* page book */
  .book__outer_wrapper .new-form-popup {
    padding-top: 30px !important;
  }
  .book__outer_wrapper .new-form-popup__bot {
    padding: 34px 20px;
  }
  .book__outer_wrapper .new-form-popup_left {
    padding: 0 20px;
  }
  .book__outer_wrapper .new-form-popup__title {
    margin: 0;
  }
  .book__outer_wrapper .new-form_popup-top {
    padding: 0 20px;
  }
  /* page book END */

  .new-form-popup_right {
    margin-top: 40px;
    width: 100%;
    margin-top: 15px;
  }
  .new-form-popup__title {
    font-size: 32px;
  }
  .new-form_radio-top {
    margin: 10px 0;
  }
  .new-form-popup_left-inputs > p {
    margin: 15px 0;
    font-size: 32px;
  }
  .new-form__small-comment {
    text-align: left;
  }
  .new-form_radio-top span {
    min-width: fit-content;
  }

  .new-form-popup_right-block_inner.borderred label:first-child,
  .new-form__radio-group_wrapper.borderred label:first-child,
  .new-form__radio-group.borderred label:nth-child(1) span {
    border-right-width: 2px !important;
  }

  .new-form-popup_right-block_inner.borderred label:last-child,
  .new-form__radio-group.borderred label:nth-child(3) span {
    border-left-width: 2px !important;
  }

  .new-form-popup_right-block label.checked,
  .new-form__radio-group_wrapper label.checked,
  .new-form__radio input:checked + span {
    border-width: 2px !important;
  }

}

@media (max-width: 470px) {
  .header__mobile #share,
  .header__mobile a:nth-of-type(2) {
    display: none !important;
  }
  .header.header {
    height: 50px;
  }
  .header__holder .logo {
    margin-right: 0;
  }
  .header__holder .logo,
  .logo img {
    height: 45px;
    width: 45px;
    min-width: 45px;
    object-fit: contain;
  }
  .mobile-opener {
    top: 15px;
    right: 17px;
    z-index: 3;
    width: 20px;
    height: 20px;
  }
  .mobile-box.active {
    margin-top: 58px !important;
  }
  .mobile-box {
    height: calc(100% - 57px) !important;
  }
}

@media (max-width: 420px) {
  .header__right {
    margin-right: 15px;
  }
  .section-slider .mobile-help .callback-box__sep,
  .section-slider .header__what,
  .section-slider .header__tel,
  .section-slider .tel-text,
  .section-slider .callback-box__text {
    font-size: 13px;
  }

  .header__mobile a:nth-of-type(2) {
    margin-left: -2px;
  }
}
@media (max-width: 400px) {
  #share {
    display: inline !important;
  }
  .header__mobile {
    display: flex !important;
    align-items: center; 
  }
  .header__right {
    margin-right: 0px !important;
    justify-content: flex-end;
  }
  .header__right button#header-book {
    font-size: 14px;
    max-width: 112px;
    height: 28px;
  }
}
@media (max-width: 390px) {
  #well span {
    padding-right: 20% !important;
  }
}
@media (max-width: 355px) {
  .header__right {
    margin-right: 10px;
  }
  .header .logo img {
    width: 40px;
    height: 50px;
  }
}


.section-slider .swiper-slide {
  border-radius: 0px !important;
  border: none !important;
}


.term_title {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
.terms_inner {
  padding: 50px 0;
}
.ql-blockquote-container {
  padding-left: 10px;
  margin-bottom: 10px;
}

#wpadminbar {
  z-index: 999999999;
}

/* .flatpickr-calendar {
  z-index: 999999991 !important;
}
div.select.flatpickr-monthDropdown-months {
  display: none;
}
select.flatpickr-monthDropdown-months {
  display: block;
}
div.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
input.flatpickr-input::placeholder {
  font-size: 16px;
  opacity: 1;
} */
/* html {
  overflow-x: hidden !important;
} */
