@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  -webkit-appearance: none;
}

input[type=submit],
button {
  cursor: pointer;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  background: none;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "CN2-Bold";
  src: url("../fonts/CentraNo2-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CN2-Book";
  src: url("../fonts/CentraNo2-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CN2-Medium";
  src: url("../fonts/CentraNo2-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CN2-Light";
  src: url("../fonts/CentraNo2-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.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;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

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

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
}

.jq-ry-container[readonly=readonly] {
  cursor: default;
}

.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}


/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -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: 100%;
  position: relative;
  z-index: 1;
}

.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%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

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

.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;
}

.noUi-horizontal {
  height: 18px;
}

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

.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: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

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

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

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

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

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

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

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

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

[disabled] .noUi-connect {
  background: #B8B8B8;
}

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

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

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

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

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

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

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

.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;
}

.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;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active, .mfp-close.nice-select.open {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active, .mfp-arrow.nice-select.open {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table th, .date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top, .date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: white;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected, .date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next, .date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

body {
  min-width: 375px;
  background: #FCFCFD;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #23262F;
}
body.dark {
  background: #141416;
  color: #FCFCFD;
}

a {
  text-decoration: none;
}

svg,
img {
  vertical-align: middle;
}

.outer {
  overflow: hidden;
  min-height: 100vh;
  padding-top: 88px;
}
@media only screen and (max-width: 767px) {
  .outer {
    padding-top: 73px;
  }
}

.center {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .center {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .center {
    padding: 0 32px;
  }
}

body.dark .some-icon {
  display: none;
}

.some-icon-dark {
  display: none;
}
body.dark .some-icon-dark {
  display: inline-block;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  transition: all 0.2s;
}
.slick-arrow path {
  position: relative;
  z-index: 2;
  fill: #777E90;
  transition: fill 0.2s;
}
.slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #E6E8EC;
}
body.dark .slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #353945;
}
body.dark .slick-arrow:hover path {
  fill: #E6E8EC;
}

.rating {
  z-index: 1;
}

.select {
  float: none;
  width: 100%;
  height: 48px;
  padding: 0 48px 0 16px;
  box-shadow: inset 0 0 0 2px #E6E8EC;
  background: #FCFCFD;
  border-radius: 12px;
  border: none;
  opacity: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.select:after {
  display: none;
}
.select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #E6E8EC;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23777e91'/%3E%3C/svg%3E") no-repeat 50% 50%/10px auto;
  transition: transform 0.2s;
}
body.dark .select {
  background: #141416;
  box-shadow: inset 0 0 0 2px #353945;
  -webkit-appearance: none;
}
body.dark .select:before {
  box-shadow: inset 0 0 0 2px #353945;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23FCFCFD'/%3E%3C/svg%3E");
}
.select.open {
  box-shadow: inset 0 0 0 2px #777E90;
}
body.dark .select.open {
  box-shadow: inset 0 0 0 2px #777E90;
}
.select.open:before {
  transform: translateY(-50%) rotate(180deg);
}
.select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select .list {
  right: 0;
  margin-top: 2px;
  border-radius: 12px;
  background: #FCFCFD;
  border: 2px solid #E6E8EC;
  box-shadow: 0 4px 12px rgba(35, 38, 47, 0.1);
}
body.dark .select .list {
  background: #141416;
  border-color: #353945;
  box-shadow: 0 4px 12px rgba(20, 20, 22, 0.1);
}
.select .option {
  min-height: auto;
  padding: 10px 14px;
  font-weight: 500;
  line-height: 1.4;
}
.select .option:hover, .select .option.focus, .select .option.selected.focus {
  background: #F4F5F6;
}
body.dark .select .option:hover, body.dark .select .option.focus, body.dark .select .option.selected.focus {
  background: #23262F;
}
.select .option.selected {
  font-weight: 500;
  color: #3B71FE;
}

.select-empty {
  float: none;
  width: 100%;
  height: 56px;
  padding: 0 64px 0 24px;
  box-shadow: none;
  background: transparent;
  border-radius: 32px;
  border: none;
  opacity: 1;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #3B71FE;
}
@media only screen and (max-width: 767px) {
  .select-empty {
    height: 40px;
    font-size: 32px;
    line-height: 40px;
  }
}
.select-empty:after {
  display: none;
}
.select-empty:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%233B71FE'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  transition: transform 0.2s;
}
.select-empty.open {
  background: #FCFCFD;
}
body.dark .select-empty.open {
  background: #141416;
}
.select-empty.open:before {
  transform: translateY(-50%) rotate(180deg);
}
.select-empty .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-empty .list {
  right: 0;
  margin-top: 4px;
  border: none;
  border-radius: 24px;
  background: #FCFCFD;
  box-shadow: 0px 24px 32px 0 rgba(15, 15, 15, 0.15);
}
body.dark .select-empty .list {
  border: 2px solid #141416;
  background: #141416;
  box-shadow: 0 4px 12px rgba(20, 20, 22, 0.1);
}
.select-empty .option {
  min-height: auto;
  padding: 10px 24px;
  border: none;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #777E90;
}
@media only screen and (max-width: 767px) {
  .select-empty .option {
    font-size: 32px;
  }
}
body.dark .select-empty .option {
  padding: 10px 22px;
  color: #FCFCFD;
}
.select-empty .option:hover, .select-empty .option.focus, .select-empty .option.selected.focus {
  background: #F4F5F6;
}
body.dark .select-empty .option:hover, body.dark .select-empty .option.focus, body.dark .select-empty .option.selected.focus {
  background: rgb(24.8571428571, 24.8571428571, 27.3428571429);
}
.select-empty .option.selected {
  color: #3B71FE;
}
body.dark .select-empty .option.selected {
  color: #3B71FE;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.1);
  border-radius: 50%;
  background: #FCFCFD;
}
@media only screen and (max-width: 767px) {
  .play {
    width: 48px;
    height: 48px;
  }
}
.play .icon {
  width: 24px;
  height: 24px;
  fill: #777E90;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .play .icon {
    width: 12px;
    height: 12px;
  }
}
.play:hover .icon {
  transform: scale(1.2);
  fill: #3B71FE;
}
.play_small {
  width: 48px;
  height: 48px;
}
.play_small .icon {
  width: 12px;
  height: 12px;
}

