/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700&display=swap");
/* --------------- Font Choice --------------- */
.container {
  width: 100%;
}

html {
  font-size: 10px;
}
html.remodal-is-locked .header {
  padding-right: 5px;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

body {
  font-family: "Manrope", sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  background-color: #F8F8F8;
  overflow-x: hidden;
  font-size: 1.5rem;
}
body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  padding-right: 5px;
}
body.inside .header__link .icon {
  fill: #4E745D;
}
body.inside .header {
  background-color: #fff;
}
body.inside .lng__link .icon {
  fill: #4E745D;
}
body.inside .header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
body.inside .header .nav__item a {
  color: #000;
}
body.inside .header .nav__item a:hover {
  color: #E68D2A;
}
body.inside .header .nav__item a.active {
  color: #E68D2A;
}
body.inside .page__wrapper {
  padding-top: 15rem;
}
body.cabinet .header {
  background-color: #fff;
}
body.cabinet .header__link .icon {
  fill: #4E745D;
}
body.cabinet .lng__link .icon {
  fill: #4E745D;
}
body.cabinet .header {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
body.cabinet .header .nav__item a {
  color: #000;
}
body.cabinet .page__wrapper {
  padding-top: 15rem;
}
body.main .page {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: #315ED2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 0.5em;
}

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

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

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #666666;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main__page .booking__guests-window-wrapper {
  padding-top: 2rem;
}
.main__page .booking__datepicker {
  top: calc(100% + 2rem);
  width: 100%;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: 0.3s;
}
.mask.active {
  opacity: 0.8;
  visibility: visible;
}

.main__title {
  text-align: center;
  font-size: 6.4rem;
  color: #fff;
  font-weight: 500;
}

.main__text {
  text-align: center;
  margin-bottom: 6rem;
  color: #fff;
  font-size: 2rem;
}

/* Vendor libs

==========================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff "/images/ajax-loader.gif" center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  height: 20px;
  width: 20px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 7px);
  transform: translate(0, -50%);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: fontAwesome;
  font-size: 30px;
  line-height: 1;
  color: #808080;
  opacity: 0.75;
  transition: opacity 0.1s linear;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: "\f105";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: 0.4rem;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  width: 1rem;
  outline: none;
  line-height: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  outline: 0;
  opacity: 0.5;
  margin: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #fff;
}
.slick-dots li.slick-active button {
  opacity: 1;
}

#js-slider-1 .slick-slide {
  padding: 0;
}

#js-slider-2 .slick-slide {
  padding: 0;
  text-align: center;
}

#js-slider-2 .slick-current .product__thumbs-item {
  border-color: #E68D2A;
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  height: auto;
  padding: 0 10px;
}
.slick-slide:focus {
  outline: 0;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.js-intro-slider .slick-next {
  right: 2rem;
  z-index: 2;
}
.js-intro-slider .slick-next:before {
  color: #000;
}
.js-intro-slider .slick-prev {
  left: 2rem;
  z-index: 2;
}
.js-intro-slider .slick-prev:before {
  color: #000;
}

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* 34. Modals
=========================*/
/* Overlay */
/* Animation */
/* Wrapper */
/* Close Btn */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
html.remodal-is-locked body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 1.5rem;
}

/* Default theme styles of the modal dialog */
.remodal {
  width: 100%;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #000;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 44rem;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #000;
}

.lt-ie9 .remodal {
  width: 420px;
}

.remodal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  z-index: 4;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: #2D571F;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2rem;
}
.remodal-close img {
  max-width: 100%;
}
.remodal-close:before, .remodal-close:after {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.2rem;
  border-radius: 2px;
  background-color: #2D571F;
  transition: 0.3s;
}
.remodal-close:before {
  transform: rotate(-45deg);
}
.remodal-close:after {
  transform: rotate(45deg);
}

.remodal {
  border-radius: 1rem;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.remodal--messages {
  padding: 8rem 8rem 4rem;
  background-color: #ffffff;
}
.remodal--messages .btn {
  height: 4.4rem;
}
@media (max-width: 992px) {
  .remodal--booking .remodal__body {
    padding: 6rem 2rem 5rem;
  }
}
.remodal--center {
  text-align: center;
}

.remodal__booking-actions .btn {
  min-width: auto;
  margin-right: 1.5rem;
}
.remodal__booking-actions .btn:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .remodal__booking-actions {
    display: flex;
    justify-content: center;
  }
  .remodal__booking-actions .btn {
    min-width: auto;
    padding: 0 1.5rem;
    margin-right: 1rem;
    height: 4.4rem;
  }
  .remodal__booking-actions .btn:last-child {
    margin-right: 0;
  }
}

.remodal__title {
  margin-bottom: 3rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.25;
  color: #000;
  display: flex;
  align-items: center;
}

.remodal__body {
  padding: 6rem 5rem 5rem;
  background-color: #ffffff;
}
.remodal__body .btn--gray {
  margin-top: 1.5rem;
}

.remodal__text {
  margin-top: -2rem;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.6);
}

.remodal__footer {
  text-align: center;
  padding: 2rem;
  background-color: #4E745D;
  color: #fff;
}
.remodal__footer a {
  margin-left: 0.5rem;
  color: #fff;
  transition: 0.3s;
}

.remodal__soc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  border-radius: 1rem;
  background-color: #EDEDED;
  position: relative;
  padding: 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 1.4rem;
  font-weight: 600;
}
.remodal__soc-link:hover {
  text-decoration: none;
  background-color: #e0e0e0;
}
.remodal__soc-link img {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.remodal__title-link {
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}
.remodal__title-link img {
  display: block;
}

.remodal__form-link {
  display: block;
  text-align: center;
  margin: 3rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #4E745D;
}

.remodal__form-links {
  font-size: 1.4rem;
  font-weight: 500;
}
.remodal__form-links a {
  color: #4E745D;
}

.no__message {
  text-align: center;
}

.no__message-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.no__message-text {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.remodal__info-body .steps__item {
  padding: 0;
  margin-bottom: 4rem;
}
.remodal__info-body .steps__item:last-child {
  margin-bottom: 0;
}

.remodal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.remodal__success img {
  height: 8.2rem;
  margin-bottom: 4.5rem;
}
.remodal__success .title {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 600;
}
.remodal__success .text {
  font-size: 1.6rem;
  font-weight: 500;
}

.remodal__footer-link {
  cursor: pointer;
  color: #fff;
  padding: 0;
  border: 0;
  background: 0;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  font-weight: 700;
}
.remodal__footer-link:hover {
  text-decoration: underline;
}

#cancel_booking {
  max-width: 669px;
  /*overflow: visible;*/
}
#cancel_booking .remodal__body {
  padding: 3rem 7rem 2rem;
}
#cancel_booking .remodal__title {
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
}
#cancel_booking .remodal__footer {
  display: none;
}
#cancel_booking .remodal--booking .remodal__body {
  padding: 3rem 2rem 2rem;
}
#cancel_booking .remodal__text.bottom-information-text {
  color: #000000;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}
#cancel_booking .remodal__text.bottom-information-text a {
  color: #4e745d;
}
#cancel_booking .select {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
#cancel_booking .select select {
  width: 100%;
  height: 52px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
}
#cancel_booking .select:after {
  display: none;
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 28.4rem;
  display: none;
  padding: 0 1rem;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 2rem 2rem 1rem;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.4rem;
  cursor: pointer;
  margin-top: 0.4rem;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0.5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.900559 7.01482C0.903075 7.32828 1.02701 7.62861 1.24621 7.85202L7.01644 13.6443C7.24167 13.8714 7.54739 13.9993 7.86656 14C8.18571 14.0007 8.49209 13.8741 8.71818 13.6481C8.94442 13.4221 9.07188 13.1152 9.07255 12.7948C9.07322 12.4744 8.9471 12.1669 8.72204 11.9399L3.80103 7.00011L8.72204 2.06032V2.06015C9.02525 1.75443 9.14299 1.30931 9.03079 0.892823C8.91859 0.47616 8.59355 0.151251 8.17818 0.0404917C7.76259 -0.0702808 7.31985 0.0499192 7.01644 0.355807L1.24621 6.14806C1.01964 6.37887 0.895033 6.69147 0.900567 7.01539L0.900559 7.01482Z' fill='%232D571F'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next {
  right: 0.5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.30061 6.98518C8.2981 6.67172 8.17416 6.37139 7.95497 6.14798L2.18474 0.355722C1.95951 0.128621 1.65378 0.000674618 1.33462 2.2497e-06C1.01547 -0.000671072 0.709079 0.125927 0.482992 0.351852C0.256755 0.577943 0.129295 0.884834 0.128625 1.20522C0.127956 1.5256 0.254071 1.83314 0.479136 2.06009L5.40015 6.99989L0.479135 11.9397L0.479135 11.9398C0.175919 12.2456 0.0581866 12.6907 0.170384 13.1072C0.282582 13.5238 0.607617 13.8487 1.023 13.9595C1.43858 14.0703 1.88132 13.9501 2.18473 13.6442L7.95496 7.85194C8.18153 7.62113 8.30614 7.30853 8.30061 6.98461L8.30061 6.98518Z' fill='%232D571F'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
}

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

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

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

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

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker table thead tr {
  border-bottom: 1px solid #d9d9d9;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.5;
}

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

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  line-height: 1;
  text-decoration: none;
}

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

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  background: #ffffff;
  color: #333333;
  border-radius: 0.5rem;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-default {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.ui-state-default.ui-state-hover {
  background-color: #4E745D;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  font-weight: normal;
  color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #2D571F;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #fff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #2D571F;
  color: #fff;
}

.ui-state-checked {
  background: #2D571F;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* Import blocks
==========================*/
/* 51. Bootstrap 4 Grid
=========================*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1260px) {
  .container {
    width: 1230px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 560px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1260px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 560px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 560px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.error__page {
  padding: 0 0 11rem;
}

.error__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.error__content a {
  cursor: pointer;
  width: 265px;
  height: 46px;
  padding: 0px 8px;
  border: 0;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  background-color: #ecab04;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 22px;
  outline: none;
  margin-top: 40px;
}

.error__title {
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.2;
  color: #4E745D;
}

.error__subtitle {
  color: #ecab04;
  font-size: 64px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 83px;
  text-align: center;
}

.error__text {
  color: #030303;
  font-size: 32px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 42px;
  text-align: center;
}
.error__text a {
  color: #F0B83B;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s;
}
.error__text a:hover {
  text-decoration-color: #F0B83B;
}

@media (max-width: 768px) {
  .error__subtitle {
    font-size: 44px;
    line-height: 63px;
    margin: 0 20px;
  }
  .error__text {
    font-size: 19px;
    line-height: 30px;
    margin: 0 50px;
  }
}
.closed__page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  perspective: 1000px;
}

.closed__container {
  width: 400px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  transform: scale(1) rotateZ(7deg) rotateY(14deg);
  transform-origin: center 12px;
  animation: 2s init, 0.7s aa 1s, 3s ab 1.7s infinite;
}

@keyframes aa {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1) rotateZ(7deg) rotateY(14deg);
  }
}
@keyframes ab {
  0% {
    transform: rotateZ(7deg) rotateY(14deg);
  }
  50% {
    transform: rotateZ(-7deg) rotateY(-14deg);
  }
  100% {
    transform: rotateZ(7deg) rotateY(14deg);
  }
}
.closed__box {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background: #E68D2A;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  text-shadow: 0 2px #E68D2A;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rope {
  width: 150px;
  height: 150px;
  border: solid 5px #EDEDED;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: 38px;
  left: 122px;
  transform: rotatez(45deg);
}

.pin {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 25px;
  background: #000;
}
.pin--first {
  top: 0;
  left: 187px;
}
.pin--second {
  top: 110px;
  left: 80px;
}
.pin--third {
  top: 110px;
  right: 80px;
}

@keyframes init {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* Sticker */
.sticker {
  position: relative;
  display: block;
  font-weight: 700;
  background-color: #fcf59b;
  border-radius: 0px 10px 250px/0 200px 55px 250px;
  -webkit-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: -3px 5px 12px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
}
.sticker:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 20px;
  -webkit-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 17px 6px rgba(0, 0, 0, 0.3);
  bottom: 15px;
  right: 5px;
  -ms-transform: skew(-10deg, 2deg);
  -webkit-transform: skew(-10deg, 2deg);
  transform: skew(-10deg, 2deg);
}
.sticker:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 8px;
  bottom: 1px;
  border-top: 10px solid rgb(156, 166, 61);
  border-right: 10px solid transparent;
  -webkit-transform: skew(-55deg, 10deg);
  transform: skew(-55deg, 10deg);
}

/* Text on the sticker*/
.sticker__text {
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 1.3em;
  color: #000;
}

body.main .header {
  position: absolute;
}
body.main .header__link.logged .icon {
  fill: #fff;
}
body.main .header__link .menu__btn:before, body.main .header__link .menu__btn i, body.main .header__link .menu__btn:after {
  background-color: #fff;
}
body.main .header__messages .icon {
  fill: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header .btn {
  height: 4.4rem;
}

.header__wrapper {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
}

.header__block {
  display: flex;
  align-items: center;
  width: 25%;
}
.header__block.right {
  justify-content: flex-end;
}

.header__actions {
  display: flex;
  align-items: center;
}

.header__action {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}
.header__action.messages {
  margin-right: 10rem;
}
.header__action:last-of-type {
  margin-right: 0;
}

.header__messages {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.header__messages .event {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #E75E53;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  position: absolute;
  top: -0.8rem;
  right: -0.8rem;
}
.header__messages .icon {
  height: 1.6rem;
  width: 2.6rem;
}
.header__messages:hover {
  text-decoration: none;
}

.logo {
  margin-right: 6rem;
}
.logo img {
  display: block;
  height: 6rem;
}

.nav {
  display: flex;
}

.nav__item {
  position: relative;
  display: flex;
  align-items: center;
}
.nav__item:last-child {
  margin-right: 0;
}
.nav__item:hover .nav__submenu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}
.nav__item a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 2.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.nav__item a:hover {
  color: #E68D2A;
}

.nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 24rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(1rem) translateX(-50%);
}

.nav__submenu-container {
  position: relative;
  background-color: #fff;
  box-shadow: 0 -4px 0 #fff, 0 0 4px rgba(0, 0, 0, 0.2);
}

.nav__submenu-item {
  transition: 0.3s;
}
.nav__submenu-item a {
  display: flex;
  align-items: center;
  height: 6rem;
  padding: 0 3rem;
  text-transform: none;
  color: #000;
}
.nav__submenu-item:hover a {
  background-color: #4E745D;
  text-decoration: none;
  color: #fff;
}

.header__btn {
  position: relative;
  margin-left: 3.5rem;
  height: 2.2rem;
}
.header__btn img {
  display: block;
  width: auto;
  height: 100%;
}
.header__btn .count {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  font-weight: 700;
  font-size: 1.4rem;
  color: #F0B83B;
  text-align: center;
}

.header__search {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: -1.7rem;
}
.header__search .input {
  opacity: 0;
  visibility: hidden;
}
.header__search:hover .input {
  opacity: 1;
  visibility: visible;
}

.btn--search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 5.4rem;
  height: 4.4rem;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.header__link {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  display: flex;
  transition: 0.3s;
}
.header__link .icon {
  height: 2.6rem;
  width: 2.6rem;
  fill: #fff;
}
.header__link.logged {
  display: flex;
  align-items: center;
  position: relative;
}
.header__link.logged .menu__btn {
  margin-right: 1.5rem;
}

.header__login-block {
  display: flex;
  align-items: center;
  padding: 0.6rem 0.6rem 0.6rem 1.4rem;
  border-radius: 2rem;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.header__login-block.active {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.header__login-block .event {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  background-color: #D63232;
  display: block;
  position: absolute;
}

.user__menu-wrapper {
  position: absolute;
  top: 100%;
  padding-top: 2rem;
  right: 0;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.user__menu-wrapper.opened {
  opacity: 1;
  visibility: visible;
}

.user__menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 26rem;
}
.user__menu a {
  background: #FFFFFF;
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  color: #000;
  transition: all 0.2s ease;
  display: flex;
}
.user__menu a:hover {
  text-decoration: none;
  background-color: #4E745D;
  color: #fff;
}
.user__menu a.active {
  background-color: #4E745D;
  color: #fff;
}
.user__menu a span {
  background-color: #D63232;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  display: block;
  transform: translateY(0.5rem);
  margin-left: 0.8rem;
}

.user__menu-footer {
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
}

.lng {
  padding: 0.6rem 0;
  position: relative;
}

.lng__item {
  display: flex;
  align-items: center;
  height: 100%;
}
.lng__item:hover .lng__link:before {
  transform: translateY(-50%) rotate(180deg);
}
.lng__item:hover .lng__wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}

.lng__link {
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #000;
  line-height: 1;
}
.lng__link .icon {
  transform: translateY(0.1rem);
  height: 2.6rem;
  width: 2.6rem;
  fill: #fff;
}
.lng__link:hover {
  text-decoration: none;
}
.lng__wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(1rem) translateX(-50%);
  z-index: 2;
}

.lng__list {
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
}

.lng__sub-item a {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #4E745D;
  justify-content: center;
  transition: 0.3s;
  text-transform: uppercase;
}
.lng__sub-item a:hover {
  text-decoration: none;
  background-color: #4E745D;
  color: #fff;
}

/* 8. Checkbox
=========================*/
/* Disabled */
/* Error */
.checkbox {
  display: block;
  line-height: 1;
  position: relative;
}
.checkbox--inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label--not-active {
  user-select: auto;
  color: #EDEDED;
}
.checkbox__input:checked + .checkbox__label--not-active:before {
  border-color: white;
}
.checkbox__input:checked + .checkbox__label--not-active:after {
  opacity: 0;
}
.checkbox__input:checked + .checkbox__label--not-active:hover {
  cursor: pointer;
}
.checkbox__input:checked + .checkbox__label:after {
  opacity: 1;
}
.checkbox__input.error + .checkbox__label {
  color: #D63232;
}
.checkbox__input.error + .checkbox__label:before {
  border-color: #D63232;
}
.checkbox__input:disabled + .checkbox__label {
  cursor: text;
  user-select: unset;
}

.checkbox__label {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  padding-left: 4rem;
  color: #000;
  cursor: pointer;
  font-size: 1.4rem;
  user-select: none;
  font-weight: 500;
  line-height: 1.4;
  height: 3rem;
  position: relative;
}
.checkbox__label:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  transition: border-color 0.1s linear;
}
.checkbox__label:after {
  width: 0.8rem;
  height: 1.4rem;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #E68D2A;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  left: 12px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s linear, color 0.1s linear;
}
.checkbox__label a {
  color: inherit;
  text-decoration: underline;
}
.checkbox__label a:hover {
  text-decoration: none;
}
.checkbox__label--error {
  color: #D63232;
}
.checkbox__label--error:before {
  border-color: #D63232;
}
.checkbox__label--disabled {
  color: #EDEDED;
}
.checkbox__label--disabled:before {
  border-color: white;
}
.checkbox__label--disabled:hover {
  cursor: not-allowed;
}
.checkbox__label--not-active {
  user-select: auto;
  color: #EDEDED;
}
.checkbox__label--not-active:before {
  border-color: white;
}
.checkbox__label--not-active:after {
  opacity: 0;
}
.checkbox__label--not-active:hover {
  cursor: pointer;
}
.checkbox__label span {
  color: #EDEDED;
}

/* 9. Radio Buttons
=========================*/
/* Disabled */
/* Error */
.radio {
  display: block;
  margin-bottom: 1rem;
}
.radio--inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.radio__input {
  display: none;
}
.radio__input:checked + .radio__label {
  color: #000;
}
.radio__input:checked + .radio__label--disabled {
  color: #EDEDED;
}
.radio__input:checked + .radio__label:before {
  border-color: #E68D2A;
}
.radio__input:checked + .radio__label:after {
  opacity: 1;
  background-color: #E68D2A;
}
.radio__input:checked + .radio__label:hover:after {
  opacity: 1;
}
.radio__input:checked + .radio__label--not-active {
  user-select: auto;
  color: #EDEDED;
}
.radio__input:checked + .radio__label--not-active:before {
  border-color: white;
}
.radio__input:checked + .radio__label--not-active:after {
  opacity: 1;
  background-color: #EDEDED;
}
.radio__input:checked + .radio__label--not-active:hover {
  cursor: auto;
}
.radio__input--square:checked + .radio__label--square:before {
  content: "\f00c";
}
.radio__input--square:checked + .radio__label--text {
  border-color: #315ED2;
}
.radio__input--square:checked + .radio__label--square {
  border-color: #315ED2;
}
.radio__input--cart:checked + .radio__label--cart {
  border-color: #60A2AB !important;
}

.radio__label {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  user-select: none;
  border-radius: 5px;
  position: relative;
  transition: color 0.1s linear;
}
.radio__label:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #EDEDED;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: border-color 0.1s linear;
}
.radio__label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #EDEDED;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  transition: background-color 0.1s linear, opacity 0.1s linear;
}
.radio__label:hover:not(.radio__label--disabled):after {
  opacity: 0.5;
}
.radio__label--error {
  color: #D63232;
}
.radio__label--error:before {
  border-color: #D63232;
}
.radio__label--disabled {
  color: #EDEDED;
}
.radio__label--disabled:before {
  border-color: white;
}
.radio__label--disabled:hover {
  cursor: not-allowed;
}
.radio__label--not-active {
  user-select: auto;
  color: #EDEDED;
}
.radio__label--not-active:before {
  border-color: white;
}
.radio__label--not-active:after {
  opacity: 0;
}
.radio__label--not-active:hover {
  cursor: pointer;
}
.radio__label--square {
  min-width: 75px;
  height: 40px;
  padding-left: 0;
  transition: all 0.1s ease;
  border: 2px solid #333333;
}
.radio__label--square:hover {
  border-color: #315ED2;
}
.radio__label--square:hover:before {
  content: "\f00c";
  opacity: 0.4;
}
.radio__label--square:after {
  display: none;
}
.radio__label--square:before {
  content: "";
  margin: auto;
  border-radius: 0;
  font-family: FontAwesome;
  font-size: 16px;
  z-index: 4;
  color: #ffffff;
  border: 0;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.radio__label--text {
  padding: 10px 3px;
  background-color: #ffffff;
  color: #333333;
  border: 2px solid #333333;
  transition: all 0.1s ease;
}
.radio__label--text:hover {
  border-color: #315ED2;
}
.radio__label--text:before {
  display: none;
}
.radio__label--text .radio__span {
  width: auto;
  height: auto;
  text-align: center;
}
.radio__label--cart {
  padding: 0;
  display: block;
  border: 1px solid #dddddd;
  transition: all 0.1s ease-in;
  text-align: center;
  border-radius: 0;
}
.radio__label--cart:before {
  display: none;
}
.radio__label--cart:after {
  display: none;
}
.radio__label--cart .radio__label-img,
.radio__label--cart .radio__label-time {
  display: block;
  margin-bottom: 10px;
}
.radio__label--cart .radio__label-cost {
  display: block;
  margin-bottom: 10px;
  color: #60A2AB;
  font-weight: 600;
  font-size: 1.3em;
}
.radio__label--cart img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
  max-height: 45px;
}

