/*==============================FONTS==============================*/
@font-face {
  font-family: "IgraSans";
  src: url("../fonts/IgraSans.woff") format("woff"), url("../fonts/IgraSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: "";
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

input,
select,
textarea,
button {
  color: #D8CFC8;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #D8CFC8;
}

input::-moz-placeholder {
  color: #D8CFC8;
}

input:-moz-placeholder {
  color: #D8CFC8;
}

input:-ms-input-placeholder {
  color: #D8CFC8;
}

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

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

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

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #D8CFC8;
}

textarea::-moz-placeholder {
  color: #D8CFC8;
}

textarea:-moz-placeholder {
  color: #D8CFC8;
}

textarea:-ms-input-placeholder {
  color: #D8CFC8;
}

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

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

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

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  width: 44px;
  height: 44px;
  font-size: 0;
  border-radius: 50%;
  background-color: #FFF3DF;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: 50% 50%;
  z-index: 20;
}
.slick-arrow:hover {
  background-color: #FFB535;
}
.slick-arrow.slick-disabled {
  cursor: default;
  opacity: 1;
}

.slick-prev {
  left: 0;
  background-image: url(../img/icon-arrow-prev.svg);
}

.slick-next {
  right: 0;
  background-image: url(../img/icon-arrow-next.svg);
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  border: 1px solid #FFB535;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #FFB535;
}

/*-----------------fancybox plugin---------------------*/
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;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

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

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

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  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;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          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;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

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

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

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */
.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;
}

/* Navigation arrows */
.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);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, 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%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 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;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (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;
  }
}
/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  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:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          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: center center;
  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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: "Montserrat";
  line-height: 1;
  background: #FFFBF5;
  color: #261C0D;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1710px;
}

h1, h2, h3, h4, h5, h6, .title_1, .title_2, .title_3, .title_4, .title_5, .title_6 {
  margin-bottom: 25px;
  font-family: "IgraSans";
  line-height: 1.2;
}

h1, .title_1 {
  font-size: 30px;
}

h2, .title_2 {
  margin-bottom: 25px;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
}

h3, .title_3 {
  font-size: 36px;
  line-height: 1.2;
}

h4, .title_4 {
  font-size: 24px;
  line-height: 1.2;
}

p {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.3;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul, ol {
  list-style: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  height: auto;
  vertical-align: top;
}

table {
  width: 100%;
}

/*==============================FORM ELEMENTS==============================*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 62px;
  height: 48px;
  font-size: 17px;
  font-weight: 500;
  background: #FFB535;
  color: #261C0D;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  background: #FFC259;
}

.input {
  padding: 0 20px;
  width: 100%;
  height: 52px;
  background: #fff;
  font-weight: 500;
  color: #261C0D;
  border-radius: 12px;
}

.textarea {
  padding: 15px 20px;
  width: 100%;
  height: 200px;
  background: #fff;
  font-weight: 500;
  color: #261C0D;
  border-radius: 12px;
}

/*==============================INDEX==============================*/
/*-------------------------promo-------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 35px 0;
  width: 100%;
  z-index: 10;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-lang__item {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  font-family: "IgraSans";
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  color: #261C0D;
}
.header-lang__item.current {
  border-color: #FFB535;
}
.header-lang__item img {
  margin-right: 7px;
}

.promo {
  position: relative;
  padding: 100px 0;
  min-height: 100vh;
  text-align: center;
  background-image: url(../img/promo-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.promo__title {
  font-family: "IgraSans";
  line-height: 0.98em;
  font-size: 125px;
  text-transform: uppercase;
  color: #fff;
}
.promo__desc {
  margin-bottom: 40px;
  font-family: "IgraSans";
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #261C0D;
  background-color: rgba(255, 255, 255, 0.4); /* Белый полупрозрачный фон */
  border-radius: 35px; /* Скругленные углы */
  padding: 10px;
  display: inline-block;
}
.promo__btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: 400px;
  height: 100px;
  background-image: url(../img/btn-bg.png);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #261C0D;
  z-index: 1;
}
.promo__btn:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.promo__scroll {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/btn-scroll-arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 50;
}
.promo__scroll:hover:after {
  -webkit-animation: rotating 10s linear infinite;
          animation: rotating 10s linear infinite;
}
.promo__scroll:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/btn-scroll-text.svg);
  background-position: 50% 50%;
}

.promo_2 {
  padding: 270px 0 70px 0;
/*  background-image: url(../img/promo-bg2.jpg);*/
}

.promo__title_2 {
  font-size: 104px;
}

.promo__btn_2 {
  background-image: url(../img/btn-bg2.png);
  color: #fff;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-------------------------features-------------------------*/
.features {
  position: relative;
  height: 890px;
}
.features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 50px 0;
}

.features-item {
  text-align: center;
}
.features-item__image {
  margin-bottom: 20px;
  width: 500px;
  height: 475px;
  border-radius: 100px;
  overflow: hidden;
}
.features-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-item__title {
  margin-bottom: 10px;
  font-family: "IgraSans";
  font-size: 36px;
}
.features-item__desc {
  display: inline-block;
  max-width: 400px;
  font-size: 17px;
  line-height: 1.3;
}

.features-clouds {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 -3%;
  width: 106%;
  height: 100%;
  z-index: 10;
}
.features-clouds__item {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.features-clouds__item_1 {
  top: -370px;
  z-index: 1;
}
.features-clouds__item_1 img {
  width: 100%;
}
.features-clouds__item_2 {
  padding-left: 150px;
  top: -300px;
}
.features-clouds__item_3 {
  z-index: 1;
  top: 300px;
  display: none;
}

.features__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 150px;
  width: 100%;
  z-index: 10;
}
.features__row2 .features-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
}

.features-item__imgmobile {
  display: none;
}

