@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width : 1206px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width : 1205px) {
  .desktop {
    display: none !important;
  }
}

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

@media screen and (min-width : 1206px) {
  .phone {
    display: none !important;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .phone {
    display: none !important;
  }
}

/*   Light/Dark   */
body.light {
  background-color: #fff;
  color: #000;
}
body.light .search .person .person-choise {
  background: #fff;
}
body.light .pallette-bg {
  background: #F5F5F5;
  border-color: #F5F5F5;
}
body.light .pallette-bg-hover {
  background: #F5F5F5;
  border-color: #F5F5F5;
}
body.light .popup .popup-content {
  background-color: #fff;
}
body.light input, body.light textarea {
  color: #000;
}
body.light .input-field input, body.light .input-field textarea {
  color: #000;
}
body.light .hotel-map .wrapper .info {
  background: #fff;
}
body.light .change-parameters {
  background: #fff;
}

body.dark {
  background-color: #262626;
  color: #fff;
}
body.dark .search .person .person-choise {
  background: #262626;
}
body.dark .pallette-bg {
  background: #494949;
  border-color: #494949;
}
body.dark .pallette-bg-hover {
  background: #494949;
  border-color: #494949;
}
body.dark .popup .popup-content {
  background-color: #262626;
}
body.dark input, body.dark textarea {
  color: #000;
}
body.dark .input-field input, body.dark .input-field textarea {
  color: #fff;
}
body.dark .hotel-map .wrapper .info {
  background: #262626;
}
body.dark .change-parameters {
  background: #262626;
}

body.light .pallette-bg .input-field input,
body.light .input-field input,
body.light .calendar,
body.light .person,
body.light .person .person-choise,
body.light .selectric {
  background: #fff;
  border-color: #AFAFAF;
}

body.dark .input-field label {
  color: #fff;
}
body.dark .pallette-bg .input-field input,
body.dark .calendar,
body.dark .person,
body.dark .person .person-choise,
body.dark .selectric {
  background: #494949;
  border-color: #909090;
}
body.dark .input-field input {
  background: transparent;
}
body.dark .selectric-items {
  background: #262626;
}
body.dark .selectric-items li {
  color: #fff;
}
body.dark .selectric-language-select .selectric .label {
  color: #fff;
}
body.dark .selectric-language-select .selectric .button:after {
  content: "";
  background: url("../icons/arrow-white.svg");
}

/*  цветовые темы  */
body.theme-green .theme-text-color {
  color: #008C38;
}
body.theme-green svg.theme-text-color {
  fill: #008C38;
}
body.theme-green .main-user-consent-request-announce a {
  color: #008C38;
}
body.theme-green .theme-bg-color {
  background: #008C38;
}
body.theme-green .theme-bg-color:before, body.theme-green .theme-bg-color:after {
  content: "";
  background: #008C38;
}
body.theme-green header.open {
  background: #008C38;
}
body.theme-green .theme-border-color {
  border-color: #008C38;
}
body.theme-green .theme-secondary-block {
  background: #F6FFF9;
}
body.theme-green .selectric-hotels-search .label {
  color: #008C38;
}
body.theme-green .daterangepicker .calendar-table .next span, body.theme-green .daterangepicker .calendar-table .prev span {
  border-color: #008C38;
}
body.theme-green .daterangepicker .calendar-table th.active span:before, body.theme-green .daterangepicker .calendar-table th.active:hover span:before, body.theme-green .daterangepicker .calendar-table td.active span:before, body.theme-green .daterangepicker .calendar-table td.active:hover span:before {
  background: #008C38;
}
body.theme-green .daterangepicker .calendar-table td.start-date span:before, body.theme-green .daterangepicker .calendar-table td.start-date:hover span:before,
body.theme-green .daterangepicker .calendar-table td.end-date span:before, body.theme-green .daterangepicker .calendar-table td.end-date:hover span:before {
  background: #18c55e;
  border-color: #008C38 transparent #008C38 transparent;
}
body.theme-green .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #008C38;
}
body.theme-green .btn {
  background: #008C38;
  border-color: #008C38;
}
body.theme-green .btn.available-dates-btn {
  color: #008C38;
}
body.theme-green .block {
  background: #F6FFF9;
}
@media screen and (min-width : 1206px) {
  body.theme-green .radio input[type=radio]:checked + label {
    background: #F6FFF9;
  }
  body.theme-green .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #F6FFF9;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.theme-green .radio input[type=radio]:checked + label {
    background: #F6FFF9;
  }
  body.theme-green .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #F6FFF9;
  }
}
body.theme-green .radio input[type=radio]:checked + label:before {
  border: 5px solid #008C38;
}
body.theme-green .available-dates-line svg {
  fill: #008C38;
}
body.theme-green .selectric-hotels-search .selectric .button:after {
  background: url('data:image/svg+xml;utf8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.34292 0.757347L0.928711 2.17156L7.99976 9.24266L15.0708 2.17159L13.6566 0.757377L7.99978 6.41421L2.34292 0.757347Z" fill="rgb(0, 140, 56)" /></svg>');
}

@media screen and (min-width : 1206px) {
  body.light.theme-green .radio input[type=radio]:checked + label {
    background: #F6FFF9;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.light.theme-green .radio input[type=radio]:checked + label {
    background: #F6FFF9;
  }
}
body.light.theme-green .radio input[type=radio]:checked + label:before {
  border: 5px solid #008C38;
}
body.light.theme-green .pallette-bg-hover.on-hover, body.light.theme-green .pallette-bg-hover:hover {
  background: #F6FFF9;
  border-color: #008C38;
}
body.light.theme-green .theme-text-color {
  color: #008C38 !important;
  fill: #008C38 !important;
}
body.light.theme-green .main-user-consent-request-announce a {
  color: #008C38 !important;
  fill: #008C38 !important;
}
body.light.theme-green .theme-secondary-block {
  background: #F6FFF9;
}
body.light.theme-green .lds-grid div, body.light.theme-green .lds-grid span, body.light.theme-green .lds-roller div, body.light.theme-green .lds-roller span, body.light.theme-green .lds-ellipsis div, body.light.theme-green .lds-ellipsis span {
  background: #008C38 !important;
}
body.light.theme-green .lds-grid.inverse div, body.light.theme-green .lds-grid.inverse span, body.light.theme-green .lds-roller.inverse div, body.light.theme-green .lds-roller.inverse span, body.light.theme-green .lds-ellipsis.inverse div, body.light.theme-green .lds-ellipsis.inverse span {
  background: #F6FFF9 !important;
}

@media screen and (min-width : 1206px) {
  body.dark.theme-green .radio input[type=radio]:checked + label {
    background: #35473b;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.dark.theme-green .radio input[type=radio]:checked + label {
    background: #35473b;
  }
}
body.dark.theme-green .radio input[type=radio]:checked + label:before {
  border: 5px solid #18c55e;
}
body.dark.theme-green .pallette-bg-hover.on-hover, body.dark.theme-green .pallette-bg-hover:hover {
  background: #35473b;
  border-color: #18c55e;
}
body.dark.theme-green .theme-text-color {
  color: #18c55e !important;
  fill: #18c55e !important;
}
body.dark.theme-green .main-user-consent-request-announce a {
  color: #18c55e !important;
  fill: #18c55e !important;
}
body.dark.theme-green .theme-secondary-block {
  background: #35473b;
}
body.dark.theme-green .lds-grid div, body.dark.theme-green .lds-grid span, body.dark.theme-green .lds-roller div, body.dark.theme-green .lds-roller span, body.dark.theme-green .lds-ellipsis div, body.dark.theme-green .lds-ellipsis span {
  background: #18c55e !important;
}
body.dark.theme-green .lds-grid.inverse div, body.dark.theme-green .lds-grid.inverse span, body.dark.theme-green .lds-roller.inverse div, body.dark.theme-green .lds-roller.inverse span, body.dark.theme-green .lds-ellipsis.inverse div, body.dark.theme-green .lds-ellipsis.inverse span {
  background: #35473b !important;
}

body.theme-purple .theme-text-color {
  color: #4D00CB;
}
body.theme-purple svg.theme-text-color {
  fill: #4D00CB;
}
body.theme-purple .main-user-consent-request-announce a {
  color: #4D00CB;
}
body.theme-purple .theme-bg-color {
  background: #4D00CB;
}
body.theme-purple .theme-bg-color:before, body.theme-purple .theme-bg-color:after {
  content: "";
  background: #4D00CB;
}
body.theme-purple header.open {
  background: #4D00CB;
}
body.theme-purple .theme-border-color {
  border-color: #4D00CB;
}
body.theme-purple .theme-secondary-block {
  background: #F8F6FF;
}
body.theme-purple .selectric-hotels-search .label {
  color: #4D00CB;
}
body.theme-purple .daterangepicker .calendar-table .next span, body.theme-purple .daterangepicker .calendar-table .prev span {
  border-color: #4D00CB;
}
body.theme-purple .daterangepicker .calendar-table th.active span:before, body.theme-purple .daterangepicker .calendar-table th.active:hover span:before, body.theme-purple .daterangepicker .calendar-table td.active span:before, body.theme-purple .daterangepicker .calendar-table td.active:hover span:before {
  background: #4D00CB;
}
body.theme-purple .daterangepicker .calendar-table td.start-date span:before, body.theme-purple .daterangepicker .calendar-table td.start-date:hover span:before,
body.theme-purple .daterangepicker .calendar-table td.end-date span:before, body.theme-purple .daterangepicker .calendar-table td.end-date:hover span:before {
  background: #7936e6;
  border-color: #4D00CB transparent #4D00CB transparent;
}
body.theme-purple .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #4D00CB;
}
body.theme-purple .btn {
  background: #4D00CB;
  border-color: #4D00CB;
}
body.theme-purple .btn.available-dates-btn {
  color: #4D00CB;
}
body.theme-purple .block {
  background: #F8F6FF;
}
@media screen and (min-width : 1206px) {
  body.theme-purple .radio input[type=radio]:checked + label {
    background: #F8F6FF;
  }
  body.theme-purple .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #F8F6FF;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.theme-purple .radio input[type=radio]:checked + label {
    background: #F8F6FF;
  }
  body.theme-purple .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #F8F6FF;
  }
}
body.theme-purple .radio input[type=radio]:checked + label:before {
  border: 5px solid #4D00CB;
}
body.theme-purple .available-dates-line svg {
  fill: #4D00CB;
}
body.theme-purple .selectric-hotels-search .selectric .button:after {
  background: url('data:image/svg+xml;utf8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.34292 0.757347L0.928711 2.17156L7.99976 9.24266L15.0708 2.17159L13.6566 0.757377L7.99978 6.41421L2.34292 0.757347Z" fill="rgb(77, 0, 203)" /></svg>');
}

@media screen and (min-width : 1206px) {
  body.light.theme-purple .radio input[type=radio]:checked + label {
    background: #F8F6FF;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.light.theme-purple .radio input[type=radio]:checked + label {
    background: #F8F6FF;
  }
}
body.light.theme-purple .radio input[type=radio]:checked + label:before {
  border: 5px solid #4D00CB;
}
body.light.theme-purple .pallette-bg-hover.on-hover, body.light.theme-purple .pallette-bg-hover:hover {
  background: #F8F6FF;
  border-color: #4D00CB;
}
body.light.theme-purple .theme-text-color {
  color: #4D00CB !important;
  fill: #4D00CB !important;
}
body.light.theme-purple .main-user-consent-request-announce a {
  color: #4D00CB !important;
  fill: #4D00CB !important;
}
body.light.theme-purple .theme-secondary-block {
  background: #F8F6FF;
}
body.light.theme-purple .lds-grid div, body.light.theme-purple .lds-grid span, body.light.theme-purple .lds-roller div, body.light.theme-purple .lds-roller span, body.light.theme-purple .lds-ellipsis div, body.light.theme-purple .lds-ellipsis span {
  background: #4D00CB !important;
}
body.light.theme-purple .lds-grid.inverse div, body.light.theme-purple .lds-grid.inverse span, body.light.theme-purple .lds-roller.inverse div, body.light.theme-purple .lds-roller.inverse span, body.light.theme-purple .lds-ellipsis.inverse div, body.light.theme-purple .lds-ellipsis.inverse span {
  background: #F8F6FF !important;
}

@media screen and (min-width : 1206px) {
  body.dark.theme-purple .radio input[type=radio]:checked + label {
    background: #393547;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.dark.theme-purple .radio input[type=radio]:checked + label {
    background: #393547;
  }
}
body.dark.theme-purple .radio input[type=radio]:checked + label:before {
  border: 5px solid #7936e6;
}
body.dark.theme-purple .pallette-bg-hover.on-hover, body.dark.theme-purple .pallette-bg-hover:hover {
  background: #393547;
  border-color: #7936e6;
}
body.dark.theme-purple .theme-text-color {
  color: #7936e6 !important;
  fill: #7936e6 !important;
}
body.dark.theme-purple .main-user-consent-request-announce a {
  color: #7936e6 !important;
  fill: #7936e6 !important;
}
body.dark.theme-purple .theme-secondary-block {
  background: #393547;
}
body.dark.theme-purple .lds-grid div, body.dark.theme-purple .lds-grid span, body.dark.theme-purple .lds-roller div, body.dark.theme-purple .lds-roller span, body.dark.theme-purple .lds-ellipsis div, body.dark.theme-purple .lds-ellipsis span {
  background: #7936e6 !important;
}
body.dark.theme-purple .lds-grid.inverse div, body.dark.theme-purple .lds-grid.inverse span, body.dark.theme-purple .lds-roller.inverse div, body.dark.theme-purple .lds-roller.inverse span, body.dark.theme-purple .lds-ellipsis.inverse div, body.dark.theme-purple .lds-ellipsis.inverse span {
  background: #393547 !important;
}

body.theme-yellow .theme-text-color {
  color: #F7B100;
}
body.theme-yellow svg.theme-text-color {
  fill: #F7B100;
}
body.theme-yellow .main-user-consent-request-announce a {
  color: #F7B100;
}
body.theme-yellow .theme-bg-color {
  background: #F7B100;
}
body.theme-yellow .theme-bg-color:before, body.theme-yellow .theme-bg-color:after {
  content: "";
  background: #F7B100;
}
body.theme-yellow header.open {
  background: #F7B100;
}
body.theme-yellow .theme-border-color {
  border-color: #F7B100;
}
body.theme-yellow .theme-secondary-block {
  background: #FFFAF6;
}
body.theme-yellow .selectric-hotels-search .label {
  color: #F7B100;
}
body.theme-yellow .daterangepicker .calendar-table .next span, body.theme-yellow .daterangepicker .calendar-table .prev span {
  border-color: #F7B100;
}
body.theme-yellow .daterangepicker .calendar-table th.active span:before, body.theme-yellow .daterangepicker .calendar-table th.active:hover span:before, body.theme-yellow .daterangepicker .calendar-table td.active span:before, body.theme-yellow .daterangepicker .calendar-table td.active:hover span:before {
  background: #F7B100;
}
body.theme-yellow .daterangepicker .calendar-table td.start-date span:before, body.theme-yellow .daterangepicker .calendar-table td.start-date:hover span:before,
body.theme-yellow .daterangepicker .calendar-table td.end-date span:before, body.theme-yellow .daterangepicker .calendar-table td.end-date:hover span:before {
  background: #ebc35e;
  border-color: #F7B100 transparent #F7B100 transparent;
}
body.theme-yellow .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #F7B100;
}
body.theme-yellow .btn {
  background: #F7B100;
  border-color: #F7B100;
}
body.theme-yellow .btn.available-dates-btn {
  color: #F7B100;
}
body.theme-yellow .block {
  background: #FFFAF6;
}
@media screen and (min-width : 1206px) {
  body.theme-yellow .radio input[type=radio]:checked + label {
    background: #FFFAF6;
  }
  body.theme-yellow .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #FFFAF6;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.theme-yellow .radio input[type=radio]:checked + label {
    background: #FFFAF6;
  }
  body.theme-yellow .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #FFFAF6;
  }
}
body.theme-yellow .radio input[type=radio]:checked + label:before {
  border: 5px solid #F7B100;
}
body.theme-yellow .available-dates-line svg {
  fill: #F7B100;
}
body.theme-yellow .selectric-hotels-search .selectric .button:after {
  background: url('data:image/svg+xml;utf8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.34292 0.757347L0.928711 2.17156L7.99976 9.24266L15.0708 2.17159L13.6566 0.757377L7.99978 6.41421L2.34292 0.757347Z" fill="rgb(247, 177, 0)" /></svg>');
}

@media screen and (min-width : 1206px) {
  body.light.theme-yellow .radio input[type=radio]:checked + label {
    background: #FFFAF6;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.light.theme-yellow .radio input[type=radio]:checked + label {
    background: #FFFAF6;
  }
}
body.light.theme-yellow .radio input[type=radio]:checked + label:before {
  border: 5px solid #F7B100;
}
body.light.theme-yellow .pallette-bg-hover.on-hover, body.light.theme-yellow .pallette-bg-hover:hover {
  background: #FFFAF6;
  border-color: #F7B100;
}
body.light.theme-yellow .theme-text-color {
  color: #F7B100 !important;
  fill: #F7B100 !important;
}
body.light.theme-yellow .main-user-consent-request-announce a {
  color: #F7B100 !important;
  fill: #F7B100 !important;
}
body.light.theme-yellow .theme-secondary-block {
  background: #FFFAF6;
}
body.light.theme-yellow .lds-grid div, body.light.theme-yellow .lds-grid span, body.light.theme-yellow .lds-roller div, body.light.theme-yellow .lds-roller span, body.light.theme-yellow .lds-ellipsis div, body.light.theme-yellow .lds-ellipsis span {
  background: #F7B100 !important;
}
body.light.theme-yellow .lds-grid.inverse div, body.light.theme-yellow .lds-grid.inverse span, body.light.theme-yellow .lds-roller.inverse div, body.light.theme-yellow .lds-roller.inverse span, body.light.theme-yellow .lds-ellipsis.inverse div, body.light.theme-yellow .lds-ellipsis.inverse span {
  background: #FFFAF6 !important;
}