.radio__span {
  display: block;
  width: inherit;
  height: 100%;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.radio__span--text {
  background-color: #ffffff;
  color: #ffffff;
}

.radio__text {
  display: block;
  color: #636363;
  font-size: 1.4rem;
  font-weight: 500;
}

.radio__label-img {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

/* 11. Buttons
=========================*/
/* Sizes */
/* Styling */
.btn {
  position: relative;
  display: inline-flex;
  height: 5.4rem;
  padding: 0 2.5rem 0;
  text-decoration: none;
  border: 0;
  align-items: center;
  justify-content: center;
  background-color: #F1F1F1;
  color: #000;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 1rem;
  min-width: 15rem;
  /* Colors */
  /* Outline */
  /* Inverted Outline */
  /* Vertical Gradient */
  /* Horizontal Gradient */
  /* Sizes */
  /* Styling */
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus {
  background-color: #e9e9e9;
  outline: 0;
}
.btn:hover {
  background-color: #e4e4e4;
}
.btn:active {
  background-color: #dfdfdf;
}
.btn--gray {
  background-color: #EDEDED;
  color: #000;
}
.btn--gray:focus {
  background-color: #e5e5e5;
}
.btn--gray:hover {
  background-color: #e0e0e0;
}
.btn--gray:active {
  background-color: #dbdbdb;
}
.btn--dark-blue {
  background-color: #1437CC;
  color: #fff;
}
.btn--dark-blue:focus {
  background-color: #1333be;
}
.btn--dark-blue:hover {
  background-color: #1231b5;
}
.btn--dark-blue:active {
  background-color: #112eab;
}
.btn--red {
  background-color: #D63232;
  color: #fff;
}
.btn--red:focus {
  background-color: #cf2929;
}
.btn--red:hover {
  background-color: #c72828;
}
.btn--red:active {
  background-color: #be2626;
}
.btn--rblack {
  background-color: #000;
  color: #fff;
}
.btn--rblack:focus {
  background-color: black;
}
.btn--rblack:hover {
  background-color: black;
}
.btn--rblack:active {
  background-color: black;
}
.btn--white {
  background-color: #fff;
  color: #000;
}
.btn--white:focus {
  background-color: #f7f7f7;
}
.btn--white:hover {
  background-color: #f2f2f2;
}
.btn--white:active {
  background-color: #ededed;
}
.btn--green {
  background-color: #4DB45E;
  color: #fff;
}
.btn--green:focus {
  background-color: #48aa58;
}
.btn--green:hover {
  background-color: #45a354;
}
.btn--green:active {
  background-color: #429c50;
}
.btn--dark-green {
  background-color: #2D571F;
  color: #fff;
}
.btn--dark-green:focus {
  background-color: #274c1b;
}
.btn--dark-green:hover {
  background-color: #234418;
}
.btn--dark-green:active {
  background-color: #1f3d16;
}
.btn--yellow {
  background-color: #F0B83B;
  color: #fff;
}
.btn--yellow:focus {
  background-color: #efb32d;
}
.btn--yellow:hover {
  background-color: #eeaf23;
}
.btn--yellow:active {
  background-color: #edac1a;
}
.btn--main {
  background-color: #4E745D;
  color: #fff;
}
.btn--main:focus {
  background-color: #486b56;
}
.btn--main:hover {
  background-color: #446551;
}
.btn--main:active {
  background-color: #405f4c;
}
.btn--main-light {
  background-color: #85A162;
  color: #fff;
}
.btn--main-light:focus {
  background-color: #7d985b;
}
.btn--main-light:hover {
  background-color: #789257;
}
.btn--main-light:active {
  background-color: #738c54;
}
.btn--orange {
  background-color: #E68D2A;
  color: #fff;
}
.btn--orange:focus {
  background-color: #e4861c;
}
.btn--orange:hover {
  background-color: #dd801a;
}
.btn--orange:active {
  background-color: #d37b19;
}
.btn--brown {
  background-color: #94816C;
  color: #fff;
}
.btn--brown:focus {
  background-color: #8b7965;
}
.btn--brown:hover {
  background-color: #857461;
}
.btn--brown:active {
  background-color: #7f6f5d;
}
.btn--black {
  background-color: #000;
  color: #fff;
}
.btn--black:focus {
  background-color: black;
}
.btn--black:hover {
  background-color: black;
}
.btn--black:active {
  background-color: black;
}
.btn--gray {
  background-color: #EDEDED;
  color: #000;
}
.btn--gray:focus {
  background-color: #e5e5e5;
}
.btn--gray:hover {
  background-color: #e0e0e0;
}
.btn--gray:active {
  background-color: #dbdbdb;
}
.btn--peach {
  background-color: #916868;
  color: #fff;
}
.btn--peach:focus {
  background-color: #886262;
}
.btn--peach:hover {
  background-color: #825d5d;
}
.btn--peach:active {
  background-color: #7c5959;
}
.btn--o-gray {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #EDEDED;
}
.btn--o-gray:focus {
  background-color: transparent;
  color: #EDEDED;
  border-color: #e8e8e8;
}
.btn--o-gray:hover {
  border-color: #EDEDED;
  background-color: #EDEDED;
  color: #fff;
}
.btn--o-gray:active {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.btn--o-dark-blue {
  background-color: transparent;
  border: 1px solid #1437CC;
  color: #1437CC;
}
.btn--o-dark-blue:focus {
  background-color: transparent;
  color: #1437CC;
  border-color: #1334c3;
}
.btn--o-dark-blue:hover {
  border-color: #1437CC;
  background-color: #1437CC;
  color: #fff;
}
.btn--o-dark-blue:active {
  border-color: #1333be;
  background-color: #1333be;
}
.btn--o-red {
  background-color: transparent;
  border: 1px solid #D63232;
  color: #D63232;
}
.btn--o-red:focus {
  background-color: transparent;
  color: #D63232;
  border-color: #d42a2a;
}
.btn--o-red:hover {
  border-color: #D63232;
  background-color: #D63232;
  color: #fff;
}
.btn--o-red:active {
  border-color: #cf2929;
  background-color: #cf2929;
}
.btn--o-rblack {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn--o-rblack:focus {
  background-color: transparent;
  color: #000;
  border-color: black;
}
.btn--o-rblack:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn--o-rblack:active {
  border-color: black;
  background-color: black;
}
.btn--o-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn--o-white:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fafafa;
}
.btn--o-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #fff;
}
.btn--o-white:active {
  border-color: #f7f7f7;
  background-color: #f7f7f7;
}
.btn--o-green {
  background-color: transparent;
  border: 1px solid #4DB45E;
  color: #4DB45E;
}
.btn--o-green:focus {
  background-color: transparent;
  color: #4DB45E;
  border-color: #49ae5a;
}
.btn--o-green:hover {
  border-color: #4DB45E;
  background-color: #4DB45E;
  color: #fff;
}
.btn--o-green:active {
  border-color: #48aa58;
  background-color: #48aa58;
}
.btn--o-dark-green {
  background-color: transparent;
  border: 1px solid #2D571F;
  color: #2D571F;
}
.btn--o-dark-green:focus {
  background-color: transparent;
  color: #2D571F;
  border-color: #294f1c;
}
.btn--o-dark-green:hover {
  border-color: #2D571F;
  background-color: #2D571F;
  color: #fff;
}
.btn--o-dark-green:active {
  border-color: #274c1b;
  background-color: #274c1b;
}
.btn--o-yellow {
  background-color: transparent;
  border: 1px solid #F0B83B;
  color: #F0B83B;
}
.btn--o-yellow:focus {
  background-color: transparent;
  color: #F0B83B;
  border-color: #efb532;
}
.btn--o-yellow:hover {
  border-color: #F0B83B;
  background-color: #F0B83B;
  color: #fff;
}
.btn--o-yellow:active {
  border-color: #efb32d;
  background-color: #efb32d;
}
.btn--o-main {
  background-color: transparent;
  border: 1px solid #4E745D;
  color: #4E745D;
}
.btn--o-main:focus {
  background-color: transparent;
  color: #4E745D;
  border-color: #4a6e58;
}
.btn--o-main:hover {
  border-color: #4E745D;
  background-color: #4E745D;
  color: #fff;
}
.btn--o-main:active {
  border-color: #486b56;
  background-color: #486b56;
}
.btn--o-main-light {
  background-color: transparent;
  border: 1px solid #85A162;
  color: #85A162;
}
.btn--o-main-light:focus {
  background-color: transparent;
  color: #85A162;
  border-color: #809c5d;
}
.btn--o-main-light:hover {
  border-color: #85A162;
  background-color: #85A162;
  color: #fff;
}
.btn--o-main-light:active {
  border-color: #7d985b;
  background-color: #7d985b;
}
.btn--o-orange {
  background-color: transparent;
  border: 1px solid #E68D2A;
  color: #E68D2A;
}
.btn--o-orange:focus {
  background-color: transparent;
  color: #E68D2A;
  border-color: #e58821;
}
.btn--o-orange:hover {
  border-color: #E68D2A;
  background-color: #E68D2A;
  color: #fff;
}
.btn--o-orange:active {
  border-color: #e4861c;
  background-color: #e4861c;
}
.btn--o-brown {
  background-color: transparent;
  border: 1px solid #94816C;
  color: #94816C;
}
.btn--o-brown:focus {
  background-color: transparent;
  color: #94816C;
  border-color: #8e7c68;
}
.btn--o-brown:hover {
  border-color: #94816C;
  background-color: #94816C;
  color: #fff;
}
.btn--o-brown:active {
  border-color: #8b7965;
  background-color: #8b7965;
}
.btn--o-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn--o-black:focus {
  background-color: transparent;
  color: #000;
  border-color: black;
}
.btn--o-black:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn--o-black:active {
  border-color: black;
  background-color: black;
}
.btn--o-gray {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #EDEDED;
}
.btn--o-gray:focus {
  background-color: transparent;
  color: #EDEDED;
  border-color: #e8e8e8;
}
.btn--o-gray:hover {
  border-color: #EDEDED;
  background-color: #EDEDED;
  color: #fff;
}
.btn--o-gray:active {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}
.btn--o-peach {
  background-color: transparent;
  border: 1px solid #916868;
  color: #916868;
}
.btn--o-peach:focus {
  background-color: transparent;
  color: #916868;
  border-color: #8b6464;
}
.btn--o-peach:hover {
  border-color: #916868;
  background-color: #916868;
  color: #fff;
}
.btn--o-peach:active {
  border-color: #886262;
  background-color: #886262;
}
.btn--i-gray {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-gray:focus {
  background-color: transparent;
  color: #EDEDED;
  border-color: #e8e8e8;
}
.btn--i-gray:hover {
  border-color: #EDEDED;
  background-color: transparent;
  color: #EDEDED;
}
.btn--i-gray:active {
  border-color: #e5e5e5;
  background-color: transparent;
}
.btn--i-dark-blue {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-dark-blue:focus {
  background-color: transparent;
  color: #1437CC;
  border-color: #1334c3;
}
.btn--i-dark-blue:hover {
  border-color: #1437CC;
  background-color: transparent;
  color: #1437CC;
}
.btn--i-dark-blue:active {
  border-color: #1333be;
  background-color: transparent;
}
.btn--i-red {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-red:focus {
  background-color: transparent;
  color: #D63232;
  border-color: #d42a2a;
}
.btn--i-red:hover {
  border-color: #D63232;
  background-color: transparent;
  color: #D63232;
}
.btn--i-red:active {
  border-color: #cf2929;
  background-color: transparent;
}
.btn--i-rblack {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-rblack:focus {
  background-color: transparent;
  color: #000;
  border-color: black;
}
.btn--i-rblack:hover {
  border-color: #000;
  background-color: transparent;
  color: #000;
}
.btn--i-rblack:active {
  border-color: black;
  background-color: transparent;
}
.btn--i-white {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-white:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fafafa;
}
.btn--i-white:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn--i-white:active {
  border-color: #f7f7f7;
  background-color: transparent;
}
.btn--i-green {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-green:focus {
  background-color: transparent;
  color: #4DB45E;
  border-color: #49ae5a;
}
.btn--i-green:hover {
  border-color: #4DB45E;
  background-color: transparent;
  color: #4DB45E;
}
.btn--i-green:active {
  border-color: #48aa58;
  background-color: transparent;
}
.btn--i-dark-green {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-dark-green:focus {
  background-color: transparent;
  color: #2D571F;
  border-color: #294f1c;
}
.btn--i-dark-green:hover {
  border-color: #2D571F;
  background-color: transparent;
  color: #2D571F;
}
.btn--i-dark-green:active {
  border-color: #274c1b;
  background-color: transparent;
}
.btn--i-yellow {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-yellow:focus {
  background-color: transparent;
  color: #F0B83B;
  border-color: #efb532;
}
.btn--i-yellow:hover {
  border-color: #F0B83B;
  background-color: transparent;
  color: #F0B83B;
}
.btn--i-yellow:active {
  border-color: #efb32d;
  background-color: transparent;
}
.btn--i-main {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-main:focus {
  background-color: transparent;
  color: #4E745D;
  border-color: #4a6e58;
}
.btn--i-main:hover {
  border-color: #4E745D;
  background-color: transparent;
  color: #4E745D;
}
.btn--i-main:active {
  border-color: #486b56;
  background-color: transparent;
}
.btn--i-main-light {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-main-light:focus {
  background-color: transparent;
  color: #85A162;
  border-color: #809c5d;
}
.btn--i-main-light:hover {
  border-color: #85A162;
  background-color: transparent;
  color: #85A162;
}
.btn--i-main-light:active {
  border-color: #7d985b;
  background-color: transparent;
}
.btn--i-orange {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-orange:focus {
  background-color: transparent;
  color: #E68D2A;
  border-color: #e58821;
}
.btn--i-orange:hover {
  border-color: #E68D2A;
  background-color: transparent;
  color: #E68D2A;
}
.btn--i-orange:active {
  border-color: #e4861c;
  background-color: transparent;
}
.btn--i-brown {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-brown:focus {
  background-color: transparent;
  color: #94816C;
  border-color: #8e7c68;
}
.btn--i-brown:hover {
  border-color: #94816C;
  background-color: transparent;
  color: #94816C;
}
.btn--i-brown:active {
  border-color: #8b7965;
  background-color: transparent;
}
.btn--i-black {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-black:focus {
  background-color: transparent;
  color: #000;
  border-color: black;
}
.btn--i-black:hover {
  border-color: #000;
  background-color: transparent;
  color: #000;
}
.btn--i-black:active {
  border-color: black;
  background-color: transparent;
}
.btn--i-gray {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-gray:focus {
  background-color: transparent;
  color: #EDEDED;
  border-color: #e8e8e8;
}
.btn--i-gray:hover {
  border-color: #EDEDED;
  background-color: transparent;
  color: #EDEDED;
}
.btn--i-gray:active {
  border-color: #e5e5e5;
  background-color: transparent;
}
.btn--i-peach {
  background-color: transparent;
  border: 1px solid #EDEDED;
  color: #fff;
}
.btn--i-peach:focus {
  background-color: transparent;
  color: #916868;
  border-color: #8b6464;
}
.btn--i-peach:hover {
  border-color: #916868;
  background-color: transparent;
  color: #916868;
}
.btn--i-peach:active {
  border-color: #886262;
  background-color: transparent;
}
.btn--xs {
  min-height: 0;
  font-size: 0.7em;
}
.btn--s {
  min-height: 0;
  font-size: 0.8em;
}
.btn--m {
  font-size: 1.2em;
}
.btn--l {
  font-size: 1.4em;
}
.btn--xl {
  font-size: 1.6em;
}
.btn--xxl {
  font-size: 1.8em;
}
.btn--full {
  width: 100%;
}
.btn--rounded {
  border-radius: 0.2rem;
}
.btn--ellipse {
  border-radius: 2.6em;
}
.btn--shadow {
  box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3);
}
.btn--icon-before i {
  margin-right: 0.5em;
}
.btn--icon-after i {
  margin-left: 0.5em;
}
.btn--gray {
  color: rgba(0, 0, 0, 0.5);
}
.btn--main {
  background-color: #4E745D;
  color: #fff;
  box-shadow: 0px 8px 17px rgba(45, 87, 31, 0.5);
}
.btn--orange {
  box-shadow: 0px 8px 17px rgba(230, 141, 42, 0.5);
}
.btn--o-orange {
  filter: drop-shadow(0px 8px 17px rgba(230, 141, 42, 0.5));
}
.btn--o-red {
  filter: drop-shadow(0px 8px 17px rgba(230, 141, 42, 0.5));
}
.btn[disabled] {
  cursor: default;
  background-color: #787878;
  box-shadow: none;
}
.btn .btn-icon {
  position: relative;
}

/* 12. Dropdown
=========================*/
.dropdown-wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 0.7rem;
  line-height: 1;
}

.dropdown__block {
  display: block;
  margin-bottom: 10px;
}

.dropdown {
  margin: 0;
  padding: 0;
  border: 1px solid #D9D9D9;
  border-top: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
.dropdown--right {
  left: auto;
  right: 0;
  text-align: right;
}
.dropdown--full {
  width: 100%;
}
.dropdown--nowrap {
  white-space: nowrap;
}
.dropdown--centered {
  text-align: center;
  padding: 0 1.5rem;
}
.dropdown .btn--o-dark-green {
  filter: drop-shadow(0px 8px 17px rgba(230, 141, 42, 0.5));
}

.dropdown__cancel {
  color: #D63232;
  height: 4.4rem;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
}

.dropdown__btn {
  width: 100%;
  height: 4.4rem;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  background-color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.dropdown__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.2rem;
  border-width: 0 0.2rem 0.2rem 0;
  border-style: solid;
  border-color: #E68D2A;
  padding: 0.3rem;
}
.dropdown__btn.opened {
  box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.05);
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown__btn.opened:after {
  transform: rotate(-135deg);
}
.dropdown__btn.disabled {
  padding-left: 0;
  border: 0;
}
.dropdown__btn.disabled:after {
  display: none;
}
.dropdown__btn.disabled span {
  color: #D63232 !important;
}
.dropdown__btn.confirmed {
  color: #4DB45E !important;
}
.dropdown__btn.waiting-for-review {
  color: #E68D2A !important;
}

.dropdown__link {
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  background-color: #fff;
  transition: background-color 0.1s linear;
}
.dropdown__link:hover {
  background-color: #F1F1F1;
  text-decoration: none;
}
.dropdown__link:focus {
  text-decoration: none;
}

.dropdown__arrow {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
}

.form__group {
  margin-bottom: 1.5rem;
}
.form__group--filter {
  margin-bottom: 2.5rem;
  padding-bottom: 2.9rem;
  border-bottom: 0.1rem solid rgba(217, 217, 217, 0.7);
}
.form__group--filter .label {
  margin-bottom: 2.5rem;
}
.form__group--sm {
  width: 33.333%;
}
.form__group--swimming {
  margin-bottom: 2.5rem;
}

.form__row {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.form__row .form__group {
  margin-bottom: 0;
  padding: 0 1rem;
  flex: 1;
}
.form__row .form__group:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .form__row .form__group {
    margin-bottom: 1.5rem;
    width: 100%;
    flex: unset;
  }
}

.review__form-row {
  margin-bottom: 3.5rem;
  display: flex;
  justify-content: space-between;
  max-width: 90%;
}
.review__form-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 42%;
}
.review__form-item .title {
  font-size: 1.6rem;
  font-weight: 600;
}

.review__form-radios {
  display: flex;
}
.review__form-radios .radio {
  position: relative;
  margin-right: 4rem;
}
.review__form-radios .radio:last-child {
  margin-right: 0;
}

.review__radio-input {
  position: absolute;
  opacity: 0;
}
.review__radio-input:checked + .review__radio-label.like {
  color: #4E745D;
}
.review__radio-input:checked + .review__radio-label.like svg {
  fill: #4E745D;
}
.review__radio-input:checked + .review__radio-label.dislike {
  color: #B33232;
}
.review__radio-input:checked + .review__radio-label.dislike svg {
  fill: #B33232;
}

.review__radio-label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #A6A6A6;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  height: 3rem;
}
.review__radio-label svg {
  margin-right: 1rem;
  fill: #A6A6A6;
}
.review__radio-label.like svg {
  transform: translateY(-0.4rem);
}
.review__radio-label.dislike svg {
  transform: translateY(0.2rem);
}

@media (max-width: 992px) {
  .review__form-row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .review__form-item {
    margin-bottom: 1.5rem;
    width: 100%;
    justify-content: flex-start;
  }
  .review__form-item .title {
    width: 25rem;
  }
}
/* 10. Inputs & textarea
=========================*/
/* Styling */
/* States */
.input__block .label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.input__block .input {
  border: 0;
  padding: 0;
  height: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.input__block .textarea {
  border: 0;
  padding: 0;
  height: 24rem;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
}
.input__block .input__wrapper {
  padding: 0.5rem 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.auth_numbers .input {
  padding: 0 1rem;
}

.input {
  width: 100%;
  height: 5.4rem;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  transition: 0.3s;
  /* Styling */
  /* States */
}
.input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.input:focus {
  outline: 0;
}
.input::placeholder {
  color: #808080;
  opacity: 1;
  font-weight: 500;
}
.input--rounded {
  border-radius: 0.4rem;
}
.input--ellipse {
  border-radius: 2.4rem;
}
.input--shadow {
  box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2);
}
.input--slide::placeholder {
  transition: padding-left 0.3s linear;
}
.input--slide:focus::placeholder {
  padding-left: 150%;
}
.input--fade::placeholder {
  transition: opacity 0.2s linear;
}
.input--fade:focus::placeholder {
  opacity: 0;
}
.input--sm {
  padding: 0 0.5rem;
  width: 7rem;
  text-align: center;
}
.input--error {
  border-color: #D63232;
  color: #D63232;
  background-color: rgba(214, 50, 50, 0.05);
}
.input--error::placeholder {
  color: #D63232;
}
.input--error:focus {
  background-color: rgba(214, 50, 50, 0.05);
}
.input--success {
  border-color: #4DB45E;
  color: #4DB45E;
  background-color: rgba(77, 180, 94, 0.05);
}
.input--success::placeholder {
  color: #4DB45E;
}
.input--success:focus {
  background-color: rgba(77, 180, 94, 0.05);
}
.input.error {
  border-color: #D63232;
  color: #D63232;
  background-color: rgba(214, 50, 50, 0.05);
}
.input.error::placeholder {
  color: #D63232;
}
.input.error:focus {
  background-color: rgba(214, 50, 50, 0.05);
}
.input.success {
  border-color: #D63232;
  color: #D63232;
  background-color: rgba(214, 50, 50, 0.05);
}
.input.success::placeholder {
  color: #D63232;
}
.input.success:focus {
  background-color: rgba(214, 50, 50, 0.05);
}
.input--inline {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.input--search {
  padding-right: 5rem;
}
.input--number {
  width: 8rem;
}

.input__wrapper {
  position: relative;
}
.input__wrapper.phone_format:before {
  content: "+";
  position: absolute;
  pointer-events: none;
  left: 10px;
  bottom: 6px;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .input__wrapper.phone_format:before {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.input__wrapper.phone_format .input {
  padding-left: 1.5rem;
}
.input__wrapper--label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.input__wrapper--label .label {
  margin-bottom: 0;
  white-space: nowrap;
}
.input__wrapper--label .btn {
  margin-bottom: 0;
}
.input__wrapper--icon-before .input {
  padding-left: 2.1em;
}
.input__wrapper--icon-before .input__icon {
  left: 0.7em;
}
.input__wrapper--icon-after .input {
  padding-right: 2.1em;
}
.input__wrapper--icon-after .input__icon {
  right: 0.7em;
}
.input__wrapper--icon-before .input:focus + .input__icon, .input__wrapper--icon-after .input:focus + .input__icon {
  color: #000;
}

input[type=file] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.label__file {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  padding: 0 15.5rem 0 2rem;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.5rem;
}

.file__name {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.5rem;
  height: 100%;
  background-color: #F0B83B;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* Textarea */
/* Styling */
/* States */
.textarea {
  display: block;
  width: 100%;
  height: 17.5rem;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  background-color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  transition: 0.3s;
  resize: none;
  /* Styling */
  /* States */
}
.textarea:focus {
  outline: 0;
}
.textarea::placeholder {
  color: #808080;
  opacity: 1;
  font-family: inherit;
}
.textarea--rounded {
  border-radius: 1.5rem;
}
.textarea--shadow {
  box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2);
}
.textarea--slide::placeholder {
  transition: padding-left 0.3s linear;
}
.textarea--slide:focus::placeholder {
  padding-left: 150%;
}
.textarea--ellipse {
  border-radius: 1.6rem;
}
.textarea--fade::placeholder {
  transition: opacity 0.2s linear;
}
.textarea--fade:focus::placeholder {
  opacity: 0;
}
.textarea--error {
  border-color: #D63232;
  color: #D63232;
  background-color: rgba(214, 50, 50, 0.05);
}
.textarea--error::placeholder {
  color: #D63232;
}
.textarea--error:focus {
  background-color: rgba(214, 50, 50, 0.05);
}
.textarea--success {
  border-color: #4DB45E;
  color: #4DB45E;
  background-color: rgba(77, 180, 94, 0.05);
}
.textarea--success::placeholder {
  color: #4DB45E;
}
.textarea--success:focus {
  background-color: rgba(77, 180, 94, 0.05);
}

/* 6. Label
=========================*/
.label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  z-index: 1;
}

/* 19. Select
=========================*/
.select {
  position: relative;
  color: #000;
  font-family: inherit;
  /* Styling */
  /* Types */
  /* States */
}
.select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%) rotate(45deg);
  margin-top: -0.2rem;
  border-width: 0 0.2rem 0.2rem 0;
  border-style: solid;
  border-color: #E68D2A;
  padding: 0.3rem;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 5.4rem;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  background-color: #fff;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  transition: 0.3s;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  outline: 0;
}
.select select:hover {
  cursor: pointer;
}
.select select.error {
  border-color: #D63232;
  color: #D63232;
  background-color: rgba(214, 50, 50, 0.05);
}
.select select.error::placeholder {
  color: #D63232;
}
.select select.error:focus {
  background-color: rgba(214, 50, 50, 0.05);
}
.select--sort {
  height: 60px;
}
.select--sort:before {
  display: none;
}
.select--sort select {
  box-shadow: none;
  padding-right: 31px;
}
.select--rounded select {
  border-radius: 0.3em;
}
.select--ellipse select {
  border-radius: 2.4rem;
}
.select--shadow select {
  box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2);
}
.select--multiple {
  height: 100px;
}
.select--multiple:before, .select--multiple:after {
  display: none;
}
.select--multiple select {
  padding: 0.8em;
}
.select--error:before, .select--error:after {
  color: #D63232;
}
.select--success:before, .select--success:after {
  color: #4DB45E;
}
.select--error select {
  color: #D63232;
  border-color: #D63232;
  color: #D63232;
  background-color: rgba(214, 50, 50, 0.05);
}
.select--error select::placeholder {
  color: #D63232;
}
.select--error select:focus {
  background-color: rgba(214, 50, 50, 0.05);
}
.select--success select {
  color: #4DB45E;
  border-color: #4DB45E;
  color: #4DB45E;
  background-color: rgba(77, 180, 94, 0.05);
}
.select--success select::placeholder {
  color: #4DB45E;
}
.select--success select:focus {
  background-color: rgba(77, 180, 94, 0.05);
}
.select--border select {
  box-shadow: none;
  border: 1px solid #ddd;
  color: #000;
  transition: all 0.1s ease;
}
.select--border select:hover {
  border-color: #c4c4c4;
}
.select--users {
  width: 100%;
}
.select--users select {
  width: 100%;
}

.cancellation_select_label {
  font-weight: bold;
}

/* 13. Breadcrumbs
=========================*/
.breadcrumbs {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.breadcrumbs__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
  transition: 0.3s;
}
.breadcrumbs__item:not(.current):after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #4E745D;
  pointer-events: none;
}
.breadcrumbs__item:hover:not(.current) {
  text-decoration: none;
  opacity: 0.7;
}
.breadcrumbs__item:last-child {
  color: #000;
  opacity: 0.2;
  pointer-events: none;
}
.breadcrumbs__item:last-child:after {
  display: none;
}

/* 14. Pagination
=========================*/
.pagination__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pagination__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  width: 4.4rem;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  color: #E68D2A;
  transition: 0.3s;
  background-color: #fff;
  margin-right: 0.1rem;
}
.pagination__item:first-child {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination__item:last-child {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.pagination__item:focus {
  text-decoration: none;
}
.pagination__item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #E68D2A;
}
.pagination__item--prev {
  background-color: #E68D2A;
}
.pagination__item--next {
  background-color: #E68D2A;
}
.pagination__item--disabled {
  pointer-events: none;
  background-color: #D9D9D9;
}
.pagination__item--current {
  color: #000;
}
.pagination__item--left:before, .pagination__item--right:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  transition: 0.3s;
}
.pagination__item--left {
  margin-left: 0;
  padding-left: 4rem;
}
.pagination__item--left:before {
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928931C7.68054 0.538406 7.04738 0.538406 6.65686 0.92893L0.292893 7.29289ZM27 7L1 7L1 9L27 9L27 7Z' fill='%23CC9856'/%3e%3c/svg%3e ");
}
.pagination__item--left:hover {
  color: #4E745D;
}
.pagination__item--left:hover:before {
  transform: translateY(-50%) translateX(-3px);
}
.pagination__item--right {
  margin-right: 0;
  padding-right: 4rem;
}
.pagination__item--right:before {
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31658 27.0976 7.68342 26.7071 7.29289L20.3431 0.928932C19.9526 0.538408 19.3195 0.538408 18.9289 0.928932C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM0 9L26 9V7L0 7L0 9Z' fill='%23CC9856'/%3e%3c/svg%3e ");
}
.pagination__item--right:hover {
  color: #4E745D;
}
.pagination__item--right:hover:before {
  transform: translateY(-50%) translateX(3px);
}

.pagination__text {
  font-weight: 500;
  font-size: 1.4rem;
}

/* 17. Alerts
=========================*/
/* Styling */
.alert {
  padding: 1em 1.5em;
  margin-bottom: 1rem;
  font-size: 0.9em;
  line-height: 1.2;
  position: relative;
  background-color: #fff;
  color: #000;
  border-radius: 1rem;
  /* Colors */
  /* Border */
  /* Styling */
}
.alert p:last-of-type {
  margin-bottom: 0;
}
.alert p.alert__text {
  margin-bottom: 20px;
}
.alert--gray {
  background-color: #EDEDED;
  color: #000;
}
.alert--dark-blue {
  background-color: #1437CC;
  color: #fff;
}
.alert--red {
  background-color: #D63232;
  color: #fff;
}
.alert--rblack {
  background-color: #000;
  color: #fff;
}
.alert--white {
  background-color: #fff;
  color: #000;
}
.alert--green {
  background-color: #4DB45E;
  color: #fff;
}
.alert--dark-green {
  background-color: #2D571F;
  color: #fff;
}
.alert--yellow {
  background-color: #F0B83B;
  color: #fff;
}
.alert--main {
  background-color: #4E745D;
  color: #fff;
}
.alert--main-light {
  background-color: #85A162;
  color: #fff;
}
.alert--orange {
  background-color: #E68D2A;
  color: #fff;
}
.alert--brown {
  background-color: #94816C;
  color: #fff;
}
.alert--black {
  background-color: #000;
  color: #fff;
}
.alert--gray {
  background-color: #EDEDED;
  color: #000;
}
.alert--peach {
  background-color: #916868;
  color: #fff;
}
.alert--o-gray {
  background: transparent;
  color: #EDEDED;
  border: 1px solid #EDEDED;
}
.alert--o-dark-blue {
  background: transparent;
  color: #1437CC;
  border: 1px solid #1437CC;
}
.alert--o-red {
  background: transparent;
  color: #D63232;
  border: 1px solid #D63232;
}
.alert--o-rblack {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.alert--o-white {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.alert--o-green {
  background: transparent;
  color: #4DB45E;
  border: 1px solid #4DB45E;
}
.alert--o-dark-green {
  background: transparent;
  color: #2D571F;
  border: 1px solid #2D571F;
}
.alert--o-yellow {
  background: transparent;
  color: #F0B83B;
  border: 1px solid #F0B83B;
}
.alert--o-main {
  background: transparent;
  color: #4E745D;
  border: 1px solid #4E745D;
}
.alert--o-main-light {
  background: transparent;
  color: #85A162;
  border: 1px solid #85A162;
}
.alert--o-orange {
  background: transparent;
  color: #E68D2A;
  border: 1px solid #E68D2A;
}
.alert--o-brown {
  background: transparent;
  color: #94816C;
  border: 1px solid #94816C;
}
.alert--o-black {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.alert--o-gray {
  background: transparent;
  color: #EDEDED;
  border: 1px solid #EDEDED;
}
.alert--o-peach {
  background: transparent;
  color: #916868;
  border: 1px solid #916868;
}
.alert--rounded {
  border-radius: 0.3em;
}
.alert--shadow {
  box-shadow: 0 0 0.3em currentColor;
}

.alert__button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  line-height: 1;
  font-size: 1em;
  position: absolute;
  top: 0.3em;
  right: 0.5em;
  z-index: 1;
}
.alert__button:focus {
  outline: 0;
}

.content__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.content__wrapper.quad .content__block {
  width: 25%;
}
.content__wrapper.half .content__block {
  width: 50%;
}

.content__block {
  width: 33.33333%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.content__item {
  display: block;
  color: #000;
}
.content__item:hover {
  text-decoration: none;
}
.content__item:hover .content__img {
  transform: scale(1.2);
}

.content__img-wrapper {
  height: 19rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

.content__img {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}

.content__block-title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: inherit;
}

.content__block-text {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.content__block-link {
  color: #D63232;
  font-size: 1.2rem;
}

.content__slider {
  height: 36rem;
  overflow: hidden;
}
.content__slider .slick-dots {
  bottom: 2rem;
  z-index: 2;
}

.content__slide {
  height: 36rem;
  padding: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
}
.content__slide:after {
  background: linear-gradient(200.86deg, rgba(196, 196, 196, 0) 35.86%, rgba(0, 0, 0, 0.54) 80.41%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content__slide:hover {
  text-decoration: none;
}

.content__slide-item {
  position: relative;
  z-index: 2;
}
.content__slide-item .title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #fff;
}
.content__slide-item .text {
  font-size: 1rem;
  color: #fff;
}

.news {
  padding-bottom: 12rem;
}
.news .date {
  margin: 0.4rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #808080;
}

.news__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.news__block {
  width: 33.33%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.news__item {
  padding: 1rem 1rem 2rem;
  background-color: #fff;
  border-radius: 1rem;
  color: #000;
  display: block;
}
.news__item:hover {
  text-decoration: none;
}

.news__img {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  height: 25.5rem;
  overflow: hidden;
}
.news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__content {
  padding: 0 1rem;
}

.news__title {
  font-size: 2rem;
  font-weight: 700;
}

.news__text {
  max-width: 90%;
  font-weight: 500;
  font-size: 1.6rem;
}

.news__opened {
  max-width: 80rem;
  margin: 0 auto;
}
.news__opened .block__title {
  margin-bottom: 0;
}
.news__opened .date {
  margin-bottom: 2rem;
}

.news__opened-img {
  margin-bottom: 3rem;
  height: 46rem;
  border-radius: 1rem;
  overflow: hidden;
}
.news__opened-img img {
  width: 100%;
  height: 100%;
}

.news__gallery {
  margin-bottom: 3rem;
}
.news__gallery .slick-dots {
  bottom: 2rem;
}
.news__gallery .slick-dots li {
  margin-right: 0.5rem;
}
.news__gallery .slick-dots li.slick-active button {
  background-color: #fff;
}
.news__gallery .slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  background-color: transparent;
  padding: 0;
}
.news__gallery .slick-dots li button:before {
  display: none;
}

.news__gallery-img {
  height: 46rem;
  overflow: hidden;
  border-radius: 1rem;
}
.news__gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news__other {
  margin-top: 12rem;
}

/* 21. Tabs
=========================*/
/* Nav Item */
/* Content */
/* Content with border and bg */
/* Dark theme */
/* Styling */
.tabs--details {
  display: flex;
  align-items: flex-start;
}

.tabs__item:not(.active) {
  display: none;
}

.tabs__nav {
  margin-bottom: 3rem;
  display: flex;
  /* Styling */
}
.tabs__nav--fill .tabs__nav-item {
  border: 1px solid transparent;
  border-bottom: 0;
  position: relative;
  top: 0;
}
.tabs__nav--fill .tabs__nav-item:not(.active):hover {
  color: #E68D2A;
}
.tabs__nav--rounded .tabs__nav-item.active {
  border-radius: 0.3em 0.3em 0 0;
}
.tabs__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  flex: 1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  transition: color 0.1s linear;
  position: relative;
}
.tabs__nav-item:after {
  content: "";
  top: 100%;
  height: 0.1rem;
  position: absolute;
  width: 100%;
  background-color: #d9d9d9;
  opacity: 0.7;
}
.tabs__nav-item:focus {
  text-decoration: none;
}
.tabs__nav-item:hover {
  text-decoration: none;
}
.tabs__nav-item.active:after {
  height: 0.4rem;
  background-color: #E68D2A;
}

.tabs__content {
  padding: 7px 0 15px 0;
  font-size: 1em;
  color: #000;
  line-height: 1.4;
  /* Styling */
}
.tabs__content p:last-of-type {
  margin-bottom: 0;
}
.tabs__content--fill {
  color: #000;
  background-color: #fff;
  border: 1px solid white;
}
.tabs__content--rounded {
  border-radius: 0 0 0.3em 0.3em;
}
.tabs__content--shadow {
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.2);
}
.tabs__content--dark {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.tabs__content--lead {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.tabs__item .tabs__content {
  flex: 1;
  padding: 0 1rem;
}

.footer {
  background-color: #4E745D;
}
.footer .nav__item a {
  font-size: 1.3rem;
  font-weight: 500;
}

.footer__wrapper {
  display: flex;
  padding: 5rem 5rem 4rem;
  margin: 0 -1rem;
}
.footer__wrapper .nav {
  flex-direction: column;
  height: auto;
}
.footer__wrapper .nav__item {
  position: relative;
  margin-bottom: 1.5rem;
}
.footer__wrapper .nav__item a {
  padding: 0;
  display: inline-flex;
}

.footer__block {
  width: 30%;
  padding: 0 1rem;
}
.footer__block:first-child {
  width: 40%;
}

.footer__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.9rem;
}

.footer__text {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
}

.footer__imgs {
  display: flex;
  align-items: center;
}
.footer__imgs img {
  display: block;
  height: auto;
  max-height: 2.6rem;
  margin-right: 4.5rem;
}
.footer__imgs img:last-child {
  margin-right: 0;
}

.footer__line {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 5rem 5rem;
}
.copyright {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #fff;
  margin-left: 5rem;
}

.soc {
  display: flex;
}

.soc__link {
  margin-right: 2rem;
}
.soc__link:last-of-type {
  margin-right: 0;
}

.made-by {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000;
}
.made-by img {
  display: block;
  width: 2.4rem;
  margin-left: 1.5rem;
}

.products__wrapper {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.products__wrapper .products__block {
  width: 33.333%;
  padding: 0 1rem;
}
.products__wrapper .products__item {
  flex-direction: column;
}
.products__wrapper .products__img {
  height: 25rem;
  width: 100%;
}
.products__wrapper .products__content {
  padding: 1rem 0 1rem;
}
.products__wrapper .products__text {
  margin-bottom: 2rem;
}
.products__wrapper .products__info-item {
  margin-bottom: 0;
}
.products__wrapper .products__footer {
  padding-top: 1.5rem;
}

.products__block {
  margin-bottom: 2rem;
}

.products__item {
  display: flex;
  text-decoration: none;
  color: #000;
  padding: 1rem;
  border-radius: 1.2rem;
  background-color: #fff;
}
.products__item:hover {
  text-decoration: none;
}

.products__img {
  height: 26rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  max-width: 37.4rem;
  width: 100%;
}
.products__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products__img-slider {
  height: 26rem;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
}
.products__img-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 26rem;
  max-height: 26rem;
}
.products__img-slider .slick-dots {
  bottom: 2rem;
}
.products__img-slider .slick-dots li {
  margin-right: 0.5rem;
}
.products__img-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.products__img-slider .slick-dots li button {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
  padding: 0;
}
.products__img-slider .slick-dots li button:before {
  display: none;
}

.products__content {
  padding: 0.8rem 0 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  color: #000;
}
.products__content:hover {
  text-decoration: none;
}
.products__content .btn--o-orange .icon {
  margin-right: 1rem;
  fill: #E68D2A;
  width: 2.6rem;
  height: 1.6rem;
}
.products__content .btn--o-orange:hover .icon {
  fill: #fff;
}

.new_message {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #D63232;
  position: absolute;
  top: -2px;
  left: 21px;
}

.products__title {
  font-size: 2rem;
  font-weight: 700;
}

.products__text {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}

.products__info {
  display: flex;
  flex-wrap: wrap;
}

.products__sub-info {
  display: flex;
  flex-wrap: wrap;
}
.products__sub-info .products__info-item {
  margin-bottom: 0;
}

.products__sub-info-title {
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.products__info-item {
  margin-bottom: 1.5rem;
  width: 35%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
.products__info-item img {
  margin-right: 0.4rem;
}
.products__info-item:last-of-type {
  margin-right: 0;
}

.products__book {
  margin-bottom: 3rem;
  padding: 0 1.5rem;
  display: inline-flex;
  align-items: center;
  height: 4.4rem;
  text-transform: uppercase;
  color: #4E745D;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: rgba(78, 116, 93, 0.1);
  border-radius: 1rem;
}
.products__book img {
  margin-right: 0.6rem;
}

.products__price {
  font-weight: 700;
  font-size: 2rem;
  margin-left: auto;
}
.products__price .title {
  display: none;
}
.products__price sup {
  font-weight: 500;
  font-size: 1.2rem;
  transform: translateY(0.2rem);
  display: inline-block;
}
.products__price.my_place {
  position: absolute;
  left: calc(35% + 1rem);
  bottom: 11rem;
}
.products__price.my_place .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}
.products__price.my_place .products__status {
  text-transform: uppercase;
}

.products__label {
  position: absolute;
  top: 2.7rem;
  left: 2.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #fff;
  text-transform: uppercase;
}

.favorite {
  background: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  border: 0;
}
.favorite .icon {
  stroke: #fff;
  height: 2.2rem;
  width: 1.8rem;
  fill: transparent;
}
.favorite.active .icon {
  stroke: #fff;
  fill: #fff;
}

.products__distance {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.products__distance img {
  margin-right: 0.6rem;
}

.products__footer {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products__footer-text {
  color: #4E745D;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  font-weight: 500;
}

.products__info-wrapper {
  display: flex;
}

.products__info-block {
  width: 33%;
  padding-left: 1.5rem;
  border-right: 1px solid #e5e5e5;
  margin-bottom: -0.6rem;
}
.products__info-block:first-child {
  padding-left: 0;
}
.products__info-block:last-child {
  border-right: 0;
}
.products__info-block .products__info-item {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  width: 100%;
}
.products__info-block .products__info-item:first-child {
  font-size: 1.4rem;
}

.products__info-icon {
  width: 2rem;
  display: flex;
  justify-content: center;
  margin-right: 1rem;
}
.products__info-icon img {
  margin-right: 0;
}

.products__status .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}
.products__status .status {
  font-size: 1.6rem;
  font-weight: 600;
}
.products__status .status.not-active {
  color: #8f0000;
}
.products__status .status.active {
  color: #2d571f;
}
.products__status .status.pending {
  color: #6a6a6a;
}

.products__footer-actions {
  display: flex;
}
.products__footer-actions .btn {
  height: 4.4rem;
  margin-right: 1rem;
  padding: 0 2rem;
  min-width: 11.7rem;
}
.products__footer-actions .btn:last-child {
  margin-right: 0;
}

.products__calendar-btn {
  display: none;
}

.product .block__title {
  margin-bottom: 1.5rem;
}
.product__head {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
}

.product__info {
  display: flex;
}

.product__info-item {
  margin-right: 4rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.product__info-item img {
  margin-right: 0.8rem;
}
.product__info-item:last-of-type {
  margin-right: 0;
}

.product__actions {
  display: flex;
}

.product__favorite {
  margin-right: 3rem;
  color: #2D571F;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.product__favorite .icon {
  width: 2rem;
  height: 2.2rem;
  fill: transparent;
  stroke: #2D571F;
}
.product__favorite.active .icon {
  stroke: #2D571F;
  fill: #2D571F;
}

.product__share {
  color: #2D571F;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.product__share .icon {
  width: 2rem;
  height: 2.2rem;
  fill: #2D571F;
}
.product__share.active {
  stroke: #2D571F;
}

.product__images {
  margin: 0 -0.25rem 1.5rem;
}
.product__images:before, .product__images:after {
  content: "";
  display: table;
}
.product__images:after {
  clear: both;
}

.product__img {
  float: left;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
  width: 25%;
  height: 20rem;
  border-radius: 1rem;
  position: relative;
}
.product__img:first-child {
  width: 50%;
  height: 40.5rem;
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.product__img-view {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 1.5rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}
.product__img-view:hover {
  text-decoration: none;
}

.product__wrapper {
  display: flex;
  margin: 0 -1rem 12rem;
}

.product__block {
  flex: 1;
  padding: 0 1rem;
}

.product__item {
  padding: 2rem;
  background-color: #fff;
  border-radius: 10px;
}

.product__host {
  margin-bottom: 4rem;
  width: 100%;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  border: 0.1rem solid #D9D9D9;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 2rem;
}
.product__host a {
  color: #4E745D;
  display: block;
  margin-left: 0.4rem;
}

.host__img {
  margin-right: 2rem;
}
.host__img img {
  width: 7rem;
  height: 7rem;
  object-fit: cover;
  border-radius: 50%;
}

.product__list {
  columns: 2;
}
.product__list li {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 5rem;
  position: relative;
}
.product__list li:last-of-type {
  margin-bottom: 0;
}
.product__list li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.product__list li p {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}

.product__about-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.product__about-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.product__description {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D9D9D9;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.product__features-list ul {
  columns: 3;
  list-style: disc;
  padding-left: 2rem;
}
.product__item-block {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D9D9D9;
}

.amenities__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.amenities__check {
  padding: 0 1rem;
  width: 50%;
  margin-bottom: 2rem;
}

.amenities__check-input {
  position: absolute;
  opacity: 0;
}
.amenities__check-input:checked + .amenities__label:after {
  opacity: 1;
  border-color: #E68D2A;
}

.amenities__check-item {
  width: 100%;
  padding: 1rem 2.5rem 1rem 7rem;
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border: 1px solid #D9D9D9;
  position: relative;
}
@media (max-width: 768px) {
  .amenities__check-item {
    height: auto;
  }
}
.amenities__check-item.no-check {
  padding-left: 2.5rem;
}

.amenities__label {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5rem;
  z-index: 1;
  transition: border-color 0.1s linear;
}

.amenities__info {
  display: flex;
  align-items: center;
  width: 100%;
}
.amenities__info img {
  margin-right: 1.5rem;
}

.amenities__info-item {
  margin-right: 1rem;
  max-width: 17rem;
  display: flex;
  align-items: center;
}
.amenities__info-item .title {
  font-size: 2rem;
  font-weight: 600;
  display: block;
}
.amenities__info-item .text {
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
}

.amenities__price {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  margin-left: auto;
  white-space: nowrap;
}

.product__pricing-wrapper {
  display: flex;
  justify-content: space-between;
}

.product__pricing-item {
  width: 30.333%;
}
.product__pricing-item .title {
  font-size: 1.6rem;
  font-weight: 700;
}
.product__pricing-item .text {
  font-weight: 500;
  font-size: 1.4rem;
}

.product__text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.parking__title {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  opacity: 0.4;
}

.parking__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.parking__block {
  padding: 0 1rem;
}

.parking__car {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 1rem;
  border: 1px solid #d9d9d9;
}

.product__about-host {
  display: flex;
  align-items: center;
}
.product__about-host .title {
  font-size: 2rem;
  font-weight: 600;
  color: #4E745D;
}
.product__about-host .text {
  opacity: 0.5;
}

.host__item {
  border-right: 1px solid #d9d9d9;
  padding-right: 2rem;
}

.host__contact {
  margin-left: 2rem;
}
.host__contact a {
  color: #4E745D;
  font-weight: 600;
  font-size: 1.6rem;
}

.map {
  margin-top: 2rem;
}
.map iframe {
  height: 20.5rem;
  border-radius: 1rem;
}

.reservation__wrapper {
  display: flex;
  margin: 0 -1rem;
}

.reservation__block {
  padding: 0 1rem;
  flex: 1;
}
.reservation__block:last-of-type {
  flex: unset;
  width: 30%;
}
.reservation__block ul {
  list-style: disc;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.product__reservation-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.product__reservation-text {
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 44.5rem;
}
.product__reservation-text h3 {
  font-size: 1.6rem;
}

.product__form {
  padding: 0 1rem;
  width: 40rem;
}

.product__form-sticky {
  position: sticky;
  top: 1rem;
}

.product__location .product__item {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.product__price-wrapper {
  margin-top: 3rem;
  padding-top: 2.7rem;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__price-wrapper .title {
  margin-bottom: 0;
}
.product__price-wrapper .price {
  margin-bottom: 0;
}

.product__form-wrapper {
  margin-bottom: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  background-color: #fff;
}
.product__form-wrapper .price {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
.product__form-wrapper .price sup {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  transform: translateY(0.2rem);
}

.product__form-body {
  padding: 2rem 2.5rem;
}
.product__form-body .title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.product__form-body .form__group {
  position: relative;
}
.product__form-body .label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.product__form-body .input {
  border: 0;
  padding: 0;
  height: auto;
  min-height: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
}
.product__form-body .input__wrapper {
  padding: 0.5rem 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
}

.product__copy {
  position: relative;
}

.product__copy-wrapper {
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  width: 50rem;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 640px) {
  .product__copy-wrapper {
    width: 30rem;
  }
}
.product__copy-wrapper.opened {
  opacity: 1;
  visibility: visible;
}

.product__copy-btn {
  margin-left: 1.5rem;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  background: none;
}
.product__copy-btn svg {
  fill: #4E745D;
}

.lg-backdrop {
  background-color: #000000;
}

.lg-toolbar {
  background-color: #000000;
}

.lg-outer .lg-thumb-outer {
  background-color: #000;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.fixed__booking-btn {
  display: none;
}
.fixed__booking-btn .btn.invisible {
  opacity: 0;
}

.booking__modal-title {
  display: none;
}

.intro .btn {
  min-width: 14rem;
}

.intro__slider.with-arrow .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.intro__slider.with-arrow .slick-arrow:before {
  color: #fff;
}
.intro__slider.with-dots .slick-dots {
  opacity: 1;
  visibility: visible;
}
.intro__slider.with-dots .slick-dots li button:before {
  width: 0.8rem;
  height: 0.8rem;
}
.intro__slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.intro__slider .slick-dots {
  opacity: 0;
  visibility: hidden;
  bottom: 2rem;
  z-index: 2;
}

.intro__content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76rem;
  padding: 5rem 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
  z-index: 1;
}
.intro__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}

.intro__title {
  max-width: 60rem;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 1.15;
  color: #fff;
}

.intro__text {
  max-width: 42rem;
  margin-bottom: 3.5rem;
  color: #fff;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.55;
}

.intro__arrows-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: -2.7rem;
}

.intro__arrows {
  display: flex;
  width: 10.8rem;
  height: 5.4rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
.intro__arrows .slick-prev,
.intro__arrows .slick-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 50%;
  height: 100%;
  transform: translate(0, 0);
  background-color: #85A162;
  transition: 0.3s;
}
.intro__arrows .slick-prev:hover,
.intro__arrows .slick-next:hover {
  background-color: #4E745D;
}
.intro__arrows .slick-prev:before,
.intro__arrows .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.intro__arrows .slick-prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928931C7.68054 0.538406 7.04738 0.538406 6.65686 0.92893L0.292893 7.29289ZM27 7L1 7L1 9L27 9L27 7Z' fill='white'/%3e%3c/svg%3e ");
}
.intro__arrows .slick-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31659 27.0976 7.68342 26.7071 7.2929L20.3431 0.928936C19.9526 0.538411 19.3195 0.538411 18.9289 0.928935C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM-1.74846e-07 9L26 9L26 7L1.74846e-07 7L-1.74846e-07 9Z' fill='white'/%3e%3c/svg%3e ");
}

.products__block.my_place .products__item {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.products__block.my_place .products__img {
  height: 30rem;
  max-width: 44rem;
}
.products__block.my_place .products__content {
  padding: 0.8rem 1rem 1.5rem 2rem;
  position: relative;
}
.products__block.my_place .products__text {
  min-height: 4rem;
  margin-bottom: 2rem;
}
.products__block.my_place .products__info-item {
  margin-bottom: 3rem;
}
.products__block.my_place .products__info-item img {
  margin-right: 1rem;
}

.products__block.bookmarks .products__item {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.products__block.bookmarks .products__img {
  height: auto;
}
.products__block.bookmarks .products__content {
  padding: 1rem;
  position: relative;
}
.products__block.bookmarks .products__text {
  margin-bottom: 1rem;
  height: 4rem;
}
.products__block.bookmarks .products__info-item {
  margin-bottom: 0;
}
.products__block.bookmarks .products__info-item img {
  margin-right: 0;
}
.products__block.bookmarks .products__footer-text {
  min-height: 17px;
  margin-bottom: 1rem;
}
.products__block.bookmarks .products__footer {
  flex-direction: column;
  align-items: flex-start;
}

.cabinet__item {
  margin-bottom: 3rem;
  display: flex;
}
.cabinet__item .products__block {
  margin-bottom: 0;
  flex: 1;
  border-right: 1px solid #d9d9d9;
}
.cabinet__item .datepicker-inline {
  height: 100%;
}
.cabinet__item .datepicker-inline .datepicker {
  width: 29rem;
  box-shadow: none;
}
.cabinet__item .datepicker-inline .datepicker--cell {
  height: 36px;
  cursor: default;
  pointer-events: none;
}
.cabinet__item .datepicker-inline .datepicker--cell:hover {
  background: none;
}
.cabinet__item .datepicker-inline .datepicker--cell.booked {
  color: #fff;
  position: relative;
  display: flex;
  pointer-events: auto;
}
.cabinet__item .datepicker-inline .datepicker--cell.booked:hover {
  background: none;
}
.cabinet__item .datepicker-inline .datepicker--cell.booked a {
  color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabinet__item .datepicker-inline .datepicker--cell.booked a:hover {
  text-decoration: none;
}
.cabinet__item .datepicker-inline .datepicker--cell.booked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #4E745D;
  z-index: -1;
}
.cabinet__item .datepicker-inline .datepicker--days-names {
  margin-bottom: 7px;
}

.cabinet__datepicker {
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.profile {
  margin-bottom: 5rem;
}

.profile__wrapper {
  display: flex;
  margin: 0 -2rem;
}

.profile__nav {
  padding: 0 2rem;
  width: 34%;
}
.profile__nav .profile__item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.profile__block {
  width: 66%;
  padding: 0 2rem;
}
.profile__block .profile__item {
  min-height: 100%;
  margin-bottom: 0;
}

.profile__item {
  background: #ffffff;
  border-radius: 1rem;
  padding: 3rem;
  margin-bottom: 2rem;
  position: relative;
}

.profile__user {
  display: flex;
  align-items: center;
}
.profile__user img {
  margin-right: 2rem;
  width: 5rem;
  height: 5rem;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.profile__user .title {
  font-size: 2rem;
  font-weight: 700;
}
.profile__user .text {
  text-transform: uppercase;
  color: #808080;
  font-size: 1.2rem;
  font-weight: 600;
}
.profile__user .text span {
  color: #000;
}

.profile__menu {
  display: flex;
  flex-direction: column;
}
.profile__menu a {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
.profile__menu a:last-child {
  margin-bottom: 0;
}
.profile__menu a.active {
  color: #808080;
}

.cabinet__item-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.profile__form {
  max-width: 36rem;
  width: 100%;
}
.profile__form .btn {
  font-size: 1.4rem;
}
.profile__form .error__message {
  padding-left: 1.5rem;
  transform: translateY(-1rem);
}

.profile__form-block {
  padding: 0.6rem 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
}
.profile__form-block .input {
  height: 2.2rem;
  border-radius: 0;
  background: none;
  border: 0;
  color: #000;
  padding: 0;
}
.profile__form-block .label {
  color: #000;
  text-transform: uppercase;
}
.profile__form-block.error {
  border-color: #D63232;
}
.profile__form-block.error .checkbox__label:before {
  border-color: #D63232;
}
.profile__form-block.checkbox-block {
  border: none;
}
.profile__form-block .input__wrapper.phone_format:before {
  bottom: 0.1rem;
  left: 0;
}
.profile__form-block .select select {
  border: 0;
  padding: 0;
  height: 2.2rem;
  border-radius: 0;
}
.profile__form-block .select:after {
  right: 0.4rem;
}
.profile__form-block .textarea {
  border: 0;
  padding: 0;
  font-size: 1.6rem;
}
.profile__form-block .textarea::placeholder {
  color: #808080;
  opacity: 1;
  font-weight: 500;
}

.profile__link {
  display: none;
}

.profile__menu-block .dropdown__link {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .profile__menu-block .dropdown__btn {
    display: none;
  }
  .profile__menu-block .dropdown {
    display: block !important;
    position: static;
    box-shadow: none;
    border: 0;
  }
  .profile__menu-block li {
    margin-bottom: 3rem;
  }
  .profile__menu-block li:last-child {
    margin-bottom: 0;
  }
  .profile__menu-block .dropdown__link {
    padding: 0;
    font-size: 1.4rem;
    height: auto;
  }
  .profile__menu-block .dropdown__link.active {
    color: #808080;
  }
  .profile__menu-block .dropdown__link:hover {
    background: none;
  }
}
@media (max-width: 992px) {
  .profile__menu-block .dropdown-wrapper {
    z-index: 4;
    width: 100%;
    text-align: left;
  }
  .profile__menu-block .dropdown {
    border: 0;
  }
  .profile__menu-block .dropdown__btn {
    text-align: left;
    border: 0;
    font-weight: 700;
    padding: 1rem 1.5rem;
    height: 5rem;
  }
  .profile__menu-block .dropdown__btn:after {
    right: 1.5rem;
  }
}

.booked__page {
  margin-bottom: 13rem;
}

.no-data {
  padding-top: 18.5rem;
  height: 57rem;
  color: #CCCCCC;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.cookie-window-block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  width: 100%;
  line-height: 1.5;
  max-width: 40rem;
  padding: 30px;
  color: #000;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.cookie-window-block.closed {
  display: none;
}
@media (max-width: 992px) {
  .cookie-window-block {
    max-width: 40rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
@media (max-width: 400px) {
  .cookie-window-block {
    width: calc(100% - 3rem);
  }
}

.cookie-window-text {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
}

.cookie-window-box {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: #000;
}
.cookie-window-box:hover {
  background-color: transparent;
}

.cookie_btn {
  color: #000;
  font-size: 15px;
  line-height: 1;
  border-radius: 20px;
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 10px 23px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}
.cookie_btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00ba71;
  border-color: #00ba71;
}

.cookie-window-text {
  margin-bottom: 20px;
}

.page__text-wrapper {
  margin: 0 -1rem;
  font-size: 1rem;
}
.page__text-wrapper:before, .page__text-wrapper:after {
  content: "";
  display: table;
}
.page__text-wrapper:after {
  clear: both;
}
.page__text-wrapper ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 0.5em;
}
.page__text-wrapper h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.page__text-wrapper h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.page__text-wrapper h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.page__text-wrapper p {
  margin-bottom: 0.5em;
}

.page__text-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.page__text-block {
  width: 50%;
  padding: 0 1rem;
}
.page__text-block.full {
  width: 100%;
}

.page__text-date {
  margin-bottom: 1rem;
}

.text__img {
  width: 20rem;
  height: 20rem;
  margin-bottom: 0;
  margin-right: 1rem;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gallery__slider {
  margin-bottom: 1px;
  overflow: hidden;
}

.gallery__slider-item {
  display: block;
}
.gallery__slider-item img {
  display: block;
  width: 100%;
  height: 43rem;
  object-fit: cover;
}

.gallery__nav-item {
  cursor: pointer;
}
.gallery__nav-item img {
  display: block;
  width: 100%;
  height: 7rem;
  object-fit: cover;
}

.gallery__nav .slick-list {
  margin: 0 -1px 0 0;
}
.gallery__nav .slick-slide {
  padding: 0 1px 0 0;
}
.gallery__nav .slick-slide:hover .gallery__nav-item:before {
  opacity: 0.4;
}
.gallery__nav .slick-arrow {
  display: none;
}
.gallery__nav .slick-current .gallery__nav-item:before {
  opacity: 0.4;
}

.gallery__nav-item {
  position: relative;
}
.gallery__nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
}

.lg-actions .lg-prev {
  transform: rotate(180deg);
}

.contacts__wrapper {
  display: flex;
  margin: 0 -1rem 4rem;
}

.contacts__block {
  padding: 0 1rem;
  width: 35%;
}
.contacts__block:last-child {
  width: 65%;
}

.contacts__item {
  background-color: #fff;
  padding: 2rem 2.4rem;
  border-radius: 1rem;
}
.contacts__item .profile__form {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts__item .profile__form-block {
  width: 49%;
}
.contacts__item .profile__form-block--message {
  width: 100%;
}
.contacts__item .checkbox-block {
  width: 100%;
}
.contacts__item .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contacts__info {
  margin-bottom: 3rem;
}
.contacts__info.hide-desktop .title {
  margin-bottom: 2rem;
}
.contacts__info .title {
  max-width: 30.6rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.contacts__info a:not(.btn) {
  color: #4E745D;
}
.contacts__info .btn {
  min-width: 20rem;
}

.contacts__soc .title {
  max-width: 30.6rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .contacts__block {
    width: 100%;
  }
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone {
  box-sizing: border-box;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 1rem;
}
.dropzone * {
  box-sizing: border-box;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message {
  cursor: pointer;
}
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 105%;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 2;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dz-preview-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.dropzone {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dropzone .btn {
  margin-bottom: 3rem;
  border: 2px solid #E68D2A;
}
.dropzone .dz-default {
  width: 100%;
  padding: 5rem 0;
  background-color: #f8f8f8;
  border: 1px dashed #ead5be;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.dropzone .dz-preview {
  display: block;
  width: calc(50% - 1rem);
  margin: 0 0 2rem;
  position: relative;
}
.dropzone .dz-preview:hover .dz-remove {
  opacity: 1;
  visibility: visible;
}
.dropzone .dz-preview:hover .dz-image:before {
  opacity: 0.5;
}
.dropzone .dz-preview:hover .dz-image:after {
  opacity: 1;
}
.dropzone .dz-preview .dz-image {
  height: 24rem;
  width: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.dropzone .dz-preview .dz-image:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/src/assets/images/hanlder.svg");
  width: 3.1rem;
  height: 3.1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.2s ease;
}
.dropzone .dz-preview .dz-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000000;
  z-index: 2;
  transition: all 0.2s ease;
}
.dropzone .dz-preview .dz-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.dropzone .dz-preview .dz-details {
  display: none;
}
.dropzone .dz-preview .dz-progress {
  display: none;
}
.dropzone .dz-preview .dz-remove {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 0;
  width: 3rem;
  height: 3rem;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.dropzone .dz-preview .dz-remove:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  border-radius: 0.4rem;
  background-color: #fff;
  transform: rotate(45deg);
}
.dropzone .dz-preview .dz-remove:after {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  border-radius: 0.4rem;
  background-color: #fff;
  transform: rotate(-45deg);
}

.dz__img {
  height: 4.2rem;
  margin-bottom: 3rem;
}
.dz__img img {
  max-height: 100%;
}

.dz__text {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

.dropzone__remove {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}
.dropzone__remove a {
  border-radius: 0.6rem;
  height: 3rem;
  padding: 0 1.5rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 1rem;
}
.dropzone__remove a:last-child {
  margin-right: 0;
}
.dropzone__remove a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.dropzone__remove a:first-child {
  background-color: #ffffff;
  color: #000;
}

.filter__item {
  border-radius: 1rem;
  padding: 3rem 2.4rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.filter__item .label {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.filter__group {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D9D9D9;
}

.filter__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filter__cat .checkbox {
  margin-bottom: 1.5rem;
  width: 100%;
}

.filter__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter__actions .btn {
  margin-bottom: 0;
}

.filter__reset {
  color: #E68D2A;
  font-weight: 700;
  font-size: 1.4rem;
}

.range__slider {
  padding-top: 1.3rem;
  margin-bottom: 3rem;
}
.range__slider.distance .noUi-tooltip {
  left: auto;
  right: -0.5rem;
}

/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 0.6rem;
  position: relative;
  z-index: 1;
  background-color: #D9D9D9;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
  width: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  left: -5px;
  top: -0.75rem;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -5px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  width: 100%;
  background: #FAFAFA;
  border-radius: 4px;
}

.noUi-connects {
  border-radius: 5px;
}

.noUi-connect {
  background: #E68D2A;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #666;
  border-radius: 3px;
  background: #ccc;
  cursor: pointer;
  outline: 0;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.4rem;
}

.noUi-horizontal .noUi-tooltip {
  left: -0.5rem;
  top: calc(100% + 0.5rem);
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.range__wrapper {
  width: 100%;
  padding: 1.6rem 1.5rem 1.5rem;
  position: relative;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper .noUi-tooltip {
  left: auto;
  right: -0.5rem;
}

.block__title-wrapper {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block__title-wrapper .block__title {
  margin-bottom: 0;
}

.block__text {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.block__text h1 {
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 2rem;
}
.block__text h2 {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2rem;
}
.block__text h3 {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
}
.block__text h4 {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.block__text ul {
  padding-left: 40px;
  margin: 16px 0;
  list-style: disc;
}
.block__text img {
  max-width: 100%;
  height: auto !important;
}

.block__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.block__title--success {
  margin-bottom: 6rem;
  text-align: center;
}

.main__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto;
}
.main__img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.main__page {
  min-height: 62rem;
  padding: 30rem 0 43rem;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.main__page:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.booking {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.booking .btn--o-white {
  background: rgba(255, 255, 255, 0.1);
  min-width: 18.7rem;
  height: 4.4rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.booking .btn--o-white:hover {
  color: #000;
  background-color: #fff;
}

.booking__form {
  margin-bottom: 4rem;
  display: flex;
  width: 100rem;
  padding: 1.5rem 1.5rem 1.5rem 0;
  background-color: #fff;
  border-radius: 1rem;
}
.booking__form .input {
  background: none;
  border: 0;
  color: #000;
  padding: 0;
  height: 3rem;
  transform: translateY(0.2rem);
}
.booking__form .btn {
  margin-left: auto;
}
.booking__form .label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #96ab8f;
  letter-spacing: 0.08em;
}
.booking__form .label img {
  margin-right: 0.9rem;
  height: 1.8rem;
  transform: translateY(-0.1rem);
}
.booking__form .input__wrapper .label {
  color: #000;
}
.booking__form .datepicker {
  width: 100%;
  box-sizing: border-box;
}

.booking__guests {
  min-height: 3rem;
  display: flex;
  align-items: flex-end;
  color: #808080;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  transform: translateY(-0.2rem);
}
.booking__guests.active {
  color: #000;
}
.booking__guests-window-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem) translateX(-50%);
  transition: all 0.2s ease;
  width: 100%;
}
.booking__guests-window-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}

.booking__guests-window {
  padding: 1.5rem 2.5rem;
  min-width: 28rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

.booking__block {
  width: 30%;
  padding: 0.5rem 2.5rem 0;
  border-right: 1px solid #d9d9d9;
  position: relative;
}
.booking__block:last-of-type {
  border-right: 0;
}

.results .container {
  width: auto;
  max-width: 1260px;
}

.results__close {
  display: none;
}

.results__wrapper {
  display: flex;
  margin: 0 -1rem 12rem;
}

.results__block {
  width: 73%;
  padding: 2rem 1rem 0 4rem;
}
@media (max-width: 640px) {
  .results__block .products__info-wrapper {
    flex-direction: column;
    display: block;
  }
  .results__block .products__info-block {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
  }
  .results__block .products__info-block:last-child {
    margin-bottom: 0;
  }
  .results__block .products__info-item {
    width: 26.5%;
  }
  .results__block .products__info-item:first-child {
    width: 45%;
  }
  .results__block .products__sub-info-title {
    width: 44%;
  }
  .results__block .products__info-icon {
    margin-right: 0.5rem;
  }
}

.results__select {
  margin-bottom: 2rem;
  max-width: 30rem;
  position: relative;
  display: flex;
  align-items: center;
}
.results__select b {
  margin-right: 1rem;
}
.results__select select {
  height: 4.4rem;
  padding-left: 8rem;
  font-size: 1.4rem;
}

.results__select-label {
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}

.results__count {
  font-weight: 500;
  display: inline;
}
@media (max-width: 992px) {
  .results__count {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .results__count {
    display: block;
  }
}

.results__filter {
  width: 27%;
  padding: 0 1rem 0 2.4rem;
}
.results__filter .booking__form {
  margin-bottom: 2rem;
  padding: 2rem 3rem 3rem;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.results__filter .booking__form .btn {
  font-size: 1.6rem;
}
.results__filter .booking__datepicker {
  width: 100%;
}
.results__filter .booking__block {
  padding: 0.8rem 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
}
.results__filter .booking__block .input {
  height: 2.2rem;
  border-radius: 0;
}
.results__filter .booking__block .label {
  color: #000;
}
.results__filter .booking__block .booking__guests .input {
  min-height: 2.5rem;
  height: auto;
}
.results__filter .booking__block .booking__guests-window {
  min-width: auto;
}
.results__filter .block__title {
  font-weight: 500;
  margin-bottom: 1.1rem;
}

.guests__window-wrapper {
  padding-bottom: 1.3rem;
  margin-bottom: 1.3rem;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.guests__window-wrapper:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.guests__window-item .title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0;
}
.guests__window-item .text {
  font-size: 1.4rem;
  font-weight: 500;
  color: #808080;
}

.guests__window-count {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.guests__window-count input {
  outline: 0;
  border: 0;
  height: 2rem;
  width: 3rem;
  text-align: center;
}

.guests__count-btn {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #4e745d;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
.guests__count-btn:hover {
  text-decoration: none;
}

.login__wrapper {
  max-width: 440px;
  margin: 0 auto 10rem;
  border-radius: 1rem;
  overflow: hidden;
}

.error__message {
  margin-top: 1rem;
  color: #D63232;
}

.datepicker-inline .datepicker {
  width: 100%;
}

.booking__datepicker .datepicker--cell:hover {
  background: none;
}
.booking__datepicker .datepicker--cell:before {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #d9d9d9;
  opacity: 0;
}
.booking__datepicker .datepicker--cell.booked {
  color: #fff;
}
.booking__datepicker .datepicker--cell.booked:before {
  opacity: 1;
  background-color: #2d571f;
}

.contacts__wrapper {
  display: flex;
  margin: 0 -1rem 4rem;
}

.contacts__block {
  padding: 0 1rem;
  width: 35%;
}
.contacts__block:last-child {
  width: 65%;
}

.contacts__item {
  background-color: #fff;
  padding: 2rem 2.4rem;
  border-radius: 1rem;
}
.contacts__item .profile__form {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts__item .profile__form-block {
  width: 49%;
}
.contacts__item .profile__form-block--message {
  width: 100%;
}
.contacts__item .checkbox-block {
  width: 100%;
}
.contacts__item .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contacts__info {
  margin-bottom: 3rem;
}
.contacts__info.hide-desktop .title {
  margin-bottom: 2rem;
}
.contacts__info .title {
  max-width: 30.6rem;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.contacts__info a:not(.btn) {
  color: #4E745D;
}
.contacts__info .btn {
  min-width: 20rem;
}

.contacts__soc .title {
  max-width: 30.6rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .contacts__block {
    width: 100%;
  }
}
.booking__wrapper {
  margin: 0 -1rem 12rem;
  display: flex;
}

.booking__container {
  flex: 1;
  padding: 0 1rem;
}
.booking__container .products__info-block {
  width: 50%;
}
.booking__container .products__info-wrapper .products__info-block:last-child {
  padding-left: 1rem;
}
@media (max-width: 640px) {
  .booking__container .products__info-wrapper {
    flex-direction: column;
    display: block;
  }
  .booking__container .products__info-wrapper .products__info-block:last-child {
    padding-left: 0;
  }
  .booking__container .products__info-block {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    padding-left: 0;
  }
  .booking__container .products__info-block:last-child {
    margin-bottom: 0;
  }
  .booking__container .products__info-item {
    width: 26.5%;
  }
  .booking__container .products__info-item:first-child {
    width: 45%;
  }
  .booking__container .products__sub-info-title {
    width: 44%;
  }
  .booking__container .products__info-icon {
    margin-right: 0.5rem;
  }
}

.booking__item {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
}
.booking__item .block__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.booking__item .form__group {
  position: relative;
}
.booking__item .amenities__label {
  cursor: pointer;
  user-select: none;
}
.booking__item .label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.booking__item .input {
  border: 0;
  padding: 0;
  height: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0;
}
.booking__item .textarea {
  border: 0;
  padding: 0;
  height: 24rem;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
}
.booking__item .input__wrapper {
  padding: 0.5rem 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
}
.booking__item .amenities__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.booking__item .amenities__label:after {
  width: 0.8rem;
  height: 1.4rem;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #a4a4a4;
  content: "";
  display: block;
  transform: rotate(45deg);
  position: absolute;
  left: 1rem;
  top: 0.4rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s linear, color 0.1s linear;
}

.booking__details {
  width: 33%;
  padding: 0 1rem;
}
.booking__details .booking__item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 1rem;
}

.booking__details-wrapper {
  padding-top: 1rem;
  display: flex;
  margin-bottom: 2rem;
}
.booking__details-wrapper .booking__detail:last-child {
  padding-left: 1.5rem;
}

.booking__detail {
  width: 50%;
  border-right: 1px solid #d9d9d9;
}
.booking__detail:last-child {
  border-right: 0;
}
.booking__detail .title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.booking__detail .date {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}
.booking__detail .time {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.5;
}

.booking__price {
  margin-bottom: 2rem;
}
.booking__price .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 1.5rem;
}
.booking__price .text {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 500;
  order: 1;
  margin-right: 1.5rem;
}
.booking__price .price {
  display: flex;
  align-items: flex-end;
  order: 3;
  font-weight: 700;
  font-size: 1.6rem;
}
.booking__price.total {
  margin-top: 4rem;
}

.booking__price-wrapper {
  display: flex;
  justify-content: space-between;
}
.booking__price-wrapper:after {
  content: "";
  border-bottom: 1px dashed #d9d9d9;
  flex: 1;
  order: 2;
  transform: translateY(-0.4rem);
  margin-right: 0.5rem;
}

.booking__count {
  margin-top: 1.5rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.booking__count a {
  color: #E68D2A;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.1rem solid #E68D2A;
  font-size: 1.6rem;
  font-weight: 700;
}
.booking__count a:hover {
  text-decoration: none;
}
.booking__count input {
  width: 3rem;
  outline: 0;
  border: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.booking__alert {
  position: absolute;
  padding: 0.4rem 0.8rem;
  background-color: #FFEEEE;
  border-radius: 0.4rem;
  top: calc(100% + 0.5rem);
  left: 3.5rem;
  white-space: nowrap;
  color: #A30000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.2s ease;
  font-size: 1.4rem;
}
.booking__alert.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.booking__alert:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1rem;
  border: 0.4rem solid transparent;
  border-bottom-color: #FFEEEE;
}

.booking__datepicker {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 2rem);
  z-index: 2;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.booking__datepicker.active {
  opacity: 1;
  visibility: visible;
}
.booking__datepicker .ui-datepicker {
  border-radius: 1rem;
}
.booking__datepicker .ui-state-active {
  background-color: #4E745D;
}
.booking__datepicker .ui-state-highlight {
  background-color: #4E745D;
}

.booking-successful {
  padding: 0 0 11rem;
}
.booking-successful .booking-successful-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}
.booking-successful .booking-successful-content .image-container {
  font-weight: 700;
  font-size: 20rem;
  line-height: 1.2;
  color: #4E745D;
}
.booking-successful .booking-successful-content .booking-successful-title {
  color: #ecab04;
  font-size: 64px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 83px;
  text-align: center;
  margin-bottom: 4rem;
}
.booking-successful .booking-successful-content .booking-successful-text {
  color: #030303;
  font-size: 32px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 42px;
  text-align: center;
  margin-bottom: 4rem;
}
.booking-successful .booking-successful-content a {
  cursor: pointer;
  width: 265px;
  height: 46px;
  padding: 0px 8px;
  border: 0;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  background-color: #ecab04;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  line-height: 22px;
  outline: none;
  margin-top: 40px;
}

.change-booking-dates-question-block {
  display: flex;
  flex-direction: column;
  margin-top: -3rem;
  margin-bottom: 5rem;
}
.change-booking-dates-question-block .change-booking-dates-question-buttons {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  margin-top: 1rem;
}
.change-booking-dates-question-block .change-booking-dates-question-buttons .btn {
  height: 3.4rem;
  min-width: 8rem;
}
.change-booking-dates-question-block .change-booking-dates-question-buttons .btn--gray {
  margin: 0;
}
.change-booking-dates-question-block .change-booking-dates-input-container {
  display: none;
}
.change-booking-dates-question-block .change-booking-dates-input-container button {
  margin-top: 2rem;
}
.change-booking-dates-question-block .change-booking-dates-input-container .booking__datepicker {
  top: 0;
  left: 0;
  width: calc(100% - 2rem);
  z-index: 2;
  transition: all 0.2s ease;
  position: relative;
  display: none;
}
.change-booking-dates-question-block .change-booking-dates-input-container .booking__datepicker.active {
  display: block;
}

@media (max-width: 768px) {
  .booking-successful .booking-successful-content {
    margin: 0px 20px;
  }
  .booking-successful .booking-successful-content .booking-successful-title {
    font-size: 40px;
    line-height: 43px;
  }
  .booking-successful .booking-successful-content .booking-successful-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.checkout__wrapper {
  margin: 0 -1rem 12rem;
  display: flex;
  flex-direction: row;
}

.checkout__container {
  flex: 1;
  /*padding: 0 1rem;*/
  /*border-radius: 1rem;*/
}
.checkout__container .checkout__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0705882353);
}
.checkout__container .products__info-block {
  width: 50%;
}
.checkout__container .products__info-wrapper .products__info-block:last-child {
  padding-left: 1rem;
}
.checkout__container .checkbox__wrapper {
  margin-top: 2rem;
  flex-direction: column;
}
.checkout__container .checkbox__wrapper .checkbox {
  width: 100%;
}
.checkout__container .checkbox__wrapper .checkbox .checkbox__label {
  display: block;
  font-size: 1.2rem;
  height: 1.2rem;
  padding-left: 3rem;
}
.checkout__container .checkbox__wrapper .checkbox .checkbox__label:before {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
}
.checkout__container .checkbox__wrapper .checkbox .checkbox__label:after {
  left: 6px;
}
.checkout__container #payment-message.red {
  color: red;
}
.checkout__container #payment-message.green {
  color: green;
}
@media (max-width: 640px) {
  .checkout__container .products__info-wrapper {
    flex-direction: column;
    display: block;
  }
  .checkout__container .products__info-wrapper .products__info-block:last-child {
    padding-left: 0;
  }
  .checkout__container .products__info-block {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    padding-left: 0;
  }
  .checkout__container .products__info-block:last-child {
    margin-bottom: 0;
  }
  .checkout__container .products__info-item {
    width: 26.5%;
  }
  .checkout__container .products__info-item:first-child {
    width: 45%;
  }
  .checkout__container .products__sub-info-title {
    width: 44%;
  }
  .checkout__container .products__info-icon {
    margin-right: 0.5rem;
  }
}

.checkout__item {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #fff;
}
.checkout__item.rounded {
  border-radius: 1rem;
}
.checkout__item.rounded-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: 0;
}
.checkout__item.rounded-bottom {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.checkout__item .block__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.checkout__item .block__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.checkout__item .form__group {
  position: relative;
}
.checkout__item .amenities__label {
  cursor: pointer;
  user-select: none;
}
.checkout__item .label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.checkout__item .input {
  border: 0;
  padding: 0;
  height: 2.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0;
}
.checkout__item .textarea {
  border: 0;
  padding: 0;
  height: 24rem;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: transparent;
  border-radius: 0;
}
.checkout__item .input__wrapper {
  padding: 0.5rem 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
}
.checkout__item .amenities__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.checkout__item .amenities__label:after {
  width: 0.8rem;
  height: 1.4rem;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #a4a4a4;
  content: "";
  display: block;
  transform: rotate(45deg);
  position: absolute;
  left: 1rem;
  top: 0.4rem;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.1s linear, color 0.1s linear;
}

.checkout__details {
  width: 50%;
  padding: 0 1rem;
}
.checkout__details .checkout__item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 1rem;
}
.checkout__details .products__block .products__item {
  flex-direction: column;
}
.checkout__details .products__block .products__item .products__img {
  max-width: 100%;
}

.checkout__details-wrapper {
  padding-top: 1rem;
  display: flex;
  margin-bottom: 2rem;
}
.checkout__details-wrapper .checkout__detail:last-child {
  /*padding-left: 1.5rem;*/
}

.checkout__detail {
  /*width: 50%;*/
  /*border-right: 1px solid #d9d9d9;*/
}
.checkout__detail:last-child {
  border-right: 0;
}
.checkout__detail .title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.checkout__detail .date {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
}
.checkout__detail .time {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.5;
}
.checkout__detail .bold {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}

.checkout__price {
  margin-bottom: 2rem;
}
.checkout__price .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-right: 1.5rem;
}
.checkout__price .text {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 500;
  order: 1;
  margin-right: 1.5rem;
}
.checkout__price .price {
  display: flex;
  align-items: flex-end;
  order: 3;
  font-weight: 700;
  font-size: 1.6rem;
}
.checkout__price.total {
  margin-top: 4rem;
}

.checkout__price-wrapper {
  display: flex;
  justify-content: space-between;
}
.checkout__price-wrapper:after {
  content: "";
  border-bottom: 1px dashed #d9d9d9;
  flex: 1;
  order: 2;
  transform: translateY(-0.4rem);
  margin-right: 0.5rem;
}

.checkout__count {
  margin-top: 1.5rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.checkout__count a {
  color: #E68D2A;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.1rem solid #E68D2A;
  font-size: 1.6rem;
  font-weight: 700;
}
.checkout__count a:hover {
  text-decoration: none;
}
.checkout__count input {
  width: 3rem;
  outline: 0;
  border: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.checkout__alert {
  position: absolute;
  padding: 0.4rem 0.8rem;
  background-color: #FFEEEE;
  border-radius: 0.4rem;
  top: calc(100% + 0.5rem);
  left: 3.5rem;
  white-space: nowrap;
  color: #A30000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: all 0.2s ease;
  font-size: 1.4rem;
}
.checkout__alert.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.checkout__alert:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 1rem;
  border: 0.4rem solid transparent;
  border-bottom-color: #FFEEEE;
}

.checkout__datepicker {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 2rem);
  z-index: 2;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.checkout__datepicker.active {
  opacity: 1;
  visibility: visible;
}
.checkout__datepicker .ui-datepicker {
  border-radius: 1rem;
}
.checkout__datepicker .ui-state-active {
  background-color: #4E745D;
}
.checkout__datepicker .ui-state-highlight {
  background-color: #4E745D;
}

.grid {
  display: grid;
}
.grid.gap-2 {
  gap: 2rem;
}
.grid.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid.grid-cols-4 .col-span-1 {
  grid-column: span 1/span 1;
}
.grid.grid-cols-4 .col-span-2 {
  grid-column: span 2/span 2;
}
.grid.grid-cols-4 .col-span-3 {
  grid-column: span 3/span 3;
}

.checkout__attributes_container {
  display: flex;
  margin-top: 2rem;
}
.checkout__attributes_container .checkout__attributes_column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.checkout__attributes_container .checkout__attributes_row {
  display: flex;
  flex-wrap: wrap;
}
.checkout__attributes_container .light {
  font-weight: 100;
}

.checkout__detail .light {
  font-weight: 100;
}

@media (max-width: 768px) {
  .checkout__wrapper {
    flex-direction: column-reverse;
  }
  .checkout__details {
    width: 100%;
  }
}
.form__filter {
  display: flex;
  margin: 0 -1.1rem 2.5rem;
}

.form__filter-block {
  width: 27rem;
  padding: 0 1.1rem;
}
.form__filter-block:nth-child(2) {
  width: 38.7rem;
}
.form__filter-block .select select {
  height: 4.4rem;
  padding: 0 1.4rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.form__filter-block .input {
  height: 4.4rem;
  padding: 0 1.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.form__filter-input-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.4rem;
}

.reserv__block {
  display: flex;
  margin-bottom: 2rem;
}
.reserv__block .products__item {
  width: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.reserv__block .products__img {
  width: 27rem;
  height: 19rem;
}
.reserv__block .btn {
  height: 4.4rem;
}

.reserv__content {
  padding-left: 3.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #ffffff;
  border-left: 1px solid #d9d9d9;
  width: 50%;
}

.reserv__content-wrapper {
  padding: 2.3rem 0 0;
}

.reservation__checkout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  padding-right: 2.5rem;
}
.reservation__checkout .dropdown__btn {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.9rem;
}
.reservation__checkout .dropdown__btn b {
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 1.2rem;
}
.reservation__checkout .products__status {
  padding-top: 0.8rem;
  line-height: 1.4;
}
.reservation__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 2.5rem;
}

.reservation__guests {
  width: 44%;
}

.reservation__checkout-item {
  padding-left: 1.5rem;
  width: 50%;
  white-space: nowrap;
}
.reservation__checkout-item:first-child {
  padding-left: 0;
}
.reservation__checkout-item:last-child {
  border-left: 1px solid rgba(217, 217, 217, 0.7);
}
.reservation__checkout-item .title {
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #808080;
}
.reservation__checkout-item .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.reservation__checkout-item .date {
  color: #808080;
  font-weight: 500;
  font-size: 1.4rem;
}

.reservation__guests-item {
  margin-bottom: 1.8rem;
}
.reservation__guests-item .title {
  letter-spacing: 0.08em;
  margin-bottom: 0.1rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #808080;
}
.reservation__guests-item .text {
  font-size: 1.6rem;
  font-weight: 500;
}

.reservation__price {
  padding-top: 0.8rem;
  text-align: right;
}
.reservation__price .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}
.reservation__price .price {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.reservations__id {
  font-size: 1.4rem;
  margin-right: 1rem;
}

.reservation__details {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
.reservation__details.main {
  margin-bottom: 2rem;
}
.reservation__details .products__item {
  flex: 1;
  padding: 1rem 0 0 1rem;
}
@media (max-width: 992px) {
  .reservation__details .products__item {
    padding-left: 0;
  }
}
.reservation__details .products__img {
  height: 13rem;
  width: 19rem;
}
.reservation__details .reserv__content {
  padding-left: 0;
  border-left: 0;
  width: 50%;
}
.reservation__details .reservation__guests {
  width: 60%;
  margin-bottom: 2rem;
}
.reservation__details .btn {
  height: 4.4rem;
}
.reservation__details .reservation__guests-item {
  margin-bottom: 2rem;
  margin-right: 2.2rem;
  min-width: 15rem;
  width: 100%;
}
.reservation__details .reservation__guests-item.centered {
  margin-top: 0.8rem;
  transform: translateY(-10px);
}
.reservation__details .reservation__guests-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
}
.reservation__details .reserv__content-wrapper {
  padding-top: 2rem;
}
.reservation__details .access {
  margin-top: 2rem;
  text-transform: uppercase;
  color: #4E745D;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.reservation__details-wrapper {
  display: flex;
  width: calc(100% + 2rem);
  margin: 1rem -1rem 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.reservation__content {
  width: 42%;
  padding: 1.5rem 3.5rem;
}
.reservation__content .reservation__title {
  margin-bottom: 0.7rem;
}

.reservation__map {
  width: 58%;
  padding: 1.6rem 1.5rem;
}
.reservation__map iframe {
  border-radius: 1rem;
}

.reservation__details-block {
  flex: 1;
  padding: 2.9rem 2.5rem 2.5rem;
  border-right: 1px solid #d9d9d9;
}
.reservation__details-block:nth-child(2) {
  width: 33.7%;
  flex: unset;
}
.reservation__details-block:last-child {
  border-right: 0;
  padding-left: 5rem;
}
.reservation__details-block .btn {
  height: 4.4rem;
}
.reservation__details-block .status {
  font-weight: 700;
  font-size: 1.4rem;
}
.reservation__details-block .status.completed {
  color: rgb(45, 87, 31);
}
.reservation__details-block .status.confirmed {
  color: rgb(45, 87, 31);
}
.reservation__details-block .status.waiting-for-review {
  color: #e68d2a;
}
.reservation__details-block .status.canceled {
  color: #d63232;
}

.reservation__item-block .products__status {
  display: flex;
  align-items: center;
  line-height: 1;
}
.reservation__item-block .products__status .status {
  transform: translateY(-0.15rem);
}

.products__status .title {
  margin-right: 0.4rem;
}
.products__status .status.completed {
  color: rgb(45, 87, 31);
}
.products__status .status.confirmed {
  color: rgb(45, 87, 31);
}
.products__status .status.waiting-for-review {
  color: #e68d2a;
}
.products__status .status.canceled {
  color: #d63232;
}

.reservation__status-block {
  text-align: center;
}
.reservation__status-block .reservation__title {
  margin-bottom: 0;
}
.reservation__status-block .separator {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
}

.reservation__subtitle {
  margin-bottom: 5.4rem;
  color: #808080;
  font-size: 1.4rem;
  font-weight: 500;
}

.reservation__title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
}

.reservation__item-block {
  margin-bottom: 1.8rem;
}
.reservation__item-block .title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  color: #808080;
  letter-spacing: 0.08em;
}
.reservation__item-block .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.reservation__item-block .price {
  font-weight: 700;
  font-size: 2rem;
}

.reservation__cancel {
  color: #d63232;
  height: 4.4rem;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation__additional {
  padding: 2rem 1.5rem 0;
}
.reservation__additional.customer-comment {
  width: calc(100% + 2rem);
  padding: 2rem 2.5rem;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 -1rem;
}
@media (max-width: 992px) {
  .reservation__additional.customer-comment {
    margin: 0;
    width: 100%;
    padding: 2rem 0;
  }
}

.reservation__information {
  padding-right: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.reservation__information a {
  color: #E68D2A;
}
.reservation__information p {
  margin: 0 0 1.2em;
}
.reservation__information p .attribute_name {
  font-weight: 700;
}

.reservation__cancel-actions {
  padding-bottom: 2rem;
}

.reservation__reviews {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  margin-bottom: 5rem;
}
.reservation__reviews .form__group {
  margin-bottom: 2.5rem;
}

.reservation__reviews-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem 2rem;
}

.reservation__reviews-block {
  width: 33.333%;
  padding: 0 1rem;
}
.reservation__reviews-block.half {
  margin-bottom: 4rem;
  width: 50%;
}
.reservation__reviews-block.half .reservation__review {
  margin-bottom: 0;
}

.reservation__review-comment .title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.reservation__review {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.reservation__review img {
  margin-right: 1rem;
}
.reservation__review.like {
  align-items: flex-end;
}
.reservation__review.like > img {
  margin-right: 1.5rem;
  transform: translateY(-0.3rem);
}
.reservation__review.dislike {
  align-items: flex-start;
}
.reservation__review.dislike > img {
  margin-right: 1.5rem;
  transform: translateY(0.4rem);
}
.reservation__review.not-liked {
  align-items: flex-end;
}
.reservation__review.not-liked > img {
  margin-right: 1.5rem;
  transform: translateY(-0.3rem);
  filter: grayscale(100%);
  opacity: 0.5;
}

.reservation__review-title {
  font-weight: 600;
  font-size: 1.6rem;
}

.reservation__date {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #808080;
}

.booked__block {
  margin-bottom: 4rem;
}
.booked__block .booked__item:last-child {
  margin-bottom: 0;
}

.reservation__review-radio {
  display: flex;
}
.reservation__review-radio .radio {
  position: relative;
  margin-right: 3rem;
}
.reservation__review-radio .radio:last-child {
  margin-right: 0;
}
.reservation__review-radio .radio__input {
  opacity: 0;
  position: absolute;
}
.reservation__review-radio .radio__input:checked + .radio__label.dislike {
  color: #D63232;
}
.reservation__review-radio .radio__input:checked + .radio__label.like {
  color: #437d5a;
}
.reservation__review-radio .radio__input:checked + .radio__label img {
  filter: none;
  opacity: 1;
}
.reservation__review-radio .radio__label {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #a6a6a6;
  cursor: pointer;
}
.reservation__review-radio .radio__label:hover.dislike {
  color: #D63232;
}
.reservation__review-radio .radio__label:hover.like {
  color: #437d5a;
}
.reservation__review-radio .radio__label:hover img {
  filter: none;
  opacity: 1;
}
.reservation__review-radio .radio__label.like {
  align-items: flex-end;
}
.reservation__review-radio .radio__label.like img {
  transform: translateY(-0.4rem);
}
.reservation__review-radio .radio__label.dislike {
  align-items: flex-start;
}
.reservation__review-radio .radio__label.dislike img {
  transform: translateY(0.4rem);
}
.reservation__review-radio .radio__label img {
  margin-right: 1.5rem;
  filter: grayscale(100%);
  opacity: 0.6;
}

.booked__item {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  color: #000;
}
.booked__item:hover {
  text-decoration: none;
}
.booked__item .products__img {
  height: 19rem;
  width: 27rem;
}
.booked__item .price__title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.booked__item .products__price {
  text-align: right;
}

.booked__item-content {
  padding: 2rem 2rem 0.5rem;
  flex: 1;
}

.booked__item-title {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.booked__item-title .products__title {
  margin-bottom: 0;
}
.booked__item-title .products__text {
  margin-bottom: 0;
}

.booked__check-wrapper {
  display: flex;
}
.booked__check-wrapper.first {
  margin-bottom: 1.4rem;
}

.booked__check {
  width: 20rem;
  padding: 0.5rem 0;
  border-right: 1px solid rgba(217, 217, 217, 0.7);
}
.booked__check:not(:first-child) {
  padding-left: 2rem;
}
.booked__check:last-child {
  border-right: 0;
}
.booked__check .title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.booked__check .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.booked__check .date {
  color: #808080;
  font-weight: 500;
  font-size: 1.4rem;
}
.booked__check .status {
  font-size: 1.2rem;
  font-weight: 600;
}
.booked__check .status.completed {
  text-transform: uppercase;
  color: #2d571f;
}
.booked__check .status.waiting {
  color: #e68d2a;
}

.reservation__comment {
  font-size: 1.6rem;
  font-weight: 500;
}
.reservation__comment .title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.block--title-buttons {
  display: flex;
  align-items: center;
}
.block--title-buttons .btn {
  margin-left: 1rem;
  font-size: 1.4rem;
  height: 4.4rem;
  padding: 0 1.5rem;
  min-width: auto;
}
@media (max-width: 440px) {
  .block--title-buttons {
    display: block;
  }
  .block--title-buttons .btn {
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 0;
  }
  .block--title-buttons .btn:last-child {
    margin-right: 0;
  }
}

.messages .products__img {
  height: 19rem;
  width: 27rem;
}
.messages .btn {
  margin-bottom: 1rem;
  height: 4.4rem;
  font-size: 1.4rem;
  min-width: 18.7rem;
  padding: 0;
}
.messages .btn:last-child {
  margin-bottom: 0;
}
.messages .btn img {
  margin-right: 1rem;
}
.messages .products__content {
  padding: 1rem 0 1.4rem 2.5rem;
}

.messages__content {
  padding: 0.8rem 1rem 0 2.6rem;
  border-left: 1px solid #D9D9D9;
  width: 49%;
}
.messages__content .booked__check {
  border-right: 0;
}
.messages__content .booked__check.with-status {
  width: 23rem;
}
.messages__content .booked__check:last-child {
  border-left: 1px solid #d9d9d9;
}
.messages__content .products__price {
  width: 17rem;
  padding-left: 2rem;
  text-align: right;
  padding-top: 3.7rem;
  margin-left: auto;
}
.messages__content .price__title {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.messages__content .booked__check-wrapper .booked__check:first-child {
  width: 46%;
}
.messages__content .booked__check-wrapper .booked__check:last-child {
  width: 17rem;
}
.messages__content .status {
  margin-top: 0.6rem;
  font-size: 1.4rem;
}

.message__opened .btn {
  height: 4.4rem;
}

.message__details-link {
  margin-right: 2rem;
  height: 4.4rem;
  padding: 0 1.5rem;
  color: #E68D2A;
  font-size: 1.6rem;
  font-weight: 700;
}

.message__container {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 1rem;
}
.message__container.minimized .message--sm:first-child {
  border-bottom: 0;
}

.message {
  padding: 2.5rem;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
}
.message:last-child {
  border-bottom: 0;
}
.message--sm {
  cursor: pointer;
}
.message--sm .message__text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.message--sm .message__author {
  margin-bottom: 0;
}
.message--sm .message__date {
  padding-top: 2.4rem;
}
@media (max-width: 992px) {
  .message--sm .message__date {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}

.message__img {
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  margin-right: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2D571F;
  overflow: hidden;
}
.message__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message__content {
  width: 70%;
}

.message__text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.4;
}

.message__author {
  margin-bottom: 2rem;
  color: #4E745D;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .message__author {
    margin-bottom: 0;
  }
}

.message__date {
  padding-top: 4rem;
  margin-left: auto;
  color: #808080;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .message__date {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}

.message__others {
  position: relative;
  height: 4px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 1.8rem 0;
}

.message__count {
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.message__count:hover {
  text-decoration: none;
}

.send__message {
  margin-bottom: 5rem;
  padding: 2rem 2.5rem;
  background-color: #fff;
  border-radius: 1rem;
}

.send__message-title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.send__message-action {
  text-align: right;
}
.send__message-action .btn {
  height: 5.4rem;
}

.reserv__block-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .reserv__block-actions {
    flex-direction: row;
  }
  .reserv__block-actions .btn {
    margin-right: 1rem;
    min-width: auto;
    flex: 1;
  }
  .reserv__block-actions .btn:hover {
    color: #E68D2A;
    background-color: transparent;
  }
  .reserv__block-actions .btn:hover .icon {
    fill: #E68D2A;
  }
  .reserv__block-actions .btn:last-child {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .message__opened .block__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .message__opened .message__actions {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .message__opened .message__details-link {
    display: flex;
    align-items: center;
    margin-right: 0;
  }
}
.steps .block__title-wrapper .btn {
  height: 4.4rem;
  min-width: auto;
  padding: 0 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .steps .block__title-wrapper {
    flex-direction: column;
  }
  .steps .block__title-wrapper .block__title {
    margin-bottom: 1rem;
  }
}

.step__map {
  margin-top: 3rem;
}
.step__map iframe {
  border-radius: 1rem;
}

.steps__nav {
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  z-index: 3;
}
.steps__nav.nav-reserv .steps__nav-item {
  pointer-events: auto;
}
.steps__nav.nav-reserv .steps__nav-item:hover {
  color: #000;
}
.steps__nav:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #d9d9d9;
  height: 0.1rem;
}
@media (max-width: 992px) {
  .steps__nav:after {
    display: none;
  }
  .steps__nav .dropdown-wrapper {
    display: block;
    text-align: left;
    width: 100%;
    margin-right: 0;
  }
  .steps__nav .dropdown__btn {
    text-align: left;
  }
  .steps__nav .dropdown li.active .dropdown__link, .steps__nav .dropdown li.completed .dropdown__link {
    color: #000;
  }
  .steps__nav .dropdown__link {
    color: #808080;
  }
}
@media (min-width: 992px) {
  .steps__nav .dropdown-wrapper {
    display: flex;
    margin-right: 0;
    width: 100%;
  }
  .steps__nav .dropdown__btn {
    font-size: 1.4rem;
    font-weight: 700;
    background: none;
    border: 0;
    padding: 0.8rem 0 0.8rem 0;
    display: none;
  }
  .steps__nav .dropdown__btn:after {
    display: none;
  }
  .steps__nav .dropdown {
    display: flex !important;
    position: static;
    background: none;
    border: 0;
    box-shadow: none;
    overflow: visible;
    justify-content: space-between;
  }
  .steps__nav .dropdown li {
    margin-right: 5rem;
  }
  .steps__nav .dropdown li:last-child {
    margin-right: 0;
  }
  .steps__nav .dropdown li.completed .dropdown__link {
    color: #000;
  }
  .steps__nav .dropdown li.active {
    position: relative;
  }
  .steps__nav .dropdown li.active .dropdown__link {
    position: relative;
    color: #000;
  }
  .steps__nav .dropdown li.active .dropdown__link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background-color: #E68D2A;
    opacity: 1;
  }
  .steps__nav.nav-reserv .dropdown {
    justify-content: flex-start;
  }
  .steps__nav .dropdown__link {
    box-shadow: none;
    background: none;
    border-radius: 0;
    padding: 0.8rem 0 0.8rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    height: auto;
    line-height: 1.4;
    color: #808080;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .steps__nav .dropdown li {
    margin-right: 3rem;
  }
}

.steps__nav-item {
  padding: 0.8rem 0 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  color: #808080;
  pointer-events: none;
  margin-right: 5rem;
}
.steps__nav-item:hover {
  text-decoration: none;
}
.steps__nav-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 0.1rem;
}
.steps__nav-item.active {
  color: #000;
  pointer-events: auto;
}
.steps__nav-item.active:after {
  height: 0.4rem;
  background-color: #E68D2A;
}
.steps__nav-item.completed {
  color: #000;
  pointer-events: auto;
}

.steps__wrapper {
  display: flex;
  margin: 0 -1rem 12rem;
}

.steps__block {
  width: 65%;
  padding: 0 1rem;
}

.steps__info {
  width: 35%;
  padding: 0 1rem;
}
.steps__info .steps__item {
  padding: 3.5rem 4.5rem 3.5rem 2.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.steps__item {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  position: relative;
}
.steps__item.no-bg {
  padding-top: 0;
  padding-left: 0;
  background: none;
}
.steps__item .block__title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.steps__info-btn {
  display: none;
}
@media (max-width: 992px) {
  .steps__info-btn {
    margin-top: -2rem;
    margin-bottom: 2rem;
    color: #E68D2A;
    font-size: 1.6rem;
    display: block;
  }
}

.steps__actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steps__actions .btn {
  min-width: 21rem;
}

.steps__map iframe {
  height: 43rem;
  border-radius: 1rem;
}

.faq__question {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.faq__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.faq__text ul {
  list-style: disc;
  margin-left: 1em;
  padding-left: 0.8rem;
}
.faq__text ul li {
  margin-bottom: 1rem;
}
.faq__text ul li:last-child {
  margin-bottom: 0;
}

.faq__link {
  color: #E68D2A;
  display: inline-flex;
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.add__wrapper {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-end;
}
.add__wrapper .form__group {
  margin-bottom: 0;
}
.add__wrapper .label {
  margin-bottom: 2.1rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.add__block {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.add__item {
  margin-left: 2rem;
  flex: 1;
}
.add__item .label {
  margin-bottom: 2.1rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.add__section-wrapper {
  display: flex;
  align-items: flex-end;
  width: 8rem;
  justify-content: space-between;
  margin-left: 2rem;
  padding-bottom: 1rem;
}

.add__section {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  border: 0.1rem solid #E68D2A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #E68D2A;
}
.add__section:hover {
  text-decoration: none;
}

.checkbox__wrapper {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  padding-right: 6rem;
}
.checkbox__wrapper .checkbox {
  width: 50%;
  margin-bottom: 2rem;
}
.checkbox__wrapper .checkbox__label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.checkbox__wrapper .checkbox__label img {
  margin-right: 1rem;
}

.facilities__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.facilities__block:last-child {
  margin-bottom: 0;
}
.facilities__block.active .facilities__block-item {
  opacity: 1;
  pointer-events: auto;
}
.facilities__block.active .facilities__price {
  opacity: 1;
  pointer-events: auto;
}
.facilities__block .checkbox {
  width: 33.33%;
}

.facilities__block-item {
  display: flex;
  opacity: 0.4;
  pointer-events: none;
}
.facilities__block-item .select {
  margin-right: 1rem;
  width: 13rem;
}
.facilities__block-item .input {
  width: 16rem;
}

.facilities__add-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #808080;
  display: flex;
  height: 5.1rem;
  width: 100%;
  padding-left: 4rem;
  align-items: center;
  position: relative;
}
.facilities__add-link:before {
  content: "";
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  border: 2px solid #2D571F;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.facilities__add-link:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2D571F;
}

.facilities__price {
  display: flex;
  align-items: center;
  opacity: 0.4;
  pointer-events: none;
}
.facilities__price .input {
  width: 10rem;
  margin-right: 1rem;
}
.facilities__price .price {
  font-weight: 700;
  font-size: 1.6rem;
}

.guests__wrapper {
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
  max-width: 36rem;
}

.guests__block {
  position: relative;
}
.guests__block .input {
  width: 11rem;
}
.guests__block .label {
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  bottom: 100%;
  left: 0;
  white-space: nowrap;
}
.guests__block:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.pricing__wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 36rem;
}
.pricing__wrapper .pricing__block:not(:first-child) {
  display: flex;
  justify-content: flex-end;
}
.pricing__wrapper .pricing__block.full {
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.pricing__wrapper .pricing__block.full .pricing__items-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
}
.pricing__wrapper .pricing__block.full .pricing__items-wrapper:last-child {
  margin-bottom: 0;
}

.pricing__block {
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing__block .select {
  width: 100%;
}
.pricing__block.full {
  width: 100%;
}
.pricing__block .input {
  width: 11rem;
}

.pricing__item {
  position: relative;
}
.pricing__item .price {
  position: absolute;
  left: 100%;
  padding-left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 700;
}

.step__success-mark {
  height: 7.2rem;
  margin: 0 auto 2rem;
  display: block;
}

.step__success {
  max-width: 80rem;
  margin: 0 auto 12rem;
}
.step__success .block__title {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  max-width: 50rem;
  margin: 0 auto 4rem;
}
.step__success .products__block {
  margin-bottom: 4.5rem;
}

.step__success-actions {
  display: flex;
  justify-content: center;
}
.step__success-actions .btn {
  margin-right: 2rem;
  min-width: 21rem;
}
.step__success-actions .btn:last-child {
  margin-right: 0;
}

.step__datepicker .datepicker {
  width: 100%;
  height: 72rem;
  border: none;
  box-shadow: none;
}
.step__datepicker .datepicker--nav {
  border-bottom: 0;
  min-height: auto;
  padding-top: 35px;
  font-weight: 700;
}
.step__datepicker .datepicker--cell-day.-other-month-, .step__datepicker .datepicker--cell-year.-other-decade- {
  color: #ffffff;
}
.step__datepicker .datepicker--cell.booked:before {
  background-color: #2d571f;
  opacity: 1;
}
.step__datepicker .datepicker--cell.-selected- {
  background: none;
}
.step__datepicker .datepicker--cell.-selected-:before {
  background-color: #d9d9d9;
  opacity: 1;
}
.step__datepicker .datepicker--cell.-selected-.-focus- {
  background: none;
}
.step__datepicker .datepicker--cell.-selected-.-focus-:before {
  background-color: #d9d9d9;
  opacity: 1;
}
.step__datepicker .datepicker--cell.-other-month- {
  background: none;
  color: #999999;
  pointer-events: none;
  visibility: hidden;
}
.step__datepicker .datepicker--days-names {
  border-bottom: 1px solid #d9d9d9;
}
.step__datepicker .datepicker--day-name {
  height: 88px;
  align-items: center;
  justify-content: center;
  color: #999999;
}
.step__datepicker .datepicker--cell-day.disabled {
  background-color: transparent !important;
  color: #ffffff !important;
}
.step__datepicker .datepicker--cell-day.disabled:before {
  opacity: 1;
}
.step__datepicker .datepicker--cells {
  height: 400px;
}
.step__datepicker .datepicker--cell {
  height: 88px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
.step__datepicker .datepicker--cell:hover {
  background: none;
}
.step__datepicker .datepicker--cell.-disabled- {
  color: #ffffff;
}
.step__datepicker .datepicker--cell.-disabled-:before {
  color: #ffffff;
  opacity: 1;
}
.step__datepicker .datepicker--cell.blocked {
  color: #ffffff;
}
.step__datepicker .datepicker--cell.blocked:before {
  opacity: 1;
  background-color: #2d571f;
}
.step__datepicker .datepicker--cell:before {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #d9d9d9;
  opacity: 0;
}
.step__datepicker .ui-state-default {
  height: 7rem;
  width: 7rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.step__datepicker .ui-widget-header {
  font-size: 2rem;
  font-weight: 700;
}
.step__datepicker .ui-datepicker-title {
  font-size: 2rem;
}
.step__datepicker .ui-datepicker th span {
  height: 7rem;
  width: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
}
.step__datepicker .ui-datepicker td {
  padding: 1rem 2px;
}
.step__datepicker .ui-datepicker .ui-datepicker-next {
  right: 2.5rem;
}
.step__datepicker .ui-datepicker .ui-datepicker-prev {
  left: 2.5rem;
}

.available__booking {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.available__booking:last-child {
  margin-bottom: 0;
}
.available__booking.unavailable span {
  background-color: #d9d9d9;
}
.available__booking span {
  margin-right: 1.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #2d571f;
}

.available__block {
  margin-top: 2rem;
}

.pricing__items-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.pricing__items-wrapper .pricing__items-block:last-child {
  width: 20rem;
  margin-right: 0;
  justify-content: flex-start;
}
.pricing__items-wrapper .pricing__items-block:last-child .input {
  width: 7.5rem;
  margin-right: 1.4rem;
}

.pricing__items-block {
  width: 15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.2rem;
}
.pricing__items-block .input {
  height: 4.4rem;
  width: 6.4rem;
  padding: 0 0.8rem;
}
.pricing__items-block .separator {
  display: flex;
  margin: 0 0.2rem;
}
.pricing__items-block .currency {
  display: block;
  margin-right: 1.5rem;
}

.pricing__item-add {
  display: flex;
}
.pricing__item-add .add__section {
  margin-right: 1.5rem;
}
.pricing__item-add .add__section:last-child {
  margin-right: 0;
}

.tooltip-question {
  background-color: #4E745D;
  color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
}

.tip {
  margin-left: 0.6rem;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  /* Positions Top
  ==========================*/
  /* Positions Bottom
  ==========================*/
  /* Positions Left & Right
  ==========================*/
  /* Sizes
  ==========================*/
  /* Styling
  ==========================*/
  /* Colors
  ==========================*/
}
.tip.tip--top-left:before {
  border-top-color: #000;
}
.tip.tip--top-right:before {
  border-top-color: #000;
}
.tip.tip--top:before {
  border-top-color: #000;
}
.tip.tip--bottom-left:before {
  border-bottom-color: #000;
}
.tip.tip--bottom-right:before {
  border-bottom-color: #000;
}
.tip.tip--bottom:before {
  border-bottom-color: #000;
}
.tip.tip--left:before {
  border-left-color: #000;
}
.tip.tip--right:before {
  border-right-color: #000;
}
.tip:before, .tip:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1000;
  transition: 0.2s ease;
  transition-delay: 0ms;
}
.tip:before {
  content: "";
  border: 4px solid transparent;
}
.tip:after {
  content: attr(aria-label);
  padding: 6px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
}
.tip:hover:before, .tip:hover:after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}
.tip--top:before, .tip--top:after {
  left: 50%;
  transform: translate3d(-50%, 8px, 0);
}
.tip--top:before {
  top: -4px;
}
.tip--top:after {
  bottom: 100%;
  margin-bottom: 4px;
}
.tip--top:hover:before, .tip--top:hover:after {
  transform: translate3d(-50%, 0, 0);
}
.tip--top-left:before {
  top: -4px;
  left: calc(50% - 4px);
  transform: translate3d(0, 8px, 0);
}
.tip--top-left:after {
  left: 50%;
  bottom: 100%;
  margin-bottom: 4px;
  margin-left: 15px;
  transform: translate3d(-100%, 8px, 0);
}
.tip--top-left:hover:before {
  transform: translate3d(0, 0, 0);
}
.tip--top-left:hover:after {
  transform: translate3d(-100%, 0, 0);
}
.tip--top-right:before {
  top: -4px;
  left: calc(50% - 4px);
  transform: translate3d(0, 8px, 0);
}
.tip--top-right:after {
  left: 50%;
  bottom: 100%;
  margin-bottom: 4px;
  margin-left: -15px;
  transform: translate3d(0, 8px, 0);
}
.tip--top-right:hover:before, .tip--top-right:hover:after {
  transform: translate3d(0, 0, 0);
}
.tip--bottom:before, .tip--bottom:after {
  left: 50%;
  transform: translate3d(-50%, -8px, 0);
}
.tip--bottom:before {
  bottom: -4px;
}
.tip--bottom:after {
  top: 100%;
  margin-top: 4px;
}
.tip--bottom:hover:before, .tip--bottom:hover:after {
  transform: translate3d(-50%, 0, 0);
}
.tip--bottom-left:before {
  bottom: -4px;
  left: calc(50% - 4px);
  transform: translate3d(0, -8px, 0);
}
.tip--bottom-left:after {
  left: 50%;
  top: 100%;
  margin-top: 4px;
  margin-left: 15px;
  transform: translate3d(-100%, -8px, 0);
}
.tip--bottom-left:hover:before {
  transform: translate3d(0, 0, 0);
}
.tip--bottom-left:hover:after {
  transform: translate3d(-100%, 0, 0);
}
.tip--bottom-right:before {
  bottom: -4px;
  left: calc(50% - 4px);
  transform: translate3d(0, -8px, 0);
}
.tip--bottom-right:after {
  left: 50%;
  top: 100%;
  margin-top: 4px;
  margin-left: -15px;
  transform: translate3d(0, -8px, 0);
}
.tip--bottom-right:hover:before, .tip--bottom-right:hover:after {
  transform: translate3d(0, 0, 0);
}
.tip--left:before, .tip--left:after {
  top: 50%;
  transform: translate3d(8px, -50%, 0);
}
.tip--left:before {
  right: 100%;
}
.tip--left:after {
  right: 100%;
  margin-right: 8px;
}
.tip--left:hover:before, .tip--left:hover:after {
  transform: translate3d(0, -50%, 0);
}
.tip--right:before, .tip--right:after {
  top: 50%;
  transform: translate3d(-8px, -50%, 0);
}
.tip--right:before {
  left: 100%;
}
.tip--right:after {
  left: 100%;
  margin-left: 8px;
}
.tip--right:hover:before, .tip--right:hover:after {
  transform: translate3d(0, -50%, 0);
}
.tip--sm:after, .tip--md:after, .tip--lg:after, .tip--full:after {
  white-space: normal;
}
.tip--sm:after {
  width: 70px;
}
.tip--md:after {
  width: 150px;
}
.tip--lg:after {
  width: 250px;
}
.tip--full:after {
  width: 100%;
}
.tip--shadow:after {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
}
.tip--rounded:after {
  border-radius: 4px;
}
.tip--gray.tip--top-left:before {
  border-top-color: #EDEDED;
}
.tip--gray.tip--top-right:before {
  border-top-color: #EDEDED;
}
.tip--gray.tip--top:before {
  border-top-color: #EDEDED;
}
.tip--gray.tip--bottom-left:before {
  border-bottom-color: #EDEDED;
}
.tip--gray.tip--bottom-right:before {
  border-bottom-color: #EDEDED;
}
.tip--gray.tip--bottom:before {
  border-bottom-color: #EDEDED;
}
.tip--gray.tip--left:before {
  border-left-color: #EDEDED;
}
.tip--gray.tip--right:before {
  border-right-color: #EDEDED;
}
.tip--gray:after {
  background-color: #EDEDED;
}
.tip--dark-blue.tip--top-left:before {
  border-top-color: #1437CC;
}
.tip--dark-blue.tip--top-right:before {
  border-top-color: #1437CC;
}
.tip--dark-blue.tip--top:before {
  border-top-color: #1437CC;
}
.tip--dark-blue.tip--bottom-left:before {
  border-bottom-color: #1437CC;
}
.tip--dark-blue.tip--bottom-right:before {
  border-bottom-color: #1437CC;
}
.tip--dark-blue.tip--bottom:before {
  border-bottom-color: #1437CC;
}
.tip--dark-blue.tip--left:before {
  border-left-color: #1437CC;
}
.tip--dark-blue.tip--right:before {
  border-right-color: #1437CC;
}
.tip--dark-blue:after {
  background-color: #1437CC;
}
.tip--red.tip--top-left:before {
  border-top-color: #D63232;
}
.tip--red.tip--top-right:before {
  border-top-color: #D63232;
}
.tip--red.tip--top:before {
  border-top-color: #D63232;
}
.tip--red.tip--bottom-left:before {
  border-bottom-color: #D63232;
}
.tip--red.tip--bottom-right:before {
  border-bottom-color: #D63232;
}
.tip--red.tip--bottom:before {
  border-bottom-color: #D63232;
}
.tip--red.tip--left:before {
  border-left-color: #D63232;
}
.tip--red.tip--right:before {
  border-right-color: #D63232;
}
.tip--red:after {
  background-color: #D63232;
}
.tip--rblack.tip--top-left:before {
  border-top-color: #000;
}
.tip--rblack.tip--top-right:before {
  border-top-color: #000;
}
.tip--rblack.tip--top:before {
  border-top-color: #000;
}
.tip--rblack.tip--bottom-left:before {
  border-bottom-color: #000;
}
.tip--rblack.tip--bottom-right:before {
  border-bottom-color: #000;
}
.tip--rblack.tip--bottom:before {
  border-bottom-color: #000;
}
.tip--rblack.tip--left:before {
  border-left-color: #000;
}
.tip--rblack.tip--right:before {
  border-right-color: #000;
}
.tip--rblack:after {
  background-color: #000;
}
.tip--white.tip--top-left:before {
  border-top-color: #fff;
}
.tip--white.tip--top-right:before {
  border-top-color: #fff;
}
.tip--white.tip--top:before {
  border-top-color: #fff;
}
.tip--white.tip--bottom-left:before {
  border-bottom-color: #fff;
}
.tip--white.tip--bottom-right:before {
  border-bottom-color: #fff;
}
.tip--white.tip--bottom:before {
  border-bottom-color: #fff;
}
.tip--white.tip--left:before {
  border-left-color: #fff;
}
.tip--white.tip--right:before {
  border-right-color: #fff;
}
.tip--white:after {
  background-color: #fff;
}
.tip--green.tip--top-left:before {
  border-top-color: #4DB45E;
}
.tip--green.tip--top-right:before {
  border-top-color: #4DB45E;
}
.tip--green.tip--top:before {
  border-top-color: #4DB45E;
}
.tip--green.tip--bottom-left:before {
  border-bottom-color: #4DB45E;
}
.tip--green.tip--bottom-right:before {
  border-bottom-color: #4DB45E;
}
.tip--green.tip--bottom:before {
  border-bottom-color: #4DB45E;
}
.tip--green.tip--left:before {
  border-left-color: #4DB45E;
}
.tip--green.tip--right:before {
  border-right-color: #4DB45E;
}
.tip--green:after {
  background-color: #4DB45E;
}
.tip--dark-green.tip--top-left:before {
  border-top-color: #2D571F;
}
.tip--dark-green.tip--top-right:before {
  border-top-color: #2D571F;
}
.tip--dark-green.tip--top:before {
  border-top-color: #2D571F;
}
.tip--dark-green.tip--bottom-left:before {
  border-bottom-color: #2D571F;
}
.tip--dark-green.tip--bottom-right:before {
  border-bottom-color: #2D571F;
}
.tip--dark-green.tip--bottom:before {
  border-bottom-color: #2D571F;
}
.tip--dark-green.tip--left:before {
  border-left-color: #2D571F;
}
.tip--dark-green.tip--right:before {
  border-right-color: #2D571F;
}
.tip--dark-green:after {
  background-color: #2D571F;
}
.tip--yellow.tip--top-left:before {
  border-top-color: #F0B83B;
}
.tip--yellow.tip--top-right:before {
  border-top-color: #F0B83B;
}
.tip--yellow.tip--top:before {
  border-top-color: #F0B83B;
}
.tip--yellow.tip--bottom-left:before {
  border-bottom-color: #F0B83B;
}
.tip--yellow.tip--bottom-right:before {
  border-bottom-color: #F0B83B;
}
.tip--yellow.tip--bottom:before {
  border-bottom-color: #F0B83B;
}
.tip--yellow.tip--left:before {
  border-left-color: #F0B83B;
}
.tip--yellow.tip--right:before {
  border-right-color: #F0B83B;
}
.tip--yellow:after {
  background-color: #F0B83B;
}
.tip--main.tip--top-left:before {
  border-top-color: #4E745D;
}
.tip--main.tip--top-right:before {
  border-top-color: #4E745D;
}
.tip--main.tip--top:before {
  border-top-color: #4E745D;
}
.tip--main.tip--bottom-left:before {
  border-bottom-color: #4E745D;
}
.tip--main.tip--bottom-right:before {
  border-bottom-color: #4E745D;
}
.tip--main.tip--bottom:before {
  border-bottom-color: #4E745D;
}
.tip--main.tip--left:before {
  border-left-color: #4E745D;
}
.tip--main.tip--right:before {
  border-right-color: #4E745D;
}
.tip--main:after {
  background-color: #4E745D;
}
.tip--main-light.tip--top-left:before {
  border-top-color: #85A162;
}
.tip--main-light.tip--top-right:before {
  border-top-color: #85A162;
}
.tip--main-light.tip--top:before {
  border-top-color: #85A162;
}
.tip--main-light.tip--bottom-left:before {
  border-bottom-color: #85A162;
}
.tip--main-light.tip--bottom-right:before {
  border-bottom-color: #85A162;
}
.tip--main-light.tip--bottom:before {
  border-bottom-color: #85A162;
}
.tip--main-light.tip--left:before {
  border-left-color: #85A162;
}
.tip--main-light.tip--right:before {
  border-right-color: #85A162;
}
.tip--main-light:after {
  background-color: #85A162;
}
.tip--orange.tip--top-left:before {
  border-top-color: #E68D2A;
}
.tip--orange.tip--top-right:before {
  border-top-color: #E68D2A;
}
.tip--orange.tip--top:before {
  border-top-color: #E68D2A;
}
.tip--orange.tip--bottom-left:before {
  border-bottom-color: #E68D2A;
}
.tip--orange.tip--bottom-right:before {
  border-bottom-color: #E68D2A;
}
.tip--orange.tip--bottom:before {
  border-bottom-color: #E68D2A;
}
.tip--orange.tip--left:before {
  border-left-color: #E68D2A;
}
.tip--orange.tip--right:before {
  border-right-color: #E68D2A;
}
.tip--orange:after {
  background-color: #E68D2A;
}
.tip--brown.tip--top-left:before {
  border-top-color: #94816C;
}
.tip--brown.tip--top-right:before {
  border-top-color: #94816C;
}
.tip--brown.tip--top:before {
  border-top-color: #94816C;
}
.tip--brown.tip--bottom-left:before {
  border-bottom-color: #94816C;
}
.tip--brown.tip--bottom-right:before {
  border-bottom-color: #94816C;
}
.tip--brown.tip--bottom:before {
  border-bottom-color: #94816C;
}
.tip--brown.tip--left:before {
  border-left-color: #94816C;
}
.tip--brown.tip--right:before {
  border-right-color: #94816C;
}
.tip--brown:after {
  background-color: #94816C;
}
.tip--black.tip--top-left:before {
  border-top-color: #000;
}
.tip--black.tip--top-right:before {
  border-top-color: #000;
}
.tip--black.tip--top:before {
  border-top-color: #000;
}
.tip--black.tip--bottom-left:before {
  border-bottom-color: #000;
}
.tip--black.tip--bottom-right:before {
  border-bottom-color: #000;
}
.tip--black.tip--bottom:before {
  border-bottom-color: #000;
}
.tip--black.tip--left:before {
  border-left-color: #000;
}
.tip--black.tip--right:before {
  border-right-color: #000;
}
.tip--black:after {
  background-color: #000;
}
.tip--gray.tip--top-left:before {
  border-top-color: #EDEDED;
}
.tip--gray.tip--top-right:before {
  border-top-color: #EDEDED;
}
.tip--gray.tip--top:before {
  border-top-color: #EDEDED;
}
.tip--gray.tip--bottom-left:before {
  border-bottom-color: #EDEDED;
}
.tip--gray.tip--bottom-right:before {
  border-bottom-color: #EDEDED;
}
.tip--gray.tip--bottom:before {
  border-bottom-color: #EDEDED;
}
.tip--gray.tip--left:before {
  border-left-color: #EDEDED;
}
.tip--gray.tip--right:before {
  border-right-color: #EDEDED;
}
.tip--gray:after {
  background-color: #EDEDED;
}
.tip--peach.tip--top-left:before {
  border-top-color: #916868;
}
.tip--peach.tip--top-right:before {
  border-top-color: #916868;
}
.tip--peach.tip--top:before {
  border-top-color: #916868;
}
.tip--peach.tip--bottom-left:before {
  border-bottom-color: #916868;
}
.tip--peach.tip--bottom-right:before {
  border-bottom-color: #916868;
}
.tip--peach.tip--bottom:before {
  border-bottom-color: #916868;
}
.tip--peach.tip--left:before {
  border-left-color: #916868;
}
.tip--peach.tip--right:before {
  border-right-color: #916868;
}
.tip--peach:after {
  background-color: #916868;
}
.tip--remodal.tip--bottom-right:after {
  box-shadow: 0 3px 5px rgba(24, 57, 94, 0.15);
  background-color: #fff;
  border-radius: 5px;
  color: #6a6a6a;
  padding: 0.9rem;
  font-size: 0.9rem;
}
.tip--remodal.tip--bottom-right:before {
  border-bottom-color: #fff;
  color: #6a6a6a;
}

.category {
  padding: 10rem 0 14rem;
}

.category__wrapper {
  position: relative;
}

.category__item-wrapper {
  position: relative;
}
.category__item-wrapper:hover .category__title {
  background-color: #4E745D;
}

.category__list {
  border-radius: 3rem;
  overflow: hidden;
}

.category__list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem;
}
.category__list-wrapper > div {
  width: 33.3333333333%;
  padding: 1rem;
}

.js-category {
  border-radius: 3rem;
  overflow: hidden;
}

.category__arrows {
  position: absolute;
  bottom: -2.7rem;
  right: 0;
  display: flex;
  width: 10.8rem;
  height: 5.4rem;
  border-radius: 1.8rem;
  overflow: hidden;
}
.category__arrows .slick-prev,
.category__arrows .slick-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 50%;
  height: 100%;
  transform: translate(0, 0);
  background-color: #85A162;
  transition: 0.3s;
}
.category__arrows .slick-prev:hover,
.category__arrows .slick-next:hover {
  background-color: #4E745D;
}
.category__arrows .slick-prev:before,
.category__arrows .slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.category__arrows .slick-prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.292893 7.29289C-0.0976314 7.68342 -0.0976315 8.31658 0.292892 8.7071L6.65685 15.0711C7.04738 15.4616 7.68054 15.4616 8.07107 15.0711C8.46159 14.6805 8.46159 14.0474 8.07107 13.6569L2.41421 8L8.07107 2.34314C8.46159 1.95262 8.46159 1.31945 8.07107 0.928931C7.68054 0.538406 7.04738 0.538406 6.65686 0.92893L0.292893 7.29289ZM27 7L1 7L1 9L27 9L27 7Z' fill='white'/%3e%3c/svg%3e ");
}
.category__arrows .slick-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='16' viewBox='0 0 27 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.7071 8.70711C27.0976 8.31659 27.0976 7.68342 26.7071 7.2929L20.3431 0.928936C19.9526 0.538411 19.3195 0.538411 18.9289 0.928935C18.5384 1.31946 18.5384 1.95262 18.9289 2.34315L24.5858 8L18.9289 13.6569C18.5384 14.0474 18.5384 14.6805 18.9289 15.0711C19.3195 15.4616 19.9526 15.4616 20.3431 15.0711L26.7071 8.70711ZM-1.74846e-07 9L26 9L26 7L1.74846e-07 7L-1.74846e-07 9Z' fill='white'/%3e%3c/svg%3e ");
}

.category__img {
  position: relative;
  overflow: hidden;
}
.category__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  transition: 0.3s;
}
.category__img img {
  display: block;
  width: 100%;
}

.category__title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 3.5rem;
  background-color: transparent;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  transition: 0.3s;
}

.category-products__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem 0;
}

.category-products__item {
  width: 33.3333333333%;
  padding: 1rem 1rem 4rem;
}

.category-products__item-wrapper {
  text-decoration: none;
  transition: 0.3s;
}
.category-products__item-wrapper:hover {
  text-decoration: none;
}
.category-products__item-wrapper:hover .category-products__title {
  text-decoration-color: #4E745D;
}

.category-products__img {
  height: 43rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.category-products__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-products__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #4E745D;
  transition: 0.3s;
}

.category-products__except {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #000;
}

.login-page {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 8rem);
  padding: 7rem 0 12rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.login-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}

.login-page__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page__remodal {
  width: 42rem;
  max-width: 100%;
  padding: 5rem 5rem 4rem;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  border-radius: 3rem;
}

.faq_container {
  display: flex;
  flex-direction: row;
}
.faq_container .section {
  width: 50%;
}
.faq_container .section .container {
  margin-bottom: 4rem;
}
.faq_container .section .container p {
  font-size: 2rem;
  font-weight: bold;
}
.faq_container .section .container .accordion__item {
  padding: 1rem;
  /*background-color: #F7F7F7;*/
  background-color: #ffffff;
  margin: 5px 0 0 0;
}
.faq_container .section .container .accordion__title a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.faq_container .section .container .accordion__title a:after {
  content: "+";
  position: relative;
  right: 0px;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .faq_container {
    flex-direction: column;
  }
  .faq_container .section {
    width: 100%;
  }
}
/* Helpers (must be as last import to override rules when use)
==========================*/
.hide, .hidden {
  display: none;
}

.ghost {
  opacity: 0;
}

.unvisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.block {
  padding: 20px;
}
.block .text {
  font-size: 20px;
}

.w100 {
  width: 100%;
}

.bg-gray {
  background-color: #EDEDED;
}

.bg-dark-blue {
  background-color: #1437CC;
}

.bg-red {
  background-color: #D63232;
}

.bg-rblack {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #4DB45E;
}

.bg-dark-green {
  background-color: #2D571F;
}

.bg-yellow {
  background-color: #F0B83B;
}

.bg-main {
  background-color: #4E745D;
}

.bg-main-light {
  background-color: #85A162;
}

.bg-orange {
  background-color: #E68D2A;
}

.bg-brown {
  background-color: #94816C;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #EDEDED;
}

.bg-peach {
  background-color: #916868;
}

.static {
  position: static;
}

.text-xs {
  font-size: 0.7em;
}

.text-s {
  font-size: 0.8em;
}

.text-m {
  font-size: 1.2em;
}

.text-l {
  font-size: 1.4em;
}

.text-xl {
  font-size: 1.6em;
}

.text-xxl {
  font-size: 1.8em;
}

.text-thin {
  font-weight: 100;
}

.text-xlight {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-sbold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-xbold {
  font-weight: 800;
}

.text-hbold {
  font-weight: 900;
}

.text-italic {
  font-style: italic;
}

.text-oblique {
  font-style: oblique;
}

.text-normal {
  font-style: normal;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-no-transform {
  text-transform: none;
}

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

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

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

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

.text-decor-under {
  text-decoration: underline;
}

.text-decor-over {
  text-decoration: overline;
}

.text-decor-lt {
  text-decoration: line-through;
}

.text-decor-none {
  text-decoration: none;
}

.float-right, .to-right {
  float: right;
}

.float-left, .to-left {
  float: left;
}

.center-block {
  display: block;
  margin: 0 auto;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img--text {
  height: 320px;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 50%;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-50 {
  padding-top: 50px;
}

@media (max-width: 992px) {
  .hide-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none;
  }
}

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.alert.error {
  background-color: #D63232;
  display: block;
  color: #fff;
}
.alert.visible-success {
  background-color: #4DB45E;
  display: block;
  color: #fff;
}
.alert.success {
  background-color: #4DB45E;
  display: block;
  color: #fff;
}

.ui-datepicker .ui-datepicker-title select {
  background: #fff;
  padding: 5px;
  color: #3e3e3e;
  font-weight: 600;
}

@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .hide-mobile {
    display: none !important;
  }
}
.formh {
  display: none;
}

body.main .menu__btn:before, body.main .menu__btn:after, body.main .menu__btn i {
  background-color: #fff;
}

.menu__btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.4rem;
  height: 1.4rem;
}
.menu__btn:before, .menu__btn:after,
.menu__btn i {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  transition: 0.3s;
}
.menu__btn:hover:before {
  transform: translateY(0.2rem);
}
.menu__btn:hover:after {
  transform: translateY(-0.2rem);
}

@media (max-width: 1260px) {
  .product__info-item {
    font-size: 1.4rem;
  }
  .products__info-wrapper {
    flex-wrap: wrap;
  }
  .products__info-item {
    width: 33%;
  }
  .booking__container .products__info-block {
    padding-left: 0;
  }
  .cabinet .products__img {
    max-width: 30rem;
  }
}
@media (max-width: 1100px) {
  .logo {
    margin-right: 0;
  }
  .nav__item a {
    padding: 0 1.5rem;
  }
  .header__action {
    margin-right: 3rem;
  }
  .product__block:last-child {
    padding-left: 5rem;
  }
}
@media (min-width: 993px) {
  .menu {
    display: none;
  }
}
@media (max-width: 992px) {
  body.inside .page__wrapper {
    padding-top: 8rem;
  }
  body.inside .lng__link .icon {
    fill: #fff;
  }
  body.cabinet .menu .lng__link .icon {
    fill: #fff;
  }
  .logo img {
    height: 3rem;
    margin: 0 auto;
  }
  .hide-mobile {
    display: none;
  }
  .header__wrapper {
    height: 6rem;
    padding: 0 1.5rem;
  }
  .menu__close {
    position: absolute;
    top: 5rem;
    right: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    z-index: 10;
  }
  .menu__close:before, .menu__close:after {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(45deg);
    border-radius: 3px;
  }
  .menu__close:after {
    transform: rotate(-45deg);
  }
  .menu {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #4E745D;
    transition: 0.3s;
    transform: translateX(100%);
    z-index: 1001;
    display: flex;
  }
  .menu.opened {
    transforM: translateX(0);
  }
  .menu .logo {
    margin-bottom: 2.4rem;
    display: block;
    width: 100%;
    text-align: center;
  }
  .menu .logo img {
    height: 7rem;
  }
  .menu .menu__content {
    width: 100%;
    overflow-y: auto;
    padding: 6rem 1.5rem 4rem;
  }
  .menu .nav {
    margin-bottom: 2rem;
    flex-direction: column;
    height: auto;
  }
  .menu .nav__item {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .menu .nav__item:hover .nav__submenu-wrapper {
    transform: translateY(0) translateX(0);
  }
  .menu .nav__item a {
    padding: 0;
    color: #fff;
  }
  .menu .nav__submenu-wrapper {
    width: 100%;
    padding: 1rem 0 0;
    position: static;
    background: none;
    box-shadow: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .menu .nav__submenu-container {
    box-shadow: none;
    padding-left: 1rem;
  }
  .menu .nav__submenu {
    background: none;
    box-shadow: none;
  }
  .menu .nav__submenu-title {
    display: none;
  }
  .menu .nav__submenu-item {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
    padding: 0;
    text-align: left;
  }
  .menu .nav__submenu-item:last-child {
    margin-bottom: 0;
  }
  .menu .nav__submenu-item a {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .menu .nav__submenu-item a:hover {
    background-color: transparent;
    color: #4E745D;
  }
  .menu .nav__submenu-img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .menu .nav__submenu-img img {
    max-height: 100%;
  }
  .menu .lng {
    display: flex;
    justify-content: center;
    height: auto;
    margin-bottom: 2rem;
  }
  .menu .lng__wrapper {
    width: auto;
    min-width: 16rem;
  }
  .menu .lng__wrapper .lng__sub-item:first-child a {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  .menu .lng__wrapper .lng__sub-item:last-child a {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .menu .lng__wrapper .lng__sub-item a {
    height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #fff;
  }
  .menu .lng__wrapper .lng__sub-item a:hover {
    background-color: #4E745D;
    color: #fff;
  }
  .menu .lng__wrapper .lng__sub-item.active a {
    color: #fff;
    background-color: #4E745D;
  }
  .menu .lng__list {
    border-radius: 0;
    background: none;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  }
  .menu .lng__link {
    margin-right: 0;
    padding-right: 0;
  }
  .menu .lng__link:before {
    display: none;
  }
  .menu .lng__link:last-child {
    margin-right: 0;
  }
  .menu .lng__item {
    flex-direction: column;
  }
  .menu .lng__list {
    border-radius: 1rem;
    box-shadow: none;
  }
  .menu .lng__list:before {
    display: none;
  }
  .menu .lng__sub-item {
    height: auto;
  }
  .menu .lng__sub-item a {
    padding: 0;
  }
  .menu .lng__sub-item a:hover {
    background-color: transparent;
    color: #F0B83B;
  }
  .menu .mob__action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
  }
  .menu .mobile__menu-link {
    color: #000;
    height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .menu .mobile__menu {
    text-align: center;
    position: relative;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
    border-radius: 1rem;
    background-color: #fff;
  }
  .menu .mobile__menu-list li.active a {
    background-color: #4e745d;
    color: #fff;
  }
  .menu .mobile__menu-list li.active a:hover {
    color: #fff;
  }
  .menu .mobile__menu-list li a {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 2rem;
    height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    text-transform: none;
  }
  .menu .mobile__menu-list li a:hover {
    color: #000;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .footer__wrapper .logo {
    margin-bottom: 3rem;
    display: block;
  }
  .footer__block {
    width: auto;
    text-align: center;
  }
  .footer__block:first-child {
    width: auto;
  }
  .footer__block .nav {
    flex-direction: column;
    align-items: center;
  }
  .footer__line {
    flex-direction: column;
    align-items: center;
  }
  .footer__line .nav {
    flex-direction: column;
    align-items: center;
  }
  .booking__form {
    width: 50rem;
    margin: 0 auto 2rem;
    flex-direction: column;
    padding-left: 2.5rem;
  }
  .booking__form .btn {
    width: 100%;
  }
  .booking__block {
    margin-bottom: 2rem;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
  }
  .main__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
  }
  .results__wrapper {
    flex-direction: column;
  }
  .results__filter {
    width: 100%;
    padding-left: 1rem;
  }
  .results__block {
    padding-left: 1rem;
    width: 100%;
  }
  .products__item {
    flex-direction: column;
  }
  .products__img {
    max-width: 100%;
    width: 100%;
  }
  .product__head {
    align-items: flex-end;
  }
  .product__info-item {
    margin-bottom: 0;
  }
  .product__info-item:first-child {
    width: 100%;
    margin-bottom: 1rem;
  }
  .product__wrapper {
    margin-bottom: 5rem;
    flex-direction: column;
  }
  .product__form {
    width: 100%;
  }
  .product__img {
    width: 50%;
  }
  .product__img:first-child {
    width: 100%;
    float: none;
  }
  .product__info {
    flex-wrap: wrap;
  }
  .reservation__details {
    flex-direction: column;
  }
  .reservation__details .products__item {
    flex-direction: column;
  }
  .reservation__details .reserv__content {
    width: 100%;
  }
  .reservation__details-wrapper {
    flex-direction: column;
    margin-top: 0;
  }
  .reservation__content {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  .reservation__map {
    width: 100%;
    padding: 1.5rem 1rem;
  }
  .checkbox__wrapper {
    flex-direction: column;
  }
  .checkbox__wrapper .checkbox {
    width: 100%;
  }
  .add__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .steps__item .form__group--sm {
    width: 100%;
  }
  .add__block {
    padding-top: 2rem;
  }
  .add__item {
    min-width: 15rem;
    margin-left: 0;
  }
  .steps__wrapper {
    margin-bottom: 5rem;
    flex-direction: column;
  }
  .steps__block {
    width: 100%;
  }
  .steps__info {
    width: 100%;
  }
  .steps__actions {
    margin-bottom: 2rem;
  }
  .booked__item {
    flex-direction: column;
  }
  .booked__item .products__img {
    width: 100%;
    height: 30rem;
  }
  .booked__check-wrapper {
    flex-wrap: wrap;
  }
  .booked__check {
    width: 50%;
  }
  .booked__check:nth-child(2) {
    border-right: 0;
  }
  .booked__check:last-child {
    width: 100%;
    padding-left: 0;
    display: flex;
  }
  .booked__check:last-child .title {
    margin-right: 1rem;
  }
  .booked__item-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .news__block {
    width: 50%;
  }
  .form__filter {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .form__filter-block {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .form__filter-block:nth-child(2) {
    width: 50%;
  }
  .products__content {
    padding-left: 0;
  }
  .reservation__info {
    flex-direction: column;
  }
  .reservation__checkout {
    padding-right: 0;
  }
  .reservation__checkout-item {
    margin-bottom: 1.8rem;
    width: 50%;
  }
  .reservation__checkout-item:first-child {
    width: 50%;
  }
  .reservation__checkout-item:last-child {
    width: 50%;
    border-left: 0;
    padding-left: 0;
  }
  .reservation__item-block {
    margin-bottom: 0;
  }
  .reservation__item-block .text {
    margin-bottom: 1.5rem;
  }
  .reservation__title {
    margin-bottom: 0.5rem;
  }
  .reservation__price {
    margin-left: auto;
  }
  .cabinet__item {
    flex-direction: column;
  }
  .cabinet__item .products__block {
    border-right: 0;
  }
  .cabinet__item .ui-datepicker {
    width: 100%;
  }
  .messages {
    margin-bottom: 2rem;
  }
  .messages__content {
    border-left: 0;
    width: 100%;
  }
  .messages__content .booked__check-wrapper .booked__check {
    width: 33.333%;
  }
  .messages__content .booked__check-wrapper .booked__check:last-child {
    border-left: 0;
  }
  .products__wrapper .products__block {
    width: 50%;
  }
  .copyright {
    margin-top: 1rem;
    margin-left: 0;
  }
  .booking__container {
    flex: unset;
    width: 100%;
  }
  .booking__wrapper {
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  .booking__details {
    width: 100%;
  }
  .mob__action {
    text-align: left;
  }
  .mob__action .lng__sub-item a {
    justify-content: flex-start;
    color: #000;
    text-transform: none;
  }
  .cabinet .products__img {
    max-width: 100%;
  }
  body.cabinet .page__wrapper {
    padding-top: 10rem;
  }
  .main__page {
    height: auto;
    min-height: auto;
    padding: 8rem 1.5rem 18rem;
  }
  .results__filter {
    position: fixed;
    top: 0;
    padding-top: 7rem;
    left: 0;
    transform: translateX(-100%);
    z-index: 4;
    background-color: #ffffff;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .results__filter.active {
    transform: translateX(0);
  }
  .results__close {
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: 10rem;
    right: 3rem;
    display: block;
  }
  .results__close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    width: 100%;
    height: 0.2rem;
    background-color: #000;
  }
  .results__close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    width: 100%;
    height: 0.2rem;
    background-color: #000;
  }
  .fixed__booking-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    background-color: #fff;
    z-index: 10;
    display: block;
    width: 100%;
  }
  .fixed__booking-btn .btn {
    width: 100%;
    margin-bottom: 0;
  }
  .booking__modal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 111;
    padding: 0 0 0;
    transition: all 0.2s ease;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
  }
  .booking__modal.active {
    opacity: 1;
    visibility: visible;
  }
  .booking__modal .product__form-wrapper {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
  .booking__modal.minimize {
    background-color: transparent;
    transform: translateY(80%);
  }
  .product__form-sticky {
    position: static;
  }
  .booking__modal-head {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .booking__modal-head.active .booking__toggle {
    transform: rotate(225deg);
  }
  .booking__toggle {
    display: block;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #4E745D;
    transform: rotate(45deg);
    padding: 0.4rem;
  }
  .booking__modal-title {
    display: block;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
  }
  .amenities__info-item {
    display: flex;
    align-items: center;
  }
  .amenities__info-item .title {
    font-size: 1.6rem;
  }
  .booking__item .label {
    display: none;
  }
  .booking__item .input {
    height: 4rem;
  }
  .profile__nav .profile__item:last-child {
    padding: 0;
  }
  .profile__item {
    padding: 1.5rem 1.5rem;
  }
  body.cabinet .page__wrapper {
    padding-top: 8rem;
  }
  .profile__form-block .label {
    display: none;
  }
  .profile__form-block .input {
    height: 4rem;
  }
  .profile__form-block .select select {
    height: 4rem;
  }
  .profile__form-block .input__wrapper.phone_format:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .checkout__wrapper .input__wrapper.phone_format:before {
    transform: translateY(0%);
  }
  .products__price.my_place {
    display: flex;
    align-items: center;
    bottom: 7.5rem;
    left: 0;
  }
  .products__price.my_place .title {
    min-width: 6rem;
    margin-right: 0.6rem;
  }
  .products__block.my_place .products__content {
    padding-left: 0;
  }
  .products__block.my_place .products__info-item {
    margin-bottom: 2rem;
  }
  .products__block.my_place .products__footer {
    padding-top: 5.5rem;
  }
  .products__block.my_place .products__text {
    min-height: auto;
  }
  .products__block.my_place .products__status {
    display: flex;
    align-items: center;
  }
  .products__block.my_place .products__status .title {
    margin-right: 0.4rem;
    min-width: 6rem;
  }
  .products__block.my_place .products__status .status {
    font-size: 1.2rem;
  }
  .products__block.my_place .products__item {
    border-radius: 1.2rem;
  }
  .products__block.my_place .products__item .status {
    text-transform: uppercase;
  }
  .products__block.my_place .products__item.with-calendar {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .products__block.my_place .products__img {
    height: 22rem;
  }
  .products__block.my_place .btn {
    font-size: 1.4rem;
  }
  .products__block .products__footer {
    align-items: center;
    justify-content: space-between;
  }
  .cabinet__item .cabinet__datepicker {
    padding-top: 2rem;
    border-top: 1px solid #EAEFE9;
    border-radius: 1.2rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .cabinet__item .datepicker-inline .datepicker {
    width: 100%;
    box-sizing: border-box;
  }
  .products__calendar-btn {
    display: block;
    position: relative;
    padding-right: 2rem;
    cursor: pointer;
  }
  .products__calendar-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 0;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #4E745D;
    padding: 0.3rem;
    margin-top: -0.2rem;
  }
  .products__calendar-btn.active:after {
    transform: translateY(-50%) rotate(225deg);
    margin-top: 0;
  }
  .cabinet__datepicker.my_place {
    display: none;
  }
  .header__action.messages {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .reservation__details-block {
    padding-left: 0;
    border-right: 0;
  }
  .reservation__details-block:last-child {
    padding-left: 0;
  }
  .reservation__details-block:nth-child(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .reserv__content-wrapper {
    padding: 0;
  }
  .reservation__details-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .reservation__details-wrapper .reservation__details-block:nth-child(2) {
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .reservation__info {
    display: block;
  }
  .reservation__info .reservation__guests {
    margin-bottom: 0;
    display: flex;
    width: 100%;
  }
  .reservation__info .reservation__guests-item {
    width: 50%;
    margin-right: 0;
  }
  .reservation__info .reservation__guests-item:last-child {
    width: 50%;
  }
  .reservation__additional {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .form__filter-block {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .form__filter-block:nth-child(2) {
    width: 100%;
  }
  .reservation__reviews-block {
    width: 100%;
    display: flex;
  }
  .reservation__reviews-block.half {
    width: 100%;
  }
  .reservation__reviews-block {
    width: 100%;
    padding: 0;
  }
  .reservation__review {
    width: 50%;
    padding: 0 1rem 0 0;
  }
  .reservation__review:last-child {
    padding-left: 1rem;
  }
  .reservation__title {
    margin-bottom: 2rem;
  }
  .reserv__block {
    flex-direction: column;
  }
  .reserv__block .products__item {
    width: 100%;
  }
  .reserv__block .products__img {
    width: 100%;
  }
  .reserv__content {
    width: 100%;
    border-left: 0;
    padding-left: 1rem;
  }
  .products__footer {
    display: block;
  }
  .products__price {
    margin-left: auto;
  }
  .cabinet .products__text {
    height: auto;
  }
  .profile__wrapper {
    flex-direction: column;
  }
  .profile__nav {
    width: 100%;
  }
  .profile__block {
    width: 100%;
  }
  .reserv__content {
    padding-bottom: 1rem;
    padding-right: 1rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 1rem;
  }
  .reserv__block .products__item {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .reservation__guests {
    width: 100%;
    display: flex;
  }
  .reservation__guests-item {
    margin-bottom: 0;
    width: 50%;
  }
  .reservation__info {
    padding-right: 0;
    align-items: unset;
  }
  .reservation__checkout-item {
    width: 50%;
  }
  .reservation__review-title {
    font-size: 1.4rem;
  }
  .reservation__reviews-wrapper {
    margin: 0;
    width: 100%;
  }
  .reserv__content .reservation__guests-item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 640px) {
  .reservation__info {
    flex-direction: column;
  }
  .reservation__details {
    flex-direction: column;
  }
  .reservation__details .reservation__guests {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
  }
  .reservation__details .reservation__checkout {
    width: 100%;
  }
  .reservation__details .reservation__guests-item {
    width: 43%;
  }
  .reservation__additional {
    padding: 2rem 0 0;
  }
  .amenities__check {
    width: 100%;
  }
  .product__about-host {
    flex-wrap: wrap;
  }
  .host__item {
    border-right: 0;
  }
  .host__contact {
    margin-top: 1rem;
    margin-left: 0;
  }
  .product__list {
    columns: 1;
  }
  .product__list li {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .product__list li img {
    margin-right: 1rem;
    position: static;
    transform: none;
  }
  .news__block {
    width: 100%;
  }
  .products__wrapper .products__block {
    width: 100%;
  }
  .facilities__block {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .facilities__block .checkbox {
    width: 100%;
    margin-bottom: 2rem;
  }
  .facilities__block-item .input {
    text-align: center;
    width: 11rem;
    padding: 0.5rem 1rem;
  }
  .facilities__price .input {
    text-align: center;
    padding: 0.5rem 1rem;
  }
  .products__footer-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .products__footer-text .separator {
    display: none;
  }
  .products__footer {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
  }
  .products__sub-info {
    display: flex;
  }
  .booking__container .products__footer-text {
    flex-direction: row;
  }
  .booking__container .separator {
    display: block;
  }
  .booked__item-content {
    padding: 2rem 0 0.5rem;
  }
  .booked__item-content .products__footer-text {
    flex-direction: row;
  }
  .booked__item-content .products__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .products__sub-info-title {
    width: 33%;
    margin-bottom: 0;
  }
  .cabinet .products__content {
    padding: 1rem 0;
  }
  .cabinet .products__footer-text {
    min-height: auto;
  }
  .profile__link {
    display: flex;
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .profile__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    padding: 0.3rem;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #E68D2A;
  }
  .profile__menu {
    position: absolute;
    top: 100%;
    left: -3rem;
    right: -3rem;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 2rem 0 2rem 3rem;
    z-index: 2;
    border-bottom-right-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
  }
  .profile__menu a.active {
    display: none;
  }
  .profile__menu-block {
    position: relative;
  }
  .profile__menu-block:hover .profile__menu {
    opacity: 1;
    visibility: visible;
  }
  .dz__text {
    display: none;
  }
  .dropzone .btn {
    margin-bottom: 0;
  }
  .guests__block {
    width: 50%;
    align-items: flex-start;
  }
  .guests__block:last-child {
    align-items: flex-start;
  }
  .reservation__checkout {
    flex-wrap: wrap;
  }
  .reservation__checkout .products__status {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .reservation__checkout .products__status .title {
    margin-right: 1rem;
  }
  .reservation__checkout .products__status .status {
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  .reservation__checkout .dropdown-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .reservation__checkout .dropdown-wrapper .dropdown__btn {
    text-align: left;
  }
  .reservation__price {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  .reservation__price .title {
    margin-right: 1rem;
    transform: translateY(0.1rem);
  }
  .error__title {
    font-size: 15rem;
  }
}
@media (max-width: 560px) {
  .products__info-block {
    border-right: 0;
    padding-left: 0;
  }
  .results__block .block__title {
    align-items: flex-start;
    flex-direction: column;
    font-size: 2.4rem;
  }
  .results__count {
    font-size: 1.6rem;
    margin-left: 0;
  }
  .product__img {
    height: 15rem;
  }
  .product__img:first-child {
    height: 30rem;
  }
  .pricing__wrapper {
    padding-right: 4rem;
  }
  .steps__actions {
    flex-direction: column;
    align-items: center;
  }
  .steps__actions .btn {
    margin-bottom: 1rem;
  }
  .steps__actions .btn:last-child {
    margin-bottom: 0;
  }
  .step__success-actions {
    flex-direction: column;
    align-items: center;
  }
  .step__success-actions .btn {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .step__success-actions .btn:last-child {
    margin-bottom: 0;
  }
  .step__success .block__title {
    font-size: 2.6rem;
  }
  .booking__form {
    width: 100%;
    max-width: 50rem;
  }
  .main__title {
    font-size: 4rem;
  }
  .add__block {
    flex-wrap: wrap;
  }
  .add__item {
    margin-bottom: 4rem;
  }
  .add__section-wrapper {
    margin-left: 0;
  }
  .pricing__block {
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing__block .checkbox {
    margin-bottom: 1rem;
  }
  .amenities__info-item .title {
    font-size: 1.6rem;
  }
  .amenities__price {
    white-space: nowrap;
  }
  .amenities__label {
    padding: 1rem 1.5rem;
  }
  .reservation__details .products__img {
    height: 20rem;
  }
  .reservation__details .products__text {
    margin-bottom: 1.8rem;
  }
  .reservation__details .products__item {
    padding-top: 0;
  }
  .reserv__block .products__img {
    height: 20rem;
  }
  .reservation__information p {
    margin: 0 0 1rem;
  }
  .reservation__information p .attribute_name {
    display: block;
  }
  #cancel_booking .remodal__body {
    padding: 3rem 2rem 2rem;
  }
}
@media (max-width: 440px) {
  .guests__wrapper {
    padding-top: 0;
    flex-direction: column;
  }
  .guests__block {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .guests__block:last-child {
    margin-bottom: 0;
  }
  .guests__block .label {
    position: static;
  }
  .reservation__details .products__item {
    flex-direction: column;
  }
  .reservation__details .products__img {
    width: 100%;
  }
  .reservation__details .products__content {
    width: 100%;
    padding-left: 0;
  }
  .products__sub-info-title {
    width: 40%;
  }
  .products__info-item {
    width: 30%;
  }
  .block__title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-height: 540px) {
  .booking__modal .booking__modal-form {
    max-height: 100%;
    overflow-y: auto;
  }
  .booking__modal .booking__guests-window {
    overflow-y: auto;
    max-height: 130px;
  }
}