/*-------------------------gallery-------------------------*/
.gallery {
  position: relative;
  padding: 100px 0;
  z-index: 5;
}
.gallery__mainimage {
  position: absolute;
  top: -18px;
  left: -110px;
}
.gallery__title {
  margin-bottom: 50px;
}
.gallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.gallery__col {
  margin-bottom: 20px;
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.gallery__col:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  max-width: 36%;
}
.gallery__col:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
}
.gallery__col:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 42%;
}
.gallery__col:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}
.gallery__image {
  display: block;
  height: 500px;
  border-radius: 40px;
  overflow: hidden;
}
.gallery__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-carousel {
  margin: 0 -10px;
}
.gallery-carousel .slick-arrow {
  top: 100%;
  margin: 20px 0 0;
}
.gallery-carousel .slick-prev {
  left: calc(50% - 52px);
}
.gallery-carousel .slick-next {
  right: calc(50% - 52px);
}
.gallery-carousel__slide {
  padding: 0 10px;
}
.gallery-carousel__item {
  display: block;
  height: 500px;
  border-radius: 40px;
  overflow: hidden;
}

/*-------------------------catalog-------------------------*/
.catalog {
  position: relative;
  padding: 90px 0 60px 0;
}
.catalog:before {
  content: "";
  display: block;
  position: absolute;
  top: -190px;
  right: -10px;
  width: 940px;
  height: 514px;
  background-position-x: -1px;
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-image: url(../img/catalog-image.svg);
}
.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.catalog__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.catalog__more {
  text-align: center;
  margin-top: -10px;
}
.catalog__more-btn {
  font-size: 17px;
  color: #FFB535;
  border-bottom: 1px solid #FFB535;
}
.catalog__more-btn:hover {
  border-color: transparent;
}

.catalog-filters__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
}
.catalog-filters__item {
  margin: 0 10px 10px 0;
  padding: 10px;
  font-family: "IgraSans";
  color: #261C0D;
  border: 1px solid #FFB535;
  border-radius: 12px;
}
.catalog-filters__item:hover {
  background: #FFB535;
}
.catalog-filters__item.current {
  background: #FFB535;
}
.catalog-filters__btn {
  display: none;
  padding: 8px;
  font-weight: 500;
  background-color: #FFB535;
  color: #261C0D;
  border-radius: 12px;
  font-size: 14px;
}

.catalog-carousel {
  margin: 0 -10px 20px;
}
.catalog-carousel .slick-arrow {
  top: -75px;
  margin: 0;
}
.catalog-carousel .slick-prev {
  left: auto;
  right: 70px;
}
.catalog-carousel .slick-next {
  right: 10px;
}
.catalog-carousel__slide {
  padding: 0 10px;
}

.catalog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
.catalog-item__top {
  display: block;
  position: relative;
}
.catalog-item__top:hover {
  opacity: 0.9;
}
.catalog-item__image {
  height: 400px;
  border-radius: 40px;
  overflow: hidden;
}
.catalog-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-item__time {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
  font-family: "IgraSans";
  background: #fff;
  color: #261C0D;
  border-radius: 12px;
  z-index: 5;
}
.catalog-item__btn {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 44px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}
.catalog-item__btn path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-item__btn:hover {
  background: #FFB535;
}
.catalog-item__btn:hover path {
  stroke: #fff;
}
.catalog-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 12px;
  background: #fff;
}
.catalog-item__title {
  margin-bottom: 10px;
  font-family: "IgraSans";
  font-size: 20px;
  line-height: 1.1;
}
.catalog-item__desc {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.2;
}
.catalog-item__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
}
.catalog-item__features-item {
  margin: 0 8px 8px 0;
  padding: 10px;
  font-family: "IgraSans";
  background: #FFB535;
  border-radius: 12px;
}

/*-------------------------reviews-------------------------*/
.reviews {
  position: relative;
  padding: 75px 0 80px 0;
}
.reviews__title {
  margin-bottom: 10px;
}
.reviews__image {
  position: absolute;
}
.reviews__image_1 {
  top: 5px;
  left: -230px;
}
.reviews__image_2 {
  top: -320px;
  right: -5px;
  z-index: 5;
}

.reviews-carousel {
  margin: 0 auto;
  max-width: 1446px;
}
.reviews-carousel .slick-arrow {
  top: 490px;
  left: auto;
  margin: 0;
}
.reviews-carousel .slick-prev {
  right: 58px;
}
.reviews-carousel .slick-next {
  right: 0;
}
.reviews-carousel__slide {
  padding: 25px 20px 135px;
}
.reviews-carousel .slick-center .reviews-item__image {
  -webkit-transform: rotate(-6deg) translateY(-5px);
      -ms-transform: rotate(-6deg) translateY(-5px);
          transform: rotate(-6deg) translateY(-5px);
}
.reviews-carousel .slick-center .reviews-item__content {
  background: #FFB535;
  -webkit-transform: rotate(3deg) translate(10px, 120px);
      -ms-transform: rotate(3deg) translate(10px, 120px);
          transform: rotate(3deg) translate(10px, 120px);
}
.reviews-carousel .slick-center .reviews-item__content .reviews-item__btn {
  background: #fff;
}

.reviews-item {
  position: relative;
}
.reviews-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -webkit-transform: scale(0.99);
      -ms-transform: scale(0.99);
          transform: scale(0.99);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.reviews-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-item__image:hover {
  z-index: 5;
}
.reviews-item__content {
  position: relative;
  padding: 20px 20px 80px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 455px;
  height: 430px;
  background: #FFF3DF;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.reviews-item__title {
  margin-bottom: 10px;
  font-family: "IgraSans";
  font-size: 20px;
  line-height: 1.2;
}
.reviews-item__time {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.3;
}
.reviews-item__text {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.3;
}
.reviews-item__author {
  font-family: "IgraSans";
  font-size: 14px;
}
.reviews-item__btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFB535;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}
.reviews-item__btn:hover {
  opacity: 0.7;
}