@media screen and (min-width : 1206px) {
  body.dark.theme-yellow .radio input[type=radio]:checked + label {
    background: #473d35;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.dark.theme-yellow .radio input[type=radio]:checked + label {
    background: #473d35;
  }
}
body.dark.theme-yellow .radio input[type=radio]:checked + label:before {
  border: 5px solid #ebc35e;
}
body.dark.theme-yellow .pallette-bg-hover.on-hover, body.dark.theme-yellow .pallette-bg-hover:hover {
  background: #473d35;
  border-color: #ebc35e;
}
body.dark.theme-yellow .theme-text-color {
  color: #ebc35e !important;
  fill: #ebc35e !important;
}
body.dark.theme-yellow .main-user-consent-request-announce a {
  color: #ebc35e !important;
  fill: #ebc35e !important;
}
body.dark.theme-yellow .theme-secondary-block {
  background: #473d35;
}
body.dark.theme-yellow .lds-grid div, body.dark.theme-yellow .lds-grid span, body.dark.theme-yellow .lds-roller div, body.dark.theme-yellow .lds-roller span, body.dark.theme-yellow .lds-ellipsis div, body.dark.theme-yellow .lds-ellipsis span {
  background: #ebc35e !important;
}
body.dark.theme-yellow .lds-grid.inverse div, body.dark.theme-yellow .lds-grid.inverse span, body.dark.theme-yellow .lds-roller.inverse div, body.dark.theme-yellow .lds-roller.inverse span, body.dark.theme-yellow .lds-ellipsis.inverse div, body.dark.theme-yellow .lds-ellipsis.inverse span {
  background: #473d35 !important;
}

body.theme-blue .theme-text-color {
  color: #005DCB;
}
body.theme-blue svg.theme-text-color {
  fill: #005DCB;
}
body.theme-blue .main-user-consent-request-announce a {
  color: #005DCB;
}
body.theme-blue .theme-bg-color {
  background: #005DCB;
}
body.theme-blue .theme-bg-color:before, body.theme-blue .theme-bg-color:after {
  content: "";
  background: #005DCB;
}
body.theme-blue header.open {
  background: #005DCB;
}
body.theme-blue .theme-border-color {
  border-color: #005DCB;
}
body.theme-blue .theme-secondary-block {
  background: #F6FAFF;
}
body.theme-blue .selectric-hotels-search .label {
  color: #005DCB;
}
body.theme-blue .daterangepicker .calendar-table .next span, body.theme-blue .daterangepicker .calendar-table .prev span {
  border-color: #005DCB;
}
body.theme-blue .daterangepicker .calendar-table th.active span:before, body.theme-blue .daterangepicker .calendar-table th.active:hover span:before, body.theme-blue .daterangepicker .calendar-table td.active span:before, body.theme-blue .daterangepicker .calendar-table td.active:hover span:before {
  background: #005DCB;
}
body.theme-blue .daterangepicker .calendar-table td.start-date span:before, body.theme-blue .daterangepicker .calendar-table td.start-date:hover span:before,
body.theme-blue .daterangepicker .calendar-table td.end-date span:before, body.theme-blue .daterangepicker .calendar-table td.end-date:hover span:before {
  background: #3687e6;
  border-color: #005DCB transparent #005DCB transparent;
}
body.theme-blue .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #005DCB;
}
body.theme-blue .btn {
  background: #005DCB;
  border-color: #005DCB;
}
body.theme-blue .btn.available-dates-btn {
  color: #005DCB;
}
body.theme-blue .block {
  background: #F6FAFF;
}
@media screen and (min-width : 1206px) {
  body.theme-blue .radio input[type=radio]:checked + label {
    background: #F6FAFF;
  }
  body.theme-blue .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #F6FAFF;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.theme-blue .radio input[type=radio]:checked + label {
    background: #F6FAFF;
  }
  body.theme-blue .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #F6FAFF;
  }
}
body.theme-blue .radio input[type=radio]:checked + label:before {
  border: 5px solid #005DCB;
}
body.theme-blue .available-dates-line svg {
  fill: #005DCB;
}
body.theme-blue .selectric-hotels-search .selectric .button:after {
  background: url('data:image/svg+xml;utf8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.34292 0.757347L0.928711 2.17156L7.99976 9.24266L15.0708 2.17159L13.6566 0.757377L7.99978 6.41421L2.34292 0.757347Z" fill="rgb(0, 93, 203)" /></svg>');
}

@media screen and (min-width : 1206px) {
  body.light.theme-blue .radio input[type=radio]:checked + label {
    background: #F6FAFF;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.light.theme-blue .radio input[type=radio]:checked + label {
    background: #F6FAFF;
  }
}
body.light.theme-blue .radio input[type=radio]:checked + label:before {
  border: 5px solid #005DCB;
}
body.light.theme-blue .pallette-bg-hover.on-hover, body.light.theme-blue .pallette-bg-hover:hover {
  background: #F6FAFF;
  border-color: #005DCB;
}
body.light.theme-blue .theme-text-color {
  color: #005DCB !important;
  fill: #005DCB !important;
}
body.light.theme-blue .main-user-consent-request-announce a {
  color: #005DCB !important;
  fill: #005DCB !important;
}
body.light.theme-blue .theme-secondary-block {
  background: #F6FAFF;
}
body.light.theme-blue .lds-grid div, body.light.theme-blue .lds-grid span, body.light.theme-blue .lds-roller div, body.light.theme-blue .lds-roller span, body.light.theme-blue .lds-ellipsis div, body.light.theme-blue .lds-ellipsis span {
  background: #005DCB !important;
}
body.light.theme-blue .lds-grid.inverse div, body.light.theme-blue .lds-grid.inverse span, body.light.theme-blue .lds-roller.inverse div, body.light.theme-blue .lds-roller.inverse span, body.light.theme-blue .lds-ellipsis.inverse div, body.light.theme-blue .lds-ellipsis.inverse span {
  background: #F6FAFF !important;
}

@media screen and (min-width : 1206px) {
  body.dark.theme-blue .radio input[type=radio]:checked + label {
    background: #353d47;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.dark.theme-blue .radio input[type=radio]:checked + label {
    background: #353d47;
  }
}
body.dark.theme-blue .radio input[type=radio]:checked + label:before {
  border: 5px solid #3687e6;
}
body.dark.theme-blue .pallette-bg-hover.on-hover, body.dark.theme-blue .pallette-bg-hover:hover {
  background: #353d47;
  border-color: #3687e6;
}
body.dark.theme-blue .theme-text-color {
  color: #3687e6 !important;
  fill: #3687e6 !important;
}
body.dark.theme-blue .main-user-consent-request-announce a {
  color: #3687e6 !important;
  fill: #3687e6 !important;
}
body.dark.theme-blue .theme-secondary-block {
  background: #353d47;
}
body.dark.theme-blue .lds-grid div, body.dark.theme-blue .lds-grid span, body.dark.theme-blue .lds-roller div, body.dark.theme-blue .lds-roller span, body.dark.theme-blue .lds-ellipsis div, body.dark.theme-blue .lds-ellipsis span {
  background: #3687e6 !important;
}
body.dark.theme-blue .lds-grid.inverse div, body.dark.theme-blue .lds-grid.inverse span, body.dark.theme-blue .lds-roller.inverse div, body.dark.theme-blue .lds-roller.inverse span, body.dark.theme-blue .lds-ellipsis.inverse div, body.dark.theme-blue .lds-ellipsis.inverse span {
  background: #353d47 !important;
}

body.theme-light-blue .theme-text-color {
  color: #009ACB;
}
body.theme-light-blue svg.theme-text-color {
  fill: #009ACB;
}
body.theme-light-blue .main-user-consent-request-announce a {
  color: #009ACB;
}
body.theme-light-blue .theme-bg-color {
  background: #009ACB;
}
body.theme-light-blue .theme-bg-color:before, body.theme-light-blue .theme-bg-color:after {
  content: "";
  background: #009ACB;
}
body.theme-light-blue header.open {
  background: #009ACB;
}
body.theme-light-blue .theme-border-color {
  border-color: #009ACB;
}
body.theme-light-blue .theme-secondary-block {
  background: #F6FDFF;
}
body.theme-light-blue .selectric-hotels-search .label {
  color: #009ACB;
}
body.theme-light-blue .daterangepicker .calendar-table .next span, body.theme-light-blue .daterangepicker .calendar-table .prev span {
  border-color: #009ACB;
}
body.theme-light-blue .daterangepicker .calendar-table th.active span:before, body.theme-light-blue .daterangepicker .calendar-table th.active:hover span:before, body.theme-light-blue .daterangepicker .calendar-table td.active span:before, body.theme-light-blue .daterangepicker .calendar-table td.active:hover span:before {
  background: #009ACB;
}
body.theme-light-blue .daterangepicker .calendar-table td.start-date span:before, body.theme-light-blue .daterangepicker .calendar-table td.start-date:hover span:before,
body.theme-light-blue .daterangepicker .calendar-table td.end-date span:before, body.theme-light-blue .daterangepicker .calendar-table td.end-date:hover span:before {
  background: #36bce6;
  border-color: #009ACB transparent #009ACB transparent;
}
body.theme-light-blue .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #009ACB;
}
body.theme-light-blue .btn {
  background: #009ACB;
  border-color: #009ACB;
}
body.theme-light-blue .btn.available-dates-btn {
  color: #009ACB;
}
body.theme-light-blue .block {
  background: #F6FDFF;
}
@media screen and (min-width : 1206px) {
  body.theme-light-blue .radio input[type=radio]:checked + label {
    background: #F6FDFF;
  }
  body.theme-light-blue .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #F6FDFF;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.theme-light-blue .radio input[type=radio]:checked + label {
    background: #F6FDFF;
  }
  body.theme-light-blue .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #F6FDFF;
  }
}
body.theme-light-blue .radio input[type=radio]:checked + label:before {
  border: 5px solid #009ACB;
}
body.theme-light-blue .available-dates-line svg {
  fill: #009ACB;
}
body.theme-light-blue .selectric-hotels-search .selectric .button:after {
  background: url('data:image/svg+xml;utf8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.34292 0.757347L0.928711 2.17156L7.99976 9.24266L15.0708 2.17159L13.6566 0.757377L7.99978 6.41421L2.34292 0.757347Z" fill="rgb(0, 154, 203)" /></svg>');
}

@media screen and (min-width : 1206px) {
  body.light.theme-light-blue .radio input[type=radio]:checked + label {
    background: #F6FDFF;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.light.theme-light-blue .radio input[type=radio]:checked + label {
    background: #F6FDFF;
  }
}
body.light.theme-light-blue .radio input[type=radio]:checked + label:before {
  border: 5px solid #009ACB;
}
body.light.theme-light-blue .pallette-bg-hover.on-hover, body.light.theme-light-blue .pallette-bg-hover:hover {
  background: #F6FDFF;
  border-color: #009ACB;
}
body.light.theme-light-blue .theme-text-color {
  color: #009ACB !important;
  fill: #009ACB !important;
}
body.light.theme-light-blue .main-user-consent-request-announce a {
  color: #009ACB !important;
  fill: #009ACB !important;
}
body.light.theme-light-blue .theme-secondary-block {
  background: #F6FDFF;
}
body.light.theme-light-blue .lds-grid div, body.light.theme-light-blue .lds-grid span, body.light.theme-light-blue .lds-roller div, body.light.theme-light-blue .lds-roller span, body.light.theme-light-blue .lds-ellipsis div, body.light.theme-light-blue .lds-ellipsis span {
  background: #009ACB !important;
}
body.light.theme-light-blue .lds-grid.inverse div, body.light.theme-light-blue .lds-grid.inverse span, body.light.theme-light-blue .lds-roller.inverse div, body.light.theme-light-blue .lds-roller.inverse span, body.light.theme-light-blue .lds-ellipsis.inverse div, body.light.theme-light-blue .lds-ellipsis.inverse span {
  background: #F6FDFF !important;
}

@media screen and (min-width : 1206px) {
  body.dark.theme-light-blue .radio input[type=radio]:checked + label {
    background: #354347;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.dark.theme-light-blue .radio input[type=radio]:checked + label {
    background: #354347;
  }
}
body.dark.theme-light-blue .radio input[type=radio]:checked + label:before {
  border: 5px solid #36bce6;
}
body.dark.theme-light-blue .pallette-bg-hover.on-hover, body.dark.theme-light-blue .pallette-bg-hover:hover {
  background: #354347;
  border-color: #36bce6;
}
body.dark.theme-light-blue .theme-text-color {
  color: #36bce6 !important;
  fill: #36bce6 !important;
}
body.dark.theme-light-blue .main-user-consent-request-announce a {
  color: #36bce6 !important;
  fill: #36bce6 !important;
}
body.dark.theme-light-blue .theme-secondary-block {
  background: #354347;
}
body.dark.theme-light-blue .lds-grid div, body.dark.theme-light-blue .lds-grid span, body.dark.theme-light-blue .lds-roller div, body.dark.theme-light-blue .lds-roller span, body.dark.theme-light-blue .lds-ellipsis div, body.dark.theme-light-blue .lds-ellipsis span {
  background: #36bce6 !important;
}
body.dark.theme-light-blue .lds-grid.inverse div, body.dark.theme-light-blue .lds-grid.inverse span, body.dark.theme-light-blue .lds-roller.inverse div, body.dark.theme-light-blue .lds-roller.inverse span, body.dark.theme-light-blue .lds-ellipsis.inverse div, body.dark.theme-light-blue .lds-ellipsis.inverse span {
  background: #354347 !important;
}

body.theme-red .theme-text-color {
  color: #CB3D00;
}
body.theme-red svg.theme-text-color {
  fill: #CB3D00;
}
body.theme-red .main-user-consent-request-announce a {
  color: #CB3D00;
}
body.theme-red .theme-bg-color {
  background: #CB3D00;
}
body.theme-red .theme-bg-color:before, body.theme-red .theme-bg-color:after {
  content: "";
  background: #CB3D00;
}
body.theme-red header.open {
  background: #CB3D00;
}
body.theme-red .theme-border-color {
  border-color: #CB3D00;
}
body.theme-red .theme-secondary-block {
  background: #FFF6F6;
}
body.theme-red .selectric-hotels-search .label {
  color: #CB3D00;
}
body.theme-red .daterangepicker .calendar-table .next span, body.theme-red .daterangepicker .calendar-table .prev span {
  border-color: #CB3D00;
}
body.theme-red .daterangepicker .calendar-table th.active span:before, body.theme-red .daterangepicker .calendar-table th.active:hover span:before, body.theme-red .daterangepicker .calendar-table td.active span:before, body.theme-red .daterangepicker .calendar-table td.active:hover span:before {
  background: #CB3D00;
}
body.theme-red .daterangepicker .calendar-table td.start-date span:before, body.theme-red .daterangepicker .calendar-table td.start-date:hover span:before,
body.theme-red .daterangepicker .calendar-table td.end-date span:before, body.theme-red .daterangepicker .calendar-table td.end-date:hover span:before {
  background: #e66b36;
  border-color: #CB3D00 transparent #CB3D00 transparent;
}
body.theme-red .lSSlideOuter .lSPager.lSpg > li a {
  background-color: #CB3D00;
}
body.theme-red .btn {
  background: #CB3D00;
  border-color: #CB3D00;
}
body.theme-red .btn.available-dates-btn {
  color: #CB3D00;
}
body.theme-red .block {
  background: #FFF6F6;
}
@media screen and (min-width : 1206px) {
  body.theme-red .radio input[type=radio]:checked + label {
    background: #FFF6F6;
  }
  body.theme-red .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #FFF6F6;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.theme-red .radio input[type=radio]:checked + label {
    background: #FFF6F6;
  }
  body.theme-red .radio input[type=radio]:checked + label ~ .accomodation_form > .order_item_footer {
    background: #FFF6F6;
  }
}
body.theme-red .radio input[type=radio]:checked + label:before {
  border: 5px solid #CB3D00;
}
body.theme-red .available-dates-line svg {
  fill: #CB3D00;
}
body.theme-red .selectric-hotels-search .selectric .button:after {
  background: url('data:image/svg+xml;utf8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.34292 0.757347L0.928711 2.17156L7.99976 9.24266L15.0708 2.17159L13.6566 0.757377L7.99978 6.41421L2.34292 0.757347Z" fill="rgb(203, 61, 0)" /></svg>');
}

@media screen and (min-width : 1206px) {
  body.light.theme-red .radio input[type=radio]:checked + label {
    background: #FFF6F6;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.light.theme-red .radio input[type=radio]:checked + label {
    background: #FFF6F6;
  }
}
body.light.theme-red .radio input[type=radio]:checked + label:before {
  border: 5px solid #CB3D00;
}
body.light.theme-red .pallette-bg-hover.on-hover, body.light.theme-red .pallette-bg-hover:hover {
  background: #FFF6F6;
  border-color: #CB3D00;
}
body.light.theme-red .theme-text-color {
  color: #CB3D00 !important;
  fill: #CB3D00 !important;
}
body.light.theme-red .main-user-consent-request-announce a {
  color: #CB3D00 !important;
  fill: #CB3D00 !important;
}
body.light.theme-red .theme-secondary-block {
  background: #FFF6F6;
}
body.light.theme-red .lds-grid div, body.light.theme-red .lds-grid span, body.light.theme-red .lds-roller div, body.light.theme-red .lds-roller span, body.light.theme-red .lds-ellipsis div, body.light.theme-red .lds-ellipsis span {
  background: #CB3D00 !important;
}
body.light.theme-red .lds-grid.inverse div, body.light.theme-red .lds-grid.inverse span, body.light.theme-red .lds-roller.inverse div, body.light.theme-red .lds-roller.inverse span, body.light.theme-red .lds-ellipsis.inverse div, body.light.theme-red .lds-ellipsis.inverse span {
  background: #FFF6F6 !important;
}

