@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

a {
  color: inherit;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
  background: inherit;
}

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

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
  color: #000;
}

/*--------------------*/
._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #C9524E;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

@font-face {
  font-family: "Raleway";
  src: url("../../fonts/Raleway-Regular/Raleway-Regular.eot");
  src: local("☺"), url("../../fonts/Raleway-Regular/Raleway-Regular.woff") format("woff"), url("../../fonts/Raleway-Regular/Raleway-Regular.ttf") format("truetype"), url("../../fonts/Raleway-Regular/Raleway-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/Raleway-Medium/Raleway-Medium.eot");
  src: local("☺"), url("../../fonts/Raleway-Medium/Raleway-Medium.woff") format("woff"), url("../../fonts/Raleway-Medium/Raleway-Medium.ttf") format("truetype"), url("../../fonts/Raleway-Medium/Raleway-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol";
  src: url("../../fonts/Mariupol-Regular/Mariupol-Regular.eot");
  src: local("☺"), url("../../fonts/Mariupol-Regular/Mariupol-Regular.woff") format("woff"), url("../../fonts/Mariupol-Regular/Mariupol-Regular.ttf") format("truetype"), url("../../fonts/Mariupol-Regular/Mariupol-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mariupol";
  src: url("../../fonts/Mariupol-Medium/Mariupol-Medium.eot");
  src: local("☺"), url("../../fonts/Mariupol-Medium/Mariupol-Medium.woff") format("woff"), url("../../fonts/Mariupol-Medium/Mariupol-Medium.ttf") format("truetype"), url("../../fonts/Mariupol-Medium/Mariupol-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.tags-icons-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .tags-icons-row {
    flex-direction: column;
  }
}

.tags {
  flex: 0 0 auto;
  width: 535px;
  margin-bottom: 60px;
}
@media (max-width: 1320px) {
  .tags {
    width: 510px;
  }
}
@media (max-width: 1199px) {
  .tags {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .tags {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .tags {
    width: 100%;
  }
}

.tags__item {
  align-items: center;
}
@media (max-width: 767px) {
  .tags__item {
    display: flex;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tags__item:not(:last-child) {
  margin-bottom: 25px;
}

.tag {
  display: inline-block;
  font-family: "Mariupol";
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 44px;
  border: 2px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tag {
    font-size: 15px;
    padding: 10px 18px;
    margin-bottom: 5px;
  }
}
.tag._disabled {
  cursor: default;
}
.tag._default {
  color: #377E6E;
  border-color: #C4DBD5;
}
.tag._default:not(._disabled)._hover, .tag._default:not(._disabled):hover {
  color: #FFF;
  background: #C4DBD5;
  border-color: #C4DBD5;
}
.tag._selected {
  background: #C4DBD5;
  position: relative;
  padding-left: 72px;
}
.tag._selected span {
  width: 45px;
  height: 45px;
  background: #FFF;
  display: inline-block;
  position: absolute;
  border-radius: 50px;
  top: 5px;
  left: 5px;
  padding: 7px;
}
.tag._selected span img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .tag._selected span {
    width: 29px;
    height: 29px;
    top: 3px;
    left: 3px;
  }
}
.tag._skip-all {
  color: #FFF;
  background: #377E6E;
}
.tag._from {
  color: #F8D56F;
  border-color: #F8D56F;
}
.tag._from._from-hover, .tag._from:hover {
  color: #FFF;
  background: #F8D56F;
}
.tag._from._from-hover {
  margin-right: 22px;
}
.tag._little {
  font-size: 20px;
  padding: 12px 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tag._little {
    padding: 6px 18px;
    font-weight: 500;
    font-size: 13px;
  }
}
.tag._hotel {
  padding: 13px 20px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  color: #F8D56F;
  background: #FFF;
  border-color: #F8D56F;
}
.tag._hotel._hover, .tag._hotel:hover {
  background: #F8D56F;
  color: #FFF;
}
@media (max-width: 767px) {
  .tag._hotel {
    font-size: 15px;
  }
}
.tag ._hand {
  bottom: -14px;
  right: 11px;
}

.tags__desc {
  color: #B1B1B1;
  width: 80px;
}

.tables {
  display: flex;
  flex-direction: column;
  max-width: 1072px;
  margin-bottom: 125px;
}

.tables__row {
  display: grid;
  grid-template-columns: 127px 1fr 1fr 1fr;
  height: 80px;
  font-family: "Mariupol";
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #333;
  align-items: center;
}
@media (max-width: 575px) {
  .tables__row {
    grid-template-columns: 80px 1fr 1fr 1fr;
    font-size: 16px;
    gap: 10px;
  }
}
@media (max-width: 420px) {
  .tables__row {
    grid-template-columns: 60px 1fr 1fr 1fr;
    font-size: 12px;
  }
}

.tables__row:first-child {
  color: #F8D56F;
  border-bottom: 1px solid #F8D56F;
  border-top: 1px solid #F8D56F;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .tables__row:first-child {
    font-weight: 400;
  }
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #C9524E;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.advantages {
  background: #F8D56F;
  width: 100%;
  padding: 20px 6% 25px 6%;
  margin-bottom: 60px;
}
.advantages.green {
  background: #377E6E;
  color: #FFF;
}
.advantages.green h3 {
  color: #FFF;
}
.advantages.green h3 {
  color: #FFF;
}
@media (max-width: 767px) {
  .advantages .advantages__buttons {
    margin: 10px 0 5px;
  }
}
.advantages .advantages__button {
  display: none;
  font-family: "Mariupol";
  font-weight: 400;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-style: dashed;
}
@media (max-width: 767px) {
  .advantages .advantages__button:first-child {
    display: block;
  }
  .advantages:not(._active) .advantages__item {
    height: 0;
    margin: 0;
    overflow: hidden;
  }
  .advantages:not(._active) .advantages__item:nth-child(1),
  .advantages:not(._active) .advantages__item:nth-child(2),
  .advantages:not(._active) .advantages__item:nth-child(3),
  .advantages:not(._active) .advantages__item:nth-child(4),
  .advantages:not(._active) .advantages__item:nth-child(5),
  .advantages:not(._active) .advantages__item:nth-child(6) {
    height: fit-content;
    margin-bottom: 30px;
  }
  .advantages._active .advantages__item {
    margin-bottom: 30px;
  }
  .advantages._active .advantages__button:first-child {
    display: none;
  }
  .advantages._active .advantages__button:last-child {
    display: block;
  }
}

.advantages__title.block-title {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .advantages__title.block-title {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

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

.advantages__item {
  display: flex;
  width: 25%;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}
@media (max-width: 1520px) {
  .advantages__item {
    width: 33.3%;
  }
}
@media (max-width: 1120px) {
  .advantages__item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .advantages__item {
    width: 100%;
  }
}

.advantages____ico {
  margin-right: 8px;
  margin-top: 8px;
}
.advantages____ico img {
  display: block;
}
@media (max-width: 767px) {
  .advantages____ico img {
    width: 25px;
  }
}

.advantages__desc {
  padding-top: 7px;
}
.advantages__desc h3 {
  margin-bottom: 10px;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .advantages__desc h3 {
    font-size: 15px;
  }
}
.advantages__desc .advantages__text {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}
.advantages__desc .advantages__text img {
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .advantages__desc .advantages__text {
    font-size: 13px;
    line-height: 25px;
  }
}

.questions {
  background: #377E6E;
  padding: 125px 6% 120px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .questions {
    padding: 60px 6% 35px;
  }
}

.content:not(.main) .questions {
  padding: 70px 6% 70px;
}
.content:not(.main) .questions .questions__title.block-title {
  display: none;
}
@media (max-width: 767px) {
  .content:not(.main) .questions {
    padding: 40px 6% 25px;
  }
}

.questions__title.block-title {
  margin-bottom: 47px;
}
.questions__title.block-title span {
  color: #FFF;
}

.questions__row {
  display: grid;
  grid-template-columns: 49% 1fr;
  grid-template-rows: repeat(3, minmax(48px, auto)) 1fr;
  column-gap: 9.7%;
  row-gap: 22px;
}
.questions__row .questions__item {
  grid-column-start: 2;
  width: 100%;
  overflow: hidden;
}
.questions__row .questions__item._active {
  grid-column-start: 1;
}
.questions__row .questions__item._active .questions__item-desc {
  margin-top: 30px;
  display: block;
}
.questions__row .questions__item._active .questions__item-desc a {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #FFF;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.questions__row .questions__item._active .questions__item-desc a:hover {
  color: #C4DBD5;
}
@media (min-width: 992px) {
  .questions__row .questions__item._active {
    grid-row: 1/5;
  }
}
.questions__row .questions__item._see-all {
  padding-top: 10px;
  font-family: "Mariupol";
  font-weight: 400;
  font-size: 25px;
  text-transform: lowercase;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #FFF;
}
.questions__row .questions__item._see-all:hover {
  color: #C4DBD5;
}
@media (max-width: 767px) {
  .questions__row .questions__item._see-all {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .questions__row {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, minmax(48px, auto));
  }
  .questions__row .questions__item {
    grid-column-start: 1;
  }
  .questions__row .questions__item._active {
    grid-column-start: 1;
  }
  .questions__row .questions__item._active .questions__item-title::before {
    transform: rotate(0deg);
  }
}
@media (min-width: 992px) {
  .questions__row .questions__item:not(._active) .questions__item-title {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #FFF;
    text-underline-offset: 7px;
    text-decoration-thickness: 2px;
  }
  .questions__row .questions__item:not(._active) .questions__item-title:hover {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #C4DBD5;
  }
}

.questions__item-title {
  font-family: "Mariupol";
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFF;
  background: #377E6E;
  z-index: 1;
  position: relative;
}
.questions__item-title:hover {
  cursor: pointer;
  color: #C4DBD5;
}
@media (max-width: 991px) {
  .questions__item-title {
    padding-right: 37px;
  }
  .questions__item-title:after, .questions__item-title:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 1px;
    background: #FFF;
    transition: all 0.5s ease;
    top: 50%;
    right: 0px;
  }
  .questions__item-title::before {
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .questions__item-title {
    font-size: 20px;
    line-height: 30px;
  }
}

.questions__item-desc {
  display: none;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  color: #FFF;
  transition: all 0s ease;
}
@media (max-width: 767px) {
  .questions__item-desc {
    font-size: 13px;
    line-height: 25px;
  }
}

.js-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.js-slider .swiper-main {
  width: 100%;
  --swiper-pagination-color: #377E6E;
  --swiper-navigation-color: #fff;
}
@media (max-width: 767px) {
  .js-slider .swiper-main {
    margin-bottom: 10px;
  }
}
.js-slider .swiper-main .swiper-slide img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .js-slider .swiper-main .swiper-slide img {
    border-radius: 0;
  }
}
.js-slider .swiper-thumb {
  width: 100%;
  padding: 0 4px 0 4px;
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 25px;
}
.js-slider .swiper-thumb .swiper-wrapper {
  padding: 10px 0;
}
.js-slider .swiper-thumb .swiper-slide {
  opacity: 0.8;
  cursor: pointer;
  margin-top: 10px !important;
}
.js-slider .swiper-thumb .swiper-slide img {
  transition: all 0.3s ease;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .js-slider .swiper-thumb .swiper-slide img {
    border-radius: 0;
  }
}
.js-slider .swiper-thumb .swiper-slide:hover {
  opacity: 1;
}
.js-slider .swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.js-slider .swiper-thumb .swiper-slide.swiper-slide-thumb-active img {
  box-shadow: #377E6E -5px -5px 0px;
  border-radius: 0;
}
.js-slider .swiper-button-prev,
.js-slider .swiper-button-next {
  text-shadow: #333 0px 0px 4px;
}
@media (max-width: 767px) {
  .js-slider .swiper-button-prev,
  .js-slider .swiper-button-next {
    display: none;
  }
}
@media (max-width: 1199px) {
  .js-slider {
    margin-top: 0;
    width: 100%;
  }
}
.js-slider .swiper-lazy-preloader {
  margin-top: 30px;
}

.top-block__contacts-link a.messenger {
  display: inline-block;
}

.ico {
  stroke: #333;
  transition: all 0.3s ease;
}
.ico:not(:last-child) {
  margin-right: 38px;
}
.ico:hover {
  cursor: pointer;
}

.whatsapp-ico {
  stroke: #8BDD80;
}
.whatsapp-ico:hover {
  stroke: #F8D56F;
}

.telegram-ico {
  stroke: #63B4EC;
}
.telegram-ico:hover {
  stroke: #F8D56F;
}

.whatsapp_2-ico {
  stroke: #7D3DAF;
}
.whatsapp_2-ico:hover {
  stroke: #F8D56F;
}

.rooms-modal-calendar > div {
  width: 100%;
  overflow: auto;
}
.rooms-modal-calendar .rooms__extra {
  margin-top: 20px;
  text-align: center;
}
.rooms-modal-calendar .ui-datepicker {
  text-align: center;
  font-family: "Mariupol";
  font-size: 16px;
  color: #333;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between;
  padding: 0 5%;
}
@media (max-width: 767px) {
  .rooms-modal-calendar .ui-datepicker {
    font-size: 13px;
    padding: 0;
  }
}
.rooms-modal-calendar .ui-datepicker .ui-datepicker-row-break {
  display: none;
}
.rooms-modal-calendar .ui-datepicker .ui-datepicker-group {
  float: none;
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.rooms-modal-calendar .ui-datepicker .ui-datepicker-title {
  font-size: 25px;
  border-bottom: 1px solid #333;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .rooms-modal-calendar .ui-datepicker .ui-datepicker-title {
    font-size: 15px;
  }
}
.rooms-modal-calendar .ui-datepicker .ui-datepicker-prev,
.rooms-modal-calendar .ui-datepicker .ui-datepicker-next {
  display: none;
}
.rooms-modal-calendar .ui-datepicker .ui-datepicker-calendar {
  border-spacing: 1px;
  border-collapse: separate;
}
.rooms-modal-calendar .ui-datepicker .ui-datepicker-calendar th {
  font-weight: 400;
  padding: 4px;
  height: 25px;
}
@media (max-width: 767px) {
  .rooms-modal-calendar .ui-datepicker .ui-datepicker-calendar th {
    padding: 2px;
  }
}
.rooms-modal-calendar .ui-datepicker .ui-datepicker-calendar td {
  font-weight: 400;
  padding: 4px;
  color: #FFF;
}
@media (max-width: 767px) {
  .rooms-modal-calendar .ui-datepicker .ui-datepicker-calendar td {
    padding: 2px;
  }
}
.rooms-modal-calendar .room {
  position: relative;
}
.rooms-modal-calendar .room a {
  cursor: default;
  z-index: 4;
  position: relative;
}
.rooms-modal-calendar .room .price {
  font-size: 11px;
  opacity: 0.7;
}
.rooms-modal-calendar .room .price.sale {
  color: #F8D56F;
}
.rooms-modal-calendar .room.free {
  background: #377E6E;
}
.rooms-modal-calendar .room.full {
  background: #C9524E;
  color: #EFCBCA;
}
.rooms-modal-calendar .room.full a {
  opacity: 0.7;
}
.rooms-modal-calendar .room.full a .price {
  visibility: hidden;
}
.rooms-modal-calendar .room.free.half:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #C9524E;
  border-radius: 0 30% 30% 0;
  transform: perspective(200px) rotateX(180deg);
}
.rooms-modal-calendar .room.full.half {
  background: #377E6E;
  text-decoration: none;
}
.rooms-modal-calendar .room.full.half:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
  height: 100%;
  background: #C9524E;
  border-radius: 30% 0 0 30%;
  transform: perspective(200px) rotateX(180deg);
}

.daterangepicker .drp-buttons .btn.applyBtn {
  padding: 10px 15px;
  font-family: "Mariupol";
  font-size: 16px;
  text-transform: none;
  background-color: #C4DBD5;
  color: #377E6E;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.daterangepicker .drp-buttons .btn.applyBtn:disabled {
  visibility: hidden;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
  display: none;
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #C9524E;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.header {
  width: 100%;
  max-width: 5000px;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-height: 100px;
}
@media (max-width: 767px) {
  .header {
    background-color: rgba(255, 255, 255, 0.7);
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
@media (max-width: 370px) {
  .header {
    min-height: 90px;
  }
}

.header__logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  padding: 20px 41px 25px 6%;
}
.header__logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header__logo-wrap {
    width: 100%;
  }
}

.header__logo {
  flex: 0 0 auto;
  width: 223px;
}
@media (max-width: 1199px) {
  .header__logo {
    width: 150px;
  }
}

.header__burger {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
}
@media (max-width: 767px) {
  .header__burger {
    display: block;
  }
}
@media (max-width: 370px) {
  .header__burger {
    width: 16px;
    height: 15px;
  }
}

.header__burger span {
  position: absolute;
  background-color: #333;
  width: 100%;
  height: 2px;
  left: 0;
  top: 9px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (max-width: 370px) {
  .header__burger span {
    height: 1px;
    top: 7px;
  }
}

.header__burger:before,
.header__burger:after {
  content: "";
  position: absolute;
  background-color: #333;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.5s ease 0s;
}
@media (max-width: 370px) {
  .header__burger:before,
  .header__burger:after {
    height: 1px;
  }
}

.header__burger:before {
  top: 0;
}

.header__burger:after {
  bottom: 0;
}

.header__burger.active span {
  transform: scale(0);
}

.header__burger.active:before {
  transform: rotate(45deg);
  top: 9px;
}
@media (max-width: 370px) {
  .header__burger.active:before {
    top: 7px;
  }
}

.header__burger.active:after {
  transform: rotate(-45deg);
  bottom: 9px;
}
@media (max-width: 370px) {
  .header__burger.active:after {
    bottom: 7px;
  }
}

.header__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .header__menu {
    margin-top: -300%;
    left: 0;
    transition: all 0.5s ease 0s;
    padding-bottom: 200px;
  }
  .header__menu.active {
    margin-top: 0;
    padding-bottom: 20px;
  }
}

.header__menu-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .header__menu-row {
    flex-direction: column;
    align-items: start;
    margin: 0;
  }
}
.header__menu-row a {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 15px;
  color: #333333;
  text-align: center;
  display: flex;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .header__menu-row a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header__menu-row a {
    font-size: 15px;
    text-align: left;
    order: 2;
    margin-left: 11px;
    margin-bottom: 10px;
    padding: 15px;
  }
}
.header__menu-row a._wavy:hover, .header__menu-row a._wavy._active {
  background-image: url("../../images/icons/wavy.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.header__menu-row a._bg-orange {
  font-weight: 500;
  background: #F8D56F;
  border-radius: 30px;
  padding-left: 22px;
  padding-right: 22px;
  transition: all 0.3s ease-out;
  max-width: 200px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .header__menu-row a._bg-orange {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__menu-row a._bg-orange {
    order: 1;
    margin: 0;
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 26px;
    width: 100%;
    display: block;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .header__menu-row a._bg-orange:hover {
    color: #FFF;
  }
}

.header__contact-title {
  display: none;
  order: 3;
  margin: 30px 0 15px;
  padding-left: 22px;
  position: relative;
}
.header__contact-title a {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
}
.header__contact-title a:hover {
  color: #F8D56F;
}
.header__contact-title img {
  margin-left: 22px;
  width: 155px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767px) {
  .header__contact-title {
    display: block;
  }
}

.header__contact-links {
  align-items: center;
  display: none;
}
.header__contact-links svg {
  width: 30px;
}
@media (max-width: 767px) {
  .header__contact-links {
    order: 4;
    display: flex;
  }
  .header__contact-links svg {
    width: 26px;
  }
}

.header__contact-link:not(:last-child) {
  margin-right: 15px;
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #C9524E;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

@media (max-width: 991px) {
  .footer__row {
    flex-direction: column;
  }
}

.footer__map {
  width: 43%;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .footer__map {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .footer__map {
    height: 275px;
  }
}

.footer__content {
  display: flex;
  width: 57%;
  background: #F8D56F;
  padding: 100px 100px 35px;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .footer__content {
    padding: 70px 70px 35px;
  }
}
@media (max-width: 991px) {
  .footer__content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .footer__content {
    padding: 40px 6% 35px;
  }
}
@media (max-width: 370px) {
  .footer__content {
    flex-direction: column;
  }
}

.footer__info {
  max-width: 40%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .footer__info {
    max-width: 100%;
  }
}

.footer__logo {
  margin-bottom: 105px;
}
.footer__logo img {
  width: 100%;
}
@media (max-width: 1399px) {
  .footer__logo {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .footer__logo {
    width: 130px;
    margin-bottom: 40px;
  }
}

.footer__phone,
.footer__address {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .footer__phone,
  .footer__address {
    font-size: 13px;
    line-height: 25px;
  }
}

.footer__address {
  margin-bottom: 29px;
}
@media (max-width: 575px) {
  .footer__address {
    margin-bottom: 17px;
  }
}

.footer__phone {
  margin-bottom: 37px;
}
.footer__phone a:hover {
  color: #FFF;
}
@media (max-width: 575px) {
  .footer__phone {
    margin-bottom: 22px;
  }
}

.footer__social {
  display: flex;
  margin-bottom: auto;
}
.footer__social a {
  width: 30px;
  display: inline-block;
}
.footer__social a:not(:last-child) {
  margin-right: 20px;
}
.footer__social a svg {
  width: 100%;
  height: 100%;
}
.footer__social a svg:not(:hover) {
  stroke: #FFF;
}
@media (max-width: 767px) {
  .footer__social a svg:not(:hover) {
    stroke: #333;
  }
}
.footer__social a svg:hover {
  stroke: #333;
}
@media (max-width: 575px) {
  .footer__social {
    margin-bottom: 40px;
  }
}

.footer__contact {
  max-width: 40%;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
}
.footer__contact .footer__contact-title {
  margin-bottom: 40px;
}
.footer__contact .footer__contact-title h3 {
  line-height: 120%;
  margin-bottom: 0;
}
@media (max-width: 370px) {
  .footer__contact {
    max-width: 100%;
    margin-top: 50px;
  }
}

.footer__copyright {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 11px;
  }
}

.footer__agreement {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer__agreement {
    font-size: 11px;
  }
}
.footer__agreement a {
  display: block;
  font-size: 12px;
  text-decoration-line: underline;
  cursor: pointer;
}
.footer__agreement a:hover {
  color: #FFF;
}

.altsea-marker {
  position: relative;
  box-sizing: border-box;
  transform: translate(-50%, calc(-50% - 24px));
  width: 40px;
  height: 55px;
  background: url(/assets/images/icons/ellipse_yellow.svg) no-repeat;
  background-size: cover;
}
.altsea-marker:hover {
  background-image: url(/assets/images/icons/ellipse_green.svg);
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #C9524E;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.content.main .top-block {
  margin: 0 10% 110px 18%;
  padding: 0;
}
@media (max-width: 991px) {
  .content.main .top-block {
    margin: 0 50px 30px;
  }
}
@media (max-width: 767px) {
  .content.main .top-block {
    margin: 0 20px 30px;
  }
}
.content.main .top-block__desc {
  width: auto;
  padding-right: 10%;
}
.content.main .main_cover {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3.5;
  margin-bottom: 90px;
  background-image: url(../../images/main_cover.jpg) !important;
  background-position: center center;
  background-size: cover;
}
.content.main .main_cover img {
  width: 100%;
}
@media (max-width: 767px) {
  .content.main .main_cover {
    margin-bottom: 40px;
    aspect-ratio: 2;
    background-image: url(../../images/main_cover_m.jpg) !important;
  }
}

.location {
  margin-bottom: 155px;
}
@media (max-width: 767px) {
  .location {
    margin-bottom: 60px;
  }
}

.location__row {
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  .location__row {
    flex-direction: column;
  }
}

.location__img {
  width: 42%;
  flex: 0 0 auto;
}
.location__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .location__img {
    width: 100%;
    max-height: 650px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .location__img {
    max-height: 450px;
  }
}
@media (max-width: 480px) {
  .location__img {
    max-height: 275px;
  }
}

.location__menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 100px 9% 100px 8%;
  background: #C4DBD5;
  width: 58%;
  flex: 0 0 auto;
}
@media (max-width: 1399px) {
  .location__menu {
    padding: 70px 9% 70px 5%;
  }
}
@media (max-width: 1279px) {
  .location__menu {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .location__menu {
    width: 100%;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .location__menu {
    padding: 35px 20px 47px;
  }
}

@media (max-width: 1279px) {
  .location__links {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .location__links {
    margin-bottom: 0;
  }
}

.location__title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .location__title {
    margin-bottom: 40px;
  }
}
.location__title.block-title span {
  color: #FFF;
}

.block-title {
  display: flex;
  align-items: center;
}
.block-title span {
  font-family: "Mariupol";
  font-weight: 500;
  font-size: 25px;
}
.block-title span:first-child {
  margin-right: 26px;
}
.block-title img {
  margin-right: 35px;
}
.block-title .mobile {
  display: none;
}
@media (max-width: 767px) {
  .block-title .desktop {
    display: none;
  }
  .block-title .mobile {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .block-title span {
    font-size: 15px;
  }
  .block-title span:first-child {
    margin-right: 14px;
  }
  .block-title img {
    margin-right: 15px;
  }
}

.location__links-list {
  display: flex;
  flex-direction: column;
}
.location__links-list a {
  font-family: "Mariupol";
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 60px;
  transition: all 0.3s ease;
  width: fit-content;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
}
.location__links-list a:hover {
  text-decoration-color: #377E6E;
  color: #377E6E;
  cursor: pointer;
}
.location__links-list a:last-child {
  font-weight: 400;
  font-size: 18px;
  text-transform: lowercase;
  margin-bottom: 0;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (max-width: 767px) {
  .location__links-list a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    text-decoration-color: #FFF;
    text-underline-offset: 4px;
  }
  .location__links-list a:last-child {
    text-underline-offset: 3px;
    font-size: 13px;
  }
}

.location__button {
  background: #FFF;
}

.hotel {
  margin-bottom: 140px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .hotel {
    margin-bottom: 0;
  }
}

.hotel__title {
  margin: 0 auto 120px;
}
.hotel__title span {
  color: #333;
}
@media (max-width: 767px) {
  .hotel__title {
    margin: 0 20px 55px;
  }
}

.hotel__desc {
  margin: 0 10% 110px 16%;
}
@media (max-width: 991px) {
  .hotel__desc {
    margin: 0 50px 30px;
  }
}
@media (max-width: 767px) {
  .hotel__desc {
    margin: 0 20px 30px;
  }
}

.hotel__links {
  display: flex;
  justify-content: space-between;
  margin-left: 16%;
  width: 73%;
  flex-direction: column;
}
@media (max-width: 991px) {
  .hotel__links {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .hotel__links {
    margin: 0 20px;
  }
}

.hotel__links-list {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 992px) {
  .hotel__links-list .a1:hover + a + a + a + div .img0 {
    display: none;
  }
  .hotel__links-list .a1:hover + a + a + a + div .img1 {
    display: block;
  }
  .hotel__links-list .a2:hover + a + a + div .img0 {
    display: none;
  }
  .hotel__links-list .a2:hover + a + a + div .img2 {
    display: block;
  }
  .hotel__links-list .a3:hover + a + div .img0 {
    display: none;
  }
  .hotel__links-list .a3:hover + a + div .img3 {
    display: block;
  }
}
.hotel__links-list a {
  font-family: "Mariupol";
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 60px;
  transition: all 0.3s ease;
  text-underline-offset: 6px;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  width: fit-content;
}
.hotel__links-list a span {
  transition: all 0.3s ease;
  color: #FFF;
  text-underline-offset: 6px;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
}
.hotel__links-list a:hover {
  text-decoration-color: #377E6E;
  color: #377E6E;
  cursor: pointer;
}
.hotel__links-list a:hover span {
  text-decoration-color: #FFF;
}
.hotel__links-list a:nth-child(4) {
  font-weight: 400;
  text-transform: lowercase;
  text-decoration-line: underline;
  margin-bottom: 0;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media (max-width: 991px) {
  .hotel__links-list a {
    color: #333;
    text-decoration-color: #333;
  }
  .hotel__links-list a span {
    color: #333;
    text-decoration-color: #333;
  }
  .hotel__links-list a:nth-child(4) {
    margin-bottom: 47px;
  }
  .hotel__links-list a:hover {
    color: #377E6E;
    text-decoration-color: #377E6E;
  }
  .hotel__links-list a:hover span {
    color: #377E6E;
    text-decoration-color: #377E6E;
  }
}
@media (max-width: 767px) {
  .hotel__links-list a {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    text-decoration-line: underline;
    text-decoration-color: #333;
    text-underline-offset: 4px;
  }
  .hotel__links-list a span {
    text-underline-offset: 4px;
  }
  .hotel__links-list a:nth-child(4) {
    text-underline-offset: 3px;
  }
}
@media (max-width: 1279px) {
  .hotel__links-list {
    margin-bottom: 45px;
    align-self: flex-start;
  }
}
@media (max-width: 991px) {
  .hotel__links-list {
    margin-bottom: 0;
  }
}

.hotel__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel__img img.img1 {
  display: none;
}
.hotel__img img.img2 {
  display: none;
}
.hotel__img img.img3 {
  display: none;
}
@media (min-width: 992px) {
  .hotel__img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    top: -75px;
    left: 337px;
    z-index: -1;
  }
  .hotel__img img {
    border-radius: 50%;
  }
  .hotel__img:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    top: 15px;
    left: 15px;
    z-index: -1;
    background: #377E6E;
  }
}
@media (max-width: 991px) {
  .hotel__img {
    margin-left: -50px;
    width: 100vw;
    max-height: 650px;
    overflow: hidden;
    order: -1;
    margin-bottom: 10vw;
  }
}
@media (max-width: 767px) {
  .hotel__img {
    margin-left: -20px;
    max-height: 450px;
  }
}
@media (max-width: 480px) {
  .hotel__img {
    max-height: 275px;
  }
}

.aquapark {
  margin-bottom: 185px;
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .aquapark {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .aquapark {
    margin-bottom: 60px;
  }
}

.aquapark__text {
  width: 59%;
  padding: 120px 9%;
  background: #F8D56F;
}
.aquapark__text a {
  font-family: "Mariupol";
  font-weight: 400;
  font-size: 18px;
  text-transform: lowercase;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.aquapark__text a:hover {
  color: #377E6E;
  cursor: pointer;
  text-decoration-thickness: 2px;
}
@media (max-width: 767px) {
  .aquapark__text a {
    font-size: 13px;
  }
}
@media (max-width: 1620px) {
  .aquapark__text {
    padding: 90px 7%;
  }
}
@media (max-width: 991px) {
  .aquapark__text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .aquapark__text {
    padding: 60px 20px 50px;
  }
}

.aquapark__title {
  margin-bottom: 85px;
}
.aquapark__title span {
  color: #333;
}
@media (max-width: 1279px) {
  .aquapark__title {
    margin-bottom: 60px;
  }
}

.aquapark__desc {
  margin-bottom: 90px;
}
@media (max-width: 1279px) {
  .aquapark__desc {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .aquapark__desc {
    margin-bottom: 30px;
  }
}

.aquapark__img {
  width: 41%;
}
.aquapark__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .aquapark__img {
    width: 100%;
    max-height: 650px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .aquapark__img {
    max-height: 450px;
  }
}
@media (max-width: 480px) {
  .aquapark__img {
    max-height: 275px;
  }
}

.content.main .health {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .content.main .health {
    margin-bottom: 0;
  }
}
.content.main .health .joy__items {
  padding: 0 6%;
  justify-content: space-between;
}

.health__title {
  margin-bottom: 110px;
}
.health__title span {
  color: #333;
}
@media (max-width: 767px) {
  .health__title {
    margin-bottom: 60px;
  }
}

.health__desc {
  margin-bottom: 60px;
  padding: 0 16%;
  text-align: center;
}
@media (max-width: 767px) {
  .health__desc {
    margin-bottom: 40px;
    padding: 0 6%;
    text-align: left;
  }
}
.health__desc a {
  font-family: "Mariupol";
  font-weight: 400;
  font-size: 18px;
  text-transform: lowercase;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
  display: block;
  margin: 20px auto 0 auto;
  width: fit-content;
}
.health__desc a:hover {
  color: #377E6E;
  cursor: pointer;
  text-decoration-thickness: 2px;
}
@media (max-width: 767px) {
  .health__desc a {
    font-size: 13px;
  }
}
.health__desc span {
  position: relative;
}
.health__desc span img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
}
@media (max-width: 767px) {
  .health__desc span img {
    bottom: -8px;
    height: 8px;
    object-fit: cover;
    transform: rotate(180deg);
  }
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #C9524E;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

@media (min-width: 1200px) {
  .settle .top-block__desc .top-block__rules {
    display: none;
  }
}
.settle .top-block__address {
  margin-bottom: 40px;
}
.settle .top-block__address span:first-child {
  font-weight: 600;
  margin-right: 10px;
}
.settle .top-block__address span:last-child {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #333;
  text-underline-offset: 9px;
  text-decoration-thickness: 1px;
}
@media (max-width: 767px) {
  .settle .top-block__address span:first-child {
    margin-right: 30px;
  }
  .settle .top-block__address span:last-child {
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
}
.settle .top-block__contacts {
  border: 3px solid #F8D56F;
  border-radius: 5px;
  padding: 50px 48px 50px 30px;
  width: fit-content;
  margin-bottom: 40px;
  min-width: 280px;
}
@media (max-width: 1199px) {
  .settle .top-block__contacts {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .settle .top-block__contacts {
    padding: 20px;
    border: 2px solid #F8D56F;
  }
}
.settle .top-block__contacts-row {
  display: flex;
  align-items: center;
}
.settle .top-block__contacts-row:last-child {
  margin-top: 40px;
}
.settle .top-block__contacts-row:last-child .top-block__contacts-title {
  margin-right: 40px;
}
@media (max-width: 480px) {
  .settle .top-block__contacts-row:last-child .top-block__contacts-title {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .settle .top-block__contacts-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.settle .top-block__contacts-title {
  font-family: "Mariupol";
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .settle .top-block__contacts-title {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .settle .top-block__contacts-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .settle .top-block__contacts-title {
    margin-bottom: 10px;
  }
}
.settle .top-block__contacts-link {
  display: flex;
  align-items: center;
}
.settle .top-block__contacts-link a {
  font-size: 35px;
  display: flex;
}
.settle .top-block__contacts-link a:hover {
  color: #F8D56F;
}
@media (max-width: 767px) {
  .settle .top-block__contacts-link a {
    font-size: 20px;
  }
}
.settle .top-block__contacts-link svg {
  width: 45px;
  height: 45px;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .settle .top-block__contacts-link svg {
    width: 35px;
    height: 35px;
  }
}
.settle .top-block__rules-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .settle .top-block__rules-title {
    margin-right: 45px;
    margin-bottom: 30px;
  }
}
.settle .top-block__rules-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.settle .top-block__rules-item {
  display: flex;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .settle .top-block__rules-item {
    margin-right: 15px;
  }
}
.settle .yandex-widget {
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 0;
}
.settle .top-block__rules-ico {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .settle .top-block__rules-ico {
    margin-right: 5px;
  }
  .settle .top-block__rules-ico img {
    width: 25px;
  }
}
.settle .top-block__rules-desc {
  padding-top: 9px;
}
.settle .top-block__rules-desc h3 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .settle .top-block__rules-desc {
    padding-top: 7px;
  }
  .settle .top-block__rules-desc h3 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.settle .advantages.hotel {
  margin-bottom: 0;
}
.settle .advantages.discount {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .settle .advantages.discount {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.settle .advantages.discount .advantages__item {
  margin: 0;
  width: 100%;
}
.settle .top-block__slider .top-block__rules {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .settle .top-block__slider .top-block__rules {
    display: none;
  }
}
.settle .rooms h2 {
  margin-bottom: 20px;
}

.rooms__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .rooms__items {
    flex-direction: column;
  }
}

.rooms__item {
  width: calc(50% - 35px);
  margin-bottom: 100px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .rooms__item {
    width: 100%;
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .rooms__item {
    margin-bottom: 63px;
  }
  .rooms__item:last-child {
    margin-bottom: 50px;
  }
}
.rooms__item:hover .rooms__link-col {
  color: #377E6E;
}
.rooms__item:hover .rooms__link-col h3 {
  color: #377E6E;
}
.rooms__item:hover .rooms__button {
  background: #F8D56F;
  color: #FFF;
}

.rooms__foto {
  margin-bottom: 55px;
  position: relative;
}
.rooms__foto img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .rooms__foto {
    margin-bottom: 32px;
  }
}

.rooms__tag.tag._little {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 11px 33.6px 9px;
}
@media (max-width: 1399px) {
  .rooms__tag.tag._little {
    padding: 11px 33.6px 9px;
    left: 30px;
    top: 30px;
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 480px) {
  .rooms__tag.tag._little {
    left: 10px;
    top: 13px;
    padding: 6.5px 7px 5px;
    font-weight: 500;
    font-size: 13px;
  }
}

.rooms__text {
  width: 100%;
}

.rooms__link {
  display: flex;
  flex-direction: column;
}
.rooms__link .rooms__link-col {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.rooms__link .rooms__link-col h3 {
  transition: all 0.3s ease;
  margin-bottom: 15px;
  line-height: 35px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .rooms__link .rooms__link-col h3 {
    line-height: 30px;
    margin-bottom: 3px;
  }
}
.rooms__link .rooms__link-tag {
  font-family: "Mariupol";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #377E6E;
  margin: -45px 0 25px;
}
@media (max-width: 767px) {
  .rooms__link .rooms__link-tag {
    font-weight: 500;
    font-size: 13px;
    margin: -28px 0 15px;
  }
}

.rooms__button {
  margin-top: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .rooms__button {
    margin-top: 10px;
  }
}

.rooms__desc {
  font-family: "Mariupol";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .rooms__desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.rooms__extra {
  font-family: "Mariupol";
  font-style: normal;
  font-weight: 400;
}
.rooms__extra.extrabed {
  margin-bottom: 10px;
}
.rooms__extra.discount {
  color: #377E6E;
  font-size: 18px;
}
.rooms__extra.discount img {
  vertical-align: middle;
  background-color: #377E6E;
  border-radius: 100%;
  margin: 1px;
}
@media (max-width: 767px) {
  .rooms__extra.discount {
    font-size: 14px;
  }
  .rooms__extra.discount img {
    width: 20px;
  }
}

.rooms__price {
  font-family: "Mariupol";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 20px;
}
.rooms__price .discounted {
  text-decoration: line-through;
  color: #C9524E;
}
.rooms__price .real {
  color: #377E6E;
}
@media (max-width: 767px) {
  .rooms__price {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.book_daterange {
  display: block;
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
  border: 2px solid #F8D56F;
  border-radius: 30px;
  cursor: pointer;
  padding: 13px 20px;
  font-family: "Raleway";
  font-size: 18px;
  background: #FFF;
  text-transform: none;
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .book_daterange {
    font-size: 15px;
  }
}

.rooms-modal {
  background: rgba(248, 213, 111, 0.7);
  width: 100vw;
  max-width: 5000px;
  padding: 12.25% 6% 7.4%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.rooms-modal._active {
  display: block;
  overflow: auto;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .rooms-modal {
    padding: 0;
    z-index: 2;
  }
}

.rooms-modal__body {
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .rooms-modal__body {
    padding-top: 0px;
  }
}
.rooms-modal__body .back__arrow {
  margin: 120px 6% 25px;
  display: none;
}
@media (max-width: 767px) {
  .rooms-modal__body .back__arrow {
    display: inline-flex;
    align-items: center;
  }
}
.rooms-modal__body .top-block__title {
  margin-bottom: 5px !important;
}
.rooms-modal__body .top-block__title h3 {
  margin-bottom: 15px;
}
.rooms-modal__body .top-block__subtitle {
  font-family: "Mariupol";
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .rooms-modal__body .top-block__subtitle {
    font-size: 15px;
    margin-bottom: 47px;
  }
}
.rooms-modal__body .top-block__contacts {
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 1780px) {
  .rooms-modal__body .top-block__contacts {
    padding: 20px;
  }
  .rooms-modal__body .top-block__contacts .top-block__contacts-title {
    font-size: 22px;
    margin-right: 20px;
  }
  .rooms-modal__body .top-block__contacts .top-block__contacts-link a {
    transition: all 0.3s ease;
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .rooms-modal__body .top-block__contacts {
    padding: 50px 30px;
  }
  .rooms-modal__body .top-block__contacts .top-block__contacts-title {
    font-size: 25px;
    margin-right: 50px;
  }
  .rooms-modal__body .top-block__contacts .top-block__contacts-link a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .rooms-modal__body .top-block__contacts {
    padding: 20px;
  }
  .rooms-modal__body .top-block__contacts .top-block__contacts-title {
    font-size: 20px;
    margin-right: 40px;
  }
  .rooms-modal__body .top-block__contacts .top-block__contacts-link a {
    font-size: 20px;
  }
}
.rooms-modal__body .rooms__price {
  margin: 20px 0 20px;
}
.rooms-modal__body .rooms__price-title {
  font-family: "Mariupol";
  font-weight: 400;
  font-size: 25px;
}
@media (max-width: 767px) {
  .rooms-modal__body .rooms__price-title {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .rooms-modal__body .top-block__desc .top-block__contacts-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .rooms-modal__body .top-block__desc .top-block__contacts-row .top-block__contacts-title {
    margin-bottom: 10px;
  }
}

.rooms-modal-others .rooms-modal-others__list {
  width: 100%;
}
.rooms-modal-others .rooms-modal-others__list a {
  transition: all 0.3s ease;
  margin: 0px 40px 40px 0;
  font-family: "Mariupol";
  color: #333;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.rooms-modal-others .rooms-modal-others__list a:hover {
  color: #377E6E;
}
.rooms-modal-others .rooms-modal-others__list a:hover .img {
  box-shadow: #377E6E 10px 10px;
}
.rooms-modal-others .rooms-modal-others__list a .img {
  transition: all 0.3s ease;
  flex: auto 0 0;
  margin-right: 30px;
  border-radius: 100%;
  box-shadow: #F8D56F 10px 10px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.rooms-modal-others .rooms-modal-others__list a .img img {
  height: 100%;
}
.rooms-modal-others .rooms-modal-others__list a .title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.rooms-modal-others .rooms-modal-others__list a .subtitle {
  transition: all 0.3s ease;
  font-family: "Mariupol";
  font-weight: 400;
  font-size: 15px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .rooms-modal-others .rooms-modal-others__list a {
    margin: 0px 0px 40px 0;
  }
  .rooms-modal-others .rooms-modal-others__list a .img {
    margin-right: 20px;
  }
  .rooms-modal-others .rooms-modal-others__list a .title {
    font-size: 18px;
    line-height: 30px;
  }
  .rooms-modal-others .rooms-modal-others__list a .subtitle {
    font-size: 12px;
    margin-top: 5px;
  }
}

.rooms__tag.tag._little {
  position: absolute;
  left: 15px;
  top: 20px;
  padding: 11px 33.6px 9px;
}
@media (max-width: 1820px) {
  .rooms__tag.tag._little {
    padding: 8px 20px 6.5px 20px;
    font-weight: 500;
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .rooms__tag.tag._little {
    padding: 9px 15px 7px 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .rooms__tag.tag._little {
    left: 10px;
    top: 13px;
    padding: 6.5px 7px 5px;
    font-size: 13px;
  }
}

.rooms-modal-contacts {
  flex-direction: column;
}

.rooms-modal-contacts__item {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .rooms-modal-contacts__item {
    flex-direction: column;
  }
}
.rooms-modal-contacts__item:first-child {
  margin-bottom: 20px;
}
.rooms-modal-contacts__item:last-child {
  flex-direction: column;
}
.rooms-modal-contacts__item .rooms-modal-contacts__phone a:hover {
  color: #F8D56F;
}

.rooms-modal-contacts__title {
  display: flex;
  align-items: center;
  font-family: "Mariupol";
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .rooms-modal-contacts__title {
    font-size: 15px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #C9524E;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.content.transport .top-block__desc {
  width: 100%;
}
.content.transport h2 {
  margin-top: 70px;
}
.content.transport #transport_rotes {
  width: 100%;
  aspect-ratio: 1.9;
  display: none;
  flex-direction: column;
}
@media (max-width: 767px) {
  .content.transport #transport_rotes {
    min-height: 500px;
  }
}
.content.transport #transport_rotes._active {
  display: flex;
}
.content.transport #transport_rotes #transport_descr {
  font-size: 18px;
  text-align: justify;
  line-height: 1.5em;
  margin-bottom: 30px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .content.transport #transport_rotes #transport_descr {
    font-size: 13px;
  }
}
.content.transport #transport_rotes #transport_descr span {
  font-weight: 700;
}
.content.transport #transport_rotes #transport_map {
  flex: 1 1 auto;
}
.content.transport #transport_rotes #transport_map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content.transport #transport_rotes #transport_map iframe {
  height: 100%;
}

.content.faq .top-block__desc {
  width: 100%;
}
@media (max-width: 991px) {
  .content.faq .top-block__desc {
    width: 100%;
  }
}
.content.faq .question {
  display: flex;
  border-top: 1px solid #C4DBD5;
  margin-top: 45px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .content.faq .question {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content.faq .question {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .content.faq .question:nth-child(even) {
    flex-direction: row-reverse;
  }
  .content.faq .question:nth-child(even) .image {
    padding-right: 2%;
    padding-left: 0%;
  }
}
.content.faq .question .text {
  flex: 65% 1 1;
  font-size: 20px;
}
@media (max-width: 767px) {
  .content.faq .question .text {
    font-size: 13px;
  }
}
.content.faq .question .text h3 {
  font-family: "Mariupol";
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  color: #377E6E;
  margin: 20px 0 15px 0;
}
@media (max-width: 767px) {
  .content.faq .question .text h3 {
    font-size: 20px;
    line-height: 30px;
    width: 80%;
  }
}
.content.faq .question .image {
  flex: 35% 1 1;
  padding-right: 0%;
  padding-left: 2%;
  padding-top: 22px;
}
.content.faq .question .image img {
  width: 100%;
  border-radius: 10px;
}

.content.health .advantages:last-child {
  margin-bottom: 0 !important;
}

.content.joy .top-block {
  margin-bottom: 0;
}
.content.joy .top-block .top-block__desc {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .content.joy .top-block__image {
    display: none;
  }
}
.content.joy ._text-body {
  margin-bottom: 1em;
}
.content.joy .joy__tags {
  padding-bottom: 0;
}
.content.joy.view .back__arrow {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .content.joy.view .back__arrow {
    margin-bottom: 20px;
  }
}
.content.joy.view .top-block__slider {
  display: flex;
  flex-direction: column;
}
.content.joy.view .top-block__slider h4 {
  text-align: center;
  margin: 50px 0 0 0;
}
@media (max-width: 1199px) {
  .content.joy.view .top-block__slider .js-slider {
    order: 10;
  }
  .content.joy.view .top-block__slider h4 {
    margin: 20px 0 0 0;
  }
  .content.joy.view .top-block__slider h4:last-child {
    margin-bottom: 20px;
  }
}
.content.joy.view .tags__item {
  display: block;
  overflow: unset;
  padding: 0;
}
.content.joy.view .others .joy__items {
  overflow: auto;
}
.content.joy.view .scroll-block {
  padding-top: 50px;
}
.content.joy.view .scroll-block .joy__items {
  flex-wrap: nowrap;
  flex-direction: row;
}
.content.joy.view .scroll-block .joy__items .joy__item {
  min-width: 200px;
}
.content.joy.view .contacts {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.content.joy.view .contacts .placeholder {
  cursor: pointer;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent);
}
.content.joy.view .contacts .hidden {
  display: none;
}
.content.joy.view .messenger .ico {
  width: 40px;
  vertical-align: middle;
}

.joy__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .joy__items {
    flex-direction: column;
  }
}
.joy__items .joy__item {
  display: none;
  width: 33.3%;
  padding: 20px 2% 30px 2%;
  box-sizing: border-box;
  font-family: "Mariupol";
  font-style: normal;
  color: #333333;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .joy__items .joy__item {
    width: 100%;
  }
}
.joy__items .joy__item._active {
  display: block;
}
.joy__items .joy__item:hover {
  color: #377E6E;
}
.joy__items .joy__item:hover .image {
  box-shadow: #377E6E -20px -20px 0;
  border-radius: 0;
}
.joy__items .joy__item:hover .title {
  text-decoration: underline;
}
.joy__items .joy__item .image {
  width: 100%;
  aspect-ratio: 1.5;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.joy__items .joy__item .image img {
  width: 100%;
  background-color: transparent;
}
.joy__items .joy__item .title {
  margin-top: 1em;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .joy__items .joy__item .title {
    font-size: 16px;
  }
}
.joy__items .joy__item .subtitle {
  font-size: 15px;
}
@media (max-width: 767px) {
  .joy__items .joy__item .subtitle {
    font-size: 13px;
  }
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #C9524E;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.privacy {
  padding: 50px 0 70px;
  margin-top: 150px;
}
.privacy h2 {
  margin-bottom: 25px;
}
.privacy .top-block {
  padding: 0 7%;
  text-align: justify;
  margin-bottom: 0;
}
.privacy ._text-body {
  font-size: 14px;
  line-height: 1.5;
}
.privacy table {
  margin: 10px 20px;
  border-spacing: 0px;
  border-collapse: separate;
}
.privacy td {
  border-bottom: 1px solid #000000;
  padding: 10px 5px;
}
.privacy ol {
  list-style: none;
  counter-reset: li;
}
.privacy li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  color: #C9524E;
}
.privacy li::marker {
  font-weight: 700;
}
.privacy ol li {
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
}
.privacy ol > li > table,
.privacy ol > li > p,
.privacy ol > li > ol > li {
  font-size: 14px;
  font-weight: 400;
  padding-top: 0px;
  padding-left: 20px;
}

body {
  color: #333;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #FFF;
  max-width: 5000px;
}

.content {
  margin-top: 190px;
  width: 100%;
}
@media (max-width: 1199px) {
  .content {
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  .content {
    margin-top: 125px;
  }
}
@media (max-width: 370px) {
  .content {
    margin-top: 105px;
  }
}
.content .top-block {
  padding: 0 30px 0 6%;
  margin-bottom: 55px;
  display: flex;
}
@media (max-width: 1199px) {
  .content .top-block {
    flex-direction: column;
    padding: 0 6%;
  }
}
@media (max-width: 767px) {
  .content .top-block {
    padding: 0;
    margin-bottom: 15px;
  }
}
.content .top-block__slider {
  margin-top: 10px;
  width: 47%;
}
.content .top-block__slider .js-slider {
  margin: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .content .top-block__slider {
    width: 100%;
    margin-top: 0px;
  }
}
.content .top-block__desc {
  width: 52%;
  padding-right: 2%;
}
@media (max-width: 1199px) {
  .content .top-block__desc {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .content .top-block__desc {
    padding: 0 6%;
    margin-bottom: 20px;
  }
}
.content .top-block__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1279px) {
  .content .top-block__row {
    flex-direction: column;
  }
}
.content .top-block__image {
  width: 47%;
}
@media (max-width: 1199px) {
  .content .top-block__image {
    width: 100%;
    padding: 0;
  }
}
.content .top-block__image img {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .content .top-block__image img {
    border-radius: 0px;
  }
}
.content .top-block__text {
  font-family: "Raleway";
  margin-bottom: 35px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .content .top-block__text {
    margin-bottom: 20px;
  }
}
.content ._text-body {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .content ._text-body {
    font-size: 13px;
    line-height: 25px;
  }
}
.content .middle-block {
  padding: 20px 6% 50px;
}
@media (max-width: 767px) {
  .content .middle-block {
    padding: 10px 6% 40px;
  }
}
.content .scroll-block {
  padding: 20px 0 50px;
  width: 100%;
  overflow: auto;
}
.content .scroll-block h2 {
  padding-left: 6%;
}
.content .scroll-block .scroll-block-content {
  width: 100%;
  padding-left: 6%;
  overflow: auto;
}

.back__arrow {
  cursor: pointer;
  display: block;
  width: fit-content;
}
.back__arrow:hover {
  color: #377E6E;
}
.back__arrow:hover span:before {
  margin: 2px 8px 0 -30px;
}
.back__arrow span {
  transition: all 0.3s ease;
  font-family: "Mariupol";
  font-size: 25px;
}
.back__arrow span:before {
  transition: all 0.3s ease;
  content: "";
  display: inline-block;
  width: 24px;
  height: 27px;
  background: url(../../images/icons/arrow-left.svg);
  margin: 2px 3px 0 -25px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .back__arrow span {
    font-size: 13px;
  }
}

.row {
  display: flex;
}

.between {
  justify-content: space-between;
}

.column {
  display: flex;
  flex-direction: column;
}

.index-button {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #C4DBD5;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.index-button:hover {
  background-color: #C4DBD5;
  color: #FFF;
}
@media (max-width: 1199px) {
  .index-button {
    display: none;
  }
}

.intext-header {
  color: #377E6E;
  text-transform: uppercase;
  font-weight: 500;
}

p {
  margin-bottom: 2em;
}

h1, h2, h3, h4 {
  font-family: "Mariupol";
  font-style: normal;
  font-weight: 500;
  color: #333333;
}

._text-body h3 {
  margin: 3em 0 2em 0;
}

h1 {
  font-size: 45px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
h1 span {
  position: relative;
  background-image: url("../../images/icons/wavy_title.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 65px;
  display: inline-block;
}
h1 span.color1 {
  background-image: url("../../images/icons/wavy_title_1.svg");
}
h1 span.color2 {
  background-image: url("../../images/icons/wavy_title_2.svg");
}
h1 span.color3 {
  background-image: url("../../images/icons/wavy_title_3.svg");
}
h1 span.color4 {
  background-image: url("../../images/icons/wavy_title_4.svg");
}
h1 span.color5 {
  background-image: url("../../images/icons/wavy_title_5.svg");
}
@media (max-width: 767px) {
  h1 span {
    height: 31px;
    margin-bottom: 3px;
  }
  h1 span.color1 {
    background-image: url("../../images/icons/wavy_1.svg");
  }
  h1 span.color2 {
    background-image: url("../../images/icons/wavy_2.svg");
  }
  h1 span.color3 {
    background-image: url("../../images/icons/wavy_3.svg");
  }
  h1 span.color4 {
    background-image: url("../../images/icons/wavy_4.svg");
  }
  h1 span.color5 {
    background-image: url("../../images/icons/wavy_5.svg");
  }
}

h2 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
h2 img {
  width: 32px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  h2 img {
    width: 24px;
  }
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

h4 {
  font-size: 25px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h4 {
    font-size: 15px;
  }
}

a.underline {
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #377E6E;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
a.underline:hover {
  color: #377E6E;
}
a.external:before {
  content: "";
  background: url(../../images/icons/url_external.svg) no-repeat center left;
  background-size: 18px;
  display: inline-block;
  width: 22px;
  height: 15px;
  vertical-align: middle;
}

.inputs-buttons-row {
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .inputs-buttons-row {
    flex-direction: column;
  }
}

.inputs {
  flex: 0 0 auto;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .inputs {
    width: 30%;
    margin-right: 16%;
  }
}

.inputs__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 530px;
  width: 100%;
}
.inputs__row:not(:last-child) {
  margin-bottom: 35px;
}

input {
  max-width: 315px;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #333;
}

input,
input::placeholder {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #333;
}

.js-phone-not-correct::placeholder {
  color: #C9524E;
}

.inputs__item {
  position: relative;
  max-width: 315px;
  width: 100%;
  margin-right: 20px;
}

.inputs__desc {
  color: #B1B1B1;
  width: 80px;
}

.pin {
  flex: 0 0 auto;
  margin-right: 9%;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .pin {
    width: 9%;
  }
}

.pin__item {
  position: relative;
}
.pin__item:first-child {
  margin-right: 45px;
}
.pin__item ._hand {
  top: 63px;
  left: 26px;
}

.pin-ico {
  fill: #F8D56F;
  transition: all 0.3s ease;
}
.pin-ico:hover {
  cursor: pointer;
  fill: #377E6E;
}

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