/*-------------------------reservation-------------------------*/
.reservation {
  padding: 80px 0 100px 0;
}
.reservation__title {
  margin-bottom: 70px;
}
.reservation__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.reservation__body {
  position: relative;
}
.reservation__image {
  position: absolute;
  top: -25px;
  left: -127px;
  width: 1480px;
  height: 104px;
}

.reservation-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
.reservation-item__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
  font-family: "IgraSans";
  font-size: 24px;
  background: #FFB535;
  border-radius: 50%;
}
.reservation-item__title {
  margin-bottom: 15px;
  font-family: "IgraSans";
  font-size: 24px;
  line-height: 1.2;
}
.reservation-item__desc {
  padding-right: 10px;
  font-size: 17px;
  line-height: 1.2;
}

/*-------------------------variants-------------------------*/
.variants {
  padding: 75px 0 5px 0;
}
.variants__body {
  position: relative;
}
.variants__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
.variants__image {
  text-align: center;
  padding-left: 50px;
}
.variants__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 510px;
  height: 100px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #261C0D;
  background: #FFB535;
  border-radius: 22px;
}
.variants__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 0 100px 0 150px;
}
.variants__leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
}
.variants__rightside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
}
.variants__rightside .variants__caption {
  color: #FFB535;
}
.variants__caption {
  margin-bottom: 22px;
  font-family: "IgraSans";
  font-size: 32px;
}
.variants__subtitle {
  margin-bottom: 12px;
  font-family: "IgraSans";
  font-size: 24px;
}
.variants__desc {
  font-size: 17px;
  line-height: 1.2;
}

/*-------------------------callback-------------------------*/
.callback {
  position: relative;
  z-index: 30;
  padding: 80px 0 225px 0;
  background-image: url(../img/callback-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.callback:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBF5), color-stop(51.5%, rgba(255, 251, 245, 0)), to(rgba(255, 251, 245, 0)));
  background: linear-gradient(180deg, #FFFBF5 0%, rgba(255, 251, 245, 0) 51.5%, rgba(255, 251, 245, 0) 100%);
}
.callback:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #FFFBF5), to(transparent));
  background: linear-gradient(bottom, #FFFBF5 1%, transparent 100%);
}
.callback__form {
  position: relative;
  max-width: 546px;
  margin: 0 auto;
}
.callback__form:after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: -80px;
  width: 59px;
  height: 120px;
  background-image: url(../img/callback-arrow.svg);
}
.callback__subtitle {
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.callback__input {
  margin-bottom: 12px;
}
.callback__btn {
  padding-top: 18px;
  text-align: center;
}
.callback__btn .btn {
  text-transform: uppercase;
}

/*-------------------------faq-------------------------*/
.faq {
  position: relative;
  padding: 165px 0 80px 0;
  z-index: 45;
}
.faq__title {
  margin-bottom: 50px;
}
.faq__list {
  margin: 0 auto;
  max-width: 830px;
}
.faq__image {
  position: absolute;
}
.faq__image img {
  max-width: 100%;
}
.faq__image_1 {
  top: 35px;
  left: 0;
}
.faq__image_2 {
  top: 255px;
  right: 0;
}

.faq-item {
  border-bottom: 1px solid #C8C4C2;
}
.faq-item.active .faq-item__question {
  background: #FFF3DF;
}
.faq-item.active .faq-item__question:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.faq-item__question {
  position: relative;
  padding: 20px 50px 20px 15px;
  font-family: "IgraSans";
  font-size: 20px;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.faq-item__question:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: 17px;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-arrow-down.svg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item__content {
  display: none;
}
.faq-item__text {
  padding: 15px;
}
.faq-item__text p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.3;
}
.faq-item__text p:last-child {
  margin-bottom: 0;
}

/*-------------------------discounts-------------------------*/
.discounts {
  position: relative;
  padding: 70px 0 100px 0;
  z-index: 50;
}
.discounts__title {
  margin-bottom: 45px;
}
.discounts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.discounts__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.discounts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF3DF;
  height: 100%;
  border-radius: 40px;
}
.discounts-item__leftside {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 264px;
          flex: 0 0 264px;
  max-width: 264px;
}
.discounts-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
}
.discounts-item__image {
  position: relative;
  border-radius: 40px;
  height: 300px;
  overflow: hidden;
}
.discounts-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.discounts-item__discount {
  position: absolute;
  top: -15px;
  left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 103px;
  height: 103px;
  background-image: url(../img/discount-label.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-family: "IgraSans";
  font-size: 20px;
  text-align: center;
}
.discounts-item__discount span {
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
.discounts-item__title {
  margin-bottom: 10px;
  font-family: "IgraSans";
  font-size: 20px;
}
.discounts-item__text {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.2;
}
.discounts-item__btn {
  margin-top: auto;
  padding: 5px 15px;
  font-size: 17px;
  text-transform: uppercase;
}

/*-------------------------contacts-------------------------*/
.footer {
  position: relative;
  padding: 120px 0 140px 0;
  background-image: url(../img/contacts-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.footer__clouds {
  position: absolute;
  top: -250px;
  left: 0;
  width: 104%;
  margin: 0 -2%;
}
.footer__clouds img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page_tour .footer__clouds {
  top: -200px;
}

.contacts {
  padding: 55px 60px;
  max-width: 680px;
  min-height: 550px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20%, #fff), to(transparent));
  background: linear-gradient(180deg, #fff 0%, #fff 20%, transparent 100%);
  border-radius: 40px;
}
.contacts__title {
  margin-bottom: 30px;
  text-align: left;
}
.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
  padding-right: 20px;
}
.contacts-item__caption {
  margin-bottom: 20px;
  font-family: "IgraSans";
  font-size: 20px;
}
.contacts-item__text {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #261C0D;
}
.contacts-item__text a {
  color: #261C0D;
}
.contacts-item__text a:hover {
  color: #FFB535;
}

.contacts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.contacts-social__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  margin-right: 20px;
  background: #FFB535;
  border-radius: 50%;
}
.contacts-social__btn:hover {
  opacity: 0.8;
}

/*==============================TOUR==============================*/
/*-------------------------programm-------------------------*/
.programm {
  position: relative;
  padding: 250px 0 20px 0;
}
.programm__image {
  position: absolute;
  top: 40px;
  right: -290px;
}
.programm__title {
  margin-bottom: 50px;
}
.programm__section {
  margin-bottom: 80px;
}
.programm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.programm__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.programm__col_big {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}

.programm-clouds {
  position: absolute;
  top: -300px;
  left: 0;
  margin: 0 -3%;
  width: 106%;
}
.programm-clouds__item {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.programm-clouds__item_1 {
  top: -120px;
}
.programm-clouds__item_1 img {
  width: 100%;
}
.programm-clouds__item_2 {
  top: 25px;
}

.programm-content {
  padding-right: 20px;
}
.programm-content__image {
  display: none;
}
.programm-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programm-content__title {
  margin-bottom: 25px;
  padding-right: 115px;
}
.programm-content__title span {
  font-family: "Montserrat";
}
.programm-content__title_arrow {
  position: relative;
}
.programm-content__title_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: 20px;
  width: 125px;
  height: 52px;
  background-image: url(../img/icon-title-arrow.svg);
  background-repeat: no-repeat;
}

.programm-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.programm-media__item {
  border-radius: 40px;
  overflow: hidden;
}
.programm-media__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.programm-media_1 {
  position: relative;
}
.programm-media_1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 465px;
  height: 194px;
  background-image: url(../img/programm-bgimage1.png);
}
.programm-media_1 .programm-media__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
  max-width: 62%;
  height: 475px;
}
.programm-media_1 .programm-media__item:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
}