@media screen and (min-width : 1206px) {
  body.dark.theme-red .radio input[type=radio]:checked + label {
    background: #473535;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  body.dark.theme-red .radio input[type=radio]:checked + label {
    background: #473535;
  }
}
body.dark.theme-red .radio input[type=radio]:checked + label:before {
  border: 5px solid #e66b36;
}
body.dark.theme-red .pallette-bg-hover.on-hover, body.dark.theme-red .pallette-bg-hover:hover {
  background: #473535;
  border-color: #e66b36;
}
body.dark.theme-red .theme-text-color {
  color: #e66b36 !important;
  fill: #e66b36 !important;
}
body.dark.theme-red .main-user-consent-request-announce a {
  color: #e66b36 !important;
  fill: #e66b36 !important;
}
body.dark.theme-red .theme-secondary-block {
  background: #473535;
}
body.dark.theme-red .lds-grid div, body.dark.theme-red .lds-grid span, body.dark.theme-red .lds-roller div, body.dark.theme-red .lds-roller span, body.dark.theme-red .lds-ellipsis div, body.dark.theme-red .lds-ellipsis span {
  background: #e66b36 !important;
}
body.dark.theme-red .lds-grid.inverse div, body.dark.theme-red .lds-grid.inverse span, body.dark.theme-red .lds-roller.inverse div, body.dark.theme-red .lds-roller.inverse span, body.dark.theme-red .lds-ellipsis.inverse div, body.dark.theme-red .lds-ellipsis.inverse span {
  background: #473535 !important;
}

#preloader1 {
  width: 229px;
  height: 52px;
  background-color: #D5C3BC;
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border: none;
  margin-top: 10px;
  padding: 12px 100px;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D5C3BC;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