.fancybox-caption__body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.fancybox-image {
  border-radius: 16px;
}
.fancybox-infobar {
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-weight: 700;
  color: #777E90;
}
.fancybox-bg {
  background: #141416;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

/* End of common */
/* complete page css start */
.success .co--list {
  flex-wrap: wrap;
  margin: 0px;
}
.success .co--list .co--item {
  flex: 0 0 50%;
  margin: 8px 0;
}
.success .co--list .co--item .custom-margin {
  margin: 0;
}

.contact {
  margin-left: 128px;
  margin-right: 128px;
}
@media only screen and (max-width: 1023px) {
  .contact {
    margin-left: 0;
    margin-right: 0;
  }
}

em {
  font-style: normal;
}

/* options note */
.o--note {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6666666667;
  margin: 15px 0 0 0;
}
.o--note a {
  color: #3B71FE;
}

/* toggle buttons */
.tg--buttons {
  display: flex;
  gap: 10px;
}

/* route item & options item */
.rt--item {
  margin: 0 0 40px 0;
}
.rt--item .full-width {
  flex: 0 0 calc(100% - 16px);
  width: calc(100% - 16px);
}

.o--item {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #E6E8EC;
}
.o--item .full-width {
  flex: 0 0 calc(100% - 16px);
  width: calc(100% - 16px);
}

.co--icon.date {
  border-color: #92A5EF;
}

.co--icon.user {
  border-color: #FA8F54;
}

.stage {
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}

.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.align-baseline {
  align-items: baseline;
}

@media only screen and (max-width: 1179px) {
  .desktop-hide {
    display: none !important;
  }
}
.desktop-show {
  display: none !important;
}
@media only screen and (max-width: 1179px) {
  .desktop-show {
    display: block !important;
  }
}
@media only screen and (max-width: 1179px) {
  .desktop-text-right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
.tablet-show {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .tablet-show {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  .tablet-text-right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-text-right {
    text-align: right !important;
  }
}

.book--main {
  margin-bottom: 80px;
  margin-top: 40px;
}
.book--main .wait .progress {
  margin-top: 32px;
  width: 100%;
  height: 10px;
  background: #E6E8EC;
  overflow: hidden;
  border-radius: 19px;
}
.book--main .wait .progress .progress-value {
  height: 10px;
  float: left;
  border-radius: 19px;
  background: #3B71FE;
}
.book--main .wait p {
  text-align: center;
  margin-bottom: 10px;
}
.book--indicator {
  margin: 0px;
  padding: 0px;
}
.book--indicator .inner {
  flex-grow: 1;
  margin: 0px 0 32px 0;
  padding: 0px;
}
.book--indicator .inner ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}
.book--indicator .inner ul li {
  flex: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #B1B5C4;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px solid #B1B5C4;
  border-radius: 2px;
  margin-right: 13px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .book--indicator .inner ul li {
    flex-direction: column;
  }
}
.book--indicator .inner ul li:last-child {
  margin-right: 0;
}
.book--indicator .inner ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  background: #B1B5C4;
  color: #FCFCFD;
  margin-right: 17px;
}
@media only screen and (max-width: 767px) {
  .book--indicator .inner ul li span {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.book--indicator .inner ul li.active-indicator {
  color: #23262F;
  border-bottom: 2px solid #23262F;
}
.book--indicator .inner ul li.active-indicator span {
  background: #23262F;
}
.book--indicator .inner ul li.completed-indicator {
  color: #58C27D;
  border-bottom: 2px solid #58C27D;
}
.book--indicator .inner ul li.completed-indicator span {
  background: #58C27D;
}
.book--title {
  margin: 0 0 32px 0;
}
.book--title.confirm-title {
  padding: 0 0 32px 0;
  margin: 0 0 32px 0;
  border-bottom: 1px solid #E6E8EC;
}
.book--btn-sec {
  display: flex;
  margin: 0 0 32px 0;
}
.book--btn-sec .hd--button {
  margin: 0 0 0 16px;
}
.book--form {
  margin: 0px;
  padding: 0px;
}
.book--form svg {
  height: 10px;
  width: 10px;
  margin-right: 0px !important;
}
.book--form .book--button .hide {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .book--form .book--button .hide {
    display: inline;
  }
}
@media only screen and (max-width: 1023px) {
  .book--form .book--button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .book--form .book--button a {
    order: 2;
  }
  .book--form .book--button .u--button {
    width: calc(100% - 120px);
  }
  .book--form .book--button .u--button span {
    margin-left: 30px;
  }
}

.step.wait {
  position: absolute;
  background: rgba(252, 252, 253, 0.85);
  height: 100%;
  left: 0;
  padding: 140px 360px;
  top: 0;
  width: 100%;
}
.step.wait h2 {
  text-align: center;
}

/* section main / hero */
.section.main {
  position: relative;
}
.section.main .character {
  position: absolute;
  width: inherit;
  height: 70%;
  right: -30px;
  bottom: 175px;
  z-index: 8;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 1339px) {
  .section.main .character {
    bottom: 170px;
    height: 66%;
  }
}
@media only screen and (max-width: 1179px) {
  .section.main .character {
    bottom: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.main .character {
    display: none;
  }
}
.section.main .tickets {
  position: absolute;
  width: 350px;
  height: 300px;
  right: 430px;
  left: auto;
  bottom: 380px;
  top: auto;
  z-index: 5;
}
.section.main .tickets.ticket-1 {
  transform: translate(120px, 30px) rotate(11deg);
}
.section.main .tickets.ticket-2 {
  transform: rotate(-8deg);
}
@media only screen and (max-width: 1339px) {
  .section.main .tickets {
    width: 290px;
    height: 290px;
    right: 410px;
    bottom: 360px;
  }
}
@media screen and (max-width: 1225px) {
  .section.main .tickets {
    right: 370px;
    bottom: 320px;
    height: 270px;
  }
  .section.main .tickets.ticket-2 {
    margin-right: -30px;
  }
}
@media screen and (max-width: 1140px) {
  .section.main .tickets {
    height: 220px;
    right: 300px;
    bottom: 320px;
  }
}
@media screen and (max-width: 1080px) {
  .section.main .tickets {
    bottom: 260px;
    right: 270px;
  }
  .section.main .tickets.ticket-2 {
    margin-bottom: -50px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.main .tickets {
    height: 260px;
    bottom: inherit;
    top: 50px;
    right: 160px;
  }
}
@media screen and (max-width: 860px) {
  .section.main .tickets {
    display: none;
  }
}
.section.main .m--wrap {
  z-index: 1;
  padding: 125px 80px;
}
@media only screen and (max-width: 767px) {
  .section.main .m--wrap .m--title,
  .section.main .m--wrap .m--info {
    max-width: 100%;
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .section.main .m--wrap .m--info {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .section.main .m--wrap {
    padding: 65px 80px;
  }
}
@media only screen and (max-width: 639px) {
  .section.main .m--wrap {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 900px) {
  .section.main .m--wrap .hero.mobile-center {
    font-size: 39px;
    color: yellow;
  }
}
@media only screen and (max-width: 767px) {
  .section.main .m--wrap .hero.mobile-center {
    font-size: 42px;
    color: red;
  }
}
@media only screen and (max-width: 639px) {
  .section.main .m--wrap .hero.mobile-center {
    font-size: 35px;
    color: blue;
  }
}
.section.main .pnr-icon-sec img {
  position: relative;
}
.section.main .sp--gallery {
  display: none !important;
}
@media screen and (max-width: 1225px) {
  .section.main .panel.p--flights {
    margin: -115px 40px 0;
  }
}
@media screen and (max-width: 1080px) {
  .section.main .panel.p--flights {
    margin: -90px 40px 0;
  }
}
@media screen and (max-width: 930px) {
  .section.main .panel.p--flights {
    margin: -50px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section.main .panel.p--flights {
    margin: -90px 15px 0;
  }
}

picture:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #022173 10%, transparent 70%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* PNR Information section css start */
.section.benefits .h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.section.benefits .nl--number {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none' viewBox='0 0 6 10'%3E%3Cpath fill-rule='evenodd' d='M.793.793a1 1 0 0 0 0 1.414L3.586 5 .793 7.793a1 1 0 0 0 1.414 1.414l3.5-3.5a1 1 0 0 0 0-1.414l-3.5-3.5a1 1 0 0 0-1.414 0z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat 50% 50%/25% auto;
}
@media only screen and (max-width: 767px) {
  .section.benefits .w--list {
    max-width: 100%;
  }
}
.section.benefits .w--list .w--item {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section.benefits .w--list .w--item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 25px 0;
  }
}
.section.benefits .w--list .w--item .pnr-item-block {
  margin: 0px;
  padding: 0px;
}
.section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner {
  margin: 0px;
  padding: 0px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner {
    flex-wrap: wrap;
  }
}
.section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-icon-sec {
  margin: 0px;
  padding: 0px;
  flex: 0 0 195px;
  max-width: 195px;
}
@media only screen and (max-width: 1179px) {
  .section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-icon-sec {
    flex: 0 0 100px;
    max-width: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-icon-sec {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-icon-sec img {
  width: 190px;
  height: 190px;
}
@media only screen and (max-width: 1179px) {
  .section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-icon-sec img {
    flex: 0 0 100px;
    max-width: 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-icon-sec img {
    flex: 0 0 150px;
    max-width: 150px;
  }
}
.section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec {
  margin: 0px;
  padding: 0 20px;
  flex: calc(100% - 150px);
  max-width: calc(100% - 150px);
}
@media only screen and (max-width: 1179px) {
  .section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec {
    flex: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1023px) {
  .section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0 0;
  }
}
.section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec p {
  margin: 0 0 20px 0;
  max-width: 95%;
}
@media only screen and (max-width: 1023px) {
  .section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec p {
    max-width: 100%;
  }
}
.section.benefits .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec h2 {
  font-weight: 500;
}

.section.benefits.compact {
  position: absolute;
  padding: 20px 40px 55px;
  bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  background: rgba(4, 17, 43, 0.9);
  z-index: 10;
  border-radius: 24px;
}
.section.benefits.compact:before {
  content: "";
  width: 100%;
  position: absolute;
  transform-origin: top;
  top: 0;
  height: 100%;
  transform: scale(1, 0.3);
  background: radial-gradient(ellipse farthest-side at center 0%, rgba(13, 25, 55, 0.05) 0%, transparent 110%);
}
.section.benefits.compact.new-compact-sec {
  margin-left: 80px;
  margin-right: 80px;
}
@media only screen and (max-width: 1419px) {
  .section.benefits.compact.new-compact-sec {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1225px) {
  .section.benefits.compact.new-compact-sec {
    bottom: -60px;
  }
}
@media screen and (max-width: 1080px) {
  .section.benefits.compact.new-compact-sec {
    bottom: -90px;
  }
}
@media screen and (max-width: 930px) {
  .section.benefits.compact.new-compact-sec {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
    bottom: -110px;
  }
}
@media screen and (max-width: 930px) {
  .section.benefits.compact.new-compact-sec {
    bottom: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .section.benefits.compact.new-compact-sec {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    bottom: 0;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1179px) {
  .section.benefits.compact.new-compact-sec .w--item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .section.benefits.compact.new-compact-sec .w--item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .section.benefits.compact.new-compact-sec .w--item .pnr-item-block-inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section.benefits.compact.new-compact-sec .w--item .pnr-item-block-inner .pnr-detail-sec {
    padding: 15px 0 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1179px) {
  .section.benefits.compact.new-compact-sec .w--item:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section.benefits.compact.new-compact-sec .w--list {
    display: flex;
  }
}
.section.benefits.compact .w--list {
  justify-content: left;
}
@media only screen and (max-width: 767px) {
  .section.benefits.compact .w--list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .section.benefits.compact .w--list {
    max-width: 100%;
  }
}
.section.benefits.compact .w--list .w--item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: left;
}
@media only screen and (max-width: 1179px) {
  .section.benefits.compact .w--list .w--item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin: 0 0 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section.benefits.compact .w--list .w--item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0px;
  }
}
.section.benefits.compact .w--list .w--item .pnr-item-block {
  margin: 0px;
  padding: 0px;
}
.section.benefits.compact .w--list .w--item .pnr-item-block .pnr-item-block-inner {
  margin: 0px;
  padding: 0px;
  display: flex;
}
.section.benefits.compact .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-icon-sec {
  margin: 0px;
  padding: 0px;
  flex: 0 0 70px;
  max-width: 70px;
}
.section.benefits.compact .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-icon-sec img {
  width: 70px;
  height: 70px;
}
.section.benefits.compact .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec {
  margin: 0px;
  padding: 0 10px;
  flex: 100%;
  max-width: 100%;
}
.section.benefits.compact .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec p {
  margin: 0px;
  font-size: 12px;
  max-width: 100%;
  line-height: 1.4;
}
.section.benefits.compact .w--list .w--item .pnr-item-block .pnr-item-block-inner .pnr-detail-sec h2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 4px;
}

.section.work .w--item {
  transform: scale(1.1);
  transform-origin: bottom;
}
.section.work .w--item:last-child .w--preview img {
  transform: scale(0.95);
}
.logo-marquee {
  display: flex;
  flex-direction: column;
  background: #FCFCFD;
}
.logo-marquee .marquee {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background: url("/img/content/logos-sprite.png") repeat-x 0 0;
  background-size: auto 80px;
  animation: scroll-bg 28s linear infinite;
}
.logo-marquee .marquee::before, .logo-marquee .marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.logo-marquee .marquee::before {
  left: 0;
  background: linear-gradient(to right, #FCFCFD 0%, rgba(252, 252, 253, 0) 100%);
}
.logo-marquee .marquee::after {
  right: 0;
  background: linear-gradient(to left, #FCFCFD 0%, rgba(252, 252, 253, 0) 100%);
}
.logo-marquee .marquee--backward {
  animation-direction: reverse;
}

@keyframes scroll-bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2800px 0;
  }
}
[class^=section] {
  margin-bottom: 136px;
}
@media only screen and (max-width: 1179px) {
  [class^=section] {
    margin-bottom: 112px;
  }
}
@media only screen and (max-width: 767px) {
  [class^=section] {
    margin-bottom: 64px;
  }
}

.section-mb0 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1179px) {
  .section-mb0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-mb0 {
    margin-bottom: 0;
  }
}

.section-mb64 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1179px) {
  .section-mb64 {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .section-mb64 {
    margin-bottom: 16px;
  }
  .section-mb64 .control {
    display: none;
  }
}

.section-mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1179px) {
  .section-mb80 {
    margin-bottom: 64px;
  }
}

.section-pd {
  padding: 136px 0;
}
@media only screen and (max-width: 1179px) {
  .section-pd {
    padding: 112px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-pd {
    padding: 64px 0;
  }
}

.section-bg {
  background: #F4F5F6;
}
body.dark .section-bg {
  background: none;
  box-shadow: inset 0 1px 0 #23262F;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 32px;
  }
}

.hero,
.h1,
.h2,
.h3,
.h4 {
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
}

.hero {
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1339px) {
  .hero {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1179px) {
  .hero {
    font-size: 64px;
  }
}

.h1 {
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.h2 {
  font-size: 48px;
  line-height: 1.1666666667;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

.h3 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.h4 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.info {
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: -0.01em;
  color: #777E90;
}
@media only screen and (max-width: 767px) {
  .info {
    font-size: 16px;
  }
}

[class^=button] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  background: #3B71FE;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FCFCFD;
  transition: all 0.2s;
}
[class^=button]:hover {
  background: rgb(1.2005076142, 66.0279187817, 235.2994923858);
}
[class^=button].disabled {
  opacity: 0.5;
  pointer-events: none;
}
[class^=button] .icon {
  fill: #FCFCFD;
  transition: all 0.2s;
}
[class^=button]:not([class^=button-circle]) .icon:first-child {
  margin-right: 15px;
}
[class^=button]:not([class^=button-circle]) .icon:last-child {
  margin-left: 15px;
}

.button-stroke {
  background: none;
  box-shadow: 0 0 0 2px #E6E8EC inset;
  color: #23262F;
}
.button-stroke .icon {
  fill: #23262F;
}
body.dark .button-stroke {
  box-shadow: 0 0 0 2px #777E90 inset;
  color: #FCFCFD;
}
body.dark .button-stroke .icon {
  fill: #FCFCFD;
}
.button-stroke:hover, .button-stroke.active {
  background: #23262F;
  box-shadow: 0 0 0 2px #23262F inset;
  color: #FCFCFD;
}
.button-stroke:hover .icon, .button-stroke.active .icon {
  fill: #FCFCFD;
}
body.dark .button-stroke:hover, body.dark .button-stroke.active {
  background: #353945;
  box-shadow: 0 0 0 2px #353945 inset;
}

.button-black {
  background: #141416;
}
.button-black:hover, .button-black.active {
  background: #23262F;
}
body.dark .button-black {
  box-shadow: inset 0 0 0 2px #353945;
}
body.dark .button-black:hover, body.dark .button-black.active {
  background: #353945;
}

.button-white {
  background: #FCFCFD;
  color: #23262F;
}
.button-white .icon {
  fill: #23262F;
}
.button-white:hover {
  background: #F4F5F6;
}

.button-small {
  height: 40px;
  border-radius: 20px;
  padding: 0 16px;
  font-size: 14px;
}

.button-circle-stroke {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #E6E8EC inset;
  background: transparent;
  transition: all 0.2s;
}
.button-circle-stroke .icon {
  fill: #777E90;
}
.button-circle-stroke:hover {
  background: #23262F;
  box-shadow: 0 0 0 2px #23262F inset;
}
.button-circle-stroke:hover .icon {
  fill: #FCFCFD;
}
body.dark .button-circle-stroke {
  box-shadow: 0 0 0 2px #353945 inset;
}
body.dark .button-circle-stroke:hover {
  background: #353945;
}

.button-circle-stroke.button-small {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
}

[class^=status] {
  display: inline-block;
  padding: 0 12px;
  background: #E6E8EC;
  border-radius: 13px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #353945;
}
body.dark [class^=status] {
  background: #353945;
  color: #E6E8EC;
}

.status-black {
  background: #23262F;
  color: #FCFCFD;
}
body.dark .status-black {
  background: #FCFCFD;
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.1);
  color: #23262F;
}

.status-gray {
  background: #F4F5F6;
  color: #777E90;
}
body.dark .status-gray {
  background: #141416;
  color: #777E90;
}

[class^=category] {
  display: inline-block;
  padding: 11px 8px 9px;
  background: #FCFCFD;
  border-radius: 4px;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #353945;
}

.category-blue {
  background: #3B71FE;
  color: #FCFCFD;
}

[class^=stage] {
  margin-bottom: 16px;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #777E90;
}

.stage-small {
  font-size: 14px;
  margin-bottom: 12px;
}

.b--wrap {
  overflow: hidden;
}
.b--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px -1px 0;
}
.b--item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 14.28%;
  width: 14.28%;
  height: 150px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #E6E8EC;
}
@media only screen and (max-width: 767px) {
  .b--item {
    width: 50%;
    height: 112px;
  }
  .b--item:nth-last-child(-n+4) {
    display: none;
  }
}
body.dark .b--item {
  border-color: #353945;
}
.b--item img {
  max-width: 126px;
  max-height: 64px;
}

.card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  background: #FCFCFD;
  border: 1px solid #E6E8EC;
  color: #141416;
  transition: border-color 0.2s;
}
.card:hover {
  border-color: #B1B5C3;
}
.card:hover .cd--preview img {
  transform: scale(1.1);
}
body.dark .card {
  background: #141416;
  border-color: #353945;
  color: #FCFCFD;
}

.cd--preview {
  position: relative;
  overflow: hidden;
}
.cd--preview:before {
  content: "";
  display: block;
  padding-bottom: 68.6%;
}
.cd--preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
@media only screen and (max-width: 767px) {
  .cd--preview img {
    border-radius: 24px 24px 0 0;
  }
}
.cd--category {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
.cd--body {
  flex-grow: 1;
  padding: 24px 22px;
}
.cd--line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
.cd--title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.cd--price {
  margin-left: 16px;
  padding: 6px 8px;
  box-shadow: inset 0 0 0 2px #58C27D;
  border-radius: 4px;
  text-align: center;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #58C27D;
}
.cd--old {
  margin-bottom: 6px;
  text-decoration: line-through;
  color: #B1B5C3;
}
.cd--date {
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.cd--options {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 16px -12px;
}
.cd--option {
  display: flex;
  margin: 8px 0 0 12px;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.cd--option .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 1px 6px 0 0;
  fill: #777E90;
}
.cd--foot {
  padding-top: 16px;
  border-top: 1px solid #E6E8EC;
}
body.dark .cd--foot {
  border-color: #23262F;
}
.cd--comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.cd--avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.cd--avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cd--flex {
  display: flex;
  justify-content: space-between;
}
.cd--cost {
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 600;
}
.cd--rating {
  display: flex;
  align-items: center;
}
.cd--rating .icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  fill: #FFD166;
}
.cd--number {
  margin-right: 4px;
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 600;
}
.cd--reviews {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.cd_row {
  flex-direction: row;
  border-radius: 16px;
}
@media only screen and (max-width: 1339px) {
  .cd_row {
    display: block;
  }
}
.cd_row .cd--preview {
  flex-shrink: 0;
  width: 256px;
}
@media only screen and (max-width: 1339px) {
  .cd_row .cd--preview {
    width: 100%;
  }
}
.cd_row .cd--preview:before {
  display: none;
}
@media only screen and (max-width: 1339px) {
  .cd_row .cd--preview:before {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .cd_row .cd--preview img {
    border-radius: 16px 16px 0 0;
  }
}
.cd_row .cd--body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cd_row .cd--line {
  margin-bottom: 16px;
}
.cd_row .cd--price {
  display: flex;
  flex-direction: column-reverse;
}
.cd_row .cd--old {
  margin: 6px 0 0;
  text-decoration: none;
}
.cd_row .cd--options {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1339px) {
  .cd_row .cd--options {
    flex-wrap: wrap;
  }
}
.cd_row .cd--option:nth-child(2) {
  flex-shrink: 0;
}
.cd_row .cd--foot {
  margin-top: auto;
}
.cd_car .cd--line {
  margin-bottom: 0;
}
@media only screen and (max-width: 1179px) {
  .cd_car .cd--line {
    margin-bottom: 8px;
  }
}
.cd_car .cd--price {
  display: flex;
  flex-direction: column-reverse;
}
.cd_car .cd--old {
  margin: 6px 0 0;
  text-decoration: none;
}
.cd_car .cd--option:nth-child(2) {
  flex-shrink: 0;
}

.checkbox {
  display: inline-block;
  position: relative;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.checkbox .cx--input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.checkbox .cx--input:checked + .cx--inner .cx--tick {
  background: #3B71FE;
  border-color: #3B71FE;
}
.checkbox .cx--input:checked + .cx--inner .cx--tick:before {
  opacity: 1;
}
.checkbox .cx--inner {
  display: flex;
}
.checkbox .cx--inner:hover .cx--tick {
  border-color: #3B71FE;
}
.checkbox .cx--tick {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 4px;
  border: 2px solid #E6E8EC;
  transition: all 0.2s;
}
body.dark .checkbox .cx--tick {
  background: none;
  border-color: #353945;
}
.checkbox .cx--tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none' viewBox='0 0 14 10'%3E%3Cpath fill-rule='evenodd' d='M13.707.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L5 7.586 12.293.293a1 1 0 0 1 1.414 0z' fill='%23fcfcfd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  opacity: 0;
  transition: opacity 0.2s;
}
.checkbox .cx--text {
  line-height: 1.7142857143;
  font-weight: 500;
  color: #23262F;
}
body.dark .checkbox .cx--text {
  color: #FCFCFD;
}
.checkbox .cx--flex {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.checkbox .cx--counter {
  margin-left: 20px;
  font-weight: 500;
  color: #777E90;
}

.book--main.confirm .book--title {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E8EC;
}
body.dark .book--main.confirm .book--title {
  border-color: #23262F;
}

.book .ct {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .book .ct {
    margin-bottom: 48px;
  }
}
.book--wrapper {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .book--wrapper {
    flex-direction: column-reverse;
  }
}
.book--inner {
  flex-grow: 1;
  padding-right: 80px;
}
@media only screen and (max-width: 1339px) {
  .book--inner {
    padding-right: 48px;
  }
}
@media only screen and (max-width: 1179px) {
  .book--inner {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .book--inner {
    width: 100%;
    padding: 0;
  }
}
.book--data {
  margin-top: 24px;
}
.book--data_flex {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
@media only screen and (max-width: 767px) {
  .book--data_flex {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.book--data_flex .book--el {
  flex: 0 0 calc(50% - 16px);
  width: calc(50% - 16px);
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .book--data_flex .book--el {
    width: 100%;
    margin: 0;
  }
  .book--data_flex .book--el:not(:last-child) {
    margin-bottom: 12px;
  }
}
.book--datepicker {
  position: relative;
  padding: 8px 56px 8px 16px;
  background: #F4F5F6;
  border-radius: 12px;
}
body.dark .book--datepicker {
  background: #23262F;
}
.book--label {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.book--input {
  width: 100%;
  height: 24px;
  background: none;
  box-shadow: none;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #23262F;
  pointer-events: none;
}
body.dark .book--input {
  color: #FCFCFD;
}
.book--controls {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.book--edit .icon {
  width: 24px;
  height: 24px;
  fill: #B1B5C3;
  transition: fill 0.2s;
}
.book--edit:hover .icon {
  fill: #777E90;
}
.book--edit:nth-child(2) {
  display: none;
}
.book--edit:nth-child(2) .icon {
  fill: #3B71FE;
}
.book--section:not(:first-child) {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #E6E8EC;
}
body.dark .book--section:not(:first-child) {
  border-color: #23262F;
}
.book--category {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.book--box > .category {
  margin-bottom: 24px;
}
.book--box:not(:last-child) {
  margin-bottom: 32px;
}
.book--top {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.book--top > .book--category {
  margin-right: auto;
}
.book--group {
  display: flex;
  margin: 0 -8px;
}
@media only screen and (max-width: 767px) {
  .book--group {
    display: block;
  }
}
.book--line {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.book--subtitle {
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.book--cards {
  display: flex;
  align-items: center;
}
.book--item {
  display: none;
}
.book--fieldset > .field {
  margin-bottom: 32px;
}
.book--row {
  display: flex;
  margin: 0 -8px;
}
.book--row .field {
  flex: 0 0 calc(50% - 16px);
  width: calc(50% - 16px);
  margin: 0 8px;
}
.book .checkbox {
  margin-top: 32px;
}
.book--message {
  margin-top: 24px;
}
.book--message .book--category {
  margin-bottom: 24px;
}
.book--item > .book--button {
  margin-top: 32px;
}
.book--logo img {
  max-height: 24px;
}
.book--control {
  display: flex;
  align-items: center;
}
.book--control .book--button {
  margin: 0 16px 0 0;
}
.book--verified img {
  max-height: 48px;
}
.book .date-picker-wrapper {
  top: calc(100% + 16px) !important;
  bottom: auto !important;
}
@media only screen and (max-width: 767px) {
  .book .date-picker-wrapper {
    top: 100% !important;
    bottom: auto !important;
  }
}
.book_stays .price {
  flex-shrink: 0;
  width: 544px;
}
@media only screen and (max-width: 1339px) {
  .book_stays .price {
    width: 500px;
  }
}
@media only screen and (max-width: 1179px) {
  .book_stays .price {
    width: 416px;
  }
}
@media only screen and (max-width: 1023px) {
  .book_stays .price {
    width: 100%;
    margin-bottom: 48px;
  }
}
.book_tasks .price, .book_cars .price {
  flex-shrink: 0;
  width: 448px;
}
@media only screen and (max-width: 1179px) {
  .book_tasks .price, .book_cars .price {
    width: 416px;
  }
}
@media only screen and (max-width: 1023px) {
  .book_tasks .price, .book_cars .price {
    width: auto;
    margin-bottom: 48px;
  }
}

.co .control {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .co .control {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .co .control {
    margin-bottom: 24px;
    display: none;
  }
}
.co--row {
  display: flex;
  align-items: flex-start;
  margin: 0 -16px;
}
@media only screen and (max-width: 1023px) {
  .co--row {
    display: block;
    margin: 0;
  }
}
.co--col {
  flex: 0 0 calc(50% - 32px);
  width: calc(50% - 32px);
  margin: 0 16px;
}
@media only screen and (max-width: 1023px) {
  .co--col {
    width: 100%;
    margin: 0;
  }
}
.co--col:nth-child(2) {
  padding-left: 48px;
}
@media only screen and (max-width: 1179px) {
  .co--col:nth-child(2) {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .co--col:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .co--col:not(:last-child) {
    margin-bottom: 32px;
  }
}
.co--wrapper {
  margin: 0 -16px;
}
.co--slider {
  /* padding-bottom: 64px */
  visibility: hidden;
}
.co--slider.slick-initialized {
  visibility: visible;
}
.co--preview img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media only screen and (max-width: 1023px) {
  .co--preview img {
    height: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .co--preview img {
    height: 300px;
  }
}
.co--head {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E8EC;
}
body.dark .co--head {
  border-color: #23262F;
}
.co--title {
  margin-bottom: 4px;
}
.co--info {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
.co--subtitle {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.co--author {
  display: flex;
  align-items: center;
}
.co--author span {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.co--avatar {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 4px;
}
.co--avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.co--man {
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 600;
}
.co--line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
}
.co--rating {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .co--rating {
    flex-wrap: wrap;
  }
}
.co--rating .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: #FFD166;
}
.co--number {
  font-weight: 500;
}
.co--reviews {
  margin-left: 8px;
  color: #777E90;
}
.co--parameters {
  display: flex;
  flex-wrap: wrap;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .co--parameters {
    flex: 0 0 100%;
    margin: 16px 0 0;
  }
}
.co--parameter {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.co--parameter .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: #777E90;
}
.co--parameter:not(:last-child) {
  margin-right: 20px;
}
.co--list {
  display: flex;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .co--list {
    display: block;
  }
}
.co--item {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
}
.co--item:first-child {
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .co--item:first-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .co--item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.co--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.co--icon .icon {
  width: 24px;
  height: 24px;
  fill: #23262F;
}
body.dark .co--icon .icon {
  fill: #FCFCFD;
}
.co--category {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.co--value {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.co--stage {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.co--table {
  margin-bottom: 32px;
}
.co--flex {
  display: flex;
  align-items: center;
}
.co--flex:not(:last-child) {
  margin-bottom: 20px;
}
.co--cell {
  flex: 0 0 50%;
}
@media only screen and (max-width: 767px) {
  .co--cell {
    flex: 0 0 auto;
    text-align: right;
  }
}
.co--cell:first-child {
  display: flex;
  align-items: center;
  padding-right: 24px;
  color: #777E90;
}
@media only screen and (max-width: 767px) {
  .co--cell:first-child {
    margin-right: auto;
  }
}
.co--cell:first-child .icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  fill: #777E90;
}
.co--cell:nth-child(2) {
  font-weight: 500;
}
.co--btns {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .co--btns .co--button {
    padding: 0 16px;
  }
}
.co--btns .co--button:not(:last-child) {
  margin-right: 12px;
}
.co .slick-slide {
  margin: 0 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.co .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.co .slick-arrow {
  bottom: 0;
}
.co .slick-prev {
  left: calc(50% - 44px);
}
.co .slick-next {
  right: calc(50% - 44px);
}
@media only screen and (max-width: 1023px) {
  .co_tasks .co--row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1023px) {
  .co_tasks .co--col:not(:last-child) {
    margin: 48px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .co_tasks .co--col:not(:last-child) {
    margin: 32px 0 0;
  }
}

.control {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px 0;
}

.ct--button {
  margin-right: auto;
}
.ct--button .icon {
  width: 10px;
  height: 10px;
}
body.dark .ct--button {
  box-shadow: inset 0 0 0 2px #353945;
}
body.dark .ct--button:hover {
  background: #353945;
}
.ct .breadcrumbs {
  margin-left: 16px;
}

.counter {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 1px 12px 0;
  width: 100%;
  height: 39px;
}

.cr--value {
  flex-grow: 1;
  padding: 0 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  user-select: none;
}
.cr--button {
  position: relative;
  top: -1px;
  flex-shrink: 0;
  width: 24px;
}
.cr--button .icon {
  width: 24px;
  height: 24px;
  fill: #B1B5C3;
  transition: fill 0.2s;
}
.cr--button:hover .icon {
  fill: #3B71FE;
}
.cr--button.disabled {
  pointer-events: none;
}
.cr--button.disabled .icon {
  fill: #E6E8EC;
}
body.dark .cr--button.disabled .icon {
  fill: #353945;
}

::-webkit-datetime-edit {
  padding: 0;
}

::-webkit-datetime-edit-text {
  color: #E6E8EC;
}

::-webkit-datetime-edit-month-field {
  color: #23262F;
}

::-webkit-datetime-edit-day-field {
  color: #23262F;
}

::-webkit-datetime-edit-year-field {
  color: #B1B5C3;
}

::-webkit-inner-spin-button {
  display: none;
}

::-webkit-calendar-picker-indicator {
  background-color: rgba(100, 100, 0, 0);
  opacity: 0;
  margin-left: -620px;
  width: 600px;
  height: 100px;
}

.datepicker {
  position: relative;
}

.d--list {
  display: flex;
}
.d--item {
  position: relative;
  height: 94px;
}
.d--item:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .d--item {
    height: 64px;
  }
}
.d--item.hide {
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .d--item.hide {
    display: none;
  }
}
.d--list .d--item {
  width: 100%;
}
.d--input {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  padding: 0 0 23px 51px;
  border-radius: 16px;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #23262F;
}
.d--input:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1339px) {
  .d--input {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1179px) {
  .d--input {
    padding-left: 48px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .d--input {
    padding: 0 0 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .d--input {
    padding: 0 0 16px 32px;
  }
}
.d--input::placeholder {
  color: #23262F;
}
body.dark .d--input {
  color: #FCFCFD;
}
body.dark .d--input::placeholder {
  color: #FCFCFD;
}
.d--input:hover {
  cursor: pointer;
}
.d--icon {
  position: absolute;
  top: 20px;
  left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  pointer-events: none;
}
@media only screen and (max-width: 1179px) {
  .d--icon {
    left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .d--icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .d--icon {
    top: 8px;
    left: 0;
    display: flex;
    width: 24px;
  }
}
.d--icon .icon {
  width: 24px;
  height: 24px;
  fill: #B1B5C3;
}
@media only screen and (max-width: 1179px) {
  .d--icon .icon {
    width: 20px;
    height: 20px;
  }
}
.d--description {
  position: absolute;
  left: 51px;
  bottom: 20px;
  pointer-events: none;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
@media only screen and (max-width: 1179px) {
  .d--description {
    left: 48px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .d--description {
    bottom: 4px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .d--description {
    left: 32px;
  }
}
.d_small .d--item {
  height: 72px;
}
@media only screen and (max-width: 1023px) {
  .d_small .d--item {
    height: 64px;
  }
}
.d_small .d--input {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .d_small .d--icon {
    top: 50%;
    transform: translateY(-50%);
  }
}
.d_down .date-picker-wrapper {
  top: calc(100% + 16px) !important;
  bottom: auto !important;
}
@media only screen and (max-width: 767px) {
  .d_down .date-picker-wrapper {
    top: 100% !important;
    bottom: auto !important;
  }
}

.date-picker-wrapper {
  top: auto !important;
  left: 50% !important;
  bottom: calc(100% + 16px) !important;
  transform: translateX(-50%);
  padding: 0;
  border: none;
  border-radius: 24px;
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
  background: #FCFCFD;
  z-index: 20;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  .date-picker-wrapper {
    bottom: 100% !important;
    width: 262px !important;
    padding: 0 19px;
  }
}
body.dark .date-picker-wrapper {
  background: #141416;
}
.date-picker-wrapper.single-month .month-wrapper {
  width: 252px !important;
  padding: 0 19px;
}
@media only screen and (max-width: 767px) {
  .date-picker-wrapper.single-month .month-wrapper {
    margin: 0 5px;
    padding: 0;
  }
}
.date-picker-wrapper.single-month .month-wrapper table {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .date-picker-wrapper.two-months .month-wrapper {
    display: flex;
    width: 600px !important;
  }
  .date-picker-wrapper.two-months .month-wrapper table {
    flex: 0 0 calc(50% - 48px);
    width: calc(50% - 48px);
    margin: 0 24px;
  }
}
.date-picker-wrapper.single-date .day {
  border-radius: 50% !important;
}
.date-picker-wrapper.single-date .day.first-date-selected:before,
.date-picker-wrapper.single-date .day.last-date-selected:before {
  display: none;
}
.date-picker-wrapper .month-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}
.date-picker-wrapper .month-wrapper table {
  display: block;
}
@media only screen and (max-width: 767px) {
  .date-picker-wrapper .month-wrapper table {
    width: 100%;
  }
}
.date-picker-wrapper .month-wrapper table thead,
.date-picker-wrapper .month-wrapper table tbody {
  display: block;
  width: 100%;
}
.date-picker-wrapper .month-wrapper table tr {
  display: flex;
  align-items: center;
  height: 36px;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex: 1;
  font-weight: 500;
}
.date-picker-wrapper .month-wrapper table thead tr:first-child {
  height: 36px;
}
.date-picker-wrapper .month-wrapper table thead tr:first-child th:first-child, .date-picker-wrapper .month-wrapper table thead tr:first-child th:nth-child(3) {
  flex: 0 0 24px;
}
.date-picker-wrapper .month-wrapper table .week-name,
.date-picker-wrapper .month-wrapper table .caption {
  height: auto;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 40px;
}
.date-picker-wrapper .month-wrapper table .week-name th {
  height: auto;
}
.date-picker-wrapper .month-wrapper table .day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0;
  transition: background 0.2s, color 0.2s;
}
.date-picker-wrapper .month-wrapper table .day.valid.toMonth {
  color: #23262F;
}
body.dark .date-picker-wrapper .month-wrapper table .day.valid.toMonth {
  color: #FCFCFD;
}
.date-picker-wrapper .month-wrapper table .day:hover {
  background: #E6E8EC;
  color: #23262F !important;
}
body.dark .date-picker-wrapper .month-wrapper table .day:hover {
  color: #23262F !important;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background: #E6E8EC;
  border-radius: 0;
}
body.dark .date-picker-wrapper .month-wrapper table .day.checked {
  color: #23262F !important;
}
.date-picker-wrapper .month-wrapper table .day.hovering {
  border-radius: 0;
  background: #E6E8EC !important;
}
body.dark .date-picker-wrapper .month-wrapper table .day.hovering {
  color: #23262F !important;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background: #3B71FE !important;
  color: #FCFCFD !important;
}
body.dark .date-picker-wrapper .month-wrapper table .day.real-today {
  color: #FCFCFD !important;
}
.date-picker-wrapper .month-wrapper table .day.day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.day.real-today.hovering {
  background: #3B71FE;
}
.date-picker-wrapper .month-wrapper table .day.first-date-selected, .date-picker-wrapper .month-wrapper table .day.last-date-selected {
  position: relative;
  border-radius: 50% !important;
  background: #23262F !important;
  color: #FCFCFD !important;
}
body.dark .date-picker-wrapper .month-wrapper table .day.first-date-selected, body.dark .date-picker-wrapper .month-wrapper table .day.last-date-selected {
  background: #FCFCFD !important;
  color: #23262F !important;
}
.date-picker-wrapper .month-wrapper table .day.first-date-selected:before, .date-picker-wrapper .month-wrapper table .day.last-date-selected:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
  background: #E6E8EC;
}
body.dark .date-picker-wrapper .month-wrapper table .day.first-date-selected:before, body.dark .date-picker-wrapper .month-wrapper table .day.last-date-selected:before {
  background: #FCFCFD;
}
.date-picker-wrapper .month-wrapper table .day.first-date-selected:before {
  right: 0;
}
.date-picker-wrapper .month-wrapper table .day.last-date-selected:before {
  left: 0;
}
.date-picker-wrapper .month-name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  color: #23262F;
}
body.dark .date-picker-wrapper .month-name {
  color: #FCFCFD;
}
.date-picker-wrapper .month-element:not(:last-child) {
  margin-right: 5px;
}
.date-picker-wrapper .week-name {
  font-size: 14px;
  color: #777E90;
}
.date-picker-wrapper .week-name th {
  font-weight: 500;
  text-transform: capitalize;
}
.date-picker-wrapper .gap {
  display: none;
}
.date-picker-wrapper table .caption .next:hover, .date-picker-wrapper table .caption .prev:hover {
  background: none;
}
.date-picker-wrapper table .caption .next:hover path, .date-picker-wrapper table .caption .prev:hover path {
  fill: #3B71FE;
}
.date-picker-wrapper .footer {
  display: none;
}

.description {
  padding-bottom: 136px;
  border-bottom: 1px solid #E6E8EC;
}
@media only screen and (max-width: 1179px) {
  .description {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .description {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }
}
body.dark .description {
  border-color: #23262F;
}

.de--center {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .de--center {
    display: block;
  }
}
.de--wrapper {
  flex: 0 0 calc(100% - 448px);
  max-width: calc(100% - 448px);
  padding-right: 48px;
  overflow: hidden;
}
@media only screen and (max-width: 1179px) {
  .de--wrapper {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .de--wrapper {
    max-width: 100%;
    margin-bottom: 48px;
    padding-right: 0;
    overflow: visible;
  }
}
.de--title {
  margin-bottom: 8px;
}
.de--profile {
  display: flex;
  align-items: center;
}
.de--profile span {
  color: #777E90;
}
.de--avatar {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 8px;
}
.de--avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.de--name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.de--parameters {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 40px 0;
  padding-top: 14px;
  border-top: 1px solid #E6E8EC;
}
body.dark .de--parameters {
  border-color: #23262F;
}
.de--parameter {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #777E90;
}
.de--parameter .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: #777E90;
}
.de--parameter:not(:first-child) {
  margin-left: 16px;
}
.de--content {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.5;
}
.de--content p {
  color: #777E90;
}
.de--content p:not(:last-child) {
  margin-bottom: 24px;
}
.de--content h4 {
  margin-bottom: 32px;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
.de--content_hide {
  display: none;
}
.de--full .de--content {
  margin: 0;
}
.de--info {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.de--options {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 48px;
}
@media only screen and (max-width: 767px) {
  .de--options {
    display: block;
    margin-top: 0;
  }
}
.de--options:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 44%;
  bottom: 0;
  width: 1px;
  background: #E6E8EC;
}
body.dark .de--options:before {
  background: #23262F;
}
@media only screen and (max-width: 767px) {
  .de--options:before {
    display: none;
  }
}
.de--option {
  display: flex;
  margin-top: 24px;
  color: #777E90;
}
.de--option .icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  fill: #777E90;
}
.de--option:nth-child(2n+1) {
  flex: 0 0 44%;
  padding-right: 40px;
}
@media only screen and (max-width: 1339px) {
  .de--option:nth-child(2n+1) {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .de--option:nth-child(2n+1) {
    padding: 0;
  }
}
.de--option:nth-child(2n) {
  flex: 0 0 56%;
  padding-left: 80px;
}
@media only screen and (max-width: 1339px) {
  .de--option:nth-child(2n) {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .de--option:nth-child(2n) {
    padding: 0;
  }
}
body.dark .de--button {
  box-shadow: inset 0 0 0 2px #353945;
}
body.dark .de--button:hover {
  background: #353945;
}
.de--list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .de--list {
    display: block;
    margin: 24px 0 0;
  }
}
.de--item {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 40px);
  width: calc(50% - 40px);
  margin: 32px 20px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
@media only screen and (max-width: 1179px) {
  .de--item {
    flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 1023px) {
  .de--item {
    flex: 0 0 calc(50% - 40px);
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .de--item {
    width: 100%;
    margin: 0;
  }
  .de--item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.de--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.de--icon .icon {
  width: 24px;
  height: 24px;
  fill: #23262F;
}
body.dark .de--icon .icon {
  fill: #FCFCFD;
}
.de--section {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #E6E8EC;
}
@media only screen and (max-width: 1179px) {
  .de--section {
    margin-top: 32px;
    padding-top: 32px;
  }
}
body.dark .de--section {
  border-color: #353945;
}
.de--section .de--content {
  margin-bottom: 24px;
}
.de--section .de--title {
  margin-bottom: 32px;
}
.de--inner {
  margin: 0 -16px;
}
@media only screen and (max-width: 767px) {
  .de--inner {
    margin: 0 -8px;
  }
}
.de--slider {
  padding-bottom: 72px;
  visibility: hidden;
}
.de--slider.slick-initialized {
  visibility: visible;
}
.de--slide {
  padding: 32px;
  border-radius: 24px;
}
@media only screen and (max-width: 1179px) {
  .de--slide {
    padding: 24px;
  }
}
body.dark .de--slide {
  color: #23262F;
}
.de--preview {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1023px) {
  .de--preview {
    margin-bottom: 32px;
  }
}
.de--preview .icon {
  width: 32px;
  height: 32px;
}
.de--subtitle {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.de--slide .de--text {
  font-size: 12px;
  line-height: 1.6666666667;
}
.de .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 1179px) {
  .de .slick-list {
    margin-right: -80px;
  }
}
@media only screen and (max-width: 1023px) {
  .de .slick-list {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .de .slick-list {
    margin-right: -160px;
  }
}
.de .slick-track {
  display: flex;
}
.de .slick-slide {
  height: auto;
  margin: 0 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
  .de .slick-slide {
    margin: 0 8px;
  }
}
.de .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.de .slick-arrow {
  bottom: 0;
}
.de .slick-prev {
  left: 16px;
}
.de .slick-next {
  left: 64px;
}

.fq--top {
  max-width: 640px;
  margin: 0 auto 80px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .fq--top {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fq--top {
    margin-bottom: 40px;
  }
}
.fq--stage {
  margin-bottom: 12px;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #777E90;
}
.fq--title {
  margin-bottom: 20px;
}
.fq--info {
  font-size: 16px;
  line-height: 1.5;
  color: #353945;
}
@media only screen and (max-width: 767px) {
  .fq--info {
    margin-bottom: 40px;
  }
}
body.dark .fq--info {
  color: #E6E8EC;
}
.fq--info a {
  font-weight: 500;
  color: #3B71FE;
}
.fq--info a:hover {
  text-decoration: underline;
}
.fq--row {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .fq--row {
    display: block;
  }
}
.fq--col:first-child {
  flex-shrink: 0;
  width: 70%;
  margin: 0 15%;
}
@media only screen and (max-width: 767px) {
  .fq--col:first-child {
    margin: 0;
    width: 100%;
  }
}
.fq--col:nth-child(2) {
  flex-grow: 1;
  padding-left: 225px;
}
@media only screen and (max-width: 1339px) {
  .fq--col:nth-child(2) {
    padding-left: 128px;
  }
}
@media only screen and (max-width: 1179px) {
  .fq--col:nth-child(2) {
    padding-left: 64px;
  }
}
@media only screen and (max-width: 1023px) {
  .fq--col:nth-child(2) {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fq--col:nth-child(2) {
    padding: 0;
  }
}
.fq--nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fq--link {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  cursor: pointer;
  transition: color 0.2s;
}
.fq--link .icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  fill: #777E90;
  transition: fill 0.2s;
}
.fq--link:hover, .fq--link.active {
  color: #23262F;
}
.fq--link:hover .icon, .fq--link.active .icon {
  fill: #23262F;
}
body.dark .fq--link:hover, body.dark .fq--link.active {
  color: #FCFCFD;
}
body.dark .fq--link:hover .icon, body.dark .fq--link.active .icon {
  fill: #FCFCFD;
}
.fq--link:not(:last-child) {
  margin-bottom: 40px;
}
.fq--box {
  display: none;
}
.fq--item {
  border-top: 1px solid #E6E8EC;
}
body.dark .fq--item {
  border-color: #353945;
}
.fq--item.active .fq--head:before {
  transform: translateY(-50%) rotate(180deg);
}
.fq--head {
  position: relative;
  padding: 32px 40px 32px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: color 0.2s;
}
.fq--head:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23777e91'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
  transition: transform 0.2s;
}
.fq--head:hover {
  color: #3B71FE;
}
.fq--body {
  display: none;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
.fq--button {
  margin-top: 24px;
}

.f--label {
  margin-bottom: 12px;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #B1B5C3;
}
.f--wrap {
  position: relative;
}
.f--input, .f--textarea {
  width: 100%;
  border-radius: 12px;
  border: 2px solid #E6E8EC;
  box-shadow: none;
  background: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #23262F;
  transition: border-color 0.2s;
}
body.dark .f--input, body.dark .f--textarea {
  border-color: #353945;
  color: #FCFCFD;
}
.f--input::placeholder, .f--textarea::placeholder {
  color: #777E90;
}
.f--input:focus, .f--textarea:focus {
  border-color: #777E90;
}
body.dark .f--input:focus, body.dark .f--textarea:focus {
  border-color: #777E90;
}
.f--input {
  height: 48px;
  padding: 0 14px;
}
.f--textarea {
  height: 140px;
  padding: 10px 14px;
  resize: none;
}
.f--button {
  position: absolute;
  right: 12px;
  bottom: 8px;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
}
body.dark .f--button {
  box-shadow: inset 0 0 0 2px #353945;
}
.f--map {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  transition: color 0.2s;
}
@media only screen and (max-width: 767px) {
  .f--map {
    bottom: calc(100% + 10px);
    right: 0;
  }
}
body.dark .f--map {
  color: #FCFCFD;
}
.f--map:hover {
  color: #3B71FE;
}
body.dark .f--map:hover {
  color: #3B71FE;
}
.f--view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48px;
}
.f--view .icon {
  width: 24px;
  height: 24px;
  fill: #B1B5C3;
  transition: fill 0.2s;
}
.f--view:hover .icon {
  fill: #777E90;
}
.f--view.active .icon {
  fill: #141416;
}
body.dark .f--view .icon {
  fill: #777E90;
}
body.dark .f--view:hover .icon {
  fill: #B1B5C3;
}
body.dark .f--view.active .icon {
  fill: #FCFCFD;
}
.f_map .f--input {
  padding-right: 115px;
}
.f_button .f--input {
  padding-right: 150px;
}
.f_textarea {
  font-size: 0;
}
.f_empty .f--input {
  border: none;
  height: 26px;
}
.f_empty .select {
  height: 26px;
  padding: 0 36px 0 14px;
  box-shadow: none;
  background: none;
  line-height: 26px;
}
body.dark .f_empty .select {
  box-shadow: none;
  background: none;
}
.f_empty .select:before {
  right: 12px;
  width: 24px;
  height: 24px;
  box-shadow: none;
}
body.dark .f_empty .select:before {
  box-shadow: none;
}
.f_empty .option {
  padding: 8px 14px;
}
.f_view .f--input {
  padding-right: 48px;
}

.footer {
  border-top: 1px solid #E6E8EC;
}
body.dark .footer {
  border-color: #23262F;
}

.ft--row {
  display: flex;
  padding: 80px 0 48px;
}
@media only screen and (max-width: 767px) {
  .ft--row {
    display: block;
    padding-top: 64px;
  }
}
.ft--col {
  flex-grow: 1;
}
.ft--col:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 256px;
}
@media only screen and (max-width: 767px) {
  .ft--col:first-child {
    flex-direction: row;
    width: 100%;
    margin-bottom: 48px;
  }
}
.ft--col:nth-child(2) {
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  .ft--col:nth-child(2) {
    margin-bottom: 48px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ft--col:nth-child(3) {
    width: 100%;
  }
}
.ft--col .subscription {
  margin-top: 22px;
}
.ft--logo {
  margin: 8px 0 16px;
}
.ft--logo img {
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .ft--logo {
    margin-right: auto;
  }
}
.ft--theme {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
}
.ft--theme .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: #777E90;
}
.ft--theme .theme {
  margin-left: 8px;
}
.ft--menu {
  display: flex;
  /* flex-wrap: wrap */
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .ft--menu {
    margin: -32px -16px 0;
  }
}
.ft--copy {
  margin-top: 22px;
  font-size: 14px;
  color: #777E90;
}
.ft--link {
  /* flex: 0 0 calc(33.333% - 32px) */
  /* width: calc(33.333% - 32px) */
  margin-top: 22px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  transition: color 0.2s;
}
@media only screen and (max-width: 1023px) {
  .ft--link {
    flex: 0 0 calc(50% - 32px);
    width: calc(50% - 32px);
  }
}
.ft--link:hover {
  color: #23262F;
}
body.dark .ft--link:hover {
  color: #E6E8EC;
}
@media only screen and (max-width: 1023px) {
  .ft--link:nth-child(3) {
    order: 5;
  }
}
.ft--head {
  font-size: 16px;
  font-weight: 500;
}
.ft--info {
  margin-bottom: 16px;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}
.ft--bottom {
  padding: 24px 0;
  border-top: 1px solid #F4F5F6;
}
body.dark .ft--bottom {
  border-color: #23262F;
}
.ft--copyright {
  font-size: 12px;
  line-height: 1.6666666667;
}
body.dark .ft--copyright {
  color: #777E90;
}

.guests {
  position: relative;
  width: 135px;
  height: 40px;
  margin-left: 10px;
}
.guests.active {
  overflow: visible;
}
.guests.active .g--head .icon {
  transform: rotate(180deg);
}
.guests.active .g--body {
  visibility: visible;
  opacity: 1;
}
.guests .cr {
  width: 100%;
  height: 39px;
  padding: 1px 12px 0;
}

.g--head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 4px;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #E6E8EC;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  user-select: none;
  transition: all 0.2s;
  cursor: pointer;
}
body.dark .g--head {
  box-shadow: inset 0 0 0 2px #777E90;
}
.g--head .icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  fill: #777E90;
  transition: transform 0.2s;
}

.g--body {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 5;
  border-radius: 24px;
  box-shadow: inset 0 0 0 2px #E6E8EC;
  background: #FCFCFD;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
body.dark .g--body {
  background: #23262F;
  box-shadow: inset 0 0 0 2px #777E90;
}

.header {
  position: relative;
  z-index: 10;
  padding: 24px 0;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 24px 0 14px;
  }
}

.hd--center {
  display: flex;
  align-items: center;
}
.hd--logo {
  margin-right: 40px;
}
@media only screen and (max-width: 1179px) {
  .hd--logo {
    margin-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hd--logo {
    position: relative;
    z-index: 15;
    margin-right: auto;
  }
}
.hd--logo img {
  width: 106px;
}
.hd--wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 40px;
  border-left: 1px solid #E6E8EC;
}
@media only screen and (max-width: 1179px) {
  .hd--wrapper {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .hd--wrapper {
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .hd--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    flex-direction: column;
    align-items: stretch;
    height: calc(var(--vh, 1vh) * 100);
    padding: 132px 32px 48px;
    background: #FCFCFD;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  body.dark .hd--wrapper {
    background: #141416;
  }
  .hd--wrapper.visible {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
body.dark .hd--wrapper {
  border-color: #23262F;
}
.hd--item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .hd--item {
    position: static;
  }
}
@media only screen and (max-width: 1023px) {
  .hd--item_dropdown {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hd--item_dropdown {
    margin: 0;
  }
}
.hd--item_language {
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .hd--item_language {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hd--item_language {
    display: none;
  }
}
.hd--head {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hd--item_dropdown .hd--head, .hd--item_language .hd--head {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  transition: color 0.2s;
}
@media only screen and (max-width: 767px) {
  .hd--item_dropdown .hd--head, .hd--item_language .hd--head {
    display: none;
  }
}
.hd--item_dropdown .hd--head .icon, .hd--item_language .hd--head .icon {
  fill: #777E90;
  transition: all 0.2s;
}
.hd--item_dropdown .hd--head:hover, .hd--item_language .hd--head:hover {
  color: #23262F;
}
.hd--item_dropdown .hd--head:hover .icon, .hd--item_language .hd--head:hover .icon {
  fill: #23262F;
}
body.dark .hd--item_dropdown .hd--head:hover, body.dark .hd--item_language .hd--head:hover {
  color: #E6E8EC;
}
body.dark .hd--item_dropdown .hd--head:hover .icon, body.dark .hd--item_language .hd--head:hover .icon {
  fill: #E6E8EC;
}
.hd--item_dropdown .hd--head .icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.hd--item_dropdown.active .hd--head {
  color: #23262F;
}
.hd--item_dropdown.active .hd--head .icon {
  transform: rotate(180deg);
  fill: #23262F;
}
body.dark .hd--item_dropdown.active .hd--head {
  color: #E6E8EC;
}
body.dark .hd--item_dropdown.active .hd--head .icon {
  fill: #E6E8EC;
}
.hd--item_language .hd--head {
  height: 24px;
}
.hd--item_language .hd--head .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.hd--item_language.active .hd--head {
  color: #23262F;
}
.hd--item_language.active .hd--head .icon {
  fill: #23262F;
}
body.dark .hd--item_language.active .hd--head {
  color: #E6E8EC;
}
body.dark .hd--item_language.active .hd--head .icon {
  fill: #E6E8EC;
}
.hd--item_notification .hd--head {
  position: relative;
}
.hd--item_notification .hd--head .icon {
  width: 24px;
  height: 24px;
  fill: #777E90;
  transition: fill 0.2s;
}
.hd--item_notification .hd--head:hover .icon {
  fill: #23262F;
}
body.dark .hd--item_notification .hd--head:hover .icon {
  fill: #E6E8EC;
}
.hd--item_notification .hd--head.active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #58C27D;
}
.hd--item_notification.active .hd--head svg {
  fill: #23262F;
}
body.dark .hd--item_notification.active .hd--head svg {
  fill: #E6E8EC;
}
.hd--item_user .hd--head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hd--item_notification .hd--head, .hd--item_user .hd--head {
  width: 40px;
  height: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hd--body {
  position: absolute;
  background: #FCFCFD;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s;
}
.hd--item.active .hd--body {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.hd--item_dropdown .hd--body, .hd--item_language .hd--body, .hd--item_user .hd--body {
  position: absolute;
  width: 292px;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0px 40px 32px -8px rgba(15, 15, 15, 0.12);
}
.hd--item_dropdown .hd--body, .hd--item_language .hd--body {
  top: calc(100% + 41px);
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .hd--item_dropdown .hd--body {
    position: static;
    width: auto;
    margin: 0 -32px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
}
body.dark .hd--item_dropdown .hd--body {
  background: #141416;
  box-shadow: 0px 10px 32px #23262F;
}
@media only screen and (max-width: 767px) {
  body.dark .hd--item_dropdown .hd--body {
    box-shadow: none;
    background: none;
  }
}
body.dark .hd--item_language .hd--body {
  background: linear-gradient(92.98deg, #23262F 3.54%, rgba(35, 38, 47, 0.7) 93.38%);
}
.hd--item_notification .hd--body {
  position: absolute;
  top: calc(100% + 32px);
  right: -136px;
  width: 354px;
  padding: 40px 32px 32px;
  border-radius: 24px;
  box-shadow: 0px 16px 64px -24px rgba(31, 47, 70, 0.4);
}
@media only screen and (max-width: 1419px) {
  .hd--item_notification .hd--body {
    right: -126px;
  }
}
@media only screen and (max-width: 1339px) {
  .hd--item_notification .hd--body {
    right: -96px;
  }
}
@media only screen and (max-width: 767px) {
  .hd--item_notification .hd--body {
    top: 100%;
    left: 16px;
    right: 16px;
    width: auto;
    padding: 32px 24px;
  }
}
body.dark .hd--item_notification .hd--body {
  background: linear-gradient(92.98deg, #23262F 3.54%, rgba(35, 38, 47, 0.7) 93.38%);
}
@media only screen and (max-width: 767px) {
  body.dark .hd--item_notification .hd--body {
    background: linear-gradient(92.98deg, #23262F 3.54%, rgba(35, 38, 47, 0.9) 93.38%);
  }
}
.hd--item_user .hd--body {
  top: calc(100% + 32px);
  right: -72px;
}
@media only screen and (max-width: 1419px) {
  .hd--item_user .hd--body {
    right: -62px;
  }
}
@media only screen and (max-width: 1339px) {
  .hd--item_user .hd--body {
    right: -32px;
  }
}
@media only screen and (max-width: 767px) {
  .hd--item_user .hd--body {
    top: 100%;
    left: 16px;
    right: 16px;
    width: auto;
  }
}
body.dark .hd--item_user .hd--body {
  background: #141416;
  box-shadow: 0px 10px 32px #23262F;
}
.hd--item[href] {
  margin-left: auto;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  transition: color 0.2s;
}
@media only screen and (max-width: 1023px) {
  .hd--item[href] {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hd--item[href] {
    display: flex;
    align-items: center;
    margin: 0 -32px;
    padding: 0 32px;
    height: 64px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
}
.hd--item[href]:hover, .hd--item[href].active {
  color: #23262F;
}
@media only screen and (max-width: 767px) {
  .hd--item[href]:hover, .hd--item[href].active {
    background: none;
    box-shadow: inset 2px 0 0 #3B71FE;
  }
}
body.dark .hd--item[href]:hover, body.dark .hd--item[href].active {
  color: #E6E8EC;
}
@media only screen and (max-width: 767px) {
  body.dark .hd--item[href]:hover, body.dark .hd--item[href].active {
    background: none;
    color: #E6E8EC;
  }
}
.hd--link {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 20px;
  border-radius: 24px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  transition: all 0.2s;
}
.hd--link .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: #777E90;
  transition: fill 0.2s;
}
.hd--link:hover {
  color: #23262F;
}
.hd--link:hover .icon {
  fill: #23262F;
}
body.dark .hd--link:hover {
  color: #E6E8EC;
}
body.dark .hd--link:hover .icon {
  fill: #E6E8EC;
}
.hd--link.active {
  background: #23262F;
  color: #E6E8EC;
}
body.dark .hd--link.active {
  background: #FCFCFD;
  color: #353945;
}
.hd--link.active .icon {
  fill: #E6E8EC;
}
body.dark .hd--link.active .icon {
  fill: #353945;
}
@media only screen and (max-width: 767px) {
  .hd--item_dropdown .hd--link {
    height: 64px;
    padding: 0 32px;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .hd--item_dropdown .hd--link .icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hd--item_dropdown .hd--link.active {
    background: none;
    box-shadow: inset 2px 0 0 #3B71FE;
    color: #23262F;
  }
}
@media only screen and (max-width: 767px) {
  body.dark .hd--item_dropdown .hd--link.active {
    background: none;
    color: #E6E8EC;
  }
}
.hd--list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -2px 0;
}
.hd--box {
  flex: 0 0 calc(50% - 4px);
  width: calc(50% - 4px);
  margin: 4px 2px 0;
  padding: 12px 20px;
  border-radius: 8px;
  transition: background 0.2s;
}
.hd--box:hover, .hd--box.active {
  background: #F4F5F6;
}
body.dark .hd--box:hover, body.dark .hd--box.active {
  background: #141416;
}
.hd--box.active .hd--category {
  color: #23262F;
}
body.dark .hd--box.active .hd--category {
  color: #E6E8EC;
}
.hd--category {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  transition: color 0.2s;
}
body.dark .hd--category {
  color: #E6E8EC;
}
.hd--country {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #B1B5C3;
}
.hd--title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.hd--notifications {
  margin: 0 -16px;
}
.hd--notification {
  position: relative;
  display: flex;
  padding: 16px 40px 16px 16px;
  border-radius: 16px;
  transition: background 0.2s;
}
.hd--notification:hover {
  background: #F4F5F6;
}
body.dark .hd--notification:hover {
  background: #23262F;
}
.hd--avatar {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .hd--avatar {
    margin-right: 16px;
  }
}
.hd--avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hd--details {
  flex-grow: 1;
}
.hd--subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #141416;
}
body.dark .hd--subtitle {
  color: #FCFCFD;
}
.hd--content {
  color: #353945;
}
body.dark .hd--content {
  color: #E6E8EC;
}
.hd--date {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.hd--status {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.hd--group {
  margin-bottom: 16px;
}
.hd--menu:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E8EC;
}
body.dark .hd--menu:not(:last-child) {
  border-color: #353945;
}
.hd--btns {
  display: flex;
  margin: 0 -4px;
}
.hd--btns .hd--button {
  flex: 0 0 calc(50% - 8px);
  width: calc(50% - 8px);
  margin: 0 4px;
}
.hd--wrapper > .hd--button {
  margin-left: 40px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .hd--wrapper > .hd--button {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .hd--wrapper > .hd--button {
    width: 100%;
    height: 48px;
    margin: auto 0 0;
  }
}
.hd--wrapper > .hd--button.active {
  background: #23262F;
  box-shadow: inset 0 0 0 2px #23262F;
  color: #FCFCFD;
}
.hd--item_notification, .hd--item_user, .hd--login {
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .hd--item_notification, .hd--item_user, .hd--login {
    margin-left: 20px;
  }
}
.hd--login {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #58C27D;
  transition: background 0.2s;
}
.hd--login .icon {
  width: 24px;
  height: 24px;
  fill: #FCFCFD;
}
.hd--login:hover {
  background: rgb(64.5315789474, 176.6684210526, 103.6736842105);
}
.hd--burger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hd--burger {
    display: block;
    position: relative;
    z-index: 15;
    margin-left: 20px;
    width: 32px;
    height: 32px;
    background: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hd--burger.active:before {
    transform: translateY(0) rotate(-45deg);
  }
  .hd--burger.active:after {
    transform: translateY(0) rotate(45deg);
  }
  .hd--burger:before, .hd--burger:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 6px;
    width: 20px;
    height: 2px;
    background: #777E90;
    border-radius: 2px;
    transition: transform 0.2s;
  }
  .hd--burger:before {
    transform: translateY(-4px);
  }
  .hd--burger:after {
    transform: translateY(3px);
  }
}
.hd_border {
  box-shadow: inset 0 -1px 0 0 #E6E8EC;
}
body.dark .hd_border {
  box-shadow: inset 0 -1px 0 0 #23262F;
}
.hd_wide .hd--center {
  max-width: 100%;
}
.hd.authorization .hd--item_user {
  display: none;
}
.hd.authorization .hd--login {
  display: flex;
}

.lv--head {
  margin-bottom: 64px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lv--head {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .lv--wrapper {
    margin: 0 -4px;
  }
}
.lv--slider {
  display: flex;
  flex-wrap: wrap;
  margin: -48px -16px 0;
}
@media only screen and (max-width: 767px) {
  .lv--slider {
    display: block;
    visibility: hidden;
    margin: 0;
    padding-bottom: 64px;
  }
  .lv--slider.slick-initialized {
    visibility: visible;
  }
}
.lv--item {
  flex: 0 0 calc(33.333% - 32px);
  width: calc(33.333% - 32px);
  margin: 48px 16px 0;
  text-align: center;
  color: #23262F;
  transition: color 0.2s;
}
@media only screen and (max-width: 1023px) {
  .lv--item {
    flex: 0 0 calc(50% - 32px);
    width: calc(50% - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .lv--item {
    width: auto;
    margin: 0 4px;
  }
}
.lv--item:hover {
  color: #3B71FE;
}
.lv--item:hover .lv--preview img {
  transform: scale(1.05);
}
body.dark .lv--item {
  color: #FCFCFD;
}
body.dark .lv--item:hover {
  color: #3B71FE;
}
.lv--item:nth-child(n+4) {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .lv--item:nth-child(n+4) {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .lv--item:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .lv--item:nth-child(n+5) {
    display: block;
  }
}
.lv--preview {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 16px;
}
.lv--preview img {
  width: 100%;
  transition: transform 1s;
}
.lv--subtitle {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.lv--content {
  color: #777E90;
}
.lv--btns {
  margin-top: 64px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .lv--btns {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lv--btns {
    display: none;
  }
}
.lv--button .loader {
  margin: 0 16px 0 5px;
  transform: scale(0.8);
}
.lv .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .lv .slick-slide {
    margin: 0 4px;
  }
}
.lv .slick-arrow {
  bottom: 0;
}
.lv .slick-prev {
  left: calc(50% - 44px);
}
.lv .slick-next {
  right: calc(50% - 44px);
}

.book--main .location {
  height: 74px;
}

.location {
  position: relative;
  z-index: 3;
  height: 94px;
  overflow: hidden;
  width: 100%;
}
.location.active {
  overflow: visible;
  z-index: 5;
}
.location.active .l--input {
  padding-right: 64px;
}
@media only screen and (max-width: 1023px) {
  .location.active .l--input {
    padding-right: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .location.active .l--input {
    padding-right: 40px;
  }
}
.location.active .l--clear {
  visibility: visible;
  opacity: 1;
}
.location.active .l--body {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .location {
    height: 64px;
  }
  .location .l--head {
    width: 510px;
    box-shadow: 0px 32px 32px 0 rgba(15, 15, 15, 0.08);
    background: #FCFCFD;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1179px) {
  .location .l--head {
    width: 420px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .location .l--head {
    width: 100%;
    box-shadow: none;
    background: none;
  }
}
@media only screen and (max-width: 1023px) {
  body.dark .location .l--head {
    background: #141416;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  body.dark .location .l--head {
    background: none;
  }
}

.l--head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  user-select: none;
  transition: box-shadow 0.2s, background 0.2s;
}
.l--input {
  width: 100%;
  height: 100%;
  padding: 0 16px 24px 51px;
  border-radius: 16px;
  background: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #23262F;
  cursor: pointer;
}
@media only screen and (max-width: 1179px) {
  .l--input {
    padding-left: 48px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .l--input {
    padding: 0 24px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .l--input {
    padding: 0 0 16px 32px;
  }
}
.l--input::placeholder {
  color: #23262F;
}
body.dark .l--input {
  color: #FCFCFD;
}
body.dark .l--input::placeholder {
  color: #FCFCFD;
}
.l--icon {
  position: absolute;
  top: 20px;
  left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  pointer-events: none;
}
@media only screen and (max-width: 1179px) {
  .l--icon {
    left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .l--icon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l--icon {
    top: 8px;
    left: 0;
    display: flex;
    width: 24px;
  }
}
.l--icon .icon {
  width: 24px;
  height: 24px;
  fill: #B1B5C3;
}
@media only screen and (max-width: 1179px) {
  .l--icon .icon {
    width: 20px;
    height: 20px;
  }
}
.l--description {
  position: absolute;
  left: 51px;
  bottom: 20px;
  pointer-events: none;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
@media only screen and (max-width: 1179px) {
  .l--description {
    left: 48px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .l--description {
    bottom: 4px;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l--description {
    left: 32px;
  }
}
.l--clear {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .l--clear {
    right: 8px;
    top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .l--clear {
    right: 0;
  }
}
.l--clear .icon {
  width: 24px;
  height: 24px;
  fill: #B1B5C3;
  transition: fill 0.2s;
}
.l--clear:hover .icon {
  fill: #3B71FE;
}
.l--body {
  position: absolute;
  left: 0;
  bottom: calc(100% + 16px);
  width: 510px;
  padding: 8px;
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
  border-radius: 24px;
  background: #FCFCFD;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
@media only screen and (max-width: 1179px) {
  .l--body {
    width: 420px;
  }
}
@media only screen and (max-width: 1023px) {
  .l--body {
    left: -16px;
    box-shadow: 0px 16px 32px rgba(15, 15, 15, 0.12);
  }
}
@media only screen and (max-width: 767px) {
  .l--body {
    bottom: 100%;
    right: -16px;
    width: auto;
    padding: 8px;
  }
}
body.dark .l--body {
  background: #141416;
}
.l--list {
  max-height: 280px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.l--list::-webkit-scrollbar {
  display: none;
}
.l--list em {
  background-color: #ffee85;
  color: inherit;
}
.l--item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px 0 48px;
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #777E90;
  transition: all 0.2s;
}
@media only screen and (max-width: 1179px) {
  .l--item {
    min-height: 48px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .l--item {
    display: block;
    min-height: auto;
    padding: 8px;
  }
}
.l--item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  border: 1px solid #E6E8EC;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23353945' d='m3.64 14.26 2.86.95 4.02-4.02-8-4.59 1.16-1.16c.1-.1.26-.14.41-.1l9.3 2.98c1.58-1.58 3.15-3.2 4.77-4.75.31-.33.7-.58 1.16-.73.45-.16.87-.27 1.25-.34.55-.05.98.4.93.93-.07.38-.18.8-.34 1.25-.15.46-.4.85-.73 1.16l-4.75 4.78 2.97 9.29c.05.15 0 .29-.1.41l-1.17 1.16-4.57-8.02L8.8 17.5l.95 2.84L8.6 21.5l-2.48-3.62L2.5 15.4l1.14-1.14z'/%3E%3C/svg%3E");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .l--item:before {
    display: none;
  }
}
body.dark .l--item:before {
  border-color: #353945;
  background-color: #23262F;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23ffffff' d='m3.64 14.26 2.86.95 4.02-4.02-8-4.59 1.16-1.16c.1-.1.26-.14.41-.1l9.3 2.98c1.58-1.58 3.15-3.2 4.77-4.75.31-.33.7-.58 1.16-.73.45-.16.87-.27 1.25-.34.55-.05.98.4.93.93-.07.38-.18.8-.34 1.25-.15.46-.4.85-.73 1.16l-4.75 4.78 2.97 9.29c.05.15 0 .29-.1.41l-1.17 1.16-4.57-8.02L8.8 17.5l.95 2.84L8.6 21.5l-2.48-3.62L2.5 15.4l1.14-1.14z'/%3E%3C/svg%3E");
}
.l--item:hover {
  background: #F4F5F6;
  color: #23262F;
}
body.dark .l--item:hover {
  background: #23262F;
  color: #F4F5F6;
}
body.dark .l--item:hover:before {
  background-color: #353945;
}
.l_small {
  height: 72px;
}
@media only screen and (max-width: 1023px) {
  .l_small {
    height: 64px;
  }
}
.l_small .l--input {
  padding: 0 24px 0 64px;
}
@media only screen and (max-width: 1179px) {
  .l_small .l--input {
    padding: 0 24px 0 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .l_small .l--input {
    padding: 0 24px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .l_small .l--input {
    padding: 0 0 0 32px;
  }
}
.l_small .l--clear {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l_small .l--icon {
    top: 50%;
    transform: translateY(-50%);
  }
}
.l_small.active .l--input {
  padding: 0 64px;
}
@media only screen and (max-width: 1179px) {
  .l_small.active .l--input {
    padding: 0 64px 0 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .l_small.active .l--input {
    padding: 0 48px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .l_small.active .l--input {
    padding: 0 40px 0 32px;
  }
}
.l_down .l--body {
  top: calc(100% + 16px);
  bottom: auto;
}
@media only screen and (max-width: 767px) {
  .l_down .l--body {
    top: 100%;
    bottom: auto;
  }
}

.l--city {
  color: #353945;
  margin-right: 2px;
  font-weight: bold;
}

.l--airport {
  font-size: 14px;
}

.l--country {
  display: block;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .main {
    margin-bottom: 64px;
  }
}

.m--center {
  max-width: 1440px;
}
@media only screen and (max-width: 1419px) {
  .m--center {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .m--center {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .m--center {
    padding: 0 8px;
  }
}
.m--preview {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.m--preview:before {
  content: "";
  display: block;
}
.m--preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .m--preview img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 1023px) {
  .m--preview img {
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .m--preview img {
    position: static;
    border-radius: 16px 16px 0 0;
    object-position: 50% 100%;
  }
}
.m--button.button {
  background: linear-gradient(60deg, #ffd120, #ffab11);
  color: #051834;
  font-size: 1.1rem;
  transition: 0.2s;
  border-radius: 24px;
  padding: 0 4px 0 24px;
}
.m--button.button:hover {
  transform: scale(1.05);
}
.m--button.button em {
  margin: 0 2px 0 4px;
  font-size: 1.25rem;
  font-style: inherit;
  font-family: "Poppins", sans-serif;
}
.m--button.button span {
  font-size: 0.75rem;
  margin: 0 3px 0 10px;
  color: #ffffff;
  background: rgba(117, 87, 19, 0.38);
  border-radius: 24px;
  padding: 8px;
  box-shadow: -2px 2px 8px rgba(117, 87, 19, 0.38) inset;
}
.m--bg {
  height: 254px;
}
@media only screen and (max-width: 767px) {
  .m--bg {
    height: 200px;
  }
}
.m--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m--wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 145px 80px;
}
@media only screen and (max-width: 1179px) {
  .m--wrap {
    padding: 98px 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .m--wrap {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .m--wrap {
    padding: 80px 16px;
    text-align: center;
  }
}
.m--title {
  margin-bottom: 16px;
}
body.dark .m--title {
  color: #23262F;
}
.m--info {
  margin-top: 0;
  margin-bottom: 24px;
  color: #23262F;
}
@media only screen and (max-width: 1179px) {
  .m--info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1179px) {
  .m--stays, .m--flights, .m--tasks {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .m--stays, .m--flights, .m--tasks {
    margin-bottom: 64px;
  }
}
.m--stays .m--preview:before, .m--flights .m--preview:before, .m--tasks .m--preview:before, .m--cars .m--preview:before {
  padding-bottom: 60.63%;
}
@media only screen and (max-width: 1179px) {
  .m--stays .m--preview:before, .m--flights .m--preview:before, .m--tasks .m--preview:before, .m--cars .m--preview:before {
    padding-bottom: 64%;
  }
}
@media only screen and (max-width: 767px) {
  .m--stays .m--preview:before, .m--flights .m--preview:before, .m--tasks .m--preview:before, .m--cars .m--preview:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .m--stays .m--preview img {
    height: 780px;
  }
}
@media only screen and (max-width: 767px) {
  .m--flights .m--preview img, .m--cars .m--preview img {
    height: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .m--tasks .m--preview img {
    height: 550px;
    object-position: 50% 35%;
  }
}
.m--tasks-category .m--preview:before {
  padding-bottom: 46%;
}
@media only screen and (max-width: 767px) {
  .m--tasks-category .m--preview:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .m--tasks-category .m--preview img {
    height: 450px;
    object-position: 50% 100%;
  }
}
.m--stays .m--title, .m--flights .m--title {
  max-width: 430px;
  /* max-width: 450px */
}
@media only screen and (max-width: 767px) {
  .m--tasks .m--title, .m--tasks-category .m--title, .m--cars .m--title {
    font-size: 48px;
  }
}
.m--stays-category .m--preview:before {
  padding-bottom: 46%;
}
@media only screen and (max-width: 767px) {
  .m--stays-category .m--preview:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .m--stays-category .m--preview img {
    height: 500px;
  }
}
.m--stays-category .m--wrap, .m--tasks .m--wrap, .m--cars .m--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 80px 184px;
  text-align: center;
}
@media only screen and (max-width: 1179px) {
  .m--stays-category .m--wrap, .m--tasks .m--wrap, .m--cars .m--wrap {
    padding: 80px 80px 160px;
  }
}
@media only screen and (max-width: 1023px) {
  .m--stays-category .m--wrap, .m--tasks .m--wrap, .m--cars .m--wrap {
    padding: 50px 64px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .m--stays-category .m--wrap, .m--tasks .m--wrap, .m--cars .m--wrap {
    padding: 24px 16px 72px;
  }
}
@media only screen and (max-width: 767px) {
  .m--cars .m--wrap {
    display: block;
    padding-top: 108px;
  }
}
.m--tasks-category .m--wrap {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m--flights .m--info {
    font-size: 24px;
  }
}
.m--flights-category .m--center {
  max-width: 1440px;
}
@media only screen and (max-width: 1419px) {
  .m--flights-category .m--center {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .m--flights-category .m--center {
    padding: 0 8px;
  }
}

.nav {
  display: flex;
}

.n--link {
  display: flex;
  padding: 6px 12px;
  border-radius: 14px;
  background: none;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  transition: all 0.2s;
}
.n--link .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  fill: #777E90;
  transition: fill 0.2s;
}
.n--link:hover {
  color: #353945;
}
.n--link:hover .icon {
  fill: #353945;
}
body.dark .n--link:hover {
  color: #E6E8EC;
}
body.dark .n--link:hover .icon {
  fill: #E6E8EC;
}
.n--link.active {
  background: #353945;
  color: #FCFCFD;
}
.n--link.active .icon {
  fill: #FCFCFD;
}
body.dark .n--link.active {
  background: #E6E8EC;
  color: #23262F;
}
body.dark .n--link.active .icon {
  fill: #23262F;
}
.n--link:not(:last-child) {
  margin-right: 8px;
}

.nl--center {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nl--center {
    display: block;
  }
}
.nl--wrap {
  max-width: 352px;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .nl--wrap {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
.nl--title {
  margin-bottom: 16px;
}
.nl--info {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
.nl--list {
  margin-bottom: 40px;
}
.nl--item {
  display: flex;
}
.nl--item:not(:last-child) {
  margin-bottom: 16px;
}
.nl--number {
  flex-shrink: 0;
  width: 44px;
  /* margin-right: 16px */
  border-radius: 12px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  color: #FCFCFD;
}
.nl--text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.nl--gallery {
  position: relative;
  width: 544px;
}
@media only screen and (max-width: 1179px) {
  .nl--gallery {
    width: 450px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 1023px) {
  .nl--gallery {
    width: 400px;
    margin-right: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .nl--gallery {
    width: 100%;
    margin: 0;
  }
}
.nl--preview:nth-child(2) {
  top: 25%;
  left: -17.5%;
  width: 53%;
}
.nl--preview:nth-child(3) {
  right: 17%;
  bottom: 21.5%;
  width: 47%;
}
.nl--preview:nth-child(4) {
  top: 12%;
  right: 19.5%;
  width: 14.7%;
}
.nl--preview:not(:first-child) {
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0px 20px 32px rgba(15, 15, 15, 0.1));
}
.nl--preview img {
  width: 100%;
}

.panel {
  position: relative;
  z-index: 20;
  padding: 40px;
}
@media only screen and (max-width: 1179px) {
  .panel {
    padding: 32px 32px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .panel {
    padding: 32px 20px 24px;
  }
}

.p--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0px 40px 64px -32px rgba(15, 15, 15, 0.1);
}
@media only screen and (max-width: 767px) {
  .p--background {
    border-radius: 20px;
    box-shadow: 0px 16px 32px rgba(15, 15, 15, 0.1);
  }
}
.p--background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(83.59deg, #FCFCFD 36.52%, rgba(252, 252, 253, 0.83) 98.8%);
  border: 1px solid #FCFCFD;
  backdrop-filter: blur(32px);
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .p--background:before {
    border-radius: 20px;
  }
}
body.dark .p--background:before {
  background: linear-gradient(92.98deg, #23262F 3.54%, rgba(35, 38, 47, 0.7) 93.38%);
  border-color: #353945;
}
.p--nav {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 24px;
  box-shadow: inset 0 -1px 0 0 #E6E8EC;
}
@media only screen and (max-width: 767px) {
  .p--nav {
    margin: 0 -20px 16px;
    padding: 0 20px;
  }
}
body.dark .p--nav {
  box-shadow: inset 0 -1px 0 0 rgba(119, 126, 144, 0.3);
}
.p--link {
  padding-bottom: 30px;
  border-bottom: 1px solid transparent;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  transition: all 0.2s;
}
@media only screen and (max-width: 1179px) {
  .p--link {
    padding-bottom: 24px;
  }
}
.p--link:hover {
  color: #23262F;
}
.p--link.active {
  border-color: #23262F;
  color: #23262F;
}
body.dark .p--link {
  color: #B1B5C3;
}
body.dark .p--link:hover {
  color: #FCFCFD;
}
body.dark .p--link.active {
  border-color: #FCFCFD;
  color: #FCFCFD;
}
.p--link:not(:last-child) {
  margin-right: 48px;
}
@media only screen and (max-width: 767px) {
  .p--link:not(:last-child) {
    margin-right: auto;
  }
}
.p--body {
  position: relative;
  z-index: 3;
}
.p--row {
  display: flex;
}
@media only screen and (max-width: 1339px) {
  .p--row {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--row {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p--row {
    display: block;
  }
}
.p--search {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
  background: #3B71FE;
  border-radius: 50%;
  transition: background 0.2s;
}
@media only screen and (max-width: 1339px) {
  .p--search {
    right: 0;
  }
}
@media only screen and (max-width: 1179px) {
  .p--search {
    width: 56px;
    height: 56px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--search {
    top: auto;
    bottom: 2px;
    transform: translateY(0);
  }
}
.p--search .icon {
  width: 24px;
  height: 24px;
  fill: #FCFCFD;
}
.p--search span {
  display: none;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #FCFCFD;
}
.p--search:hover {
  background: rgb(33.6294416244, 94.6192893401, 253.8705583756);
}
.p--controls {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 16px;
  padding-top: 8px;
}
@media only screen and (max-width: 767px) {
  .p--controls {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p--controls .p--button {
    margin-bottom: 12px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p--controls .p--button:not(:last-child) {
    margin-right: 8px;
  }
}
.p--controls .p--button.active {
  box-shadow: inset 0 0 0 2px #23262F;
  background: #23262F;
  color: #FCFCFD;
}
body.dark .p--controls .p--button.active {
  box-shadow: inset 0 0 0 2px #E6E8EC;
  background: #E6E8EC;
  color: #23262F;
}
.p--stays, .p--flights, .p--tasks, .p--cars {
  margin: -175px 80px 0;
}
@media only screen and (max-width: 1419px) {
  .p--stays, .p--flights, .p--tasks, .p--cars {
    margin: -175px 40px 0;
  }
}
@media only screen and (max-width: 1179px) {
  .p--stays, .p--flights, .p--tasks, .p--cars {
    margin-top: -148px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--stays, .p--flights, .p--tasks, .p--cars {
    margin: -110px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p--stays, .p--flights, .p--tasks, .p--cars {
    margin: -110px 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p--stays {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 767px) {
  .p--flights {
    margin-top: -210px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--flights .date-picker-wrapper, .p--flights-category .date-picker-wrapper, .p--cars .date-picker-wrapper, .p--cars-category .date-picker-wrapper {
    left: 20% !important;
  }
}
@media only screen and (max-width: 767px) {
  .p--flights .date-picker-wrapper, .p--flights-category .date-picker-wrapper, .p--cars .date-picker-wrapper, .p--cars-category .date-picker-wrapper {
    left: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .p--cars {
    margin-top: -245px;
  }
}
.p--stays-category {
  margin: -90px 80px 0;
}
@media only screen and (max-width: 1419px) {
  .p--stays-category {
    margin: -90px 40px 0;
  }
}
@media only screen and (max-width: 1179px) {
  .p--stays-category {
    margin-top: -64px;
    padding: 24px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--stays-category {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p--stays-category {
    margin: -100px 8px 0;
  }
}
.p--flights-category, .p--cars-category {
  margin: -175px 0 0;
}
@media only screen and (max-width: 1179px) {
  .p--flights-category, .p--cars-category {
    margin-top: -140px;
  }
}
.p--tasks-category {
  margin: -77px 80px 0;
}
@media only screen and (max-width: 1419px) {
  .p--tasks-category {
    margin: -77px 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p--tasks-category {
    margin: -100px 8px 0;
  }
}
.p--stays .p--row > div:first-child, .p--stays-category .p--row > div:first-child {
  flex: 0 0 300px;
}
@media only screen and (max-width: 1419px) {
  .p--stays .p--row > div:first-child, .p--stays-category .p--row > div:first-child {
    flex: 0 0 270px;
  }
}
@media only screen and (max-width: 1179px) {
  .p--stays .p--row > div:first-child, .p--stays-category .p--row > div:first-child {
    flex: 0 0 250px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--stays .p--row > div:first-child, .p--stays-category .p--row > div:first-child {
    flex: 0 0 220px;
  }
}
.p--stays .p--row > div:nth-child(2), .p--stays-category .p--row > div:nth-child(2) {
  flex-grow: 1;
}
.p--stays .p--row > div:nth-child(3), .p--stays-category .p--row > div:nth-child(3) {
  flex: 0 0 296px;
}
@media only screen and (max-width: 1179px) {
  .p--stays .p--row > div:nth-child(3), .p--stays-category .p--row > div:nth-child(3) {
    flex: 0 0 240px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--stays .p--row > div:nth-child(3), .p--stays-category .p--row > div:nth-child(3) {
    flex: 0 0 170px;
  }
}
.p--flights .p--row {
  padding-right: 100px;
}
@media only screen and (max-width: 1339px) {
  .p--flights .p--row {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--flights .p--row {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p--flights .p--row {
    padding-right: 0;
  }
}
.p--flights .p--row > div:first-child, .p--flights .p--row > div:nth-child(2) {
  flex: 0 0 248px;
}
@media only screen and (max-width: 1339px) {
  .p--flights .p--row > div:first-child, .p--flights .p--row > div:nth-child(2) {
    flex: 0 0 225px;
  }
}
@media only screen and (max-width: 1179px) {
  .p--flights .p--row > div:first-child, .p--flights .p--row > div:nth-child(2) {
    flex: 0 0 200px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--flights .p--row > div:first-child, .p--flights .p--row > div:nth-child(2) {
    flex: 0 0 170px;
  }
}
@media only screen and (max-width: 767px) {
  .p--flights .p--row > div:first-child, .p--flights .p--row > div:nth-child(2) {
    flex: 0 0 50%;
  }
}
.p--flights .p--row > div:nth-child(3) {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .p--tasks-category .p--row {
    margin: -12px 0 -8px;
  }
}
.p--tasks .p--row > div:first-child, .p--tasks-category .p--row > div:first-child {
  flex-grow: 1;
}
.p--tasks .p--row > div:nth-child(2), .p--tasks-category .p--row > div:nth-child(2) {
  flex: 0 0 300px;
}
@media only screen and (max-width: 1339px) {
  .p--tasks .p--row > div:nth-child(2), .p--tasks-category .p--row > div:nth-child(2) {
    flex: 0 0 280px;
  }
}
@media only screen and (max-width: 1179px) {
  .p--tasks .p--row > div:nth-child(2), .p--tasks-category .p--row > div:nth-child(2) {
    flex: 0 0 250px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--tasks .p--row > div:nth-child(2), .p--tasks-category .p--row > div:nth-child(2) {
    flex: 0 0 180px;
  }
}
.p--tasks .p--row > div:nth-child(3), .p--tasks-category .p--row > div:nth-child(3) {
  flex: 0 0 296px;
}
@media only screen and (max-width: 1023px) {
  .p--tasks .p--row > div:nth-child(3), .p--tasks-category .p--row > div:nth-child(3) {
    flex: 0 0 210px;
  }
}
@media only screen and (max-width: 767px) {
  .p--flights .p--controls .p--button, .p--flights-category .p--controls .p--button {
    padding: 0 12px;
    font-size: 13px;
  }
}
.p--cars-category .p--controls {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .p--cars .p--controls .p--button, .p--cars-category .p--controls .p--button {
    width: 100%;
  }
}
.p--flights-category .p--row {
  padding-right: 80px;
}
@media only screen and (max-width: 1023px) {
  .p--flights-category .p--row {
    padding-right: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .p--flights-category .p--row {
    padding: 0;
  }
}
.p--flights-category .p--row > div:first-child, .p--flights-category .p--row > div:nth-child(2) {
  flex: 0 0 280px;
}
@media only screen and (max-width: 1339px) {
  .p--flights-category .p--row > div:first-child, .p--flights-category .p--row > div:nth-child(2) {
    flex: 0 0 250px;
  }
}
@media only screen and (max-width: 1179px) {
  .p--flights-category .p--row > div:first-child, .p--flights-category .p--row > div:nth-child(2) {
    flex: 0 0 230px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--flights-category .p--row > div:first-child, .p--flights-category .p--row > div:nth-child(2) {
    flex: 0 0 140px;
  }
}
.p--flights-category .p--row > div:nth-child(3) {
  flex-grow: 1;
}
.p--cars .p--row, .p--cars-category .p--row {
  padding-right: 100px;
}
@media only screen and (max-width: 1023px) {
  .p--cars .p--row, .p--cars-category .p--row {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p--cars .p--row, .p--cars-category .p--row {
    padding: 0;
  }
}
.p--cars .p--row > div:first-child, .p--cars-category .p--row > div:first-child {
  flex-grow: 1;
}
.p--cars .p--row > div:nth-child(2), .p--cars-category .p--row > div:nth-child(2) {
  flex-shrink: 0;
  flex: 0 0 550px;
}
@media only screen and (max-width: 1339px) {
  .p--cars .p--row > div:nth-child(2), .p--cars-category .p--row > div:nth-child(2) {
    flex: 0 0 500px;
  }
}
@media only screen and (max-width: 1179px) {
  .p--cars .p--row > div:nth-child(2), .p--cars-category .p--row > div:nth-child(2) {
    flex: 0 0 450px;
  }
}
@media only screen and (max-width: 1023px) {
  .p--cars .p--row > div:nth-child(2), .p--cars-category .p--row > div:nth-child(2) {
    flex: 0 0 300px;
  }
}
@media only screen and (max-width: 767px) {
  .p--flights .p--search, .p--flights-category .p--search, .p--cars .p--search, .p--cars-category .p--search {
    position: static;
    width: 100%;
    height: 48px;
    margin-top: 12px;
    border-radius: 24px;
  }
  .p--flights .p--search .icon, .p--flights-category .p--search .icon, .p--cars .p--search .icon, .p--cars-category .p--search .icon {
    display: none;
  }
  .p--flights .p--search span, .p--flights-category .p--search span, .p--cars .p--search span, .p--cars-category .p--search span {
    display: inline;
  }
}

.planning {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 750px;
  /* padding: 50px 0 150px */
}
@media only screen and (max-width: 1179px) {
  .planning {
    min-height: 700px;
  }
}
@media only screen and (max-width: 1023px) {
  .planning {
    min-height: 600px;
    padding: 50px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .planning {
    min-height: auto;
    padding: 0;
  }
}
.planning.right-align .pl--wrap {
  margin-left: auto;
}
.planning.right-align .pl--gallery {
  right: inherit !important;
  left: calc(50% - 600px);
}

.pl--wrap {
  max-width: 440px;
}
@media only screen and (max-width: 767px) {
  .pl--wrap {
    max-width: 100%;
    margin-bottom: 48px;
  }
}
.pl--title {
  margin-bottom: 32px;
}
.pl--info {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
.pl .subscription {
  max-width: 300px;
}
.pl--gallery {
  position: absolute;
  top: 0;
  right: calc(50% - 600px);
  width: 643px;
  z-index: -1;
}
@media only screen and (max-width: 1179px) {
  .pl--gallery {
    width: 600px;
  }
}
@media only screen and (max-width: 1023px) {
  .pl--gallery {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .pl--gallery {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.pl--preview:nth-child(2) {
  left: 0;
  top: 2%;
  width: 28%;
  filter: drop-shadow(0px 40px 64px rgba(15, 15, 15, 0.1));
}
.pl--preview:nth-child(3) {
  right: 10%;
  bottom: 27.5%;
  width: 30.8%;
  filter: drop-shadow(0px 40px 32px rgba(15, 15, 15, 0.12));
}
.pl--preview:not(:first-child) {
  position: absolute;
}
.pl--preview img {
  width: 100%;
}

.popup {
  width: 100%;
  margin: auto;
  background: #FCFCFD;
  border-radius: 16px;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
  z-index: 2;
}
body.dark .popup {
  background: #141416;
}

.pp .mfp-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: normal;
  opacity: 1;
  border: 1px solid transparent;
  box-shadow: 0px 8px 16px rgba(15, 15, 15, 0.1);
  background: #FCFCFD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath fill-rule='evenodd' d='M.293 1.289a1 1 0 0 1 1.414 0L7 6.582l5.293-5.293a1 1 0 0 1 1.414 1.414L8.414 7.996l5.293 5.293a1 1 0 0 1-1.414 1.414L7 9.41l-5.293 5.293a1 1 0 0 1-1.414 0 1 1 0 0 1 0-1.414l5.293-5.293L.293 2.703a1 1 0 0 1 0-1.414z' fill='%23777E90'/%3E%3C/svg%3E") no-repeat 50% 48%/12px auto;
  font-size: 0;
  transition: all 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.dark .pp .mfp-close {
  border-color: #353945;
  background-color: #23262F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23FCFCFD' d='M1.613.2l.094.083L5 3.585 8.293.293a1 1 0 0 1 1.414 0 1 1 0 0 1 .083 1.32l-.083.094L6.415 5l3.292 3.293a1 1 0 0 1-1.32 1.497l-.094-.083L5 6.415 1.707 9.707A1 1 0 0 1 .21 8.387l.083-.094L3.585 5 .293 1.707a1 1 0 0 1 0-1.414A1 1 0 0 1 1.613.21z'/%3E%3C/svg%3E");
}
.pp .mfp-close:hover {
  box-shadow: 0px 8px 16px rgba(15, 15, 15, 0.2);
  border-color: #E6E8EC;
}
body.dark .pp .mfp-close:hover {
  border-color: #FCFCFD;
}
.pp_login {
  max-width: 544px;
  padding: 72px 96px;
}
@media only screen and (max-width: 767px) {
  .pp_login {
    padding: 32px 24px;
  }
}
.pp_avatars {
  max-width: 663px;
  padding: 8px 8px 32px;
}

.mfp-container {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .mfp-container {
    padding: 20px 16px;
  }
}

@media (max-width: 900px) {
  .mfp-container {
    padding: 20px 16px;
  }
}
.mfp-bg {
  background: rgba(20, 20, 22, 0.3);
}
body.dark .mfp-bg {
  background: rgba(35, 38, 47, 0.8);
}

.mfp-zoom-in .popup {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.mfp-zoom-in.mfp-ready .popup {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .popup {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.price {
  padding: 28px;
  border-radius: 24px;
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
  border: 1px solid #E6E8EC;
}
@media only screen and (max-width: 1179px) {
  .price {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .price {
    padding: 16px;
  }
}
body.dark .price {
  border-color: #353945;
}

.pr--head {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .pr--head {
    display: block;
  }
}
.pr--head .pr--preview {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .pr--head .pr--preview {
    width: 100%;
    height: 220px;
    margin: 0 0 24px;
  }
}
.pr--head .pr--preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.pr--head .pr--title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.pr--author {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.pr--author .pr--text {
  margin-right: 4px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.pr--avatar {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.pr--avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.pr--man {
  font-size: 12px;
  line-height: 1.6666666667;
  font-weight: 600;
}
.pr--top {
  margin-bottom: 24px;
}
.pr--top .pr--title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.pr--photo {
  margin-bottom: 16px;
}
.pr--photo img {
  width: 100%;
  border-radius: 16px;
}
.pr--parameter {
  display: inline;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.pr--parameter:not(:first-child) {
  margin-left: 4px;
}
.pr--parameter:not(:first-child):before {
  content: "•";
  margin-right: 4px;
}
.pr--rating {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E6E8EC;
}
body.dark .pr--rating {
  border-color: #23262F;
}
.pr--rating .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: #FFD166;
}
.pr--number {
  font-weight: 500;
}
.pr--reviews {
  margin-left: 8px;
  color: #777E90;
}
.pr--details {
  flex-grow: 1;
  margin-bottom: 25px;
  padding: 12px 24px;
  border-radius: 20px;
  background: #F4F5F6;
}
body.dark .pr--details {
  background: #23262F;
}
.pr--details.route {
  padding: 8px;
}
.pr--details-flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .pr--details-flex {
    display: block;
  }
}
.pr--details-flex > div {
  flex: 1;
}
.pr--details-flex > div:nth-child(2) {
  font-weight: bold;
}
.pr--details-flex .pr--item {
  flex: 0 0 50%;
}
.pr--details-flex .pr--item:nth-child(2n) {
  position: relative;
}
.pr--details-flex .pr--item:nth-child(2n):before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 12px;
  width: 1px;
  background: #E6E8EC;
}
body.dark .pr--details-flex .pr--item:nth-child(2n):before {
  background: #777E90;
}
@media only screen and (max-width: 767px) {
  .pr--details-flex .pr--item:nth-child(2n):before {
    display: none;
  }
}
.pr--item {
  display: flex;
  padding: 10px;
}
.pr--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.pr--icon .icon {
  width: 24px;
  height: 24px;
  fill: #B1B5C3;
}
.pr--category {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
  font-weight: 400;
}
.pr--subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
  display: inline-block;
}
.pr--body {
  margin-top: 32px;
}
.pr--stage {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.pr .subscription {
  margin: -8px 0 16px;
}
.pr--row {
  display: flex;
  padding: 2px 12px;
}
.pr--row:last-child {
  background: #F4F5F6;
  border-radius: 8px;
  padding: 8px 12px;
}
body.dark .pr--row:last-child {
  background: #23262F;
}
.pr--row:last-child .pr--cell:first-child {
  color: #23262F;
}
body.dark .pr--row:last-child .pr--cell:first-child {
  color: #FCFCFD;
}
.pr--row:nth-last-child(2) {
  padding-bottom: 8px;
}
.pr--row:not(:last-child) {
  margin-bottom: 4px;
}
.pr--cell:first-child {
  margin-right: auto;
  color: #777E90;
}
.pr--cell:nth-child(2) {
  flex-shrink: 0;
  margin-left: 20px;
  text-align: right;
  font-weight: 500;
}
.pr--note {
  margin-top: 32px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.pr--note a {
  color: #3B71FE;
}
.pr--note .icon {
  position: relative;
  top: -1px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  fill: #777E90;
}

.summary {
  flex-shrink: 0;
}
@media only screen and (max-width: 1339px) {
  .summary {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .summary {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.summary .pr--route {
  margin: -16px;
  padding: 0 0 16px;
}
.summary .pr--inner {
  margin: 0px;
  padding: 15px 15px 20px;
  border: 1px solid #E6E8EC;
  border-radius: 12px;
}
.summary .pr--inner:only-child .pr--flight-main-sec {
  margin-bottom: 5px;
}
.summary .pr--inner:last-child .pr--flight-main-sec {
  margin-bottom: 5px;
}
.summary .pr--hd {
  margin-bottom: 20px;
  padding: 19px 0;
  background: #F4F5F6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1339px) {
  .summary .pr--hd {
    padding: 15px;
  }
}
.summary .pr--hd p {
  color: #777E91;
}
.summary .pr--hd h4 {
  color: #777E91;
}
.summary .pr--hd div {
  width: 21px;
}
.summary .pr--bd {
  padding: 0px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.summary .pr--bd:last-child {
  margin-bottom: 0;
}
.summary .pr--flight-left {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.summary .pr--flight-left h2 {
  font-size: 2.4em;
  line-height: 1.2em;
}
.summary .pr--flight-left p {
  color: #777E90;
}
.summary .pr--flight-right {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.summary .pr--flight-right h2 {
  font-size: 2.4em;
  line-height: 1.2em;
}
.summary .pr--flight-right p {
  color: #777E90;
}
.summary .pr--flight-right.no-border .pr--flight-inner-sec {
  border: none;
  padding: 0px;
}

.confirm {
  padding: 0px;
  margin: 0px 0 32px 0;
}
.confirm .cf--title {
  margin: 25px 0 15px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.confirm .cf--title .pr--stage {
  margin: 0px;
}
.confirm .pr--item {
  flex: 0 0 33.333333%;
}
.confirm .pr--item.pr--item:nth-child(2n):after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 1px;
  background: #E6E8EC;
}
.confirm .f--label {
  padding: 15px 15px 0 15px;
  margin: 0px;
}
.confirm .pr--item-sec {
  padding: 10px 25px;
}

.receipt {
  flex-shrink: 0;
  width: 448px;
  padding: 32px;
  border: 1px solid #E6E8EC;
  background: #FCFCFD;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
  border-radius: 24px;
}
@media only screen and (max-width: 1179px) {
  .receipt {
    width: 400px;
  }
}
@media only screen and (max-width: 1023px) {
  .receipt {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .receipt {
    margin: 0 -16px;
    padding: 24px 16px;
  }
}
body.dark .receipt {
  border: 1px solid #353945;
  background: #23262F;
}

.r--head {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.r--head .r--cost {
  display: flex;
  margin-bottom: 8px;
}
.r--old, .r--actual {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  font-weight: 700;
}
.r--old {
  margin-right: 12px;
  text-decoration: line-through;
  color: #B1B5C3;
}
.r--note {
  position: relative;
  top: -2px;
  align-self: flex-end;
  margin-left: 9px;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
.r--avatar {
  position: relative;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-left: auto;
}
.r--avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.r--check {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #58C27D;
}
.r--check .icon {
  width: 12px;
  height: 12px;
  fill: #FCFCFD;
}
.r--rating {
  display: flex;
  align-items: center;
}
.r--rating .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  fill: #FFD166;
}
.r--number {
  font-weight: 500;
}
.r--reviews {
  margin-left: 8px;
  color: #777E90;
}
.r--description {
  margin-bottom: 32px;
  padding: 8px;
  border-radius: 20px;
  background: #F4F5F6;
}
@media only screen and (max-width: 767px) {
  .r--description {
    padding: 0;
  }
}
body.dark .r--description {
  background: #353945;
}
.r--description_flex {
  display: flex;
  flex-wrap: wrap;
}
.r--description_flex .r--item {
  flex: 0 0 50%;
}
.r--description_flex .r--item:nth-child(2n) {
  position: relative;
}
.r--description_flex .r--item:nth-child(2n):before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 12px;
  width: 1px;
  background: #E6E8EC;
}
body.dark .r--description_flex .r--item:nth-child(2n):before {
  background: #777E90;
}
.r--item {
  display: flex;
  align-items: center;
  padding: 12px;
}
.r--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.r--icon .icon {
  width: 24px;
  height: 24px;
  fill: #B1B5C3;
}
.r--category {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.r--subtitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.r--btns {
  display: flex;
  margin-bottom: 32px;
}
.r--btns .r--button .icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.r--btns .r--button .icon:nth-child(2) {
  display: none;
  width: 12px;
  height: 12px;
  margin-left: 12px;
}
.r--btns .r--button .icon:not(:last-child) {
  margin-right: 0;
}
.r--btns .r--button.active .icon:first-child {
  display: none;
}
.r--btns .r--button.active .icon:nth-child(2) {
  display: inline;
}
.r--btns .r--button:first-child {
  flex-shrink: 0;
  margin-right: 8px;
}
.r--btns .r--button:nth-child(2) {
  flex-grow: 1;
}
.r--stage {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.r--table {
  margin-bottom: 32px;
}
.r--line {
  display: flex;
  padding: 8px 12px;
}
.r--line:last-child {
  background: #F4F5F6;
  border-radius: 8px;
}
body.dark .r--line:last-child {
  background: #353945;
}
.r--line:last-child .r--cell:first-child {
  color: #23262F;
}
body.dark .r--line:last-child .r--cell:first-child {
  color: #FCFCFD;
}
.r--cell:first-child {
  margin-right: auto;
  color: #777E90;
}
.r--cell:nth-child(2) {
  flex-shrink: 0;
  margin-left: 20px;
  text-align: right;
  font-weight: 500;
}
.r--offers {
  margin-bottom: 48px;
}
.r--offer {
  display: flex;
  align-items: center;
}
.r--offer:not(:last-child) {
  margin-bottom: 24px;
}
.r--offer .r--button {
  width: 192px;
  color: #777E90;
}
@media only screen and (max-width: 767px) {
  .r--offer .r--button {
    width: 180px;
    padding: 0 16px;
  }
}
.r--offer .r--button .icon {
  width: 16px;
  height: 16px;
  fill: #777E90;
}
.r--offer .r--button:hover {
  background: #3B71FE;
  box-shadow: inset 0 0 0 2px #3B71FE;
  color: #FCFCFD;
}
.r--offer .r--button:hover .icon {
  fill: #FCFCFD;
}
.r--offer .r--button:hover .r--money {
  color: #FCFCFD;
}
.r--wrap {
  flex-grow: 1;
}
.r--date {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.r--time {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.r--money {
  color: #58C27D;
  transition: color 0.2s;
}
.r--settings {
  margin-bottom: 32px;
}
.r--setting {
  display: flex;
  align-items: center;
}
.r--setting:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E8EC;
}
body.dark .r--setting:not(:last-child) {
  border-color: #353945;
}
.r--setting .r--subtitle {
  margin-bottom: 8px;
}
.r--content {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.r .counter {
  flex-shrink: 0;
  width: 128px;
  height: 48px;
  margin-left: 24px;
  padding: 0 12px;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px #E6E8EC;
}
body.dark .r .counter {
  box-shadow: inset 0 0 0 1px #353945;
}
.r--foot {
  text-align: center;
}
.r--foot .r--button .icon {
  width: 16px;
  height: 16px;
}
.r--report {
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
  transition: color 0.2s;
}
.r--report .icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  fill: #777E90;
  transition: fill 0.2s;
}
.r--report:hover {
  color: #3B71FE;
}
.r--report:hover .icon {
  fill: #3B71FE;
}
.r--free {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.r--free .icon {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  fill: #777E90;
}
.r--more {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #23262F;
  transition: color 0.2s;
}
.r--more:hover {
  color: #3B71FE;
}
body.dark .r--more {
  color: #FCFCFD;
}
body.dark .r--more:hover {
  color: #3B71FE;
}

.s--head {
  margin-bottom: 92px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .s--head {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .s--head {
    margin-bottom: 48px;
  }
}
.s .stage {
  margin-bottom: 8px;
}
.s--title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .s--title {
    font-size: 32px;
  }
}
.s--list {
  display: flex;
  margin: 0 -12px;
}
@media only screen and (max-width: 1023px) {
  .s--list {
    display: block;
  }
}
.s--item {
  flex: 0 0 calc(33.333% - 24px);
  width: calc(33.333% - 24px);
  margin: 0 12px;
  padding: 64px 32px;
  border-radius: 20px;
  background: #F4F5F6;
}
@media only screen and (max-width: 1023px) {
  .s--item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s--item {
    padding: 48px 24px;
  }
}
body.dark .s--item {
  background: #23262F;
}
@media only screen and (max-width: 1023px) {
  .s--item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.s--icon {
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 32px;
}
.s--icon img {
  max-height: 100%;
}
.s--subtitle {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.s--content {
  color: #777E90;
}

.setting {
  padding-top: 80px;
}
@media only screen and (max-width: 1179px) {
  .setting {
    padding-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .setting {
    padding-top: 32px;
  }
}

.st--center {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .st--center {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .st .select {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .st .select {
    margin-bottom: 32px;
  }
}
.st--menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  width: 256px;
  padding: 48px;
  border-radius: 16px;
  box-shadow: 0px 32px 32px -12px rgba(15, 15, 15, 0.08);
}
@media only screen and (max-width: 1023px) {
  .st--menu {
    display: none;
  }
}
body.dark .st--menu {
  background: #23262F;
}
.st--link {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.1428571429;
  font-weight: 700;
  color: #777E90;
  transition: color 0.2s;
}
.st--link .icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  fill: #777E90;
}
.st--link:hover, .st--link.active {
  color: #23262F;
}
.st--link:hover .icon, .st--link.active .icon {
  fill: #23262F;
}
body.dark .st--link:hover, body.dark .st--link.active {
  color: #FCFCFD;
}
body.dark .st--link:hover .icon, body.dark .st--link.active .icon {
  fill: #FCFCFD;
}
.st--link:not(:last-child) {
  margin-bottom: 40px;
}
.st--container {
  padding-left: 128px;
  flex-grow: 1;
}
@media only screen and (max-width: 1339px) {
  .st--container {
    padding-left: 64px;
  }
}
@media only screen and (max-width: 1179px) {
  .st--container {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .st--container {
    padding-left: 0;
  }
}
.st--head {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .st--head {
    margin-bottom: 32px;
  }
}
.st--head .st--button {
  flex-shrink: 0;
  margin-left: 16px;
}
body.dark .st--head .st--button {
  box-shadow: inset 0 0 0 2px #353945;
}
.st--head .st--title {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .st--head .st--title {
    font-size: 32px;
  }
}
.st--item > .st--title {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .st--item > .st--title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.st--item {
  display: none;
}
.st--section:not(:last-child) {
  margin-bottom: 48px;
}
.st--category {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.st--fieldset > .field:not(:last-child) {
  margin-bottom: 32px;
}
.st--row {
  display: flex;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .st--row {
    display: block;
    margin: 0;
  }
}
.st--row .field {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .st--row .field {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .st--row .field:not(:last-child) {
    margin-bottom: 20px;
  }
}
.st--row:not(:last-child) {
  margin-bottom: 32px;
}
.st--controls {
  display: flex;
  align-items: center;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #E6E8EC;
}
body.dark .st--controls {
  border-color: #353945;
}
.st--controls .st--button {
  margin-right: 40px;
}
.st--clear {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #777E90;
  transition: color 0.2s;
}
.st--clear .icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  fill: #777E90;
  transition: fill 0.2s;
}
.st--clear:hover {
  color: #3B71FE;
}
.st--clear:hover .icon {
  fill: #3B71FE;
}
.st--box:not(:last-child) {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #E6E8EC;
}
@media only screen and (max-width: 767px) {
  .st--box:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
body.dark .st--box:not(:last-child) {
  border-color: #353945;
}
.st--stage {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.st--line {
  display: flex;
  margin: 0 -48px;
}
@media only screen and (max-width: 767px) {
  .st--line {
    display: block;
    margin: 0;
  }
}
.st--line .st--element {
  flex: 0 0 50%;
  padding: 0 48px;
}
@media only screen and (max-width: 767px) {
  .st--line .st--element {
    padding: 0;
  }
}
.st--line .st--element:first-child {
  border-right: 1px solid #E6E8EC;
}
@media only screen and (max-width: 767px) {
  .st--line .st--element:first-child {
    margin-bottom: 16px;
    border: none;
  }
}
body.dark .st--line .st--element:first-child {
  border-color: #353945;
}
.st--group .st--element:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E8EC;
}
body.dark .st--group .st--element:not(:last-child) {
  border-color: #353945;
}
.st--element {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .st--element {
    align-items: flex-start;
  }
}
.st--details {
  flex-grow: 1;
}
.st--label {
  margin-bottom: 4px;
  font-weight: 500;
}
.st--text {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.st--element .st--button {
  flex-shrink: 0;
  margin-left: 12px;
}
body.dark .st--element .st--button {
  box-shadow: inset 0 0 0 2px #353945;
}
.st--top {
  display: flex;
  align-items: center;
  margin: 32px 0;
}
.st--top .st--category {
  margin: 0 auto 0 0;
}
.st--cards {
  display: flex;
  align-items: center;
}
.st--notification:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E8EC;
}
body.dark .st--notification:not(:last-child) {
  border-color: #353945;
}
.st--main {
  display: flex;
  margin-bottom: 4px;
}
.st--subtitle {
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.st .switch {
  flex-shrink: 0;
  margin-left: 24px;
}
.st--content {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}

.subscription {
  position: relative;
}

.sb--input {
  width: 100%;
  height: 48px;
  padding: 0 48px 0 14px;
  border-radius: 24px;
  background: none;
  border: 2px solid #E6E8EC;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #23262F;
  transition: border-color 0.2s;
}
body.dark .sb--input {
  border-color: #353945;
  color: #FCFCFD;
}
.sb--input:focus {
  border-color: #777E90;
}
body.dark .sb--input:focus {
  border-color: #777E90;
}
.sb--input::placeholder {
  color: #777E90;
}
.sb--btn {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3B71FE;
  transition: background 0.2s;
}
.sb--btn .icon {
  width: 14px;
  height: 14px;
  fill: #FCFCFD;
}
.sb--btn:hover {
  background: rgb(8.2588832487, 76.2385786802, 253.7411167513);
}
.sb_big .sb--input {
  height: 72px;
  padding: 0 72px 0 22px;
  border-radius: 36px;
  border: 2px solid #F4F5F6;
  font-size: 16px;
}
.sb_big .sb--input::placeholder {
  color: #B1B5C3;
}
.sb_big .sb--input:focus {
  border-color: #B1B5C3;
}
body.dark .sb_big .sb--input {
  border-color: #353945;
}
body.dark .sb_big .sb--input:focus {
  border-color: #B1B5C3;
}
.sb_big .sb--btn {
  top: 16px;
  right: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
}
.sb_big .sb--btn .icon {
  width: 20px;
  height: 20px;
}

.support {
  position: relative;
  padding: 308px 0 376px;
  overflow: hidden;
}
@media only screen and (max-width: 1179px) {
  .support {
    padding: 252px 0;
  }
}
@media only screen and (max-width: 767px) {
  .support {
    padding: 200px 0;
  }
}

.sp--center {
  max-width: 746px;
}
.sp--title {
  margin-bottom: 16px;
  text-align: center;
}
.sp--info {
  max-width: 482px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #777E90;
}
.sp .subscription {
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
}
@media only screen and (max-width: 1023px) {
  .sp .subscription {
    max-width: 480px;
    margin: 0 auto;
  }
}
.sp--preview {
  position: absolute;
  z-index: -1;
}
.sp--preview:first-child {
  top: 28px;
  left: calc(50% - 790px);
}
@media only screen and (max-width: 767px) {
  .sp--preview:first-child {
    top: -50px;
    left: calc(50% - 240px);
  }
  .sp--preview:first-child img {
    width: 300px;
  }
}
.sp--preview:nth-child(2) {
  top: 45px;
  right: calc(50% - 640px);
}
@media only screen and (max-width: 1179px) {
  .sp--preview:nth-child(2) {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sp--preview:nth-child(2) {
    top: 45px;
    right: calc(50% - 310px);
  }
  .sp--preview:nth-child(2) img {
    width: 300px;
  }
}
.sp--preview:nth-child(3) {
  right: calc(50% - 740px);
  bottom: 100px;
}
.sp--preview:nth-child(4) {
  left: calc(50% - 360px);
  bottom: 80px;
}
@media only screen and (max-width: 1179px) {
  .sp--preview:nth-child(4) {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sp--preview:nth-child(4) {
    left: calc(50% - 200px);
  }
  .sp--preview:nth-child(4) img {
    width: 300px;
  }
}

.switch {
  display: inline-block;
  position: relative;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.sw--input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sw--input:checked + .sw--inner .sw--box {
  background: #3B71FE;
}
.sw--input:checked + .sw--inner .sw--box:before {
  transform: translate(24px, -50%);
  background: #FCFCFD;
}
.sw--inner {
  position: relative;
  display: inline-block;
  transition: all 0.2s;
}
.sw--box {
  position: relative;
  display: block;
  width: 48px;
  height: 24px;
  background: #E6E8EC;
  border-radius: 12px;
  transition: all 0.2s;
}
body.dark .sw--box {
  background: #353945;
}
.sw--box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3B71FE;
  transition: all 0.2s;
}

.theme {
  display: inline-block;
  position: relative;
  user-select: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.th--input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.th--input:checked + .th--inner .th--box {
  background: #3B71FE;
}
.th--input:checked + .th--inner .th--box:before {
  transform: translate(24px, -50%);
  background: #FCFCFD;
}
.th--inner {
  position: relative;
  display: inline-block;
  transition: all 0.2s;
}
.th--box {
  position: relative;
  display: block;
  width: 48px;
  height: 24px;
  background: #E6E8EC;
  border-radius: 12px;
  transition: all 0.2s;
}
body.dark .th--box {
  background: #353945;
}
.th--box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3B71FE;
  transition: all 0.2s;
}

.tp--head {
  margin-bottom: 92px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tp--head {
    margin-bottom: 40px;
  }
}
.tp .stage {
  margin-bottom: 8px;
}
.tp--title {
  margin-bottom: 32px;
}
.tp--wrapper {
  margin: 0 -16px;
}
@media only screen and (max-width: 767px) {
  .tp--wrapper {
    margin: 0 -4px;
  }
}
.tp--item {
  padding: 64px 32px;
  border-radius: 20px;
  background: #FCFCFD;
  transition: box-shadow 0.2s;
}
@media only screen and (max-width: 767px) {
  .tp--item {
    padding: 64px 24px;
  }
}
body.dark .tp--item {
  background: #23262F;
}
.tp--item:hover {
  box-shadow: 0px 8px 16px -8px rgba(15, 15, 15, 0.1);
}
.tp--icon {
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .tp--icon {
    margin-bottom: 24px;
  }
}
.tp--icon img {
  max-height: 100%;
}
.tp--subtitle {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.tp--content {
  color: #777E90;
}
.tp--slider {
  padding-bottom: 64px;
  visibility: hidden;
}
.tp--slider.slick-initialized {
  visibility: visible;
}
.tp .slick-list {
  overflow: visible;
}
.tp .slick-track {
  display: flex;
}
.tp .slick-slide {
  height: auto;
  margin: 0 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
  .tp .slick-slide {
    margin: 0 4px;
    opacity: 1;
    visibility: visible;
  }
}
.tp .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.tp .slick-arrow {
  bottom: 0;
  width: 24px;
  height: 24px;
}
.tp .slick-arrow:hover {
  box-shadow: none;
}
.tp .slick-arrow:hover path {
  fill: #23262F;
}
body.dark .tp .slick-arrow:hover path {
  fill: #FCFCFD;
}
.tp .slick-prev {
  left: calc(50% - 34px);
}
.tp .slick-next {
  right: calc(50% - 34px);
}

.tv--head {
  max-width: 640px;
  margin: 0 auto 127px;
  text-align: center;
}
@media only screen and (max-width: 1339px) {
  .tv--head {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tv--head {
    margin-bottom: 48px;
    text-align: left;
  }
}
.tv--row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .tv--row {
    display: block;
  }
}
.tv--col:first-child {
  flex-grow: 1;
  padding-right: 128px;
}
@media only screen and (max-width: 1023px) {
  .tv--col:first-child {
    margin-bottom: 64px;
    padding: 0;
  }
}
.tv--col:nth-child(2) {
  flex-shrink: 0;
  width: 454px;
}
@media only screen and (max-width: 1023px) {
  .tv--col:nth-child(2) {
    width: 100%;
  }
}
.tv--list {
  max-width: 530px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .tv--list {
    max-width: 100%;
  }
}
.tv--item {
  position: relative;
  padding: 0 0 0 122px;
}
.tv--item:not(:last-child) {
  margin-bottom: 24px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 24px;
}
.tv--number {
  display: inline-block;
  min-width: 38px;
  margin-bottom: 24px;
  padding: 0 8px;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
  line-height: 24px;
  color: #FCFCFD;
}
.tv--icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -30px;
}
.tv--icon .icon {
  width: 60px;
  height: 60px;
}
.tv--subtitle {
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.tv--text {
  color: #777E90;
}
.tv--slider {
  visibility: hidden;
}
.tv--slider.slick-initialized {
  visibility: visible;
}
.tv--gallery {
  position: relative;
}
.tv--gallery img {
  width: 100%;
}
.tv--bg {
  overflow: hidden;
  border-radius: 32px;
}
.tv--bg img {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.tv--preview {
  position: absolute;
  width: 70.5%;
  filter: drop-shadow(0px 40px 64px rgba(15, 15, 15, 0.1));
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
@media only screen and (max-width: 1023px) {
  .tv--preview {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .tv--preview {
    width: 60%;
  }
}
.tv--preview:first-child {
  top: 40%;
  left: -24%;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 1179px) {
  .tv--preview:first-child {
    left: -8%;
  }
}
.tv--preview:nth-child(2) {
  top: 48%;
  right: -25%;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 1023px) {
  .tv--preview:nth-child(2) {
    right: -15%;
  }
}
.tv--preview:nth-child(3) {
  left: -40%;
  bottom: 17%;
  transition-delay: 0.9s;
}
@media only screen and (max-width: 1179px) {
  .tv--preview:nth-child(3) {
    left: -22%;
  }
}
@media only screen and (max-width: 1023px) {
  .tv--preview:nth-child(3) {
    left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .tv--preview:nth-child(3) {
    left: 5%;
  }
}
.tv .slick-list {
  overflow: visible;
}
.tv .slick-slide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.tv .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}
.tv .slick-slide.slick-active .tv--preview {
  opacity: 1;
}
.tv .slick-arrow {
  top: 24px;
}
.tv .slick-arrow path {
  fill: #FCFCFD;
}
body.dark .tv .slick-arrow:hover {
  box-shadow: inset 0 0 0 2px #E6E8EC;
}
.tv .slick-prev {
  right: 72px;
}
.tv .slick-next {
  right: 24px;
}

.u--fieldset .field:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .u--fieldset .field:not(:last-child) {
    margin-bottom: 20px;
  }
}

.u .control {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .u .control {
    margin-bottom: 48px;
  }
}
.u--inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .u--inner {
    display: block;
  }
}
.u--wrapper {
  flex: 0 0 calc(100% - 352px);
  width: calc(100% - 352px);
  padding-right: 128px;
}
@media only screen and (max-width: 1339px) {
  .u--wrapper {
    padding-right: 64px;
  }
}
@media only screen and (max-width: 1179px) {
  .u--wrapper {
    flex: 0 0 calc(100% - 304px);
    width: calc(100% - 304px);
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .u--wrapper {
    width: 100%;
    padding: 0;
  }
}
.u--preview {
  flex-shrink: 0;
  min-width: 352px;
  max-width: 416px;
}
@media only screen and (max-width: 1179px) {
  .u--preview {
    width: 304px;
  }
}
@media only screen and (max-width: 1023px) {
  .u--preview {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 48px;
    background: rgba(20, 20, 22, 0.9);
    overflow: auto;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
  body.dark .u--preview {
    background: rgba(35, 38, 47, 0.9);
  }
  .u--preview.visible {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .u--preview {
    padding: 32px 16px;
  }
}
.u--head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1179px) {
  .u--head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .u--head {
    margin-bottom: 32px;
  }
}
.u--head .u--button {
  flex-shrink: 0;
  margin-left: 24px;
}
@media only screen and (max-width: 1179px) {
  .u--head .u--button {
    margin: 0 0 16px;
  }
}
body.dark .u--head .u--button {
  box-shadow: inset 0 0 0 2px #353945;
}
.u--title {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .u--title {
    font-size: 32px;
  }
}
.u--list {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E6E8EC;
}
@media only screen and (max-width: 767px) {
  .u--list {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
}
body.dark .u--list {
  border-color: #353945;
}
.u--item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .u--item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.u--note {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.u--file {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 182px;
  margin-top: 16px;
  border-radius: 16px;
  overflow: hidden;
  background: #F4F5F6;
}
body.dark .u--file {
  background: #23262F;
}
.u--input {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 400px;
  opacity: 0;
}
.u--icon {
  margin-bottom: 10px;
}
.u--icon .icon {
  width: 24px;
  height: 24px;
  fill: #777E90;
}
.u--format {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #777E90;
}
.u--category {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.u--item .u--button .icon {
  width: 16px;
  height: 16px;
}
body.dark .u--item .u--button {
  box-shadow: inset 0 0 0 2px #353945;
}
.u--item:not(:first-child) .u--category {
  margin-bottom: 24px;
}
.u--label {
  margin-bottom: 12px;
  font-family: "CN2-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #B1B5C3;
}
.u--line {
  display: flex;
  height: 48px;
  box-shadow: inset 0 0 0 2px #E6E8EC;
  border-radius: 12px;
  align-items: center;
}
body.dark .u--line {
  box-shadow: inset 0 0 0 2px #353945;
}
.u--cell {
  flex: 1;
}
.u--cell .field {
  width: 100%;
}
.u--cell:not(:last-child) {
  border-right: 1px solid #E6E8EC;
}
body.dark .u--cell:not(:last-child) {
  border-color: #353945;
}
.u--foot {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .u--foot {
    display: block;
    text-align: center;
  }
}
.u--foot .u--button .icon {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .u--foot .u--button {
    width: 100%;
  }
}
.u--foot .u--button:first-child {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .u--foot .u--button:first-child {
    display: inline-block;
  }
}
.u--foot .u--button:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .u--foot .u--button:not(:last-child) {
    margin: 0 0 12px;
  }
}
.u--saving {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.u--saving .loader {
  margin-left: 24px;
}
@media only screen and (max-width: 1023px) {
  .u--wrap {
    position: relative;
    max-width: 455px;
    margin: auto;
    padding: 24px;
    border-radius: 24px;
    background: #FCFCFD;
  }
}
@media only screen and (max-width: 767px) {
  .u--wrap {
    padding: 24px 16px;
  }
}
body.dark .u--wrap {
  background: #141416;
}
.u--subtitle {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.u--close {
  display: none;
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: #FCFCFD;
  border: 2px solid #E6E8EC;
  border-radius: 50%;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .u--close {
    display: inline-block;
  }
}
.u--close .icon {
  width: 14px;
  height: 14px;
  fill: #23262F;
  transition: transform 0.2s;
}
body.dark .u--close {
  border-color: #353945;
  background: #141416;
}
body.dark .u--close .icon {
  fill: #FCFCFD;
}
.u .card {
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
}

.up--item:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .up--item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.up--email {
  padding: 0 0 40px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #E6E8EC;
}
.up--email p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 15px 0 0 0;
}
.up--email p span {
  margin: 0 0 0 0;
}
.up--main-con {
  margin-top: 40px !important;
}
.up--item {
  margin: 0 0 30px 0;
}
.up--item .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.up--item .label {
  font-size: 16px;
  font-weight: 500;
}
.up--item .remove {
  border-radius: 6px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
}
.up--item .remove:hover {
  cursor: pointer;
  background: rgba(122, 129, 132, 0.075);
}
.up--item .remove p {
  color: #FA8F54;
  margin: 0 0 0 4px;
}
.up--item .w-100 {
  width: 100%;
}
.up--item .w-100 svg {
  height: 16px;
  width: 16px;
}
.up--item .next-btn svg {
  height: 10px;
  width: 10px;
  margin-right: 0px !important;
}
.up--item .next-btn.no-mar {
  margin: 0px;
}
.up--item .hide {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .up--item .hide {
    display: inline;
  }
}
.up--item .book--button.confirm {
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .up--item .book--button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .up--item .book--button a {
    order: 2;
  }
  .up--item .book--button button {
    width: calc(100% - 120px);
  }
  .up--item .book--button button span {
    margin-left: 30px;
  }
}
.up--item .book--button.passenger-btn-mar {
  margin: 32px 0 0 0;
}
.up--item .book--button.passenger-btn-mar .next-btn {
  margin: 0px;
}

.col {
  margin: 0 10px;
}
.col_w30 {
  flex: 0 0 calc(30% - 20px);
  width: calc(30% - 20px);
}
@media only screen and (max-width: 767px) {
  .col_w30 {
    width: 100%;
    margin: 0;
  }
  .col_w30:not(:last-child) {
    margin-bottom: 20px;
  }
}
.col_w33 {
  flex: 0 0 calc(33.333% - 20px);
  width: calc(33.333% - 20px);
}
@media only screen and (max-width: 767px) {
  .col_w33 {
    width: 100%;
    margin: 0;
  }
  .col_w33:not(:last-child) {
    margin-bottom: 20px;
  }
}
.col_w50 {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .col_w50 {
    width: 100%;
    margin: 0;
  }
  .col_w50:not(:last-child) {
    margin-bottom: 20px;
  }
}
.col_w70 {
  flex: 0 0 calc(70% - 20px);
  width: calc(70% - 20px);
}
@media only screen and (max-width: 767px) {
  .col_w70 {
    width: 100%;
    margin: 0;
  }
  .col_w70:not(:last-child) {
    margin-bottom: 20px;
  }
}

.row {
  display: flex;
  margin: 30px -10px 0 -10px;
}
@media only screen and (max-width: 767px) {
  .row {
    display: block;
    margin: 0;
  }
}
.row:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 20px;
  }
}

.w--head {
  margin-bottom: 64px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .w--head {
    margin-bottom: 32px;
  }
}
.w--body {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
.w--line {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .w--line {
    top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .w--line {
    display: none;
  }
}
body.dark .w--line path {
  stroke: #353945 !important;
}
.w--list {
  position: relative;
  z-index: 3;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .w--list {
    display: block;
    max-width: 256px;
    margin: 0 auto;
  }
}
.w--item {
  flex: 0 0 256px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .w--item {
    flex: 0 0 200px;
  }
}
.w--item:not(:last-child) {
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .w--item:not(:last-child) {
    margin: 0 0 64px;
  }
}
.w--preview img {
  width: 100%;
}
.w--subtitle {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.w--content {
  color: #777E90;
}

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