.programm__section_2 .programm-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.programm__section_2 .programm-media__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 15px);
          flex: 0 0 calc(33.333% - 15px);
  max-width: calc(33.333% - 15px);
  height: 400px;
}
.programm__section_2 .programm-media__item:nth-child(1) {
  margin-top: 30px;
}
.programm__section_2 .programm-media__item:nth-child(2) {
  margin-top: 120px;
}
.programm__section_2 .programm-media__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.programm__section_2 .programm-content__title_arrow {
  position: relative;
  margin-bottom: 0;
}
.programm__section_2 .programm-content__title_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 520px;
  width: 151px;
  height: 106px;
  background-image: url(../img/icon-title-arrow2.svg);
  z-index: 5;
}

.programm-content_2 {
  position: relative;
}
.programm-content_2:after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: -250px;
  width: 455px;
  height: 614px;
  background-image: url(../img/programm-bgimage2.png);
  z-index: -1;
}

.programm-item__image {
  margin-bottom: 20px;
  height: 320px;
  border-radius: 40px;
  overflow: hidden;
}
.programm-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.programm-carousel {
  margin: 0 -10px;
}
.programm-carousel__slide {
  padding: 0 10px;
}
.programm-carousel .slick-arrow {
  top: -68px;
  margin: 0;
}
.programm-carousel .slick-prev {
  left: auto;
  right: 70px;
}
.programm-carousel .slick-next {
  right: 10px;
}

/*-------------------------cost-------------------------*/
.cost {
  position: relative;
  padding: 40px 0 0;
}
.cost:after {
  content: "";
  display: block;
  position: absolute;
  top: 385px;
  left: 0;
  width: 907px;
  height: 1572px;
  background-image: url(../img/cost-shape.svg);
  z-index: -1;
}
.cost__image {
  position: absolute;
  top: 30px;
  left: 0;
}
.cost__row {
  margin: 0 auto;
  max-width: 1040px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cost__col {
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  max-width: 380px;
}
.cost__caption {
  margin-bottom: 20px;
  font-family: "IgraSans";
  font-size: 28px;
  line-height: 1.2;
}
.cost__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
}
.cost__list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon-list.svg);
}
.cost__list_2 li:before {
  background-image: url(../img/icon-list2.svg);
}

.page_tour .reviews__image {
  display: none;
}