.lds-grid.auth-loader {
  width: 40px;
  height: 40px;
}
.lds-grid.auth-loader div {
  width: 8px;
  height: 8px;
}
.lds-grid.auth-loader div:nth-child(1) {
  top: 4px;
  left: 4px;
}
.lds-grid.auth-loader div:nth-child(2) {
  top: 4px;
  left: 16px;
}
.lds-grid.auth-loader div:nth-child(3) {
  top: 4px;
  left: 28px;
}
.lds-grid.auth-loader div:nth-child(4) {
  top: 16px;
  left: 4px;
}
.lds-grid.auth-loader div:nth-child(5) {
  top: 16px;
  left: 16px;
}
.lds-grid.auth-loader div:nth-child(6) {
  top: 16px;
  left: 28px;
}
.lds-grid.auth-loader div:nth-child(7) {
  top: 28px;
  left: 4px;
}
.lds-grid.auth-loader div:nth-child(8) {
  top: 28px;
  left: 16px;
}
.lds-grid.auth-loader div:nth-child(9) {
  top: 28px;
  left: 28px;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 160px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D5C3BC;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
.lds-roller.auth-loader {
  transform: scale(0.5);
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
}
.lds-ellipsis div, .lds-ellipsis span {
  position: absolute;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #D5C3BC;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1), .lds-ellipsis span:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2), .lds-ellipsis span:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3), .lds-ellipsis span:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4), .lds-ellipsis span:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
html,
body {
  height: 100%;
  font-family: Manrope, Arial, sans-serif;
  color: #000;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.container {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (min-width : 1206px) {
  .container {
    width: 1206px;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width : 767px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

button {
  border: none;
  height: 63px;
  line-height: 61px;
}
button:hover, button:active, button:focus {
  outline: none !important;
}
@media screen and (max-width : 767px) {
  button {
    height: 56px;
    line-height: 54px;
  }
}

input:hover, input:active, input:focus {
  outline: none !important;
}

.btn {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  width: 100%;
}
@media screen and (max-width : 767px) {
  .btn {
    font-size: 16px;
  }
}
.btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width : 1206px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

footer {
  display: table;
  width: 100%;
  height: 182px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  footer {
    height: 124px;
  }
}
@media screen and (max-width : 767px) {
  footer {
    height: 162px;
  }
}

#darkbox {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 100px;
  background: rgba(0, 0, 0, 0.768627451);
  z-index: 2;
}
#darkbox .lds-roller {
  transform: scale(1.5);
}

.errortext {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

header {
  height: 126px;
}
@media screen and (min-width : 1206px) {
  header .selectric-language-select {
    position: absolute;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  header.open {
    position: fixed;
    z-index: 10;
    width: 100%;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}
header a.logo {
  position: absolute;
}
header a.logo img {
  max-height: 56px;
}
header .menu-block {
  width: 1146px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header a.disabled {
  pointer-events: none;
}

#goteh_error_auth {
  color: red;
  text-align: center;
  margin-bottom: 20px;
}

#gotech_send_auth.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.main-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-self: center;
  margin: 0 auto;
  padding-left: 0;
}
.main-menu li {
  margin: 0 10px;
}
.main-menu li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: inherit;
  padding: 10px;
}

@media screen and (max-width : 1205px) {
  header .container {
    position: relative;
  }
  header .container .menu-block {
    width: 100%;
    display: none;
  }
  header .container a.logo {
    z-index: 3;
    position: absolute;
  }
  header .container .burger {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    padding: 20px;
  }
  header .container .burger .burger-line {
    width: 18px;
    height: 2px;
    border-radius: 3px;
    position: relative;
  }
  header .container .burger .burger-line:before, header .container .burger .burger-line:after {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    display: block;
    border-radius: 3px;
  }
  header .container .burger .burger-line:before {
    top: -6px;
  }
  header .container .burger .burger-line:after {
    top: 6px;
  }
  header .container .burger .close {
    display: none;
  }
  header.open {
    height: auto;
  }
  header.open .container {
    align-items: flex-start;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  header.open .container .burger {
    margin-top: 5px;
  }
  header.open .container .burger .burger-line {
    display: none;
  }
  header.open .container .burger .close {
    display: block;
  }
  header.open .container .menu-block {
    display: flex;
    flex-direction: column;
  }
  header.open .container .menu-block .main-menu {
    flex-direction: column;
    padding-top: 60px;
    padding-left: 0;
  }
  header.open .container .menu-block .main-menu li {
    margin-bottom: 20px;
  }
  header.open .container .menu-block .main-menu li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
  }
  header.open .container .menu-block .main-menu.theme-text-color {
    color: #fff !important;
  }
  header.open .container .menu-block .selectric {
    background: transparent;
    margin-top: -8px;
  }
  header.open .container .menu-block .selectric .label {
    color: #fff;
  }
  header.open .container .menu-block .selectric .button:after {
    content: "";
    background: url("../icons/arrow-white.svg");
  }
}
@media screen and (max-width : 767px) {
  header {
    height: 80px;
  }
  header.open {
    margin-bottom: 40px;
  }
  header.open .container {
    padding-top: 13px;
  }
  header.open .container .menu-block .main-menu {
    padding-top: 80px;
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #AFAFAF;
  width: 616px;
  height: auto;
  max-width: none;
  padding: 0;
  margin-top: 4px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;
}
@media screen and (max-width : 767px) {
  .daterangepicker:not(.available-datepicker) {
    width: 100%;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    border-radius: 8px 8px 0 0;
    border: 0;
    position: fixed;
    bottom: 0;
    left: 0 !important;
    padding: 34px 20px 25px;
    z-index: 6;
  }
  .daterangepicker:not(.available-datepicker):before {
    content: "";
    width: 56px;
    height: 5px;
    border-radius: 30px;
    background: #AFAFAF;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    margin: 0 auto;
  }
}
.daterangepicker .title {
  width: 100%;
  height: 48px;
  background-color: rgba(226, 235, 236, 0.8);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 48px;
  padding-left: 66px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker i {
  font-style: normal;
}
.daterangepicker.single .daterangepicker .ranges {
  float: none;
}
.daterangepicker.single .drp-calendar {
  float: none;
  padding: 20px 28px !important;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
  margin: 0 auto;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
}
@media screen and (max-width : 767px) {
  .daterangepicker .drp-calendar {
    width: 260px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.daterangepicker .drp-calendar.calendar_0 {
  padding: 19px 0 19px 17px;
}
@media screen and (max-width : 767px) {
  .daterangepicker .drp-calendar.calendar_0 {
    padding: 20px 30px 20px 30px;
  }
}
.daterangepicker .drp-calendar.calendar_1 {
  padding: 19px 17px 19px 22px;
}
@media screen and (max-width : 767px) {
  .daterangepicker .drp-calendar.calendar_1 {
    padding: 10px 30px 20px 30px;
  }
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker thead tr:first-of-type {
  border-bottom: 0;
  margin-bottom: 27px;
}
.daterangepicker thead tr:last-of-type th {
  padding-top: 0;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table .next, .daterangepicker .calendar-table .prev {
  position: absolute;
  top: 20px;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 4px;
}
.daterangepicker .calendar-table .next {
  right: 16px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev {
  left: 16px;
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  text-align: center;
  vertical-align: middle;
  min-width: 36px;
  width: 39px;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  margin-top: 5px;
}
.daterangepicker .calendar-table th.available, .daterangepicker .calendar-table td.available {
  color: #000;
}
.daterangepicker .calendar-table th.available.hovered, .daterangepicker .calendar-table td.available.hovered {
  background-color: #eee;
}
.daterangepicker .calendar-table th.available span i, .daterangepicker .calendar-table td.available span i {
  font-weight: bold;
  font-size: 14px;
  line-height: 34px;
  color: #0C1014;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.daterangepicker .calendar-table th.week, .daterangepicker .calendar-table td.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker .calendar-table th.off, .daterangepicker .calendar-table th.off.in-range, .daterangepicker .calendar-table th.off.start-date, .daterangepicker .calendar-table th.off.end-date, .daterangepicker .calendar-table td.off, .daterangepicker .calendar-table td.off.in-range, .daterangepicker .calendar-table td.off.start-date, .daterangepicker .calendar-table td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #AFAFAF;
  position: relative;
}
.daterangepicker .calendar-table th.off.disabled:before, .daterangepicker .calendar-table td.off.disabled:before {
  content: "";
  width: 100%;
  height: 0.1em;
  background: #db7d76;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(135deg);
}
.daterangepicker .calendar-table th.in-range span, .daterangepicker .calendar-table td.in-range span {
  position: relative;
  display: block;
}
.daterangepicker .calendar-table th.in-range span:before, .daterangepicker .calendar-table td.in-range span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 38px;
  height: 34px;
  background-color: rgba(175, 175, 175, 0.3);
}
.daterangepicker .calendar-table th.active, .daterangepicker .calendar-table th.active:hover, .daterangepicker .calendar-table td.active, .daterangepicker .calendar-table td.active:hover {
  border-color: transparent;
  color: #fff;
}
.daterangepicker .calendar-table th.active span, .daterangepicker .calendar-table th.active:hover span, .daterangepicker .calendar-table td.active span, .daterangepicker .calendar-table td.active:hover span {
  position: relative;
  display: block;
}
.daterangepicker .calendar-table th.active span:before, .daterangepicker .calendar-table th.active:hover span:before, .daterangepicker .calendar-table td.active span:before, .daterangepicker .calendar-table td.active:hover span:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  display: block;
  width: 26px;
  height: 0px;
}
.daterangepicker .calendar-table th.active span i, .daterangepicker .calendar-table th.active:hover span i, .daterangepicker .calendar-table td.active span i, .daterangepicker .calendar-table td.active:hover span i {
  display: block;
  color: #fff;
  font-style: normal;
  position: relative;
  z-index: 1;
  pointer-events: none;
  line-height: 14px;
}
.daterangepicker .calendar-table th.active.end-date span:before, .daterangepicker .calendar-table th.active:hover.end-date span:before, .daterangepicker .calendar-table td.active.end-date span:before, .daterangepicker .calendar-table td.active:hover.end-date span:before {
  height: 0px;
  width: 26px;
  border-width: 17px 12px 17px 0px;
  border-style: solid;
}
.daterangepicker .calendar-table th.active.start-date span:before, .daterangepicker .calendar-table th.active:hover.start-date span:before, .daterangepicker .calendar-table td.active.start-date span:before, .daterangepicker .calendar-table td.active:hover.start-date span:before {
  height: 0px;
  width: 26px;
  border-width: 17px 0px 17px 12px;
  border-style: solid;
}
.daterangepicker .calendar-table th.month, .daterangepicker .calendar-table td.month {
  width: auto;
  color: #0C1014;
  text-align: center;
}
.daterangepicker .calendar-table th.disabled, .daterangepicker .calendar-table td.disabled {
  color: #AFAFAF;
  cursor: not-allowed;
}
.daterangepicker .calendar-table th {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #686868;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0 19px;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.calendar_0 {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.calendar_0 {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.calendar_1 {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.calendar_0 {
  border-left: 1px solid #ddd;
}
.daterangepicker hr {
  clear: both;
  width: calc(100% - 40px);
}
.daterangepicker .drp-message {
  clear: both;
  padding: 20px;
}
.daterangepicker .drp-apply-button {
  width: 130px;
  height: 35px;
  line-height: 35px;
  float: right;
  position: relative;
  margin: 10px 50px;
  font-size: 14px;
}
@media screen and (max-width : 767px) {
  .daterangepicker .drp-apply-button {
    width: 260px;
    margin: 10px 12px;
  }
}
.daterangepicker.available-datepicker .drp-message {
  float: left;
  clear: none;
}

/*  Larger Screen Styling */
@media (min-width: 768px) {
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker .drp-calendar {
    float: left;
  }
  .daterangepicker .drp-calendar.calendar_0 {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.calendar_0 .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-right: 8px;
  }
  .daterangepicker .drp-calendar.calendar_1 {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.calendar_1 .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.single .ranges {
    float: left;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker.single .drp-calendar.calendar_0 {
    clear: none;
  }
}
@media (min-width: 768px) {
  .daterangepicker .ranges {
    width: auto;
    float: left;
  }
  .daterangepicker .drp-calendar.calendar_0 {
    clear: none !important;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
}
.thought {
  display: none;
  position: absolute;
  z-index: 2;
  font-size: 12px;
  top: -57px;
  width: 80px;
  height: 41px;
  text-align: center;
  line-height: 36px;
  background-color: #fff;
  border: 4px solid #666;
  border-radius: 8px;
  box-shadow: 2px 2px 4px #888;
}
.thought:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 10px;
  top: 33px;
  border: 10px solid;
  border-color: #666 transparent transparent #666;
}
.thought:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 13px;
  top: 31px;
  border: 7px solid;
  border-color: #fff transparent transparent #fff;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

select {
  border: none;
  max-width: 100%;
  height: 56px;
}

.selectric {
  border: none;
}
.selectric .label {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
@media screen and (max-width : 1205px) {
  .selectric .label {
    font-size: 16px;
  }
}
.selectric .button {
  background-color: transparent;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 9px;
  border: none;
  background: url("../icons/arrow.svg");
}

.selectric-form-select {
  margin-bottom: 32px;
}
.selectric-form-select .selectric {
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  height: 56px;
  line-height: 54px;
}
.selectric-form-select .selectric .label {
  line-height: 54px;
  margin-left: 20px;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
}
.selectric-form-select .selectric .button {
  line-height: 54px;
  height: 100%;
}
.selectric-form-select .selectric .button:after {
  background: url('data:image/svg+xml;utf8,<svg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.34292 0.757347L0.928711 2.17156L7.99976 9.24266L15.0708 2.17159L13.6566 0.757377L7.99978 6.41421L2.34292 0.757347Z" fill="rgb(175, 175, 175)" /></svg>');
}

.selectric-items {
  background: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  box-shadow: none;
}
.selectric-items li {
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  border-bottom: 1px solid #AFAFAF;
}
.selectric-items li:last-of-type {
  border: none;
  border-radius: 0 0 8px 8px;
}
.selectric-items li:hover {
  background: #ECECEC;
  color: #000;
}
.selectric-items li.highlighted {
  background: #ECECEC;
}
.selectric-items li.selected {
  font-weight: bold;
  background-color: transparent;
}

.selectric-hotels-search {
  width: 558px;
}
.selectric-hotels-search .selectric {
  display: flex;
  justify-content: center;
}
.selectric-hotels-search .selectric .label {
  margin-right: 0;
}
.selectric-hotels-search .selectric .button {
  position: relative;
}

.selectric-mobile-wrapper {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  top: 0 !important;
  display: none;
}

@media screen and (max-width : 767px) {
  .selectric-open .selectric-mobile-wrapper {
    display: block;
  }
  .selectric-open .selectric-items {
    width: 100% !important;
    height: auto !important;
    overflow-y: scroll;
    max-height: 100vh;
    border-radius: 8px 8px 0 0;
    border: 0;
    position: fixed;
    top: auto !important;
    bottom: 0;
    left: 0 !important;
    padding: 34px 20px 25px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .selectric-open .selectric-items:before {
    content: "";
    width: 56px;
    height: 5px;
    border-radius: 30px;
    background: #AFAFAF;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    margin: 0 auto;
  }
  .selectric-open .selectric-items .selectric-scroll {
    width: 100%;
  }
  .selectric-open .selectric-items li {
    padding: 8px 0;
    border: 0;
  }
}
.selectric-language-select .selectric, .selectric-hotels-search .selectric {
  background: transparent !important;
}

.hotel-select {
  display: flex;
  justify-content: center;
}
.hotel-select .theme-text-color {
  display: none;
}

.main-hotel-name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-hotel-name h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin: 0;
  margin-bottom: 9px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .main-hotel-name h1 {
    font-size: 30px;
    line-height: 41px;
  }
}
@media screen and (max-width : 767px) {
  .main-hotel-name h1 {
    font-size: 22px;
    line-height: 30px;
  }
}
.main-hotel-name p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #686868;
  margin: 0;
}

.rooms-list, .hotels-list, .transfer-list, .service-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width : 767px) {
  .rooms-list, .hotels-list, .transfer-list, .service-list {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.rooms-list .piece, .hotels-list .piece, .transfer-list .piece, .service-list .piece {
  width: 362px;
  max-height: 2536px;
  transition: 0.5s ease all;
  margin-bottom: 30px;
}
@media screen and (min-width : 1206px) {
  .rooms-list .piece:nth-child(3n+1) .room-full-description, .rooms-list .piece:nth-child(3n+1) .hotel-map, .hotels-list .piece:nth-child(3n+1) .room-full-description, .hotels-list .piece:nth-child(3n+1) .hotel-map, .transfer-list .piece:nth-child(3n+1) .room-full-description, .transfer-list .piece:nth-child(3n+1) .hotel-map, .service-list .piece:nth-child(3n+1) .room-full-description, .service-list .piece:nth-child(3n+1) .hotel-map {
    left: 0;
  }
  .rooms-list .piece:nth-child(3n+2) .room-full-description, .rooms-list .piece:nth-child(3n+2) .hotel-map, .hotels-list .piece:nth-child(3n+2) .room-full-description, .hotels-list .piece:nth-child(3n+2) .hotel-map, .transfer-list .piece:nth-child(3n+2) .room-full-description, .transfer-list .piece:nth-child(3n+2) .hotel-map, .service-list .piece:nth-child(3n+2) .room-full-description, .service-list .piece:nth-child(3n+2) .hotel-map {
    left: -392px;
  }
  .rooms-list .piece:nth-child(3n+3) .room-full-description, .rooms-list .piece:nth-child(3n+3) .hotel-map, .hotels-list .piece:nth-child(3n+3) .room-full-description, .hotels-list .piece:nth-child(3n+3) .hotel-map, .transfer-list .piece:nth-child(3n+3) .room-full-description, .transfer-list .piece:nth-child(3n+3) .hotel-map, .service-list .piece:nth-child(3n+3) .room-full-description, .service-list .piece:nth-child(3n+3) .hotel-map {
    left: -784px;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .rooms-list .piece:nth-child(2n+1) .room-full-description, .rooms-list .piece:nth-child(2n+1) .hotel-map, .hotels-list .piece:nth-child(2n+1) .room-full-description, .hotels-list .piece:nth-child(2n+1) .hotel-map, .transfer-list .piece:nth-child(2n+1) .room-full-description, .transfer-list .piece:nth-child(2n+1) .hotel-map, .service-list .piece:nth-child(2n+1) .room-full-description, .service-list .piece:nth-child(2n+1) .hotel-map {
    left: 0;
  }
  .rooms-list .piece:nth-child(2n+2) .room-full-description, .rooms-list .piece:nth-child(2n+2) .hotel-map, .hotels-list .piece:nth-child(2n+2) .room-full-description, .hotels-list .piece:nth-child(2n+2) .hotel-map, .transfer-list .piece:nth-child(2n+2) .room-full-description, .transfer-list .piece:nth-child(2n+2) .hotel-map, .service-list .piece:nth-child(2n+2) .room-full-description, .service-list .piece:nth-child(2n+2) .hotel-map {
    left: -369px;
  }
}
@media screen and (max-width : 767px) {
  .rooms-list .piece, .hotels-list .piece, .transfer-list .piece, .service-list .piece {
    margin-bottom: 12px;
  }
}
@media screen and (max-width : 767px) {
  .rooms-list .piece.single-tariff .tariff-choice, .hotels-list .piece.single-tariff .tariff-choice, .transfer-list .piece.single-tariff .tariff-choice, .service-list .piece.single-tariff .tariff-choice {
    margin-bottom: 0;
  }
}
.rooms-list .piece.single-tariff .tariff-choice .radio label, .hotels-list .piece.single-tariff .tariff-choice .radio label, .transfer-list .piece.single-tariff .tariff-choice .radio label, .service-list .piece.single-tariff .tariff-choice .radio label {
  border-radius: 8px;
}
@media screen and (max-width : 767px) {
  .rooms-list .piece.single-tariff .tariff-choice .radio label, .hotels-list .piece.single-tariff .tariff-choice .radio label, .transfer-list .piece.single-tariff .tariff-choice .radio label, .service-list .piece.single-tariff .tariff-choice .radio label {
    border: 0 !important;
  }
}
.rooms-list .piece.single-tariff .tariff-choice .radio label span.tariff-name, .hotels-list .piece.single-tariff .tariff-choice .radio label span.tariff-name, .transfer-list .piece.single-tariff .tariff-choice .radio label span.tariff-name, .service-list .piece.single-tariff .tariff-choice .radio label span.tariff-name {
  padding-left: 0;
}
.rooms-list .piece.single-tariff .tariff-choice .radio label:before, .hotels-list .piece.single-tariff .tariff-choice .radio label:before, .transfer-list .piece.single-tariff .tariff-choice .radio label:before, .service-list .piece.single-tariff .tariff-choice .radio label:before {
  display: none;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .rooms-list .piece, .hotels-list .piece, .transfer-list .piece, .service-list .piece {
    width: 340px;
  }
}
@media screen and (max-width : 767px) {
  .rooms-list .piece, .hotels-list .piece, .transfer-list .piece, .service-list .piece {
    width: 288px;
  }
}
@media screen and (max-width : 1205px) {
  .rooms-list .piece .more-info-open, .hotels-list .piece .more-info-open, .transfer-list .piece .more-info-open, .service-list .piece .more-info-open {
    display: flex;
  }
  .rooms-list .piece .more-info-close, .hotels-list .piece .more-info-close, .transfer-list .piece .more-info-close, .service-list .piece .more-info-close {
    display: none;
  }
}
.rooms-list .piece .room, .rooms-list .piece .hotel, .hotels-list .piece .room, .hotels-list .piece .hotel, .transfer-list .piece .room, .transfer-list .piece .hotel, .service-list .piece .room, .service-list .piece .hotel {
  height: 391px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #AFAFAF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .rooms-list .piece .room, .rooms-list .piece .hotel, .hotels-list .piece .room, .hotels-list .piece .hotel, .transfer-list .piece .room, .transfer-list .piece .hotel, .service-list .piece .room, .service-list .piece .hotel {
    height: 410px;
  }
}
@media screen and (max-width : 767px) {
  .rooms-list .piece .room, .rooms-list .piece .hotel, .hotels-list .piece .room, .hotels-list .piece .hotel, .transfer-list .piece .room, .transfer-list .piece .hotel, .service-list .piece .room, .service-list .piece .hotel {
    height: 450px;
  }
}
.rooms-list .piece .room .room-photo, .rooms-list .piece .hotel .room-photo, .hotels-list .piece .room .room-photo, .hotels-list .piece .hotel .room-photo, .transfer-list .piece .room .room-photo, .transfer-list .piece .hotel .room-photo, .service-list .piece .room .room-photo, .service-list .piece .hotel .room-photo {
  position: relative;
  width: calc(100% + 2px);
  height: 170px;
  border-radius: 8px;
}
@media screen and (min-width : 1206px) {
  .rooms-list .piece .room .room-photo, .rooms-list .piece .hotel .room-photo, .hotels-list .piece .room .room-photo, .hotels-list .piece .hotel .room-photo, .transfer-list .piece .room .room-photo, .transfer-list .piece .hotel .room-photo, .service-list .piece .room .room-photo, .service-list .piece .hotel .room-photo {
    cursor: pointer;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .rooms-list .piece .room .room-photo, .rooms-list .piece .hotel .room-photo, .hotels-list .piece .room .room-photo, .hotels-list .piece .hotel .room-photo, .transfer-list .piece .room .room-photo, .transfer-list .piece .hotel .room-photo, .service-list .piece .room .room-photo, .service-list .piece .hotel .room-photo {
    height: 170px;
  }
}
@media screen and (max-width : 767px) {
  .rooms-list .piece .room .room-photo, .rooms-list .piece .hotel .room-photo, .hotels-list .piece .room .room-photo, .hotels-list .piece .hotel .room-photo, .transfer-list .piece .room .room-photo, .transfer-list .piece .hotel .room-photo, .service-list .piece .room .room-photo, .service-list .piece .hotel .room-photo {
    height: 218px;
  }
}
.rooms-list .piece .room .room-photo .main-pictures, .rooms-list .piece .hotel .room-photo .main-pictures, .hotels-list .piece .room .room-photo .main-pictures, .hotels-list .piece .hotel .room-photo .main-pictures, .transfer-list .piece .room .room-photo .main-pictures, .transfer-list .piece .hotel .room-photo .main-pictures, .service-list .piece .room .room-photo .main-pictures, .service-list .piece .hotel .room-photo .main-pictures {
  display: block;
  border-radius: 8px;
}
.rooms-list .piece .room .room-photo .main-pictures div, .rooms-list .piece .hotel .room-photo .main-pictures div, .hotels-list .piece .room .room-photo .main-pictures div, .hotels-list .piece .hotel .room-photo .main-pictures div, .transfer-list .piece .room .room-photo .main-pictures div, .transfer-list .piece .hotel .room-photo .main-pictures div, .service-list .piece .room .room-photo .main-pictures div, .service-list .piece .hotel .room-photo .main-pictures div {
  width: 100%;
  height: 170px;
  background-size: cover;
  border-radius: 8px;
  margin-left: -1px;
  margin-top: -1px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .rooms-list .piece .room .room-photo .main-pictures div, .rooms-list .piece .hotel .room-photo .main-pictures div, .hotels-list .piece .room .room-photo .main-pictures div, .hotels-list .piece .hotel .room-photo .main-pictures div, .transfer-list .piece .room .room-photo .main-pictures div, .transfer-list .piece .hotel .room-photo .main-pictures div, .service-list .piece .room .room-photo .main-pictures div, .service-list .piece .hotel .room-photo .main-pictures div {
    height: 170px;
  }
}
@media screen and (max-width : 767px) {
  .rooms-list .piece .room .room-photo .main-pictures div, .rooms-list .piece .hotel .room-photo .main-pictures div, .hotels-list .piece .room .room-photo .main-pictures div, .hotels-list .piece .hotel .room-photo .main-pictures div, .transfer-list .piece .room .room-photo .main-pictures div, .transfer-list .piece .hotel .room-photo .main-pictures div, .service-list .piece .room .room-photo .main-pictures div, .service-list .piece .hotel .room-photo .main-pictures div {
    height: 170px;
  }
}
@media screen and (min-width : 1206px) {
  .rooms-list .piece .room .room-photo:hover .hover, .rooms-list .piece .hotel .room-photo:hover .hover, .hotels-list .piece .room .room-photo:hover .hover, .hotels-list .piece .hotel .room-photo:hover .hover, .transfer-list .piece .room .room-photo:hover .hover, .transfer-list .piece .hotel .room-photo:hover .hover, .service-list .piece .room .room-photo:hover .hover, .service-list .piece .hotel .room-photo:hover .hover {
    display: block;
  }
}
.rooms-list .piece .room .hover, .rooms-list .piece .hotel .hover, .hotels-list .piece .room .hover, .hotels-list .piece .hotel .hover, .transfer-list .piece .room .hover, .transfer-list .piece .hotel .hover, .service-list .piece .room .hover, .service-list .piece .hotel .hover {
  display: none;
  line-height: 170px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
.rooms-list .piece .room .promo, .rooms-list .piece .hotel .promo, .hotels-list .piece .room .promo, .hotels-list .piece .hotel .promo, .transfer-list .piece .room .promo, .transfer-list .piece .hotel .promo, .service-list .piece .room .promo, .service-list .piece .hotel .promo {
  position: absolute;
  max-width: calc(100% - 24px);
  padding: 4px 12px 8px;
  top: 12px;
  right: 12px;
  background: #F5F5F5;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.rooms-list .piece .room .promo.last-action, .rooms-list .piece .hotel .promo.last-action, .hotels-list .piece .room .promo.last-action, .hotels-list .piece .hotel .promo.last-action, .transfer-list .piece .room .promo.last-action, .transfer-list .piece .hotel .promo.last-action, .service-list .piece .room .promo.last-action, .service-list .piece .hotel .promo.last-action {
  color: #F3AF00;
}
.rooms-list .piece .room .promo.available, .rooms-list .piece .hotel .promo.available, .hotels-list .piece .room .promo.available, .hotels-list .piece .hotel .promo.available, .transfer-list .piece .room .promo.available, .transfer-list .piece .hotel .promo.available, .service-list .piece .room .promo.available, .service-list .piece .hotel .promo.available {
  color: #DE0000;
}
.rooms-list .piece .room .room-description, .rooms-list .piece .hotel .room-description, .hotels-list .piece .room .room-description, .hotels-list .piece .hotel .room-description, .transfer-list .piece .room .room-description, .transfer-list .piece .hotel .room-description, .service-list .piece .room .room-description, .service-list .piece .hotel .room-description {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  height: 220px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .rooms-list .piece .room .room-description, .rooms-list .piece .hotel .room-description, .hotels-list .piece .room .room-description, .hotels-list .piece .hotel .room-description, .transfer-list .piece .room .room-description, .transfer-list .piece .hotel .room-description, .service-list .piece .room .room-description, .service-list .piece .hotel .room-description {
    height: 236px;
    padding-top: 3px;
  }
}
@media screen and (max-width : 767px) {
  .rooms-list .piece .room .room-description, .rooms-list .piece .hotel .room-description, .hotels-list .piece .room .room-description, .hotels-list .piece .hotel .room-description, .transfer-list .piece .room .room-description, .transfer-list .piece .hotel .room-description, .service-list .piece .room .room-description, .service-list .piece .hotel .room-description {
    height: 230px;
    padding-top: 3px;
  }
}
.rooms-list .piece .room .room-description .room-name, .rooms-list .piece .hotel .room-description .room-name, .hotels-list .piece .room .room-description .room-name, .hotels-list .piece .hotel .room-description .room-name, .transfer-list .piece .room .room-description .room-name, .transfer-list .piece .hotel .room-description .room-name, .service-list .piece .room .room-description .room-name, .service-list .piece .hotel .room-description .room-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #000;
  max-height: 46px;
  overflow: hidden;
}
@media screen and (max-width : 767px) {
  .rooms-list .piece .room .room-description .room-name, .rooms-list .piece .hotel .room-description .room-name, .hotels-list .piece .room .room-description .room-name, .hotels-list .piece .hotel .room-description .room-name, .transfer-list .piece .room .room-description .room-name, .transfer-list .piece .hotel .room-description .room-name, .service-list .piece .room .room-description .room-name, .service-list .piece .hotel .room-description .room-name {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
}
.rooms-list .piece .room .room-description button, .rooms-list .piece .hotel .room-description button, .hotels-list .piece .room .room-description button, .hotels-list .piece .hotel .room-description button, .transfer-list .piece .room .room-description button, .transfer-list .piece .hotel .room-description button, .service-list .piece .room .room-description button, .service-list .piece .hotel .room-description button {
  margin-top: auto;
  width: 100%;
  border-width: 1px;
  border-style: solid;
}
.rooms-list .piece .room .room-description button.available-dates-btn, .rooms-list .piece .hotel .room-description button.available-dates-btn, .hotels-list .piece .room .room-description button.available-dates-btn, .hotels-list .piece .hotel .room-description button.available-dates-btn, .transfer-list .piece .room .room-description button.available-dates-btn, .transfer-list .piece .hotel .room-description button.available-dates-btn, .service-list .piece .room .room-description button.available-dates-btn, .service-list .piece .hotel .room-description button.available-dates-btn {
  background: #fff;
}
.rooms-list .piece .room .room-description .lds-roller, .rooms-list .piece .hotel .room-description .lds-roller, .hotels-list .piece .room .room-description .lds-roller, .hotels-list .piece .hotel .room-description .lds-roller, .transfer-list .piece .room .room-description .lds-roller, .transfer-list .piece .hotel .room-description .lds-roller, .service-list .piece .room .room-description .lds-roller, .service-list .piece .hotel .room-description .lds-roller {
  display: none;
  margin: 0 auto;
}
.rooms-list .piece .room .room-description .order_item_footer .total-data, .rooms-list .piece .hotel .room-description .order_item_footer .total-data, .hotels-list .piece .room .room-description .order_item_footer .total-data, .hotels-list .piece .hotel .room-description .order_item_footer .total-data, .transfer-list .piece .room .room-description .order_item_footer .total-data, .transfer-list .piece .hotel .room-description .order_item_footer .total-data, .service-list .piece .room .room-description .order_item_footer .total-data, .service-list .piece .hotel .room-description .order_item_footer .total-data {
  font-weight: 400;
  font-size: 12px;
  color: #686868;
}
.rooms-list .piece.open, .hotels-list .piece.open, .transfer-list .piece.open, .service-list .piece.open {
  height: auto;
  max-height: 4000px;
  margin-bottom: 0;
}
.rooms-list .piece.open .room-description button.select-room, .rooms-list .piece.open .room-description button.available-dates-btn, .hotels-list .piece.open .room-description button.select-room, .hotels-list .piece.open .room-description button.available-dates-btn, .transfer-list .piece.open .room-description button.select-room, .transfer-list .piece.open .room-description button.available-dates-btn, .service-list .piece.open .room-description button.select-room, .service-list .piece.open .room-description button.available-dates-btn {
  background: #E7E7E7;
  color: #454545;
  border-color: #E7E7E7;
}
@media screen and (max-width : 1205px) {
  .rooms-list .piece.open .more-info-open, .hotels-list .piece.open .more-info-open, .transfer-list .piece.open .more-info-open, .service-list .piece.open .more-info-open {
    display: none;
  }
  .rooms-list .piece.open .more-info-close, .hotels-list .piece.open .more-info-close, .transfer-list .piece.open .more-info-close, .service-list .piece.open .more-info-close {
    display: flex;
  }
}
@media screen and (max-width : 767px) {
  .rooms-list .piece.open .room-description > .room-available, .hotels-list .piece.open .room-description > .room-available, .transfer-list .piece.open .room-description > .room-available, .service-list .piece.open .room-description > .room-available {
    display: none;
  }
}
.rooms-list .piece.open .room:before, .rooms-list .piece.open .room:after, .rooms-list .piece.open .hotel:before, .rooms-list .piece.open .hotel:after, .hotels-list .piece.open .room:before, .hotels-list .piece.open .room:after, .hotels-list .piece.open .hotel:before, .hotels-list .piece.open .hotel:after, .transfer-list .piece.open .room:before, .transfer-list .piece.open .room:after, .transfer-list .piece.open .hotel:before, .transfer-list .piece.open .hotel:after, .service-list .piece.open .room:before, .service-list .piece.open .room:after, .service-list .piece.open .hotel:before, .service-list .piece.open .hotel:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 27px solid #fff;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
}
.rooms-list .piece.open .room:before, .rooms-list .piece.open .hotel:before, .hotels-list .piece.open .room:before, .hotels-list .piece.open .hotel:before, .transfer-list .piece.open .room:before, .transfer-list .piece.open .hotel:before, .service-list .piece.open .room:before, .service-list .piece.open .hotel:before {
  bottom: -28px;
  border-top-color: #AFAFAF;
}
@media screen and (max-width : 767px) {
  .rooms-list .piece.open .room, .hotels-list .piece.open .room, .transfer-list .piece.open .room, .service-list .piece.open .room {
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }
  .rooms-list .piece.open .room:before, .rooms-list .piece.open .room:after, .hotels-list .piece.open .room:before, .hotels-list .piece.open .room:after, .transfer-list .piece.open .room:before, .transfer-list .piece.open .room:after, .service-list .piece.open .room:before, .service-list .piece.open .room:after {
    display: none;
  }
  .rooms-list .piece.open .room-full-description, .hotels-list .piece.open .room-full-description, .transfer-list .piece.open .room-full-description, .service-list .piece.open .room-full-description {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .rooms-list .piece.open .room-full-description.available-dates-line, .hotels-list .piece.open .room-full-description.available-dates-line, .transfer-list .piece.open .room-full-description.available-dates-line, .service-list .piece.open .room-full-description.available-dates-line {
    border: 1px solid #AFAFAF;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    padding-left: 20px;
    overflow: hidden;
  }
  .rooms-list .piece.open .room-full-description.available-dates-line .wrapper, .hotels-list .piece.open .room-full-description.available-dates-line .wrapper, .transfer-list .piece.open .room-full-description.available-dates-line .wrapper, .service-list .piece.open .room-full-description.available-dates-line .wrapper {
    flex-direction: column;
  }
  .rooms-list .piece.open .room-full-description .close, .hotels-list .piece.open .room-full-description .close, .transfer-list .piece.open .room-full-description .close, .service-list .piece.open .room-full-description .close {
    display: none;
  }
  .rooms-list .piece.open .room-full-description .wrapper, .hotels-list .piece.open .room-full-description .wrapper, .transfer-list .piece.open .room-full-description .wrapper, .service-list .piece.open .room-full-description .wrapper {
    padding-top: 0;
  }
  .rooms-list .piece.open .room-full-description .wrapper .left-column, .hotels-list .piece.open .room-full-description .wrapper .left-column, .transfer-list .piece.open .room-full-description .wrapper .left-column, .service-list .piece.open .room-full-description .wrapper .left-column {
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    border-bottom: 1px solid #AFAFAF;
    border-radius: 0 0 8px 8px;
    padding: 40px 20px 5px;
  }
  .rooms-list .piece.open .room-full-description .wrapper .left-column .room-title, .rooms-list .piece.open .room-full-description .wrapper .left-column .hotel-name, .rooms-list .piece.open .room-full-description .wrapper .left-column .pictures, .hotels-list .piece.open .room-full-description .wrapper .left-column .room-title, .hotels-list .piece.open .room-full-description .wrapper .left-column .hotel-name, .hotels-list .piece.open .room-full-description .wrapper .left-column .pictures, .transfer-list .piece.open .room-full-description .wrapper .left-column .room-title, .transfer-list .piece.open .room-full-description .wrapper .left-column .hotel-name, .transfer-list .piece.open .room-full-description .wrapper .left-column .pictures, .service-list .piece.open .room-full-description .wrapper .left-column .room-title, .service-list .piece.open .room-full-description .wrapper .left-column .hotel-name, .service-list .piece.open .room-full-description .wrapper .left-column .pictures {
    display: none;
  }
  .rooms-list .piece.open .room-full-description .wrapper .left-column .pictures + .room-param, .hotels-list .piece.open .room-full-description .wrapper .left-column .pictures + .room-param, .transfer-list .piece.open .room-full-description .wrapper .left-column .pictures + .room-param, .service-list .piece.open .room-full-description .wrapper .left-column .pictures + .room-param {
    display: none;
  }
  .rooms-list .piece.open .room-full-description .wrapper .left-column .room-param, .hotels-list .piece.open .room-full-description .wrapper .left-column .room-param, .transfer-list .piece.open .room-full-description .wrapper .left-column .room-param, .service-list .piece.open .room-full-description .wrapper .left-column .room-param {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .rooms-list .piece.open .room-full-description .wrapper .left-column .room-param p, .hotels-list .piece.open .room-full-description .wrapper .left-column .room-param p, .transfer-list .piece.open .room-full-description .wrapper .left-column .room-param p, .service-list .piece.open .room-full-description .wrapper .left-column .room-param p {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.rooms-list .piece.open-dates .room:before, .rooms-list .piece.open-dates .room:after, .rooms-list .piece.open-dates .hotel:before, .rooms-list .piece.open-dates .hotel:after, .hotels-list .piece.open-dates .room:before, .hotels-list .piece.open-dates .room:after, .hotels-list .piece.open-dates .hotel:before, .hotels-list .piece.open-dates .hotel:after, .transfer-list .piece.open-dates .room:before, .transfer-list .piece.open-dates .room:after, .transfer-list .piece.open-dates .hotel:before, .transfer-list .piece.open-dates .hotel:after, .service-list .piece.open-dates .room:before, .service-list .piece.open-dates .room:after, .service-list .piece.open-dates .hotel:before, .service-list .piece.open-dates .hotel:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 27px solid #fff;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
}
.rooms-list .piece.open-dates .room:before, .rooms-list .piece.open-dates .hotel:before, .hotels-list .piece.open-dates .room:before, .hotels-list .piece.open-dates .hotel:before, .transfer-list .piece.open-dates .room:before, .transfer-list .piece.open-dates .hotel:before, .service-list .piece.open-dates .room:before, .service-list .piece.open-dates .hotel:before {
  bottom: -28px;
  border-top-color: #AFAFAF;
}
@media screen and (max-width : 767px) {
  .rooms-list .piece.open-dates .room:before, .rooms-list .piece.open-dates .room:after, .hotels-list .piece.open-dates .room:before, .hotels-list .piece.open-dates .room:after, .transfer-list .piece.open-dates .room:before, .transfer-list .piece.open-dates .room:after, .service-list .piece.open-dates .room:before, .service-list .piece.open-dates .room:after {
    display: none;
  }
}
.rooms-list .piece .more-info, .hotels-list .piece .more-info, .transfer-list .piece .more-info, .service-list .piece .more-info {
  justify-content: center;
  align-items: baseline;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
  cursor: pointer;
}
.rooms-list .piece .more-info svg, .hotels-list .piece .more-info svg, .transfer-list .piece .more-info svg, .service-list .piece .more-info svg {
  margin-left: 10px;
}
.rooms-list .piece .show-other-room-types-btn:after, .hotels-list .piece .show-other-room-types-btn:after, .transfer-list .piece .show-other-room-types-btn:after, .service-list .piece .show-other-room-types-btn:after {
  content: "";
  color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: -10px;
  position: relative;
}

@media screen and (max-width : 767px) {
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
}

.room-available .room-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.room-available .room-price .old-price {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: line-through;
  color: #686868;
  margin-right: 10px;
}
.room-available .room-price .discount {
  display: block;
  width: 50px;
  height: 22px;
  border-radius: 4px;
  background: #F3AF00;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.room-available .room-select .real-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  color: #000;
}
.room-available .room-select .real-price span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #686868;
}

.room-param {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.room-param p {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #686868;
}
.room-param p:before {
  content: "";
  position: absolute;
  left: 0;
}
.room-param .man {
  padding-left: 22px;
  margin-right: 42px;
}
.room-param .man:before {
  width: 12px;
  height: 18px;
  background: url(../icons/man.svg) no-repeat;
  background-size: 12px 18px;
}
.room-param .square {
  padding-left: 25px;
  margin-right: 42px;
}
.room-param .square:before {
  width: 16px;
  height: 20px;
  background: url(../icons/house.svg) no-repeat;
  background-size: 16px 20px;
}
.room-param .check-in {
  padding-left: 31px;
  margin-right: 42px;
}
.room-param .check-in:before {
  width: 22px;
  height: 22px;
  background: url(../icons/check-in.svg) no-repeat;
  background-size: 22px 22px;
}
.room-param .check-out {
  padding-left: 31px;
  margin-right: 42px;
}
.room-param .check-out:before {
  width: 22px;
  height: 22px;
  background: url(../icons/check-out.svg) no-repeat;
  background-size: 22px 22px;
}

@media screen and (max-width : 767px) {
  .rooms-list .piece.open .room-description {
    height: auto;
  }
  .rooms-list .piece.open .room-description > button {
    display: none;
  }
}
@media screen and (min-width : 1206px) {
  .rooms-list .piece:nth-child(3n+2), .hotels-list .piece:nth-child(3n+2) {
    margin-left: 30px;
    margin-right: 30px;
  }
  .rooms-list .piece:last-child, .hotels-list .piece:last-child {
    margin-right: auto;
  }
}

.transfer-list .piece, .service-list .piece {
  border-radius: 8px;
  border-color: #AFAFAF;
}

.selectric-service-days-select {
  display: none;
  margin: 0;
  width: 146px;
}
@media screen and (max-width : 767px) {
  .selectric-service-days-select {
    width: 100%;
  }
}

.room-sold-out p.sold {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #686868;
  margin-bottom: 11px;
}
@media screen and (max-width : 767px) {
  .room-sold-out p.sold {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width : 767px) {
  .rooms-list .piece .room .room-photo .main-pictures:not(.main-pictures-slider) {
    display: none;
  }
  .rooms-list .piece .room .room-photo .main-pictures:not(.lSSlideOuter) > div {
    width: 286px;
    margin-left: 0;
  }
}
.search {
  height: 63px;
  width: 754px;
  border-radius: 8px;
  border: 1px solid #AFAFAF;
  border-right: 0;
  position: relative;
  z-index: 6;
  margin: 45px auto 100px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .search {
    width: 707px;
  }
}
.search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.search p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.search p:before {
  content: "";
  position: absolute;
  left: 0;
}
.search .calendar {
  width: 271px;
}
@media screen and (min-width : 1206px) {
  .search .calendar {
    border-radius: 8px 0 0 8px;
  }
}
.search .person {
  padding-left: 20px;
  width: 271px;
  position: relative;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .search .person {
    width: 251px;
  }
}
.search .person > p {
  padding: 21px 20px 20px 22px;
  cursor: pointer;
}
.search .person > p:before {
  width: 12px;
  height: 18px;
  background: url(../icons/man.svg) no-repeat;
  background-size: 12px 18px;
}
.search .person .person-choise-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: transparent;
}
@media screen and (max-width : 767px) {
  .search .person .person-choise-wrapper {
    background: rgba(0, 0, 0, 0.6);
  }
}
.search .person .person-choise {
  display: none;
  width: 429px;
  min-height: 137px;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 67px;
}
@media screen and (max-width : 767px) {
  .search .person .person-choise {
    width: 100vw;
    height: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    border-radius: 8px 8px 0 0;
    border: 0;
    position: fixed;
    top: 380px;
    bottom: 0;
    left: 0;
    padding: 34px 20px 25px;
    z-index: 5;
  }
  .search .person .person-choise .touch-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 21px;
  }
  .search .person .person-choise .touch-line div {
    width: 56px;
    height: 5px;
    border-radius: 30px;
    background: #AFAFAF;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    margin: 0 auto;
  }
  .search .person .person-choise .save-person-choice {
    text-align: right;
    margin-bottom: 25px;
    cursor: pointer;
  }
}
.search .person .person-choise .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.search .person .person-choise .item p {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
@media screen and (max-width : 767px) {
  .search .person .person-choise .item p {
    font-size: 16px;
    line-height: 22px;
  }
}
.search .person .person-choise .item.child > div {
  display: flex;
  flex-direction: column;
}
.search .person .person-choise .item.child > div p {
  margin-bottom: 6px;
}
.search .person .person-choise .item.child > div span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
  cursor: pointer;
}
.search .person .person-choise .item.child input {
  width: 147px;
  height: 48px;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  padding: 0 18px;
}
@media screen and (max-width : 767px) {
  .search .person .person-choise .item.child input {
    width: 121px;
  }
}
.search .person .person-choise .item.child input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AFAFAF;
}
.search .person .person-choise .item.child input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AFAFAF;
}
.search .person .person-choise .item.child input::-ms-input-placeholder { /* Microsoft Edge */
  color: #AFAFAF;
}
.search .person .person-choise .add-children {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.search .person .promo-block {
  position: absolute;
  top: 100%;
  left: -1px;
  margin-top: 0px;
  width: calc(100% + 2px);
}
.search .person .promo-block .show-promo-input-block {
  margin-left: 10px;
  cursor: pointer;
  font-size: 12px;
}
.search .person .promo-block .promo-input-block {
  display: none;
}
.search .person .promo-block .promo-input-block input {
  border-radius: 0px 0px 8px 8px;
  padding-right: 65px;
}
.search .person .promo-block .promo-input-block .hide-promo-input-block {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 25px;
  top: -2px;
  right: 10px;
}
.search .person .promo-block .promo-input-block .hide-promo-input-block:before, .search .person .promo-block .promo-input-block .hide-promo-input-block:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: gray;
  top: 50%;
}
.search .person .promo-block .promo-input-block .hide-promo-input-block:before {
  transform: rotate(45deg);
}
.search .person .promo-block .promo-input-block .hide-promo-input-block:after {
  transform: rotate(-45deg);
}
.search .person.open-promo-block {
  border-radius: 0px;
}
.search .person.open-promo-block .show-promo-input-block {
  display: none;
}
.search .person.open-promo-block .promo-block .promo-input-block {
  display: block;
}
@media screen and (max-width : 1205px) {
  .search .person.promo-enabled {
    margin-bottom: 30px;
  }
  .search .person.promo-enabled.open-promo-block {
    margin-bottom: 60px;
  }
}
.search button {
  width: 210px;
  border-radius: 0 8px 8px 0;
  height: 63px;
  color: #fff;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .search button {
    width: 184px;
  }
}
@media screen and (max-width : 1205px) {
  .search {
    width: 100%;
    min-height: 203px;
    height: auto;
    border: none;
    margin: 35px auto 53px;
    margin-bottom: 0;
  }
  .search form {
    flex-direction: column;
    align-items: flex-start;
  }
  .search form .calendar {
    width: 100%;
    border-radius: 8px 8px 0 0;
    border: 1px solid #AFAFAF;
    padding-left: 30px;
    padding-right: 30px;
  }
  .search form .person {
    width: 100%;
    border-radius: 0 0 8px 8px;
    border: 1px solid #AFAFAF;
    border-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .search form .person .person-choise-wrapper {
    display: none;
  }
  .search form .person .person-choise {
    display: none;
  }
  .search form button {
    margin-top: 15px;
    width: 100%;
    border-radius: 8px;
  }
}

.search.mutual-search {
  border: 0;
  width: 600px;
}
.search.mutual-search .calendar p {
  border: 1px solid #AFAFAF;
  border-radius: 8px !important;
  padding: 21px 0 20px 43px;
  position: relative;
}
.search.mutual-search .calendar p:before {
  left: 8px;
  top: 22px;
}
.search.mutual-search .calendar.date-from, .search.mutual-search .calendar.date-to {
  width: 35%;
}
@media screen and (max-width: 1205px) {
  .search.mutual-search .calendar.date-from, .search.mutual-search .calendar.date-to {
    width: 100%;
  }
}
@media screen and (max-width: 1205px) {
  .search.mutual-search .calendar {
    padding-bottom: 10px;
    border: 0;
  }
}
.search.mutual-search button.search-room {
  width: 30%;
  border-radius: 8px;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 1205px) {
  .search.mutual-search button.search-room {
    margin: 0;
    width: 100%;
  }
}

.calendar {
  padding-left: 20px;
  position: relative;
}
.calendar .datepicker {
  position: absolute;
  background: transparent;
  width: 0;
  height: 63px;
  padding: 0;
  top: 0;
  left: 0;
  box-shadow: none;
  border: none;
  color: transparent;
}
.calendar p {
  padding: 21px 0 20px 27px;
  cursor: pointer;
}
@media screen and (min-width : 1206px) {
  .calendar p {
    border-right: 1px solid #AFAFAF;
  }
}
.calendar p:before {
  width: 18px;
  height: 18px;
  background: url(../icons/calendar.svg) no-repeat;
  background-size: 18px 18px;
}

.search-params {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #686868;
  margin-bottom: 55px;
}
@media screen and (max-width : 1205px) {
  .search-params {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 26px;
  }
}

.person-amount {
  display: flex;
  align-items: center;
  width: 146px;
  height: 48px;
  background-color: #E7E7E7;
  border-radius: 8px;
}
@media screen and (max-width : 767px) {
  .person-amount {
    width: 121px;
  }
}
.person-amount button {
  background-color: #E7E7E7;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  width: 48px;
  height: 100%;
  color: #000;
}
.person-amount button.minus {
  border-radius: 8px 0 0 8px;
  text-align: right;
  padding-right: 5px;
}
.person-amount button.plus {
  border-radius: 0 8px 8px 0;
  text-align: left;
  padding-left: 5px;
}
.person-amount input {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  background-color: #E7E7E7;
  width: 50px;
  height: 100%;
  border: 0;
  outline: 0;
}

.change-parameters {
  display: none;
  padding: 25px 0;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
}
.change-parameters.show {
  display: block;
}
.change-parameters .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.change-parameters .item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.change-parameters .item span {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  width: 70px;
  margin-left: 20px;
  cursor: pointer;
}

.number-search-block .search-loader {
  display: none;
  align-items: center;
  margin: 0 auto;
  top: 80px;
}
.number-search-block .search-loader:before {
  content: attr(data-text);
  width: 200px;
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  left: -60px;
}
@media screen and (max-width : 767px) {
  .number-search-block .search-loader {
    top: 24px;
  }
}
.number-search-block .gotech_search_window_embeded .search-loader {
  top: 25px;
}
.number-search-block .gotech_search_window_embeded .search-loader:before {
  top: -25px;
}
.number-search-block.search-results .search-parameters {
  display: flex;
  transition: 0.5s 0.5s ease opacity;
}
.number-search-block.search-results .search-loader {
  display: flex;
}

.room-full-description, .hotel-map {
  position: relative;
  width: 1146px;
  margin-top: 30px;
  max-height: 0;
  transition: 0.5s ease opacity, 0.5s ease max-height;
  opacity: 0;
  left: 0;
  display: none;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .room-full-description, .hotel-map {
    width: 706px;
  }
}
@media screen and (max-width : 767px) {
  .room-full-description, .hotel-map {
    width: 288px;
  }
}
.room-full-description .close, .hotel-map .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}
.room-full-description .wrapper, .hotel-map .wrapper {
  position: relative;
  max-height: 4000px;
  width: 100%;
  padding-top: 40px;
}
@media screen and (max-width : 1205px) {
  .room-full-description .wrapper, .hotel-map .wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
.room-full-description .wrapper .total-data, .hotel-map .wrapper .total-data {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 25px;
}
@media screen and (min-width : 1206px) {
  .room-full-description .wrapper .sticky, .hotel-map .wrapper .sticky {
    float: right;
    width: 360px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .room-full-description .wrapper .sticky, .hotel-map .wrapper .sticky {
    width: 100%;
    margin-bottom: 35px;
  }
  .room-full-description .wrapper .sticky .sticky-footer, .hotel-map .wrapper .sticky .sticky-footer {
    display: flex;
    justify-content: space-between;
  }
  .room-full-description .wrapper .sticky .sticky-footer button, .hotel-map .wrapper .sticky .sticky-footer button {
    width: 340px;
  }
}
@media screen and (max-width : 767px) {
  .room-full-description .wrapper .sticky.tariff-line, .hotel-map .wrapper .sticky.tariff-line {
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
  }
  .room-full-description .wrapper .sticky.tariff-line .sticky-footer, .hotel-map .wrapper .sticky.tariff-line .sticky-footer {
    padding: 0 20px;
  }
}
.room-full-description .wrapper .sticky .no-rooms, .hotel-map .wrapper .sticky .no-rooms {
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  padding: 20px 30px;
}
.room-full-description .wrapper .sticky .no-rooms p, .hotel-map .wrapper .sticky .no-rooms p {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #686868;
  margin-bottom: 11px;
}
.room-full-description .wrapper .sticky .no-rooms a, .hotel-map .wrapper .sticky .no-rooms a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .room-full-description .wrapper .sticky .no-rooms, .hotel-map .wrapper .sticky .no-rooms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 77px;
  }
  .room-full-description .wrapper .sticky .no-rooms p, .hotel-map .wrapper .sticky .no-rooms p {
    margin: 0;
  }
}
@media screen and (max-width : 767px) {
  .room-full-description .wrapper .sticky .no-rooms, .hotel-map .wrapper .sticky .no-rooms {
    border: 0;
    padding: 10px 10px 0;
  }
  .room-full-description .wrapper .sticky .no-rooms p, .room-full-description .wrapper .sticky .no-rooms a, .hotel-map .wrapper .sticky .no-rooms p, .hotel-map .wrapper .sticky .no-rooms a {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}

@media screen and (min-width : 1206px) {
  .room-full-description .left-column, .hotel-map .left-column, .room-evolve .left-column {
    width: 754px;
    float: left;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .room-full-description .left-column, .hotel-map .left-column, .room-evolve .left-column {
    width: 100%;
  }
}
.room-full-description .left-column.null-class, .hotel-map .left-column.null-class, .room-evolve .left-column.null-class {
  width: 100%;
  padding: 40px 30px 20px;
}
@media screen and (max-width : 767px) {
  .room-full-description .left-column.null-class, .hotel-map .left-column.null-class, .room-evolve .left-column.null-class {
    padding: 0 20px 10px;
  }
  .room-full-description .left-column.null-class .room-param, .hotel-map .left-column.null-class .room-param, .room-evolve .left-column.null-class .room-param {
    display: none;
  }
  .room-full-description .left-column.null-class .room-param.phone, .hotel-map .left-column.null-class .room-param.phone, .room-evolve .left-column.null-class .room-param.phone {
    display: block;
    margin-bottom: 0;
  }
  .room-full-description .left-column.null-class .room-param.phone p, .hotel-map .left-column.null-class .room-param.phone p, .room-evolve .left-column.null-class .room-param.phone p {
    margin-bottom: 15px;
  }
}
.room-full-description .left-column .room-title, .hotel-map .left-column .room-title, .room-evolve .left-column .room-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 17px;
}
.room-full-description .left-column .hotel-name, .hotel-map .left-column .hotel-name, .room-evolve .left-column .hotel-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #686868;
  margin-bottom: 34px;
}
.room-full-description .left-column .pictures, .hotel-map .left-column .pictures, .room-evolve .left-column .pictures {
  position: relative;
  width: 754px;
  height: 537px;
  border-radius: 8px;
}
.room-full-description .left-column .pictures:not(.lSSlideOuter) > div, .hotel-map .left-column .pictures:not(.lSSlideOuter) > div, .room-evolve .left-column .pictures:not(.lSSlideOuter) > div {
  position: relative;
  width: 754px;
  height: 487px;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .room-full-description .left-column .room-param, .hotel-map .left-column .room-param, .room-evolve .left-column .room-param {
    margin-bottom: 15px;
  }
}
.room-full-description .left-column .room-param p, .hotel-map .left-column .room-param p, .room-evolve .left-column .room-param p {
  margin-bottom: 0;
  color: #686868;
}
.room-full-description .left-column p, .room-full-description .left-column ul, .hotel-map .left-column p, .hotel-map .left-column ul, .room-evolve .left-column p, .room-evolve .left-column ul {
  margin-bottom: 55px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width : 1205px) {
  .room-full-description .left-column p, .room-full-description .left-column ul, .hotel-map .left-column p, .hotel-map .left-column ul, .room-evolve .left-column p, .room-evolve .left-column ul {
    margin-bottom: 28px;
  }
}
.room-full-description .left-column ul, .hotel-map .left-column ul, .room-evolve .left-column ul {
  padding-left: 20px;
}
.room-full-description .left-column .title, .hotel-map .left-column .title, .room-evolve .left-column .title {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  padding-left: 33px;
}
@media screen and (max-width : 767px) {
  .room-full-description .left-column .title, .hotel-map .left-column .title, .room-evolve .left-column .title {
    font-size: 18px;
    line-height: 24px;
  }
}
.room-full-description .left-column .title:before, .hotel-map .left-column .title:before, .room-evolve .left-column .title:before {
  content: "";
  position: absolute;
  left: 0;
}
.room-full-description .left-column .title.room-equipment:before, .hotel-map .left-column .title.room-equipment:before, .room-evolve .left-column .title.room-equipment:before {
  width: 22px;
  height: 22px;
  background: url(../icons/smile.svg) no-repeat;
  background-size: 22px 22px;
  background-position: center;
}
.room-full-description .left-column .title.bath:before, .hotel-map .left-column .title.bath:before, .room-evolve .left-column .title.bath:before {
  width: 22px;
  height: 22px;
  background: url(../icons/bath.svg) no-repeat;
  background-size: 22px 20px;
  background-position: center;
}
.room-full-description .left-column .title.service:before, .hotel-map .left-column .title.service:before, .room-evolve .left-column .title.service:before {
  width: 22px;
  height: 22px;
  background: url(../icons/service.svg) no-repeat;
  background-size: 22px 22px;
  background-position: center;
}
.room-full-description .left-column .title.service-in:before, .hotel-map .left-column .title.service-in:before, .room-evolve .left-column .title.service-in:before {
  width: 22px;
  height: 22px;
  background: url(../icons/service-in.svg) no-repeat;
  background-size: 18px 22px;
  background-position: center;
}
.room-full-description .left-column .title.more-bed-type:before, .hotel-map .left-column .title.more-bed-type:before, .room-evolve .left-column .title.more-bed-type:before {
  width: 22px;
  height: 22px;
  background: url(../icons/bed.svg) no-repeat;
  background-size: 20px 18px;
  background-position: center;
}

.tariff-choice {
  width: 100%;
  border-left: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width : 767px) {
  .tariff-choice {
    border-radius: 0;
    border: 0;
  }
}
@media screen and (max-width : 767px) {
  .tariff-choice .radio {
    border-bottom: 1px solid #AFAFAF !important;
  }
}
.tariff-choice .radio:first-of-type label {
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #AFAFAF !important;
}
.tariff-choice .radio:first-of-type label.border-no {
  border-top: 1px solid #AFAFAF !important;
}
@media screen and (max-width : 767px) {
  .tariff-choice .radio:first-of-type label {
    border-radius: 0;
    border-top: 0 !important;
  }
  .tariff-choice .radio:first-of-type label.border-no {
    border-top: 0 !important;
  }
}
.tariff-choice .radio:last-of-type input[type=radio]:not(:checked) + label {
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid #AFAFAF !important;
}
@media screen and (max-width : 767px) {
  .tariff-choice .radio:last-of-type input[type=radio]:not(:checked) + label {
    border-bottom: 0 !important;
  }
}
.tariff-choice .radio:last-of-type input[type=radio]:checked ~ .accomodation_form > .order_item_footer {
  border-radius: 0 0 8px 8px;
  border-bottom: 1px solid #AFAFAF !important;
}
@media screen and (max-width : 767px) {
  .tariff-choice .radio:last-of-type input[type=radio]:checked ~ .accomodation_form > .order_item_footer {
    border-bottom: 0 !important;
  }
}
.tariff-choice .radio label {
  width: 100%;
  padding: 20px 30px 13px;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width : 1206px) {
  .tariff-choice .radio label.border-no {
    border-top: 1px solid transparent !important;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .tariff-choice .radio label.border-no {
    border-top: 1px solid transparent !important;
  }
}
.tariff-choice .radio label:before {
  top: 22px;
  left: 30px;
}
@media screen and (max-width : 767px) {
  .tariff-choice .radio label {
    width: calc(100% - 40px);
    padding: 10px 0;
    margin: 0 20px;
    border-top: 0 !important;
    border-radius: 0 !important;
  }
  .tariff-choice .radio label:before {
    left: 0;
    top: 13px;
  }
}
.tariff-choice .radio label span.tariff-name {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding-left: 27px;
  margin-bottom: 20px;
}
.tariff-choice .radio label span.tariff-name span {
  margin-left: auto;
  min-width: 72px;
}
@media screen and (max-width : 767px) {
  .tariff-choice .radio label span.tariff-name {
    flex-direction: column;
  }
  .tariff-choice .radio label span.tariff-name span {
    margin-left: 0;
    margin-top: 3px;
  }
}
.tariff-choice .radio label span.tariff-service span {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-weight: 500;
  margin-bottom: 12px;
}
.tariff-choice .radio label span.tariff-service span svg {
  width: 20px;
  text-align: center;
  margin-right: 12px;
}
.tariff-choice .radio label span.tariff-service span b {
  font-weight: 500;
}
.tariff-choice .radio input[type=radio]:checked + label > .tariff-name > span {
  display: none;
}
.tariff-choice .radio input[type=radio]:checked ~ .accomodation_form > .order_item_footer {
  display: block;
}
.tariff-choice .radio .order_item_footer {
  display: none;
  padding: 0px 30px 13px;
}
.tariff-choice .radio .order_item_footer .room-available .total-data {
  margin: 10px 0;
  font-weight: 400;
  color: #686868;
}

.open .room-full-description:not(.available-dates-line), .open .hotel-map {
  display: block;
  max-height: 3000px;
  opacity: 1;
}

.open-dates .room-full-description.available-dates-line {
  display: block;
  max-height: 3000px;
  opacity: 1;
}

@media screen and (min-width : 1206px) {
  .room-full-description {
    margin-bottom: 30px;
  }
}

.radio {
  cursor: pointer;
}
.radio input[type=radio] {
  display: none;
}

.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.radio label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 1px;
  border: 1px solid #AFAFAF;
  border-radius: 100px;
  box-sizing: border-box;
}

/* Checked */
.radio input[type=radio]:checked + label {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

/* Hover */
.radio label:hover:before {
  filter: brightness(120%);
}

/* Disabled */
.radio input[type=radio]:disabled + label:before {
  filter: grayscale(100%);
}

.available-dates-wrap {
  display: flex;
  width: 100%;
  align-items: start;
}
@media screen and (max-width : 767px) {
  .available-dates-wrap {
    margin-bottom: 15px;
  }
}
.available-dates-wrap a {
  width: 10px;
  height: 15px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.available-dates-wrap a.prev {
  margin-right: 15px;
}
.available-dates-wrap a.prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.available-dates-wrap a.next {
  margin-left: 15px;
}
.available-dates-wrap a.next.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.available-dates-wrap .datepicker {
  height: 1px;
  width: 1px;
  border: none;
}
.available-dates-wrap .daterangepicker {
  width: 754px;
  left: 0px;
}
@media screen and (min-width : 1206px) {
  .available-dates-wrap .daterangepicker {
    left: calc(754px - 50%) !important;
  }
}
.available-dates-wrap .daterangepicker .calendar_0 {
  padding-left: 40px;
}
.available-dates-wrap .daterangepicker .calendar_1 {
  padding-left: 100px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .available-dates-wrap .daterangepicker {
    width: 710px;
    margin-top: 15px;
  }
  .available-dates-wrap .daterangepicker .calendar_0 {
    padding-left: 30px;
  }
  .available-dates-wrap .daterangepicker .calendar_1 {
    padding-left: 80px;
  }
}
@media screen and (max-width : 767px) {
  .available-dates-wrap .daterangepicker {
    width: 288px;
    margin-top: 15px;
  }
}
.available-dates-wrap .overflow {
  border: 1px solid #AFAFAF;
  border-radius: 8px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .available-dates-wrap .overflow {
    overflow: visible;
  }
}
.available-dates-wrap .dates-line {
  display: flex;
  align-items: center;
}
.available-dates-wrap .dates-line .lds-roller {
  margin: 0 auto;
  flex-shrink: 0;
  height: 80px;
}
.available-dates-wrap .dates-line .lds-roller.no-margin {
  margin: 0;
}
.available-dates-wrap .date-item {
  width: 135px;
  height: 90px;
  border-left: 1px solid #AFAFAF;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 15px 20px;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width : 767px) {
  .available-dates-wrap .date-item {
    width: 118px;
    height: 85px;
  }
}
.available-dates-wrap .date-item.first-item {
  border-left-width: 0;
}
.available-dates-wrap .date-item.unavailable {
  pointer-events: none;
}
.available-dates-wrap .date-item.unavailable p {
  color: #CDCDCD;
}
.available-dates-wrap .date-item .date {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #686868;
}
@media screen and (max-width : 767px) {
  .available-dates-wrap .date-item .date {
    font-size: 16px;
    line-height: 20px;
  }
}
.available-dates-wrap .date-item .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width : 767px) {
  .available-dates-wrap .date-item .price {
    font-size: 14px;
    line-height: 18px;
  }
}

.more-hotels h2 {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin: 38px auto 50px;
}
@media screen and (max-width : 767px) {
  .more-hotels .hotels-list .piece.open .more-info {
    display: none;
  }
  .more-hotels .hotels-list .piece.open .hotel .room-description {
    padding-top: 25px;
  }
}
.more-hotels .hotels-list .hotel {
  height: 391px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .more-hotels .hotels-list .hotel {
    height: 405px;
  }
  .more-hotels .hotels-list .hotel .room-photo {
    height: 155px;
  }
}
@media screen and (max-width : 767px) {
  .more-hotels .hotels-list .hotel {
    height: 405px;
  }
  .more-hotels .hotels-list .hotel .room-photo {
    height: 170px;
  }
}
.more-hotels .hotels-list .hotel .room-description {
  height: 208px;
}
.more-hotels .hotels-list .hotel .room-description .room-name {
  max-height: 70px;
  height: auto;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .more-hotels .hotels-list .hotel .room-description {
    height: 245px;
    padding-top: 15px;
  }
  .more-hotels .hotels-list .hotel .room-description .room-name {
    max-height: 70px;
    height: auto;
  }
}
@media screen and (max-width : 767px) {
  .more-hotels .hotels-list .hotel .room-description {
    height: 232px;
  }
  .more-hotels .hotels-list .hotel .room-description .room-name {
    max-height: 86px;
    height: auto;
  }
}
.more-hotels .hotels-list .hotel .room-description span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 7px;
}

.hotel-map .wrapper {
  width: 100%;
  height: 370px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width : 1205px) {
  .hotel-map .wrapper {
    flex-direction: column-reverse;
    height: auto;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .hotel-map .wrapper {
    height: auto;
  }
}
.hotel-map .wrapper .info {
  width: 1146px;
  height: 100%;
  border: 1px solid #AFAFAF;
  z-index: 1;
  background: #fff;
  border-radius: 8px;
  padding: 36px 18px 30px 30px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .hotel-map .wrapper .info {
    height: auto;
    width: 100%;
    min-height: 104px;
    border-radius: 8px;
    padding: 25px 20px;
  }
}
@media screen and (max-width : 767px) {
  .hotel-map .wrapper .info {
    height: auto;
    width: 100%;
    min-height: 130px;
    border-radius: 8px;
    padding: 15px 20px 25px;
  }
}
.hotel-map .wrapper .info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 14px;
  max-width: 300px;
}
.hotel-map .wrapper .info p.address {
  font-size: 16px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .hotel-map .wrapper .info p {
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
  }
}
@media screen and (max-width : 767px) {
  .hotel-map .wrapper .info p {
    max-width: 100%;
  }
}
.hotel-map .wrapper .map {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width : 1206px) {
  .hotel-map .wrapper .map {
    width: calc(100% - 350px);
    border-radius: 0 8px 8px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 330px;
    z-index: 1;
  }
}
@media screen and (max-width : 1205px) {
  .hotel-map .wrapper .map {
    height: 370px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    margin-bottom: -10px;
  }
}

@media screen and (max-width : 767px) {
  .lSAction > a {
    display: none;
  }
}

.new-order .left-column {
  float: left;
  width: 754px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .new-order .left-column {
    width: 708px;
  }
}
@media screen and (max-width : 767px) {
  .new-order .left-column {
    width: 100%;
  }
}
.new-order .sticky {
  float: right;
  width: 362px;
}
.new-order .back-to-new-search {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.new-order .back-to-new-search svg {
  margin-right: 8px;
}
.new-order h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin: 0;
  margin-bottom: 14px;
}
.new-order h2 + p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width : 767px) {
  .new-order h2 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width : 767px) and (max-width : 767px) {
  .new-order h2 + p {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.new-order h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin: 25px 0;
}
.new-order h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin: 25px 0;
}
.new-order .total-price {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
}
@media screen and (max-width : 767px) {
  .new-order .total-price {
    font-size: 26px;
    line-height: 36px;
  }
}
.new-order .selected-services {
  margin-top: 10px;
}
.new-order .selected-services .service {
  font-size: 14px;
  position: relative;
}
.new-order .selected-services .service .name {
  margin-left: 25px;
}
.new-order .selected-services .service .name:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center !important;
  background: url(/local/js/onlinebooking/icons/round-check.svg) no-repeat;
  background-size: 16px 16px;
}
.new-order .selected-services .service .price {
  font-size: 18px;
  margin-left: 25px;
}
.new-order .selected-services .service .price .remove-service {
  font-size: 14px;
}

.my-order {
  width: 100%;
  padding: 20px 30px;
  border-radius: 8px;
  margin-bottom: 55px;
}
@media screen and (max-width : 767px) {
  .my-order {
    padding: 25px 20px;
  }
}
.my-order.my-cart {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
@media screen and (min-width : 1206px) {
  .my-order.my-cart {
    width: 754px;
  }
}
.my-order.my-cart button {
  width: 332px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .my-order.my-cart button {
    width: 309px;
  }
}
@media screen and (max-width : 767px) {
  .my-order.my-cart button {
    width: 100%;
  }
}
.my-order p.title {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 35px;
}
@media screen and (max-width : 767px) {
  .my-order p.title {
    font-size: 22px;
    line-height: 26px;
  }
}
.my-order .order {
  margin-bottom: 30px;
}
.my-order .order .room-name {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media screen and (max-width : 767px) {
  .my-order .order .room-name {
    font-size: 18px;
    line-height: 22px;
  }
}
.my-order .order .dates {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #686868;
}
.my-order .order .price {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.my-order .order .price span {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-left: 18px;
  cursor: pointer;
}
.my-order .order .guest_block_data p.title {
  color: #AFAFAF;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
}
.my-order a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}

.payment-method {
  margin-bottom: 60px;
}
.payment-method .method {
  border-radius: 8px;
  width: 100%;
  min-height: 72px;
  padding: 13px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.payment-method .method:hover {
  cursor: pointer;
}
@media screen and (max-width : 767px) {
  .payment-method .method {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.payment-method .method > div {
  width: 70%;
}
@media screen and (max-width : 767px) {
  .payment-method .method > div {
    margin-bottom: 12px;
    width: 100%;
  }
}
.payment-method .method > div p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width : 767px) {
  .payment-method .method > div p {
    margin-bottom: 3px;
  }
}
.payment-method .method > div p span {
  color: #686868;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width : 767px) {
  .payment-method .method > div p span {
    margin-bottom: 12px;
  }
}
@media screen and (max-width : 767px) {
  .payment-method .method > div p a {
    display: block;
  }
}
.payment-method .method > p {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
}

.consent {
  border-radius: 8px;
  padding: 20px 30px;
  margin-bottom: 60px;
}
@media screen and (max-width : 767px) {
  .consent {
    padding: 20px;
  }
}
.consent button.book {
  width: 332px;
}
@media screen and (max-width : 767px) {
  .consent button.book {
    width: 100%;
  }
}

.agreement-block {
  margin: 20px 0;
}

.room-evolve {
  width: 100%;
  min-height: 210px;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  margin-bottom: 65px;
}
@media screen and (max-width : 767px) {
  .room-evolve {
    width: 288px;
    margin: 0 auto 55px;
  }
}
.room-evolve .room-photo {
  width: 194px;
  height: 210px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  margin-left: -1px;
  float: left;
}
@media screen and (max-width : 767px) {
  .room-evolve .room-photo {
    float: none;
    width: calc(100% + 2px);
    height: 186px;
    margin-top: -1px;
  }
}
.room-evolve .room-info {
  width: calc(100% - 194px);
  padding: 15px 20px;
  float: left;
}
@media screen and (max-width : 767px) {
  .room-evolve .room-info {
    margin-bottom: 5px;
  }
}
.room-evolve .room-info .room-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
@media screen and (max-width : 767px) {
  .room-evolve .room-info .room-name {
    font-weight: 500;
    white-space: normal;
    max-height: 56px;
  }
}
.room-evolve .room-info .change-sum {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 12px;
}
@media screen and (max-width : 767px) {
  .room-evolve .room-info .change-sum {
    margin-bottom: 22px;
  }
}
.room-evolve .room-info > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width : 767px) {
  .room-evolve .room-info > div {
    margin-bottom: 0;
  }
}
.room-evolve .room-info > div button.btn-evolve-room {
  width: 322px;
  margin-right: 30px;
}
@media screen and (max-width : 767px) {
  .room-evolve .room-info > div button.btn-evolve-room {
    width: 100%;
    margin-right: 0;
  }
}
.room-evolve .room-info > div .ok-message {
  display: none;
}
@media screen and (max-width : 767px) {
  .room-evolve .room-info > div > div {
    display: none;
  }
}
.room-evolve .room-info .reverse-link {
  display: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (max-width : 767px) {
  .room-evolve .room-info .reverse-link {
    text-align: center;
  }
}
@media screen and (max-width : 767px) {
  .room-evolve .room-info {
    float: none;
    width: 100%;
  }
}
.room-evolve .null-class {
  display: none;
}
.room-evolve .more-info {
  cursor: pointer;
}
@media screen and (max-width : 767px) {
  .room-evolve .more-info {
    text-align: center;
    margin-bottom: 16px;
  }
}
.room-evolve .more-info-close {
  display: none;
}
.room-evolve.open .null-class {
  display: block;
}
.room-evolve.open .more-info-close {
  display: block;
}
.room-evolve.open .more-info-open {
  display: none;
}
.room-evolve.increased > div button.btn-evolve-room {
  display: none;
}
.room-evolve.increased > div .ok-message {
  display: block;
  width: 322px;
  height: 63px;
  margin-right: 30px;
  border-radius: 8px;
  background: #E7E7E7;
  color: #454545;
  line-height: 61px;
  text-align: center;
}
.room-evolve.increased > div .ok-message svg {
  display: inline-block;
  margin-left: 7px;
}
@media screen and (max-width : 767px) {
  .room-evolve.increased > div .ok-message {
    height: 56px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 54px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.room-evolve.increased .reverse-link {
  display: block;
}

.flex-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transfer .transfer-list, .transfer .service-list, .service .transfer-list, .service .service-list {
  display: none;
}
.transfer .more-info, .service .more-info {
  cursor: pointer;
}
.transfer .flex-title .more-info-close, .service .flex-title .more-info-close {
  display: none;
}
.transfer.open .transfer-list, .transfer.open .service-list, .service.open .transfer-list, .service.open .service-list {
  display: flex;
}
.transfer.open .flex-title .more-info-close, .service.open .flex-title .more-info-close {
  display: block;
}
.transfer.open .flex-title .more-info-open, .service.open .flex-title .more-info-open {
  display: none;
}

.transfer-list .piece > .item, .service-list .piece > .item {
  height: 495px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #AFAFAF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .transfer-list .piece > .item, .service-list .piece > .item {
    height: 481px;
  }
}
@media screen and (max-width : 767px) {
  .transfer-list .piece > .item, .service-list .piece > .item {
    height: 420px;
  }
}
.transfer-list .piece .transfer-image, .transfer-list .piece .service-image, .service-list .piece .transfer-image, .service-list .piece .service-image {
  width: calc(100% + 2px);
  height: 234px;
  background-size: cover;
  border-radius: 8px;
  margin-left: -1px;
  margin-top: -1px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .transfer-list .piece .transfer-image, .transfer-list .piece .service-image, .service-list .piece .transfer-image, .service-list .piece .service-image {
    height: 219px;
  }
}
@media screen and (max-width : 767px) {
  .transfer-list .piece .transfer-image, .transfer-list .piece .service-image, .service-list .piece .transfer-image, .service-list .piece .service-image {
    height: 186px;
  }
}
.transfer-list .piece .transfer-description, .transfer-list .piece .service-description, .service-list .piece .transfer-description, .service-list .piece .service-description {
  height: 262px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width : 767px) {
  .transfer-list .piece .transfer-description, .transfer-list .piece .service-description, .service-list .piece .transfer-description, .service-list .piece .service-description {
    height: 234px;
    padding-top: 10px;
  }
}
.transfer-list .piece .transfer-description .transfer-name, .transfer-list .piece .transfer-description .service-name, .transfer-list .piece .service-description .transfer-name, .transfer-list .piece .service-description .service-name, .service-list .piece .transfer-description .transfer-name, .service-list .piece .transfer-description .service-name, .service-list .piece .service-description .transfer-name, .service-list .piece .service-description .service-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  height: 98px;
}
@media screen and (max-width : 767px) {
  .transfer-list .piece .transfer-description .transfer-name, .transfer-list .piece .transfer-description .service-name, .transfer-list .piece .service-description .transfer-name, .transfer-list .piece .service-description .service-name, .service-list .piece .transfer-description .transfer-name, .service-list .piece .transfer-description .service-name, .service-list .piece .service-description .transfer-name, .service-list .piece .service-description .service-name {
    height: 79px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.transfer-list .piece .transfer-description .transfer-name span, .transfer-list .piece .transfer-description .service-name span, .transfer-list .piece .service-description .transfer-name span, .transfer-list .piece .service-description .service-name span, .service-list .piece .transfer-description .transfer-name span, .service-list .piece .transfer-description .service-name span, .service-list .piece .service-description .transfer-name span, .service-list .piece .service-description .service-name span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #686868;
  display: block;
  margin-top: 12px;
  margin-bottom: 14px;
}
@media screen and (max-width : 767px) {
  .transfer-list .piece .transfer-description .transfer-name span, .transfer-list .piece .transfer-description .service-name span, .transfer-list .piece .service-description .transfer-name span, .transfer-list .piece .service-description .service-name span, .service-list .piece .transfer-description .transfer-name span, .service-list .piece .transfer-description .service-name span, .service-list .piece .service-description .transfer-name span, .service-list .piece .service-description .service-name span {
    margin-top: 7px;
    margin-bottom: 10px;
  }
}
.transfer-list .piece .transfer-description .service-name, .transfer-list .piece .service-description .service-name, .service-list .piece .transfer-description .service-name, .service-list .piece .service-description .service-name {
  height: 52px;
  margin-bottom: 14px;
}
.transfer-list .piece .transfer-description .discount, .transfer-list .piece .service-description .discount, .service-list .piece .transfer-description .discount, .service-list .piece .service-description .discount {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.transfer-list .piece .transfer-description .discount p, .transfer-list .piece .service-description .discount p, .service-list .piece .transfer-description .discount p, .service-list .piece .service-description .discount p {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  text-decoration-line: line-through;
  color: #686868;
  margin-right: 10px;
}
.transfer-list .piece .transfer-description .discount span, .transfer-list .piece .service-description .discount span, .service-list .piece .transfer-description .discount span, .service-list .piece .service-description .discount span {
  display: block;
  width: 64px;
  height: 28px;
  border-radius: 4px;
  background: #F7B100;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.transfer-list .piece .transfer-description .price, .transfer-list .piece .service-description .price, .service-list .piece .transfer-description .price, .service-list .piece .service-description .price {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
}
.transfer-list .piece .transfer-description button.select-transfer, .transfer-list .piece .transfer-description button.select-service, .transfer-list .piece .service-description button.select-transfer, .transfer-list .piece .service-description button.select-service, .service-list .piece .transfer-description button.select-transfer, .service-list .piece .transfer-description button.select-service, .service-list .piece .service-description button.select-transfer, .service-list .piece .service-description button.select-service {
  margin-top: auto;
}
.transfer-list .piece .transfer-description button.select-transfer span:last-of-type, .transfer-list .piece .transfer-description button.select-service span:last-of-type, .transfer-list .piece .service-description button.select-transfer span:last-of-type, .transfer-list .piece .service-description button.select-service span:last-of-type, .service-list .piece .transfer-description button.select-transfer span:last-of-type, .service-list .piece .transfer-description button.select-service span:last-of-type, .service-list .piece .service-description button.select-transfer span:last-of-type, .service-list .piece .service-description button.select-service span:last-of-type {
  display: none;
}
.transfer-list .piece .description, .service-list .piece .description {
  position: relative;
  width: 754px;
  margin-top: 30px;
  transition: 0.5s ease opacity, 0.5s ease max-height;
  opacity: 0;
  left: 0;
  display: none;
}
.transfer-list .piece .description .close, .service-list .piece .description .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}
.transfer-list .piece .description .wrapper, .service-list .piece .description .wrapper {
  position: relative;
  max-height: 4000px;
  width: 100%;
  padding-top: 40px;
}
.transfer-list .piece .description .pallette-bg, .service-list .piece .description .pallette-bg {
  padding: 25px 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.transfer-list .piece .description .pallette-bg > p, .service-list .piece .description .pallette-bg > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .transfer-list .piece .description, .service-list .piece .description {
    width: 708px;
  }
}
@media screen and (max-width : 767px) {
  .transfer-list .piece .description, .service-list .piece .description {
    width: 100%;
  }
}
.transfer-list .piece.open .description, .service-list .piece.open .description {
  opacity: 1;
  display: block;
}
.transfer-list .piece.open button.select-transfer, .transfer-list .piece.open button.select-service, .service-list .piece.open button.select-transfer, .service-list .piece.open button.select-service {
  background: #E7E7E7;
  color: #000;
}
.transfer-list .piece.open button.select-transfer span:first-of-type, .transfer-list .piece.open button.select-service span:first-of-type, .service-list .piece.open button.select-transfer span:first-of-type, .service-list .piece.open button.select-service span:first-of-type {
  display: none;
}
.transfer-list .piece.open button.select-transfer span:last-of-type, .transfer-list .piece.open button.select-service span:last-of-type, .service-list .piece.open button.select-transfer span:last-of-type, .service-list .piece.open button.select-service span:last-of-type {
  display: inline;
}
.transfer-list .piece.open > .item:before, .transfer-list .piece.open > .item:after, .service-list .piece.open > .item:before, .service-list .piece.open > .item:after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 27px solid #fff;
  border-left: 54px solid transparent;
  border-right: 54px solid transparent;
}
.transfer-list .piece.open > .item:before, .service-list .piece.open > .item:before {
  bottom: -28px;
  border-top-color: #AFAFAF;
}
.transfer-list .piece:nth-child(2n+1) .description, .service-list .piece:nth-child(2n+1) .description {
  left: 0;
}
.transfer-list .piece:nth-child(2n+2) .description, .service-list .piece:nth-child(2n+2) .description {
  left: -392px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .transfer-list .piece:nth-child(2n+1) .description, .service-list .piece:nth-child(2n+1) .description {
    left: 0;
  }
  .transfer-list .piece:nth-child(2n+2) .description, .service-list .piece:nth-child(2n+2) .description {
    left: -370px;
  }
}
@media screen and (max-width : 767px) {
  .transfer-list .piece:nth-child(2n+1) .description, .service-list .piece:nth-child(2n+1) .description {
    left: 0;
  }
  .transfer-list .piece:nth-child(2n+2) .description, .service-list .piece:nth-child(2n+2) .description {
    left: 0;
  }
}

.input-field {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.input-field label {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
  transition: 0.2s all;
  cursor: text;
  pointer-events: none;
}
.input-field label span {
  display: none;
}
.input-field.required label span {
  display: inline-block;
  position: absolute;
  left: -8px;
}
.input-field.error input, .input-field.error textarea {
  border-color: #C10000 !important;
  color: #C10000 !important;
}
.input-field.error p {
  color: #C10000 !important;
}
.input-field label span {
  color: #C10000;
  margin-right: 3px;
}
.input-field input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  outline: 0;
  padding: 0.5rem 20px;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  box-shadow: none;
  color: #686868;
}
.input-field input:invalid {
  outline: 0;
}
.input-field input:focus ~ label {
  font-size: 13px;
  top: 1px;
}
.input-field p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.input-field.input--filled input ~ label {
  font-size: 13px;
  top: 1px;
}

.input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.input-group .input-field {
  width: calc((100% - 60px) / 3);
}
.input-group.two-columns > div {
  width: calc((100% - 30px) / 2);
}
.input-group.two-columns .input-field .selectric-form-select {
  margin-bottom: 0;
}
@media screen and (max-width : 767px) {
  .input-group.two-columns {
    flex-direction: column;
    justify-content: flex-start;
  }
  .input-group.two-columns .input-field {
    width: 100%;
    margin-bottom: 30px;
  }
}
.input-group.one-plus-two > div:last-of-type {
  width: calc((100% - 15px) * 2 / 3);
}
@media screen and (max-width : 767px) {
  .input-group.one-plus-two {
    flex-direction: column;
    justify-content: flex-start;
  }
  .input-group.one-plus-two .input-field {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.input-group.two-plus-one > div:first-of-type {
  width: calc((100% - 15px) * 2 / 3);
}
@media screen and (max-width : 767px) {
  .input-group.two-plus-one {
    flex-direction: column;
    justify-content: flex-start;
  }
  .input-group.two-plus-one .input-field {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.input-group.single .input-field {
  width: 100%;
}
@media screen and (max-width : 767px) {
  .input-group {
    flex-direction: column;
    justify-content: flex-start;
  }
  .input-group .input-field {
    width: 100%;
    margin-bottom: 30px;
  }
}
.input-group.meet-point-group .input-field {
  width: 206px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .input-group.meet-point-group .input-field {
    width: 179px;
  }
}
.input-group.meet-point-group .input-field.flight-number-input {
  width: 230px;
}
@media screen and (max-width : 767px) {
  .input-group.meet-point-group .input-field.flight-number-input {
    width: 100%;
  }
}
.input-group.meet-point-group .input-field.meet-day label {
  font-size: 13px;
  top: 1px;
}
@media screen and (max-width : 767px) {
  .input-group.meet-point-group .input-field {
    width: 100%;
  }
}
.input-group.person-amount-group {
  align-items: flex-end;
}
.input-group.person-amount-group > div p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width : 767px) {
  .input-group.person-amount-group {
    align-items: flex-start;
  }
  .input-group.person-amount-group > div {
    margin-bottom: 30px;
  }
}
.input-group.service-data-group {
  align-items: flex-end;
  margin-bottom: 20px;
}
.input-group.service-data-group .selectric-service-guest-name-select {
  width: calc(100% - 146px - 30px);
  margin-bottom: 0;
}
.input-group.service-data-group .selectric-service-guest-name-select + div {
  margin-bottom: 8px;
}
.input-group.service-data-group .selectric-service-guest-name-select + div p {
  color: #AFAFAF;
}
@media screen and (max-width : 767px) {
  .input-group.service-data-group {
    align-items: flex-start;
  }
  .input-group.service-data-group .selectric-service-guest-name-select {
    width: 100%;
    margin-bottom: 25px;
  }
}
.input-group.document .input-field .selectric-form-select {
  margin-bottom: 0;
}
.input-group button.save {
  width: 230px;
  height: 48px;
  line-height: 46px;
}
@media screen and (max-width : 767px) {
  .input-group button.save {
    width: 100%;
  }
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 14px;
}
.checkbox input[type=checkbox] {
  height: 24px;
  width: 24px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #AFAFAF;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
  background: #fff url(../icons/check.svg) no-repeat;
  background-position: center;
  background-size: 0;
  flex-shrink: 0;
}
.checkbox input[type=checkbox]:checked {
  background-size: auto;
}
.checkbox span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  vertical-align: top;
}

.import {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width : 767px) {
  .import {
    display: block;
  }
}
.import .upload {
  position: relative;
}
.import .upload input {
  position: absolute;
  background: transparent;
  width: 0;
  height: 40px;
  top: 0;
  left: 0;
  box-shadow: none;
  border: none;
  color: transparent;
}
.import .upload label {
  display: block;
  width: 192px;
  height: 40px;
  background: #fff;
  border: 1px solid;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
@media screen and (max-width : 767px) {
  .import .upload label {
    width: 100%;
    font-size: 16px;
  }
}

.calendar.single-date {
  height: 56px;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  background: #fff;
  padding: 0;
}
.calendar.single-date p {
  position: relative;
  border: 0;
  padding: 24px 20px 10px 47px;
}
.calendar.single-date p:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 18px;
  height: 18px;
  background: url(../icons/calendar.svg) no-repeat;
  background-size: 18px 18px;
}
.calendar.single-date input {
  pointer-events: none;
}
.calendar.single-date + label {
  pointer-events: none;
}

.my-order-page .left-column {
  float: left;
  width: 754px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .my-order-page .left-column {
    width: 708px;
    float: none;
  }
}
@media screen and (max-width : 767px) {
  .my-order-page .left-column {
    width: 100%;
    float: none;
  }
}
.my-order-page h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.my-order-page .sticky {
  float: right;
  width: 362px;
  padding: 25px 30px 30px;
  border-radius: 8px;
}
.my-order-page .sticky > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.my-order-page .sticky > div:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .my-order-page .sticky > div {
    display: block;
  }
}
.my-order-page .sticky p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.my-order-page .sticky span {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
}
@media screen and (max-width : 1205px) {
  .my-order-page .sticky {
    width: 100%;
    float: none;
    position: relative;
    margin-top: 40px;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .my-order-page .sticky button {
    width: 309px;
  }
}
.my-order-page h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin: 0;
  margin-bottom: 47px;
}
@media screen and (max-width : 767px) {
  .my-order-page h2 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
}
.my-order-page p.lot-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 56px;
}
@media screen and (max-width : 767px) {
  .my-order-page p.lot-name {
    width: 100%;
    margin-bottom: 25px;
  }
}
.my-order-page .pallette-bg {
  padding: 25px 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
@media screen and (max-width : 767px) {
  .my-order-page .pallette-bg {
    padding: 20px;
  }
}
.my-order-page .pallette-bg p {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.my-order-page .pallette-bg p.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #AFAFAF;
  margin-bottom: 24px;
  margin-top: 0;
}
.my-order-page .pallette-bg p.title-2 {
  color: #AFAFAF;
  margin-bottom: 15px;
  margin-top: 35px;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width : 767px) {
  .my-order-page .pallette-bg p.title-2 {
    margin-top: 22px;
  }
}
.my-order-page .pallette-bg p.title-3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}
.my-order-page .pallette-bg p.title span, .my-order-page .pallette-bg p.title-2 span {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #686868;
}
.my-order-page .pallette-bg p.title .changes-loader, .my-order-page .pallette-bg p.title-2 .changes-loader {
  float: right;
}
.my-order-page .pallette-bg p.title .error-message, .my-order-page .pallette-bg p.title-2 .error-message {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  color: #C10000 !important;
}
@media screen and (max-width : 767px) {
  .my-order-page .pallette-bg p.title span, .my-order-page .pallette-bg p.title-2 span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .my-order-page .pallette-bg p.title .changes-loader, .my-order-page .pallette-bg p.title-2 .changes-loader {
    float: left !important;
    margin-top: 5px;
  }
  .my-order-page .pallette-bg p.title .error-message, .my-order-page .pallette-bg p.title-2 .error-message {
    position: relative;
    top: 0;
  }
}
.my-order-page .pallette-bg p.pic {
  padding-left: 27px;
  margin-bottom: 22px;
}
.my-order-page .pallette-bg p.pic:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center !important;
}
.my-order-page .pallette-bg p.pic.dates:before {
  background: url(../icons/calendar.svg) no-repeat;
  background-size: 18px 18px;
}
.my-order-page .pallette-bg p.pic.persons:before {
  background: url(../icons/man.svg) no-repeat;
  background-size: 12px 18px;
}
.my-order-page .pallette-bg p.pic.doc:before {
  background: url(../icons/doc.svg) no-repeat;
  background-size: 14px 18px;
}
.my-order-page .pallette-bg p.pic.ordered-service:before {
  background: url(../icons/round-check.svg) no-repeat;
  background-size: 16px 16px;
}
.my-order-page .pallette-bg p.pic.point:before {
  height: 20px;
  background: url(../icons/mark.svg) no-repeat;
  background-size: 16px 20px;
}
.my-order-page .pallette-bg p.pic.icon_phone:before {
  height: 20px;
  background: url(../icons/phone.svg) no-repeat;
  background-size: 16px 20px;
}
.my-order-page .pallette-bg p.pic.flight-number:before {
  background: url(../icons/flag.svg) no-repeat;
  background-size: 16px 18px;
}
.my-order-page .pallette-bg p.pic.children:before {
  background: url(../icons/child.svg) no-repeat;
  background-size: 18px 18px;
}
.my-order-page .pallette-bg button.fill-in {
  width: 230px;
  margin-top: 3px;
}
.my-order-page .pallette-bg.changes p.title span {
  float: right;
}
@media screen and (max-width : 767px) {
  .my-order-page .pallette-bg.changes p.title span {
    display: none;
  }
}
@media screen and (max-width : 767px) {
  .my-order-page .pallette-bg.changes .block_with_buttons:not(.phone) {
    display: none;
  }
  .my-order-page .pallette-bg.changes .phone p.title {
    margin-bottom: 25px;
  }
  .my-order-page .pallette-bg.changes .phone p.title span {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .my-order-page .pallette-bg.changes .phone p.title .error-message {
    display: none;
  }
}
.my-order-page .pallette-bg.changes .change-dates-persons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.my-order-page .pallette-bg.changes .change-dates-persons > div {
  width: 332px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .my-order-page .pallette-bg.changes .change-dates-persons > div {
    width: 309px;
  }
}
.my-order-page .pallette-bg.changes .change-dates-persons p:before {
  content: "";
  position: absolute;
  left: 0;
}
.my-order-page .pallette-bg.changes .change-dates-persons .calendar {
  height: 63px;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
}
.my-order-page .pallette-bg.changes .change-dates-persons .calendar p {
  border: 0;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person {
  padding-left: 20px;
  width: 332px;
  height: 63px;
  position: relative;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .my-order-page .pallette-bg.changes .change-dates-persons .person {
    width: 309px;
  }
}
.my-order-page .pallette-bg.changes .change-dates-persons .person > p {
  padding: 22px 20px 21px 22px;
  cursor: pointer;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person > p:before {
  width: 12px;
  height: 18px;
  background: url(../icons/man.svg) no-repeat;
  background-size: 12px 18px;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise {
  width: 429px;
  min-height: 137px;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 67px;
  z-index: 1;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item p {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item.child > div {
  display: flex;
  flex-direction: column;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item.child > div p {
  margin-bottom: 6px;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item.child > div span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
  cursor: pointer;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item.child input {
  width: 147px;
  height: 48px;
  border: 1px solid #AFAFAF;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  padding: 0 18px;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item.child input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AFAFAF;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item.child input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AFAFAF;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .item.child input::-ms-input-placeholder { /* Microsoft Edge */
  color: #AFAFAF;
}
.my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise .add-children {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
@media screen and (max-width : 767px) {
  .my-order-page .pallette-bg.changes .change-dates-persons .person .person-choise {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    border-radius: 8px 8px 0 0;
    border: 0;
    height: 250px;
    width: 100%;
    z-index: 10;
  }
}
.my-order-page .pallette-bg.changes > span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 11px;
}
.my-order-page .pallette-bg.changes p.new-sum {
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}
.my-order-page .pallette-bg.changes .person-amount-group {
  justify-content: flex-start;
}
.my-order-page .pallette-bg.changes .person-amount-group > div {
  width: 206px;
  margin-right: 30px;
}
.my-order-page .qr-code-block {
  padding: 27px 30px;
  border-radius: 8px;
  margin-bottom: 56px;
  border: 1px solid #AFAFAF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.my-order-page .qr-code-block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-left: 20px;
}
@media screen and (max-width : 767px) {
  .my-order-page .qr-code-block {
    padding: 20px;
    align-items: flex-start;
  }
}

.import {
  margin-bottom: 20px;
}
.import p {
  margin-right: 10px;
}
.import .document {
  display: flex;
}
.import .document .close {
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width : 767px) {
  .import p {
    margin-bottom: 8px;
  }
  .import .document p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
  }
}

.service-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.service-item p {
  display: inline;
  margin-bottom: 0;
  margin-right: 10px;
}
.service-item span {
  cursor: pointer;
}

@media screen and (max-width : 767px) {
  .daterangepicker-wrapper {
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 6;
    top: 0 !important;
    display: none;
  }
  .daterangepicker-wrapper .daterangepicker:not(.available-datepicker) {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 42px);
    border-radius: 8px 8px 0 0;
    border: 0;
    left: 0;
  }
}
.filter h2 {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  margin: 38px auto 60px;
}
@media screen and (max-width : 767px) {
  .filter h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
.filter .input-group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width : 767px) {
  .filter .input-group {
    flex-direction: column;
  }
}
.filter .input-group .input-field {
  width: 362px;
}
.filter .input-group .input-field:nth-child(2n) {
  margin-left: 30px;
}
.filter .input-group .input-field.bonus-input, .filter .input-group .input-field.bonus-code, .filter .input-group .input-field.meet-day {
  width: 558px;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .filter .input-group .input-field.bonus-input, .filter .input-group .input-field.bonus-code, .filter .input-group .input-field.meet-day {
    width: 524px;
  }
}
@media screen and (max-width : 767px) {
  .filter .input-group .input-field.bonus-input, .filter .input-group .input-field.bonus-code, .filter .input-group .input-field.meet-day {
    width: 100%;
  }
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .filter .input-group .input-field {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width : 767px) {
  .filter .input-group .input-field {
    width: 100%;
    margin-left: 0 !important;
  }
}
.filter button {
  display: block;
  width: 362px;
  margin: 0 auto;
}
@media screen and (min-width : 768px) and (max-width : 1205px) {
  .filter button {
    width: 338px;
  }
}
@media screen and (max-width : 767px) {
  .filter button {
    width: 100%;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 100;
}
.popup .popup-content {
  min-height: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 50px 68px;
  min-width: 0;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
  overflow-y: auto;
}
@media screen and (max-width : 767px) {
  .popup .popup-content {
    padding: 25px 20px;
  }
}
.popup .popup-content .close {
  position: absolute;
  right: 38px;
  top: 35px;
  cursor: pointer;
}
@media screen and (max-width : 767px) {
  .popup .popup-content .close {
    top: 20px;
    right: 20px;
  }
}
.popup .popup-content .popup-header {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width : 767px) {
  .popup .popup-content .popup-header {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
    padding: 0 10px;
  }
}
.popup .popup-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.popup .popup-content p.title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
@media screen and (max-width : 767px) {
  .popup .popup-content p.title {
    font-size: 18px;
  }
}
.popup .popup-content p.text-center {
  text-align: center;
}
.popup .popup-content .btn-grey {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.popup.payment-conditional .popup-content {
  width: 950px;
}
@media screen and (max-width: 992px) {
  .popup.payment-conditional .popup-content {
    width: 708px;
  }
}
@media screen and (max-width : 767px) {
  .popup.payment-conditional .popup-content {
    width: calc(100% - 32px);
    top: 5%;
    transform: translateX(-50%);
  }
}
.popup.sure .popup-content {
  width: 692px;
}
@media screen and (max-width : 767px) {
  .popup.sure .popup-content {
    width: calc(100% - 32px);
    top: 5%;
    transform: translateX(-50%);
  }
}
.popup.payment-methods .popup-content, .popup.payment-details .popup-content {
  width: 754px;
}
@media screen and (max-width : 767px) {
  .popup.payment-methods .popup-content, .popup.payment-details .popup-content {
    width: calc(100% - 32px);
    top: 5%;
    transform: translateX(-50%);
  }
}
.popup .cards {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 50px;
}
.popup .cards img {
  margin-right: 15px;
}
@media screen and (max-width : 767px) {
  .popup .cards {
    margin-bottom: 40px;
  }
}
.popup button {
  display: block;
  width: 332px;
  margin: 25px auto 0;
  border-radius: 8px;
}
@media screen and (max-width: 560px) {
  .popup button {
    width: 100%;
  }
}
.popup button.btn-grey {
  background: #E7E7E7;
  color: #000;
}
.popup .btn-wrap {
  display: flex;
  justify-content: space-around;
}
.popup .btn-wrap button {
  width: calc((100% - 90px) / 2);
}
@media screen and (max-width : 767px) {
  .popup .btn-wrap {
    flex-direction: column-reverse;
  }
  .popup .btn-wrap button {
    margin: 0;
    margin-top: 30px;
    width: 100%;
  }
}

.page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}
.page-header h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 41px;
}
.page-header button {
  height: 48px;
  line-height: 46px;
  width: 264px;
}

.history-table-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history-table-line .reserv-number {
  width: 97px;
}
.history-table-line .room-type {
  width: 340px;
}
.history-table-line .date {
  width: 120px;
}
.history-table-line .date p {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.history-table-line .date p img {
  margin-right: 10px;
}
.history-table-line .guests {
  width: 240px;
}
.history-table-line .guests .guests-number {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
.history-table-line .guests .guests-number:before {
  content: "";
  position: absolute;
  left: 0;
  width: 12px;
  height: 18px;
  background: url(../icons/man.svg) no-repeat;
  background-size: 12px 18px;
}
.history-table-line .price {
  width: 85px;
}
.history-table-line .status {
  width: 160px;
}
.history-table-line .status .sum {
  margin-bottom: 12px;
}
.history-table-line .status.status-paid .payment-status {
  color: #008C38;
}
.history-table-line .status.status-partially-paid .payment-status {
  color: #F3AF00;
}
.history-table-line .status.status-unpaid .payment-status {
  color: #CE0000;
}
.history-table-line .status.status-canceled .payment-status {
  color: #AFAFAF;
}
.history-table-line.history-header {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #686868;
  margin-bottom: 10px;
}
.history-table-line.history-data {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #AFAFAF;
}

.invoice-table-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.invoice-table-line > div {
  width: 18%;
  text-align: right;
  padding-right: 10px;
}
@media screen and (max-width : 767px) {
  .invoice-table-line > div {
    width: 27%;
  }
  .invoice-table-line > div.hide-on-mobile {
    display: none;
  }
}
.invoice-table-line > div:first-child {
  width: 46%;
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
}
.invoice-table-line.invoice-header {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  height: 40px;
  background: #D9D9D9;
}
.invoice-table-line.invoice-data {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #AFAFAF;
  margin-bottom: 0;
  border-radius: 0;
}
.invoice-table-line.invoice-data > div p {
  color: #686868;
}
.invoice-table-line.invoice-data > div .invoice-table-first-line {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 16px;
  color: inherit;
}
.invoice-table-line.invoice-data:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.invoice-table-result-line {
  text-align: right;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width : 1205px) {
  #gotech_online_booking .main-user-consent-request-popup {
    overflow: scroll;
  }
  #gotech_online_booking .main-user-consent-request-popup .main-user-consent-request-popup-cont {
    max-width: 100%;
    top: 0;
    transform: none;
    left: 0;
    padding-bottom: 100px;
  }
  #gotech_online_booking .main-user-consent-request-popup .main-user-consent-request-popup-cont .main-user-consent-request-popup-text {
    max-width: 100%;
  }
}

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