.cost-total {
  margin-top: 10px;
  padding: 15px 12px;
  background: #FFB535;
  border-radius: 40px;
}
.cost-total__title {
  margin-bottom: 17px;
  font-family: "IgraSans";
  font-size: 40px;
}
.cost-total__desc {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.2;
}
.cost-total__btn {
  display: block;
  padding: 14px 20px;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border: 1px solid #261C0D;
  border-radius: 40px;
  color: #261C0D;
}
.cost-total__btn:hover {
  background: #261C0D;
  color: #FFB535;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (min-width: 2000px) {
  .promo {
    position: relative;
  }
  .gallery {
    margin: 0 auto;
    max-width: 1710px;
  }
  .features-item__image {
    border-radius: 50%;
  }
  .features-clouds {
    display: none;
  }
  .features {
    margin: 0 auto;
    max-width: 1710px;
    height: 800px;
  }
  .features-item__image {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 1799px) {
  .center-wrapper {
    max-width: 1500px;
  }
  .promo__title {
    font-size: 115px;
  }
  .promo__title_2 {
    margin-bottom: 70px;
    font-size: 104px;
  }
  .promo__desc {
    font-size: 30px;
  }
  .promo_2 {
    padding-top: 150px;
  }
  .gallery__image {
    height: 420px;
  }
  .catalog-item__image {
    height: 350px;
  }
  .reviews__image_1 {
    display: none;
  }
  .reviews__image_2 {
    width: 300px;
    top: -150px;
  }
  .reviews__image_2 img {
    max-width: 100%;
  }
  .reservation__image {
    top: -20px;
    left: -260px;
  }
  .variants__row {
    padding: 0;
  }
  .faq__image_1 {
    top: -70px;
    width: 470px;
  }
  .faq__image_2 {
    width: 450px;
  }
  .discounts__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .discounts-item__leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .discounts-item__image {
    height: 350px;
  }
  .contacts {
    min-height: auto;
  }
  .variants__btn {
    width: auto;
  }
  .cost__row {
    margin-right: 0;
  }
  .programm__image {
    right: -330px;
  }
  .features {
    height: 800px;
  }
  .features__row {
    padding-top: 0;
  }
  .features-item__image {
    width: 33.333%;
    width: 100%;
    border-radius: 0;
  }
  .programm-clouds__item_1 {
    top: -85px;
  }
  .features-clouds__item_1 {
    top: -330px;
  }
}
@media only screen and (max-width: 1699px) {
  .features-clouds__item_1 {
    top: -280px;
  }
}
@media only screen and (max-width: 1599px) {
  .center-wrapper {
    max-width: 1300px;
  }
  .gallery__image {
    height: 350px;
  }
  .gallery__mainimage {
    left: -190px;
  }
  .catalog-item__image {
    height: 310px;
  }
  .reviews__image_2 {
    top: -200px;
  }
  .reviews-item__content {
    width: 395px;
  }
  .reviews-item__text {
    font-size: 16px;
  }
  .reviews {
    padding-top: 100px;
  }
  .reviews__title {
    margin-bottom: 50px;
  }
  .reservation-item__title {
    font-size: 20px;
  }
  .reservation__image {
    background-size: contain;
    left: -152px;
    width: 1210px;
    height: 84px;
    background-repeat: no-repeat;
  }
  .reservation__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .variants__image {
    padding: 0 120px;
    position: relative;
    z-index: 5;
  }
  .variants__image img {
    max-width: 100%;
  }
  .faq__image_1 {
    width: 415px;
  }
  .faq__image_2 {
    top: 450px;
    width: 360px;
  }
  .programm__image {
    display: none;
  }
  .cost__image {
    display: none;
  }
  .cost__row {
    max-width: 100%;
    padding-right: 200px;
  }
  .page_tour .reviews__image_2 {
    display: block;
  }
  .cost:after {
    top: 100%;
    margin-top: 20px;
  }
  .programm-item__image {
    height: 250px;
  }
  .programm-content_2:after {
    top: -200px;
    left: auto;
    width: 370px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
  }
  .programm__section_2 {
    position: relative;
    z-index: 5;
  }
  .programm__section_1 .programm__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .programm__section_1 .programm__col_big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .programm-media_1 .programm-media__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
    max-width: 90%;
  }
  .programm__section_2 .programm__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .programm__section_2 .programm__col_big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .programm__section_2 .programm-media__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
  .programm__section_2 .programm-content__title_arrow:after {
    top: 50px;
    left: 295px;
  }
  .features-clouds__item_2 {
    top: -300px;
  }
  .features__row2 {
    padding-bottom: 70px;
  }
  .features {
    height: 650px;
  }
  .features-clouds__item_1 {
    top: -245px;
  }
  .features__row2 {
    padding-bottom: 10px;
  }
  .footer__clouds {
    top: -200px;
  }
  .page_tour .footer__clouds {
    top: -120px;
  }
}
@media only screen and (max-width: 1499px) {
  .features {
    height: 700px;
  }
  .features-clouds__item_1 {
    top: -240px;
  }
  .features-clouds__item_2 {
    top: -200px;
  }
  .features-clouds {
    width: 110%;
    margin: 0 -5%;
  }
  .features__row {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery-carousel__item {
    height: 400px;
    max-width: 600px;
  }
  .catalog:before {
    top: -125px;
  }
  .programm-clouds__item_1 {
    top: -30px;
  }
  .programm-clouds__item_2 {
    top: 100px;
  }
  .programm-clouds__item_2 img {
    max-width: 600px;
  }
  .footer__clouds {
    left: 50%;
    width: 1500px;
    margin-left: -750px;
  }
  .page_tour .footer__clouds {
    top: -140px;
  }
}
@media only screen and (max-width: 1399px) {
  .features-item__image {
    height: 420px;
  }
  .features-clouds__item_1 {
    top: -250px;
  }
  .features__row2 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 1299px) {
  .center-wrapper {
    max-width: 960px;
  }
  h2, .title_2 {
    font-size: 50px;
  }
  .promo {
    padding: 120px 0 80px 0;
  }
  .gallery__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .gallery__col:nth-child(1), .gallery__col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .gallery__col:nth-child(3), .gallery__col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .gallery__mainimage {
    top: 30px;
    left: -30px;
    width: 400px;
  }
  .gallery__mainimage img {
    max-width: 100%;
  }
  .reviews .center-wrapper {
    max-width: 100%;
    padding: 0;
  }
  .reviews-carousel .slick-prev {
    right: 80px;
  }
  .reviews-carousel .slick-next {
    right: 20px;
  }
  .reservation {
    padding-bottom: 40px;
  }
  .reservation__image {
    display: none;
  }
  .reservation__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reservation-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 60px;
  }
  .reservation-item__num {
    margin: 0 0 20px;
  }
  .variants__btn {
    margin-bottom: 70px;
  }
  .variants__row {
    position: relative;
    z-index: 10;
  }
  .variants__image {
    padding: 200px 130px 0;
  }
  .variants__leftside,
  .variants__rightside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    max-width: 250px;
  }
  .faq {
    padding: 120px 0 100px 0;
  }
  .faq__image_1 {
    top: -330px;
    width: 375px;
  }
  .faq__list {
    margin: 0;
    max-width: 60%;
  }
  .faq__image_2 {
    top: 350px;
    width: 420px;
  }
  .discounts-item__image {
    height: 300px;
  }
  .promo__desc br {
    display: none;
  }
  .promo__btn {
    margin-bottom: 40px;
  }
  .programm__section_1 .programm__col {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .programm__section_1 .programm-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .programm-media_1 .programm-media__item {
    position: static !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: 100%;
    height: auto;
  }
  .programm-content__title_arrow:after {
    top: 25px;
    right: -20px;
  }
  .programm__section_2 .programm__row {
    display: block;
  }
  .programm__section_2 .programm__col {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .programm__section_2 .programm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .programm__section_2 .programm-content:after {
    top: auto;
    right: auto;
    left: 70px;
    bottom: 0;
  }
  .programm__section_2 .programm-content__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
  .programm__section_2 .programm-content__title_arrow:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .programm-content {
    padding-right: 0;
  }
  .programm-media_1:after {
    left: auto;
    right: 60%;
    bottom: 0;
    z-index: -1;
  }
  .cost__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .cost__row {
    padding-right: 0;
  }
  .cost-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .cost:after {
    top: 90%;
  }
  .reservation-item:nth-child(4), .reservation-item:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .features-clouds__item_1 {
    top: -170px;
  }
  .features-clouds__item_2 {
    display: none;
  }
  .features-item__image {
    height: 420px;
    padding-top: 100px;
  }
  .features-clouds {
    width: 1320px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    margin: 0;
  }
  .gallery-carousel__item {
    height: 400px;
    max-width: 400px;
  }
  .programm-clouds__item_1 {
    width: 1300px;
    left: 50%;
    margin-left: -650px;
  }
  .programm {
    padding-top: 120px;
  }
  .catalog-carousel .slick-arrow {
    top: -70px;
  }
  .reviews__image_2 {
    width: 220px;
  }
  .cost:after {
    top: 110%;
  }
  .reservation {
    position: relative;
  }
  .reservation:after {
    content: "";
    display: block;
    position: absolute;
    top: -300px;
    left: 35%;
    width: 807px;
    height: 1572px;
    background-image: url(../img/cost-shape.svg);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .footer__clouds {
    top: -150px;
  }
  .page_tour .footer__clouds {
    top: -150px;
  }
}
@media only screen and (max-width: 1100px) {
  .features-clouds {
    width: 1100px;
  }
  .features {
    height: 600px;
  }
  .features-item__image {
    height: 350px;
    padding-top: 30px;
  }
  .features-clouds__item_1 {
    top: -140px;
  }
  .features-item__title {
    font-size: 30px;
  }
  .features-item__desc {
    padding: 0 20px;
  }
  .features__row2 {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .center-wrapper {
    max-width: 740px;
  }
  h2, .title_2 {
    font-size: 36px;
  }
  .promo__title {
    margin-bottom: 50px;
    font-size: 90px;
  }
  .promo__title_2 {
    font-size: 56px;
  }
  .promo__desc {
    margin-bottom: 50px;
    padding: 0 30px;
    font-size: 28px;
  }
  .gallery {
    padding-bottom: 50px;
  }
  .gallery__col {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .gallery__image {
    height: 400px;
  }
  .gallery__mainimage {
    top: 55px;
    left: -10px;
    width: 300px;
  }
  .catalog:before {
    width: 700px;
    top: -330px;
    height: 380px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .catalog {
    padding-top: 50px;
  }
  .catalog__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-item__image {
    height: 400px;
  }
  .reviews__image_2 {
    width: 200px;
  }
  .catalog {
    padding-bottom: 50px;
  }
  .reviews {
    padding-top: 50px;
  }
  .reservation {
    padding-top: 50px;
  }
  .variants {
    padding-top: 20px;
  }
  .variants__btn {
    padding: 0 30px;
    width: 400px;
    height: 80px;
    font-size: 20px;
  }
  .variants__image {
    padding: 90px 80px 80px;
  }
  .variants__leftside, .variants__rightside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
  .variants__desc {
    font-size: 15px;
  }
  .variants__caption {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .variants__subtitle {
    font-size: 18px;
    line-height: 1.2;
  }
  .faq__image_1 {
    top: -300px;
    width: 275px;
  }
  .callback__form:after {
    display: none;
  }
  .faq {
    padding-top: 80px;
  }
  .faq__list {
    padding-right: 150px;
    max-width: 100%;
  }
  .faq-item__question {
    font-size: 16px;
  }
  .faq-item__text p {
    font-size: 14px;
  }
  .faq-item__question:after {
    right: 10px;
  }
  .faq__image_2 {
    top: 250px;
    width: 265px;
  }
  .faq-item__text {
    padding-right: 50px;
  }
  .discounts__row {
    display: block;
  }
  .discounts__col {
    max-width: 100%;
  }
  .contacts {
    max-width: 100%;
  }
  .cost__row {
    position: relative;
    display: block;
  }
  .cost__col {
    max-width: 50%;
    padding: 0;
    padding-right: 20px;
  }
  .cost-total {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50%;
  }
  .cost__caption {
    font-size: 26px;
  }
  .programm__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .programm__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .programm__section:last-child {
    margin-bottom: 20px;
  }
  .programm__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
  }
  .programm-item__image {
    height: 320px;
  }
  .programm__row {
    display: block;
  }
  .programm__section_3 .programm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .programm__section_1 .programm__col {
    max-width: 100% !important;
  }
  .programm-content__title_arrow {
    font-size: 28px;
  }
  .programm-content__title_arrow:after {
    right: auto;
    left: 300px;
    -webkit-transform: rotate(38deg);
        -ms-transform: rotate(38deg);
            transform: rotate(38deg);
  }
  .programm__section_2 .programm-content {
    display: block;
  }
  .programm__section_2 .programm-content__block {
    max-width: 100%;
  }
  .programm__section_2 .programm-media {
    display: none;
  }
  .programm__section_2 .programm-content__title_arrow:after {
    display: none;
  }
  .programm-content__image {
    display: block;
    margin-bottom: 20px;
    height: 400px;
    border-radius: 40px;
    overflow: hidden;
  }
  .programm__section_1 .programm-media {
    display: none;
  }
  .programm__section {
    margin-bottom: 40px;
  }
  .programm__section_2 .programm-content:after {
    bottom: auto;
    top: -450px;
    right: -120px;
    left: auto;
  }
  .features-clouds {
    width: 1000px;
  }
  .features-item__image {
    height: 350px;
  }
  .features-item {
    width: 33%;
  }
  .features-clouds__item_1 {
    top: -100px;
  }
  .programm {
    padding-top: 80px;
  }
  .catalog-carousel .slick-arrow {
    top: -64px;
  }
  .reservation-item__num {
    margin-bottom: 15px;
  }
  .reservation-item {
    margin-bottom: 40px;
  }
  .reservation:after {
    top: -250px;
    left: 50%;
    width: 700px;
    height: 1400px;
  }
  .footer__clouds {
    left: 50%;
    width: 1200px;
    margin-left: -600px;
  }
  .footer__clouds {
    top: -100px;
  }
  .page_tour .footer__clouds {
    top: -100px;
  }
}
@media only screen and (max-width: 900px) {
  .features-clouds {
    width: 900px;
  }
  .features-item__image {
    height: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .features {
    height: 500px;
  }
  .features-clouds {
    width: 800px;
  }
  .features-clouds__item_1 {
    top: -120px;
  }
  .features-item__title {
    font-size: 26px;
  }
  .features-item__desc {
    font-size: 16px;
  }
  .features-item__image {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .center-wrapper {
    max-width: 540px;
  }
  .header-lang__item {
    margin-left: 20px;
    font-size: 14px;
  }
  .header-lang__item img {
    max-width: 20px;
  }
  .promo {
    padding: 100px 0 60px 0;
    min-height: auto;
  }
  .promo__title {
    margin-bottom: 40px;
    font-size: 80px;
  }
  .promo__title_2 {
    font-size: 56px;
  }
  .promo__desc {
    font-size: 25px;
    padding: 0;
  }
  .promo__btn {
    width: 300px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
  }
  .gallery__mainimage {
    left: -80px;
    top: 20px;
  }
  .gallery__title {
    margin-bottom: 25px;
  }
  .catalog-item__desc {
    font-size: 15px;
  }
  .catalog-item__features-item {
    font-size: 15px;
  }
  .catalog-item__time {
    font-size: 14px;
    top: 15px;
    left: 15px;
  }
  .catalog-item__btn {
    top: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
  }
  .reviews-carousel .slick-arrow {
    display: none;
  }
  .reservation-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .variants__content {
    position: static;
  }
  .variants__image {
    padding: 0;
    margin: -30px -70px 0;
  }
  .faq {
    padding-bottom: 30px;
  }
  .faq__image_1 {
    width: 230px;
    top: -200px;
  }
  .faq-item__question {
    padding-right: 60px;
  }
  .faq-item__text {
    padding: 15px;
  }
  .faq__image_2 {
    display: none;
  }
  .faq__list {
    padding: 0;
  }
  .footer {
    padding: 80px 0;
  }
  .contacts {
    padding: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #fff), to(transparent));
    background: linear-gradient(180deg, #fff 0%, #fff 40%, transparent 100%);
  }
  .contacts-item__text {
    font-size: 16px;
  }
  .programm__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .cost__col {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .cost-total {
    position: static;
    max-width: 100%;
  }
  .page_tour .reviews__image_2 {
    display: none;
  }
  .reviews-carousel .slick-prev {
    right: 70px;
  }
  .reviews-carousel .slick-next {
    right: 15px;
  }
  .reviews-item__content {
    width: 370px;
  }
  .reviews-carousel .slick-center .reviews-item__content {
    -webkit-transform: rotate(3deg) translate(10px, 40px);
        -ms-transform: rotate(3deg) translate(10px, 40px);
            transform: rotate(3deg) translate(10px, 40px);
  }
  .cost-total {
    padding: 20px;
  }
  .gallery-carousel__item {
    height: 350px;
    max-width: 300px;
  }
  .catalog-filters {
    position: relative;
    margin-bottom: 20px;
  }
  .catalog-filters__btn {
    display: inline-block;
  }
  .catalog-filters__list {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    display: none;
    width: 245px;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 4px -1px #968a74;
            box-shadow: 1px 2px 4px -1px #968a74;
    border-radius: 20px;
    z-index: 30;
  }
  .catalog-filters__list.open {
    display: block;
  }
  .catalog-filters__item {
    margin: 0 0 5px 0;
    display: block;
    font-size: 14px;
    border: 0;
  }
  .catalog-filters__item:last-child {
    margin-bottom: 0;
  }
  .features-clouds__item_1 {
    height: 300px;
    overflow: hidden;
  }
  .features {
    padding: 60px 0 0;
    height: auto;
    background: #fff;
  }
  .features__row {
    display: none;
  }
  .features__row2 {
    display: block;
    position: relative;
    bottom: auto;
    z-index: 50;
  }
  .features__row2 .features-item {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
  .features-item__imgmobile {
    display: block;
    margin-bottom: 20px;
  }
  .features-item__imgmobile img {
    max-width: 100%;
  }
  .programm-content__title {
    padding-right: 0;
  }
  .catalog-carousel {
    margin-bottom: 60px;
  }
  .catalog {
    padding-bottom: 10px;
  }
  .footer__clouds {
    top: -100px;
  }
  .page_tour .footer__clouds {
    top: -90px;
  }
}
@media only screen and (max-width: 575px) {
  .center-wrapper {
    max-width: 100%;
  }
  h2, .title_2 {
    font-size: 32px;
  }
  h3, .title_3 {
    font-size: 26px;
  }
  h4, .title_4 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .promo__title {
    font-size: 70px;
  }
  .promo__title_2 {
    font-size: 40px;
  }
  .promo__desc {
    font-size: 18px;
    line-height: 1.3;
  }
  .programm-content__title_arrow:after {
    display: none;
  }
  .catalog:before {
    top: -125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 250px;
  }
  .catalog__row {
    display: block;
  }
  .catalog__col {
    max-width: 100%;
  }
  .catalog-item {
    border-radius: 12px;
  }
  .catalog-item__image {
    height: 220px;
    border-radius: 12px;
  }
  .catalog-item__content {
    padding: 15px 15px 5px;
  }
  .reviews__image_2 {
    top: -25px;
    width: 110px;
  }
  .reviews-item__content {
    border-radius: 12px;
  }
  .reviews-item__title {
    font-size: 17px;
  }
  .reviews-item__time {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .reviews-item__text {
    font-size: 15px;
    line-height: 1.3;
  }
  .reviews-item__content {
    width: 270px;
    height: auto;
  }
  .reviews-carousel {
    margin-right: -15px;
  }
  .reviews-carousel__slide {
    padding: 0 10px 0 0;
  }
  .reviews-item__image {
    display: none;
  }
  .reviews .center-wrapper {
    padding: 0 15px;
  }
  .reviews-item__content {
    padding: 15px 15px 40px;
    height: 100%;
  }
  .reviews-item {
    height: 100%;
  }
  .reviews-item__btn {
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 4px;
  }
  .reviews .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .reviews .slick-slide {
    height: inherit !important;
  }
  .reviews__title {
    margin-bottom: 30px;
  }
  .reviews {
    padding-bottom: 30px;
  }
  .reservation__title {
    margin-bottom: 30px;
  }
  .reservation__row {
    display: block;
  }
  .reservation-item:nth-child(4), .reservation-item:nth-child(5),
  .reservation-item {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .reservation-item__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .reservation-item__desc {
    font-size: 15px;
    padding: 0;
  }
  .variants__btn {
    padding: 0 50px;
    width: auto;
    height: 60px;
    font-size: 15px;
  }
  .variants__row {
    display: block;
    padding-left: 150px;
  }
  .variants__leftside {
    margin-bottom: 20px;
  }
  .variants__leftside, .variants__rightside {
    max-width: 100%;
  }
  .variants__image {
    position: absolute;
    top: 152px;
    left: -300px;
    width: 700px;
  }
  .variants__btn {
    margin-bottom: 80px;
  }
  .variants {
    padding-bottom: 60px;
  }
  .variants__caption {
    font-size: 26px;
  }
  .faq__image_1 {
    left: -40px;
  }
  .faq-item__question {
    padding-right: 40px;
  }
  .faq-item__question:after {
    right: 0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  .discounts-item {
    display: block;
    border-radius: 12px;
  }
  .discounts-item__leftside {
    max-width: 100%;
  }
  .discounts-item__image {
    border-radius: 12px;
  }
  .discounts-item__title {
    font-size: 18px;
  }
  .discounts-item__text {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .contacts {
    padding-bottom: 80px;
  }
  .contacts__row {
    display: block;
  }
  .contacts-item {
    padding-right: 0;
    max-width: 100%;
  }
  .contacts-item__caption {
    font-size: 15px;
  }
  .contacts-item__text {
    font-size: 14px;
    line-height: 1.2;
  }
  .variants__btn {
    padding: 0;
  }
  .programm-content__title_arrow {
    font-size: 24px;
  }
  .programm-content__image {
    height: 330px;
    border-radius: 12px;
  }
  .programm__section_2 .programm-content:after {
    display: none;
  }
  .programm__col:last-child {
    padding-bottom: 0;
  }
  .cost__caption {
    font-size: 20px;
  }
  .cost__list li {
    font-size: 16px;
  }
  .cost-total__title {
    font-size: 36px;
  }
  .gallery-carousel__item {
    height: 350px;
    max-width: 250px;
  }
  .gallery-carousel .slick-arrow {
    margin-top: 0;
  }
  .gallery__row {
    margin: 0;
    padding: 0 10px;
  }
  .gallery__col {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .gallery__col:nth-child(1), .gallery__col:nth-child(4) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .gallery__col:nth-child(5), .gallery__col:nth-child(6) {
    display: none;
  }
  .gallery__image {
    border-radius: 12px;
    height: 220px;
  }
  .reservation__row {
    padding: 0;
  }
  .reservation-item {
    position: relative;
    padding: 0;
    text-align: left;
  }
  .reservation-item__num {
    position: absolute;
    top: -5px;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    margin: 0;
    font-size: 16px;
  }
  .reservation-item__title {
    margin-bottom: 5px;
    height: 30px;
    padding-left: 40px;
  }
  .programm-item__image {
    border-radius: 12px;
  }
  .cost-total {
    border-radius: 12px;
  }
  .footer__clouds {
    top: -70px;
    width: 700px;
    margin-left: -350px;
  }
  .page_tour .footer__clouds {
    top: -70px;
  }
  .discounts {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 359px) {
  h2, .title_2 {
    font-size: 30px;
  }
  .header {
    padding: 25px 0;
  }
  .variants__btn {
    width: 100%;
    padding: 0 20px;
  }
  .variants__row {
    padding-left: 0;
  }
  .variants__btn {
    margin-bottom: 40px;
  }
  .variants__image {
    display: none;
  }
  .promo__title {
    font-size: 58px;
  }
  .promo__btn {
    width: 290px;
  }
  .promo__title {
    margin-bottom: 25px;
    font-size: 37px;
  }
  .promo__desc {
    margin-bottom: 25px;
  }
}

#thank-you-message {
    display: none; /* Чтобы он не отображался по умолчанию */
    text-align: center; /* Выравнивание текста по центру */
    margin-top: 20px; /* Отступ сверху */
}

#thank-you-message div {
    margin: 10px 0; /* Отступы для элементов внутри сообщения */
}

/* Дополнительные стили для текста */
#thank-you-message div:last-child {
    font-size: 24px; /* Размер текста */
    font-family: 'Montserrat', sans-serif; /* Подключите нужный шрифт */
    color: #333; /* Цвет текста */
}

.programm-media_1 .programm-media__item:last-child{
    z-index: 1;
}
.programm-clouds__item_1{
    top: -150px;
}
@media only screen and (max-width: 1799px) {
    .programm-clouds__item_1 {
        top: -110px;
    }
}
@media only screen and (max-width: 1499px) {
    .programm-clouds__item_1 {
        top: -50px;
    }
}
