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

*, *:before, *:after {
  -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;
}

/*--------------------*/
@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-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-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-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;
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #DA1C1C;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  background: #FFF;
  z-index: 3;
  padding: 0 9%;
}

@media (max-width: 1460px) {
  .header {
    padding: 0 10px;
  }
}

@media (max-width: 1199px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}

.header__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  background: #FFF;
}

.header__logo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1199px) {
  .header__logo-wrap {
    padding: 20px 41px 25px 20px;
  }
}

@media (min-width: 1200px) {
  .header__logo-wrap {
    max-width: 230px;
  }
}

@media (max-width: 370px) {
  .header__logo-wrap {
    padding: 13px 41px 22px 20px;
  }
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 223px;
}

@media (max-width: 991px) {
  .header__logo {
    width: 150px;
  }
}

@media (max-width: 370px) {
  .header__logo {
    width: 75px;
  }
}

.header__burger {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
}

@media (max-width: 1199px) {
  .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;
  -webkit-transition: all 0.5s ease 0s;
  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 {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.header__burger.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}

@media (max-width: 370px) {
  .header__burger.active:before {
    top: 7px;
  }
}

.header__burger.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}

@media (max-width: 370px) {
  .header__burger.active:after {
    bottom: 7px;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #FFF;
}

@media (max-width: 1199px) {
  .header__menu {
    margin-top: -160%;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .header__menu.active {
    margin-top: 0;
  }
}

.header__menu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 41px 0 41px 41px;
}

.header__menu-row ._bg-orange {
  font-weight: 500;
  background: #F8D56F;
  border-radius: 30px;
  padding: 14px 22px;
  margin-right: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 1199px) {
  .header__menu-row ._bg-orange {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    border-radius: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .header__menu-row ._bg-orange {
    width: 236px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__menu-row ._bg-orange:hover {
    color: #FFF;
  }
}

.header__menu-row ._wavy {
  position: relative;
}

.header__menu-row ._wavy img {
  width: 143px;
  position: absolute;
  left: 0;
  bottom: 0px;
}

@media (max-width: 1199px) {
  .header__menu-row ._wavy img {
    display: none;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header__menu-row a:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .header__menu-row a {
    font-size: 15px;
    padding-left: 22px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 54px;
  }
}

@media (max-width: 1460px) {
  .header__menu-row {
    margin: 41px 0 41px 20px;
  }
}

@media (max-width: 1199px) {
  .header__menu-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .header__menu-row a._bg-orange {
    margin-right: 0;
  }
}

.header__contact-title {
  display: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 30px 0 15px;
  padding-left: 22px;
  position: relative;
}

.header__contact-title span {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  height: 20px;
}

.header__contact-title img {
  margin-left: 22px;
  width: 155px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media (max-width: 1199px) {
  .header__contact-title {
    display: block;
  }
}

.header__contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__contact-links svg {
  width: 30px;
}

@media (max-width: 1199px) {
  .header__contact-links {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .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: #DA1C1C;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.tech-wrap {
  margin-top: 150px;
  padding-right: 15px;
  padding-left: 8%;
  padding-top: 5%;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .tech-wrap {
    margin-top: 130px;
  }
}

@media (max-width: 991px) {
  .tech-wrap {
    padding-right: 8%;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .tech-wrap {
    padding: 0 6.25%;
  }
}

@media (max-width: 370px) {
  .tech-wrap {
    margin-top: 69px;
  }
}

.tech-title-wrap {
  width: 100%;
  padding: 60px 8% 0;
}

@media (max-width: 767px) {
  .tech-title-wrap {
    padding: 50px 6.25% 0;
  }
}

.tech-title {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  color: #B1B1B1;
  margin-bottom: 40px;
}

._hand {
  position: absolute;
  background-image: url("../../img/icons/hand.svg");
  width: 25px;
  height: 25px;
}

.fonts-colors-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .fonts-colors-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fonts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 27%;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .fonts {
    width: 100%;
  }
}

.fonts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .fonts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fonts__row .tech-title {
  margin-bottom: 15px;
}

.fonts__desktop > *:not(:first-child),
.fonts__mobile > *:not(:first-child) {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fonts__desktop {
  margin-right: 30px;
  width: 315px;
  margin-bottom: 60px;
}

h1, h2, h3 {
  font-family: 'Mariupol';
  font-style: normal;
  font-weight: 500;
  color: #333333;
  line-height: 0.6;
}

h1 {
  font-size: 60px;
}

h1._mobile {
  font-size: 25px;
}

h2 {
  font-size: 35px;
}

h2._mobile {
  font-size: 20px;
}

h3 {
  font-size: 30px;
}

h3._mobile {
  font-size: 15px;
}

._text-body {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}

._text-body._mobile {
  font-size: 13px;
}

@media (max-width: 767px) {
  ._text-body {
    font-size: 13px;
    line-height: 25px;
  }
}

._tag-text {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 20px;
}

._tag-text._mobile {
  font-size: 15px;
}

._table-text {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}

._table-text._mobile {
  font-size: 15px;
}

._tiny {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
}

._tiny._mobile {
  font-size: 13px;
}

._menu {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}

._menu._mobile {
  font-size: 15px;
}

._footer-copyright {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
}

@media (max-width: 767px) {
  ._footer-copyright {
    font-size: 11px;
  }
}

._footer-copyright._mobile {
  font-size: 11px;
}

.colors {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 52%;
}

@media (max-width: 1200px) {
  .colors {
    width: 100%;
  }
}

.colors__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 580px) {
  .colors__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.colors__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.colors__item:not(:last-child) {
  margin-right: 10%;
}

.colors__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 35px;
}

.colors__code {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  color: #333;
}

.colors__desc {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 25px;
  color: #B1B1B1;
}

.tags-icons-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .tags-icons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 767px) {
  .tag {
    font-size: 15px;
    padding: 10px 18px;
  }
}

.tag._default {
  color: #377E6E;
  border-color: #377E6E;
}

.tag._default._hover, .tag._default: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: 8px 22px;
    font-weight: 500;
    font-size: 13px;
  }
}

.tag._menu {
  font-family: 'Raleway';
  font-size: 18px;
  padding: 14px 22px;
  text-transform: none;
  color: #333;
  background: #F8D56F;
  border-color: #F8D56F;
  width: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag._menu._hover, .tag._menu:hover {
  color: #FFF;
}

@media (max-width: 767px) {
  .tag._menu {
    font-size: 15px;
  }
}

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

.icons-social-column {
  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: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42%;
  margin-right: 7%;
}

@media (max-width: 1199px) {
  .icons-social-column {
    width: 100%;
  }
}

.icons {
  margin-bottom: 60px;
}

.icons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1575px) {
  .icons__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.icons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icons__items img {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .icons__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.icons__column img:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 1575px) {
  .icons__column img:not(:last-child) {
    margin-right: 30px;
  }
}

.icons__column:first-child {
  margin-right: 50px;
}

.icons__column:first-child img:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 1575px) {
  .icons__column:last-child {
    margin-top: 30px;
  }
}

.social img:not(:last-child) {
  margin-right: 38px;
}

.social__row:not(:last-child) {
  margin-bottom: 20px;
}

.social__item {
  position: relative;
}

.social__item ._hand {
  top: 32px;
  left: 20px;
}

.ico {
  stroke: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ico:not(:last-child) {
  margin-right: 38px;
}

.ico:hover {
  cursor: pointer;
}

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

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

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

.inputs-buttons-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-bottom: 110px;
}

@media (max-width: 1200px) {
  .inputs-buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inputs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 60px;
}

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

.inputs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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::-webkit-input-placeholder {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #333;
}

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

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

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

.js-phone-not-correct::-webkit-input-placeholder {
  color: #DA1C1C;
}

.js-phone-not-correct:-ms-input-placeholder {
  color: #DA1C1C;
}

.js-phone-not-correct::-ms-input-placeholder {
  color: #DA1C1C;
}

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

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

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

.pin {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pin-ico:hover {
  cursor: pointer;
  fill: #377E6E;
}

.menu-hotel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-hotel-block > * {
  width: 238px;
}

@media (max-width: 1199px) {
  .menu-hotel-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 575px) {
  .menu-hotel-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.buttons__menu {
  margin-bottom: 60px;
  margin-right: 30px;
}

.buttons__hotel .tag {
  max-width: 237px;
  width: 100%;
}

@media (max-width: 767px) {
  .buttons__hotel .tag {
    max-width: 169px;
  }
}

.tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1072px;
  margin-bottom: 125px;
}

.tables__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 127px 1fr 1fr 1fr;
      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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .tables__row {
    -ms-grid-columns: 80px 1fr 1fr 1fr;
        grid-template-columns: 80px 1fr 1fr 1fr;
    font-size: 16px;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .tables__row {
    -ms-grid-columns: 60px 1fr 1fr 1fr;
        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;
  }
}

.calendar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .calendar-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calendar {
  max-width: 315px;
  width: 100%;
  height: 315px;
  padding: 0 32px 35px;
  background: #fdefec;
  margin-bottom: 60px;
  margin-right: 30px;
}

.calendar__title {
  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;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #333;
  font-family: 'Mariupol';
  font-weight: 700;
  font-size: 25px;
  color: #333;
  padding: auto;
}

.calendar__item {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #377E6E;
  color: #FFF;
  margin-top: 1px;
}

.calendar__item:not(:last-child) {
  margin-right: 1px;
}

.calendar__item._red-green {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #DA1C1C), color-stop(50%, #377E6E));
  background: linear-gradient(to bottom right, #DA1C1C 50%, #377E6E 50%);
}

.calendar__item._green-red {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #377E6E), color-stop(50%, #DA1C1C));
  background: linear-gradient(to bottom right, #377E6E 50%, #DA1C1C 50%);
}

.calendar__item._red {
  background: #DA1C1C;
}

.calendar__row:nth-child(2) .calendar__item {
  color: #333;
  background: transparent;
}

.block-colors {
  margin-bottom: 60px;
  margin-right: 80px;
}

.block-colors .column:first-child {
  margin-right: 50px;
}

.block-colors__square {
  width: 50px;
  height: 50px;
}

.block-colors__square._green-silver {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #377E6E), color-stop(50%, #C4DBD5));
  background: linear-gradient(to bottom right, #377E6E 50%, #C4DBD5 50%);
}

.block-colors__square:first-child {
  margin-bottom: 40px;
}

.block-colors__text {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
  color: #B1B1B1;
  margin-bottom: 55px;
}

.calendar-fonts__heading {
  font-family: 'Mariupol';
  font-weight: 700;
  font-size: 25px;
  color: #333;
}

.calendar-fonts__text {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 25px;
  color: #333;
  margin-top: 30px;
}

.discount.tech-discount {
  margin-bottom: 0;
}

.tech-top-block__slider {
  margin: 0 8%;
}

@media (max-width: 767px) {
  .tech-top-block__slider {
    margin: 0;
  }
}

.bottom-slider.tech-bottom-slider {
  padding: 0 8%;
}

@media (max-width: 1780px) {
  .bottom-slider.tech-bottom-slider {
    padding: 0 8%;
  }
}

@media (max-width: 1399px) {
  .bottom-slider.tech-bottom-slider {
    padding: 0 0 0 8%;
  }
}

@media (max-width: 767px) {
  .bottom-slider.tech-bottom-slider {
    padding: 0 0 0 6.25%;
  }
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #DA1C1C;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #DA1C1C;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

@media (max-width: 991px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__map {
  width: 43%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__map iframe {
  height: 100%;
}

@media (max-width: 991px) {
  .footer__map {
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 575px) {
  .footer__map {
    height: 275px;
  }
}

.footer__map [class*="copyrights-pane"] {
  display: none !important;
}

.footer__map [class*="placemark"] [class*="image"]._active {
  background-image: url(../../img/icons/ellipse_green.svg) !important;
  cursor: pointer;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  background: #F8D56F;
  padding: 100px 100px 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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.25% 35px;
  }
}

.footer__info {
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 575px) {
  .footer__info {
    max-width: 100%;
  }
}

.footer__info .footer__copyright {
  display: none;
}

@media (max-width: 575px) {
  .footer__info .footer__copyright {
    display: block;
  }
}

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

@media (max-width: 575px) {
  .footer__phone {
    margin-bottom: 22px;
  }
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  }
}

@media (max-width: 575px) {
  .footer__social {
    margin-bottom: 40px;
  }
}

.footer__agreement a {
  display: block;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.footer__agreement a:first-child {
  margin-bottom: 10px;
}

.footer__agreement a:hover {
  cursor: pointer;
  text-decoration-thickness: 2px;
}

@media (max-width: 575px) {
  .footer__agreement {
    margin-bottom: 20px;
  }
}

.footer__form {
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__form .inputs__item:first-child {
  margin-bottom: 38px;
}

.footer__form .inputs__item:nth-child(2) {
  margin-bottom: 56px;
}

@media (max-width: 790px) {
  .footer__form {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  .footer__form {
    display: none;
  }
}

.footer__form-title {
  margin-bottom: 100px;
}

.footer__form-title h3 {
  line-height: 120%;
}

@media (max-width: 1399px) {
  .footer__form-title {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .footer__form-title {
    margin-bottom: 50px;
  }
}

.footer__form-form {
  margin-bottom: 45px;
}

.footer__form-submit {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.footer__form-submit:after {
  content: url("../../img/icons/arrow.svg");
  position: absolute;
  width: 20px;
  height: 17px;
  top: 3px;
  right: -45px;
}

.footer__form-desc {
  margin-bottom: 37px;
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #DA1C1C;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #DA1C1C;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.tech-wrap {
  margin-top: 150px;
  padding-right: 15px;
  padding-left: 8%;
  padding-top: 5%;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .tech-wrap {
    margin-top: 130px;
  }
}

@media (max-width: 991px) {
  .tech-wrap {
    padding-right: 8%;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .tech-wrap {
    padding: 0 6.25%;
  }
}

@media (max-width: 370px) {
  .tech-wrap {
    margin-top: 69px;
  }
}

.tech-title-wrap {
  width: 100%;
  padding: 60px 8% 0;
}

@media (max-width: 767px) {
  .tech-title-wrap {
    padding: 50px 6.25% 0;
  }
}

.tech-title {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  color: #B1B1B1;
  margin-bottom: 40px;
}

._hand {
  position: absolute;
  background-image: url("../../img/icons/hand.svg");
  width: 25px;
  height: 25px;
}

.fonts-colors-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .fonts-colors-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fonts {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 27%;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .fonts {
    width: 100%;
  }
}

.fonts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .fonts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fonts__row .tech-title {
  margin-bottom: 15px;
}

.fonts__desktop > *:not(:first-child),
.fonts__mobile > *:not(:first-child) {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fonts__desktop {
  margin-right: 30px;
  width: 315px;
  margin-bottom: 60px;
}

h1, h2, h3 {
  font-family: 'Mariupol';
  font-style: normal;
  font-weight: 500;
  color: #333333;
  line-height: 0.6;
}

h1 {
  font-size: 60px;
}

h1._mobile {
  font-size: 25px;
}

h2 {
  font-size: 35px;
}

h2._mobile {
  font-size: 20px;
}

h3 {
  font-size: 30px;
}

h3._mobile {
  font-size: 15px;
}

._text-body {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}

._text-body._mobile {
  font-size: 13px;
}

@media (max-width: 767px) {
  ._text-body {
    font-size: 13px;
    line-height: 25px;
  }
}

._tag-text {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 20px;
}

._tag-text._mobile {
  font-size: 15px;
}

._table-text {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
}

._table-text._mobile {
  font-size: 15px;
}

._tiny {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
}

._tiny._mobile {
  font-size: 13px;
}

._menu {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}

._menu._mobile {
  font-size: 15px;
}

._footer-copyright {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
}

@media (max-width: 767px) {
  ._footer-copyright {
    font-size: 11px;
  }
}

._footer-copyright._mobile {
  font-size: 11px;
}

.colors {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 52%;
}

@media (max-width: 1200px) {
  .colors {
    width: 100%;
  }
}

.colors__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 580px) {
  .colors__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.colors__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.colors__item:not(:last-child) {
  margin-right: 10%;
}

.colors__circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 35px;
}

.colors__code {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
  color: #333;
}

.colors__desc {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 25px;
  color: #B1B1B1;
}

.tags-icons-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .tags-icons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 767px) {
  .tag {
    font-size: 15px;
    padding: 10px 18px;
  }
}

.tag._default {
  color: #377E6E;
  border-color: #377E6E;
}

.tag._default._hover, .tag._default: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: 8px 22px;
    font-weight: 500;
    font-size: 13px;
  }
}

.tag._menu {
  font-family: 'Raleway';
  font-size: 18px;
  padding: 14px 22px;
  text-transform: none;
  color: #333;
  background: #F8D56F;
  border-color: #F8D56F;
  width: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tag._menu._hover, .tag._menu:hover {
  color: #FFF;
}

@media (max-width: 767px) {
  .tag._menu {
    font-size: 15px;
  }
}

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

.icons-social-column {
  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: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42%;
  margin-right: 7%;
}

@media (max-width: 1199px) {
  .icons-social-column {
    width: 100%;
  }
}

.icons {
  margin-bottom: 60px;
}

.icons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1575px) {
  .icons__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.icons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icons__items img {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .icons__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.icons__column img:not(:last-child) {
  margin-right: 55px;
}

@media (max-width: 1575px) {
  .icons__column img:not(:last-child) {
    margin-right: 30px;
  }
}

.icons__column:first-child {
  margin-right: 50px;
}

.icons__column:first-child img:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 1575px) {
  .icons__column:last-child {
    margin-top: 30px;
  }
}

.social img:not(:last-child) {
  margin-right: 38px;
}

.social__row:not(:last-child) {
  margin-bottom: 20px;
}

.social__item {
  position: relative;
}

.social__item ._hand {
  top: 32px;
  left: 20px;
}

.ico {
  stroke: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ico:not(:last-child) {
  margin-right: 38px;
}

.ico:hover {
  cursor: pointer;
}

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

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

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

.inputs-buttons-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-bottom: 110px;
}

@media (max-width: 1200px) {
  .inputs-buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inputs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 60px;
}

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

.inputs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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::-webkit-input-placeholder {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #333;
}

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

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

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

.js-phone-not-correct::-webkit-input-placeholder {
  color: #DA1C1C;
}

.js-phone-not-correct:-ms-input-placeholder {
  color: #DA1C1C;
}

.js-phone-not-correct::-ms-input-placeholder {
  color: #DA1C1C;
}

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

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

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

.pin {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pin-ico:hover {
  cursor: pointer;
  fill: #377E6E;
}

.menu-hotel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-hotel-block > * {
  width: 238px;
}

@media (max-width: 1199px) {
  .menu-hotel-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 575px) {
  .menu-hotel-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.buttons__menu {
  margin-bottom: 60px;
  margin-right: 30px;
}

.buttons__hotel .tag {
  max-width: 237px;
  width: 100%;
}

@media (max-width: 767px) {
  .buttons__hotel .tag {
    max-width: 169px;
  }
}

.tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1072px;
  margin-bottom: 125px;
}

.tables__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 127px 1fr 1fr 1fr;
      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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .tables__row {
    -ms-grid-columns: 80px 1fr 1fr 1fr;
        grid-template-columns: 80px 1fr 1fr 1fr;
    font-size: 16px;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .tables__row {
    -ms-grid-columns: 60px 1fr 1fr 1fr;
        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;
  }
}

.calendar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .calendar-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calendar {
  max-width: 315px;
  width: 100%;
  height: 315px;
  padding: 0 32px 35px;
  background: #fdefec;
  margin-bottom: 60px;
  margin-right: 30px;
}

.calendar__title {
  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;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #333;
  font-family: 'Mariupol';
  font-weight: 700;
  font-size: 25px;
  color: #333;
  padding: auto;
}

.calendar__item {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #377E6E;
  color: #FFF;
  margin-top: 1px;
}

.calendar__item:not(:last-child) {
  margin-right: 1px;
}

.calendar__item._red-green {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #DA1C1C), color-stop(50%, #377E6E));
  background: linear-gradient(to bottom right, #DA1C1C 50%, #377E6E 50%);
}

.calendar__item._green-red {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #377E6E), color-stop(50%, #DA1C1C));
  background: linear-gradient(to bottom right, #377E6E 50%, #DA1C1C 50%);
}

.calendar__item._red {
  background: #DA1C1C;
}

.calendar__row:nth-child(2) .calendar__item {
  color: #333;
  background: transparent;
}

.block-colors {
  margin-bottom: 60px;
  margin-right: 80px;
}

.block-colors .column:first-child {
  margin-right: 50px;
}

.block-colors__square {
  width: 50px;
  height: 50px;
}

.block-colors__square._green-silver {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #377E6E), color-stop(50%, #C4DBD5));
  background: linear-gradient(to bottom right, #377E6E 50%, #C4DBD5 50%);
}

.block-colors__square:first-child {
  margin-bottom: 40px;
}

.block-colors__text {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
  color: #B1B1B1;
  margin-bottom: 55px;
}

.calendar-fonts__heading {
  font-family: 'Mariupol';
  font-weight: 700;
  font-size: 25px;
  color: #333;
}

.calendar-fonts__text {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 25px;
  color: #333;
  margin-top: 30px;
}

.discount.tech-discount {
  margin-bottom: 0;
}

.tech-top-block__slider {
  margin: 0 8%;
}

@media (max-width: 767px) {
  .tech-top-block__slider {
    margin: 0;
  }
}

.bottom-slider.tech-bottom-slider {
  padding: 0 8%;
}

@media (max-width: 1780px) {
  .bottom-slider.tech-bottom-slider {
    padding: 0 8%;
  }
}

@media (max-width: 1399px) {
  .bottom-slider.tech-bottom-slider {
    padding: 0 0 0 8%;
  }
}

@media (max-width: 767px) {
  .bottom-slider.tech-bottom-slider {
    padding: 0 0 0 6.25%;
  }
}

.main__wrap {
  padding: 0 9%;
  margin-top: 190px;
  width: 100%;
}

@media (max-width: 1199px) {
  .main__wrap {
    margin-top: 150px;
  }
}

@media (max-width: 991px) {
  .main__wrap {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .main__wrap {
    padding: 0 6.25%;
  }
}

@media (max-width: 370px) {
  .main__wrap {
    margin-top: 69px;
  }
}

.top-block {
  margin-bottom: 155px;
}

@media (max-width: 767px) {
  .top-block {
    margin-bottom: 35px;
  }
}

.top-block__img {
  margin-bottom: 60px;
}

.top-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  min-height: 175px;
  max-height: 527px;
}

@media (max-width: 767px) {
  .top-block__img {
    margin-bottom: 30px;
  }
}

.top-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1279px) {
  .top-block__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1279px) {
  .top-block__desc {
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .top-block__desc {
    margin-bottom: 0;
  }
}

.top-block__title {
  margin-bottom: 45px;
}

.top-block__title h1 {
  line-height: 75px;
  text-transform: uppercase;
}

.top-block__title h1 span {
  position: relative;
}

.top-block__title h1 span img {
  position: absolute;
  width: 100%;
  left: 3px;
  bottom: -14px;
}

@media (max-width: 767px) {
  .top-block__title h1 span img {
    bottom: -8px;
  }
}

@media (max-width: 767px) {
  .top-block__title {
    margin-bottom: 39px;
  }
  .top-block__title h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

.index-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}

@media (max-width: 991px) {
  .index-button {
    display: none;
  }
}

.location {
  margin-bottom: 155px;
}

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

.location__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-width: 991px) {
  .location__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.location__img {
  width: 42%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.location__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 100px 9% 100px 8%;
  background: #C4DBD5;
  width: 58%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 1399px) {
  .location__menu {
    padding: 70px 9% 70px 5%;
  }
}

@media (max-width: 1279px) {
  .location__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .location__menu {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.location__links-list a {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.location__links-list a:hover {
  -webkit-text-decoration-color: #377E6E;
          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;
    -webkit-text-decoration-color: #FFF;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 0 80px 18%;
}

@media (max-width: 1620px) {
  .hotel__desc {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width: 991px) {
  .hotel__desc {
    margin: 0 50px 30px;
  }
}

@media (max-width: 767px) {
  .hotel__desc {
    margin: 0 20px 30px;
  }
}

.hotel__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 18%;
  width: 73%;
}

@media (max-width: 1620px) {
  .hotel__links {
    margin-left: 10%;
    width: 81%;
  }
}

@media (max-width: 1279px) {
  .hotel__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .hotel__links {
    margin: 0 50px;
  }
}

@media (max-width: 767px) {
  .hotel__links {
    margin: 0 20px;
  }
}

.hotel__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.hotel__links-list a {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-underline-offset: 6px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hotel__links-list a span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFF;
  text-underline-offset: 6px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.hotel__links-list a:hover {
  -webkit-text-decoration-color: #377E6E;
          text-decoration-color: #377E6E;
  color: #377E6E;
  cursor: pointer;
}

.hotel__links-list a:hover span {
  -webkit-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
}

.hotel__links-list a:nth-child(4) {
  font-weight: 400;
  font-size: 18px;
  text-transform: lowercase;
  -webkit-text-decoration-line: underline;
          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;
    -webkit-text-decoration-color: #333;
            text-decoration-color: #333;
  }
  .hotel__links-list a span {
    color: #333;
    -webkit-text-decoration-color: #333;
            text-decoration-color: #333;
  }
  .hotel__links-list a:nth-child(4) {
    margin-bottom: 47px;
  }
  .hotel__links-list a:hover {
    color: #377E6E;
    -webkit-text-decoration-color: #377E6E;
            text-decoration-color: #377E6E;
  }
  .hotel__links-list a:hover span {
    color: #377E6E;
    -webkit-text-decoration-color: #377E6E;
            text-decoration-color: #377E6E;
  }
}

@media (max-width: 767px) {
  .hotel__links-list a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-text-decoration-color: #333;
            text-decoration-color: #333;
    text-underline-offset: 4px;
  }
  .hotel__links-list a span {
    text-underline-offset: 4px;
  }
  .hotel__links-list a:nth-child(4) {
    font-size: 13px;
    text-underline-offset: 3px;
  }
}

@media (max-width: 1279px) {
  .hotel__links-list {
    margin-bottom: 45px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (max-width: 991px) {
  .hotel__links-list {
    margin-bottom: 0;
  }
}

.hotel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .hotel__img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    top: -105px;
    left: 410px;
    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;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 991px) {
  .aquapark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
  -webkit-transition: all 0.3s ease;
  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%;
  -o-object-fit: cover;
     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;
  }
}

.health {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  margin-bottom: 140px;
}

@media (max-width: 767px) {
  .health {
    margin-bottom: 0;
  }
}

.health__title {
  margin-bottom: 110px;
}

.health__title span {
  color: #333;
}

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

.health__desc {
  margin-bottom: 115px;
  padding: 0 16%;
}

.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;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .health__desc {
    margin-bottom: 55px;
    padding: 0 6.25%;
  }
}

.health__swiper-wrap {
  min-width: 0;
  width: 100%;
  padding: 0 8%;
  position: relative;
}

@media (max-width: 1620px) {
  .health__swiper-wrap {
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  .health__swiper-wrap {
    padding: 0;
  }
}

.health__swiper {
  width: 100%;
  height: 530px;
  overflow: hidden;
  padding: 30px 30px 110px;
}

@media (max-width: 1620px) {
  .health__swiper {
    height: 450px;
  }
}

@media (max-width: 1399px) {
  .health__swiper {
    height: 530px;
  }
}

@media (max-width: 1279px) {
  .health__swiper {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .health__swiper {
    padding: 38px 0 0;
  }
}

@media (max-width: 480px) {
  .health__swiper {
    height: 275px;
  }
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .swiper-slide img {
    border-radius: 5px;
  }
}

.swiper-slide:after {
  content: "";
  position: absolute;
  z-index: -1;
}

@media (max-width: 767px) {
  .swiper-slide:after {
    width: 100%;
    width: calc(100% + 80px);
    height: calc(100% + 38px);
    top: -38px;
    left: -40px;
  }
}

.swiper-slide._first:after {
  background: #377E6E;
}

@media (min-width: 768px) {
  .swiper-slide._first:after {
    width: 100%;
    height: 100%;
    top: -30px;
    left: -30px;
  }
}

.swiper-slide._second:after {
  background: #F8D56F;
}

@media (min-width: 768px) {
  .swiper-slide._second:after {
    width: calc(100% + 60px);
    height: 50%;
    bottom: -30px;
    left: -30px;
  }
}

.swiper-slide._third:after {
  background: #C4DBD5;
}

@media (min-width: 768px) {
  .swiper-slide._third:after {
    width: 60%;
    height: calc(100% + 60px);
    top: -30px;
    right: -30px;
  }
}

.swiper-slide a:hover .title,
.swiper-slide a:hover .subtitle {
  -webkit-text-decoration-color: #FFF;
          text-decoration-color: #FFF;
}

.swiper-slide a:hover .health__swiper-arrow {
  opacity: 1;
}

.health__swiper-desc {
  position: absolute;
  bottom: 30px;
  left: 43px;
}

.health__swiper-desc .title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 10px;
  text-underline-offset: 6px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.health__swiper-desc .subtitle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 25px;
  color: #FFF;
  text-underline-offset: 6px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

@media (max-width: 1780px) {
  .health__swiper-desc .title {
    font-size: 20px;
  }
  .health__swiper-desc .subtitle {
    font-size: 15px;
  }
}

@media (max-width: 1399px) {
  .health__swiper-desc .title {
    font-size: 30px;
  }
  .health__swiper-desc .subtitle {
    font-size: 25px;
  }
}

@media (max-width: 1120px) {
  .health__swiper-desc .title {
    font-size: 20px;
  }
  .health__swiper-desc .subtitle {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .health__swiper-desc {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .health__swiper-desc {
    left: 43px;
  }
  .health__swiper-desc .title {
    font-size: 30px;
  }
  .health__swiper-desc .subtitle {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .health__swiper-desc {
    left: 20px;
  }
  .health__swiper-desc .title {
    font-size: 20px;
  }
  .health__swiper-desc .subtitle {
    font-size: 13px;
  }
}

.health__swiper-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  position: absolute;
  bottom: 46px;
  right: 43px;
}

.health__swiper-arrow img {
  width: 24px;
}

@media (max-width: 991px) {
  .health__swiper-arrow {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .health__swiper-arrow {
    right: 43px;
  }
}

.health__swiper-nav {
  display: none;
}

@media (max-width: 767px) {
  .health__swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: calc(50% - 74px) !important;
    z-index: 2;
  }
}

.health__btn-prev,
.health__btn-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 38px;
}

.health__btn-prev:hover,
.health__btn-next:hover {
  cursor: pointer;
}

.health__btn-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.health__btn-prev {
  margin-right: 100px;
}

.health__swiper-fraction {
  font-family: 'Mariupol';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #FFF;
}

@media (min-width: 768px) {
  .health__swiper-fraction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 80px;
  }
  .health__swiper-fraction .swiper-pagination-bullet {
    background: #377E6E;
    opacity: 0.55;
    margin: 0 10px !important;
  }
  .health__swiper-fraction .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .health__swiper-fraction {
    position: absolute;
    height: 38px;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .health__swiper-fraction span {
    margin: 5px;
  }
}

.questions {
  background: #377E6E;
  padding: 125px 9.8% 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .questions {
    padding: 60px 6.25% 35px;
  }
}

.questions__title.block-title {
  margin-bottom: 47px;
}

.questions__title.block-title span {
  color: #FFF;
}

.questions__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 1fr;
      grid-template-columns: 49% 1fr;
  -ms-grid-rows: (minmax(48px, auto))[3] 1fr;
      grid-template-rows: repeat(3, minmax(48px, auto)) 1fr;
  -webkit-column-gap: 9.7%;
          column-gap: 9.7%;
  row-gap: 22px;
}

.questions__row .questions__item {
  -ms-grid-column: 2;
      grid-column-start: 2;
  width: 100%;
  overflow: hidden;
}

.questions__row .questions__item._active {
  -ms-grid-column: 1;
      grid-column-start: 1;
}

.questions__row .questions__item._active .questions__item-desc {
  margin-top: 30px;
  display: block;
  -webkit-animation: fadeIn 0.7s ease-out;
          animation: fadeIn 0.7s ease-out;
}

@-webkit-keyframes fadeIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 30px;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 30px;
    display: block;
  }
}

@media (max-width: 767px) {
  .questions__row .questions__item._active .questions__item-desc {
    margin-top: 20px;
  }
  @-webkit-keyframes fadeIn {
    0% {
      margin-top: -100%;
    }
    100% {
      margin-top: 20px;
      display: block;
    }
  }
  @keyframes fadeIn {
    0% {
      margin-top: -100%;
    }
    100% {
      margin-top: 20px;
      display: block;
    }
  }
}

@media (min-width: 992px) {
  .questions__row .questions__item._active {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
  }
}

.questions__row .questions__item._see-all {
  padding-top: 10px;
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 18px;
  text-transform: lowercase;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #FFF;
}

.questions__row .questions__item._see-all:hover {
  cursor: pointer;
  text-decoration-thickness: 2px;
}

@media (max-width: 767px) {
  .questions__row .questions__item._see-all {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .questions__row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: (minmax(48px, auto))[5];
        grid-template-rows: repeat(5, minmax(48px, auto));
  }
  .questions__row .questions__item {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .questions__row .questions__item._active {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .questions__row .questions__item._active .questions__item-title::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (min-width: 992px) {
  .questions__row .questions__item:not(._active) .questions__item-title {
    -webkit-text-decoration: underline dashed #FFF;
            text-decoration: underline dashed #FFF;
    text-underline-offset: 11px;
    text-decoration-thickness: 2px;
  }
}

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

@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;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    right: 0px;
  }
  .questions__item-title::before {
    -webkit-transform: rotate(-90deg);
            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;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

@media (max-width: 767px) {
  .questions__item-desc {
    font-size: 13px;
    line-height: 25px;
  }
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #DA1C1C;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.sitemap {
  padding: 50px 0 70px;
  margin-top: 150px;
}

.sitemap h2 {
  margin-bottom: 25px;
}

.sitemap ol {
  padding-left: 25px;
}

.sitemap li::marker {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
}

@media (max-width: 767px) {
  .sitemap li::marker {
    font-size: 15px;
  }
}

.sitemap a {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .sitemap {
    margin-top: 150px;
  }
}

@media (max-width: 991px) {
  .sitemap {
    margin-top: 100px;
  }
}

@media (max-width: 370px) {
  .sitemap {
    margin-top: 69px;
  }
}

._yellow {
  background: #F8D56F;
}

._silver {
  background: #C4DBD5;
}

._black {
  background: #333;
}

._green {
  background: #377E6E;
}

._red {
  background: #DA1C1C;
}

._whatsapp {
  background: #8BDD80;
}

._telegram {
  background: #63B4EC;
}

._viber {
  background: #7D3DAF;
}

.main.settle {
  margin-top: 190px;
  width: 100%;
}

@media (max-width: 1199px) {
  .main.settle {
    margin-top: 150px;
  }
}

@media (max-width: 991px) {
  .main.settle {
    margin-top: 125px;
  }
}

@media (max-width: 370px) {
  .main.settle {
    margin-top: 105px;
  }
}

.settle .top-block {
  padding: 0 30px 0 9.8%;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1499px) {
  .settle .top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 9.8%;
  }
}

@media (max-width: 767px) {
  .settle .top-block {
    padding: 0;
    margin-bottom: 15px;
  }
}

.settle .top-block__desc {
  width: 52%;
}

@media (max-width: 1499px) {
  .settle .top-block__desc {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .settle .top-block__desc {
    padding: 0 6.25%;
  }
}

.settle .top-block__title {
  margin-bottom: 59px;
}

.settle .top-block__title h1 {
  line-height: 75px;
  text-transform: uppercase;
}

.settle .top-block__title h1 span {
  position: relative;
}

.settle .top-block__title h1 span img {
  position: absolute;
  width: 97%;
  left: 7px;
  bottom: -22px;
}

@media (max-width: 1865px) {
  .settle .top-block__title h1 span img {
    bottom: -15px;
  }
}

@media (max-width: 767px) {
  .settle .top-block__title h1 span img {
    bottom: -8px;
  }
}

@media (max-width: 1870px) {
  .settle .top-block__title {
    margin-bottom: 40px;
  }
  .settle .top-block__title h1 {
    font-size: 50px;
  }
}

@media (max-width: 1570px) {
  .settle .top-block__title h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .settle .top-block__title h1 {
    font-size: 25px;
    line-height: 35px;
  }
}

.settle .top-block__text {
  margin-bottom: 54px;
}

@media (max-width: 1870px) {
  .settle .top-block__text._text-body {
    font-size: 22px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .settle .top-block__text._text-body {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.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 {
  -webkit-text-decoration: underline dashed #333;
          text-decoration: underline dashed #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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  min-width: 280px;
}

@media (max-width: 1499px) {
  .settle .top-block__contacts {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .settle .top-block__contacts {
    padding: 20px;
    border: 2px solid #F8D56F;
    margin-bottom: 30px;
  }
}

.settle .top-block__contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.settle .top-block__contacts-link a {
  font-size: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .settle .top-block__contacts-link a {
    font-size: 20px;
  }
}

.settle .top-block__contacts-link svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .settle .top-block__contacts-link svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 767px) {
  .settle .top-block__contacts-link svg {
    width: 20px;
    height: 20px;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settle .top-block__rules-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.settle .top-block__rules-item:first-child {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .settle .top-block__rules-item:first-child {
    margin-right: 45px;
  }
}

.settle .top-block__rules-ico {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .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: 20px;
    margin-bottom: 0;
  }
}

.top-block__slider {
  width: 44%;
}

.top-block__slider .settle__swiper {
  width: 100%;
  overflow: hidden;
  min-width: 0;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .top-block__slider .settle__swiper {
    margin-bottom: 22px;
  }
}

.top-block__slider .swiper-slide img {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .top-block__slider .swiper-slide img {
    border-radius: 0;
  }
}

.top-block__slider .settle__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.top-block__slider .settle__thumbs .settle__thumbs-item {
  width: calc(20% - 30px);
  margin: 0 15px 25px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.top-block__slider .settle__thumbs .settle__thumbs-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1780px) {
  .top-block__slider .settle__thumbs .settle__thumbs-item {
    min-height: 106px;
  }
}

.top-block__slider .settle__thumbs .settle__thumbs-item:not(._active) {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .top-block__slider .settle__thumbs {
    margin: 0;
    padding: 0 3.125%;
  }
  .top-block__slider .settle__thumbs .settle__thumbs-item {
    width: calc(25% - 20px);
    margin: 0 10px 15px;
  }
}

@media (max-width: 1870px) {
  .top-block__slider {
    margin-top: 10px;
  }
}

@media (max-width: 1570px) {
  .top-block__slider {
    margin-top: 20px;
    width: 46%;
  }
}

@media (max-width: 1499px) {
  .top-block__slider {
    margin-top: 0;
    width: 100%;
  }
}

.advantages {
  background: #F8D56F;
  width: 100%;
  padding: 85px 9.8% 0;
}

@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;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}

@media (max-width: 1780px) {
  .advantages {
    padding: 85px 0% 0 9.8%;
  }
}

@media (max-width: 767px) {
  .advantages {
    padding: 58px 0 60px 6.25%;
  }
  .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: -webkit-fit-content;
    height: -moz-fit-content;
    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-bottom: 100px;
}

@media (max-width: 767px) {
  .advantages__title.block-title {
    margin-bottom: 55px;
  }
}

.advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 75px;
  -webkit-transition: all 0.3s ease;
  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;
}

@media (max-width: 767px) {
  .advantages____ico img {
    width: 25px;
  }
}

.advantages__desc {
  padding-top: 7px;
}

.advantages__desc h3 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .advantages__desc h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.discount {
  width: 100%;
  padding: 60px 9.8%;
  background: #377E6E;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 130px;
}

@media (max-width: 991px) {
  .discount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .discount {
    padding: 60px 6.25%;
    margin-bottom: 57px;
  }
}

.discount__text {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 80px;
}

@media (max-width: 1199px) {
  .discount__text {
    margin-right: 50px;
  }
}

@media (max-width: 991px) {
  .discount__text {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .discount__text {
    font-size: 20px;
  }
}

.discount__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .discount__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.discount__contacts-title {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 25px;
  margin-right: 44px;
}

@media (max-width: 767px) {
  .discount__contacts-title {
    margin-bottom: 8px;
    font-size: 15px;
  }
}

.discount__contacts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount__contacts-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discount__contacts-link svg {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.discount__contacts-link svg:not(:hover) {
  stroke: #FFF;
}

@media (max-width: 1199px) {
  .discount__contacts-link svg {
    width: 26px;
  }
}

.rooms {
  padding: 0 9.8% 37px;
}

.rooms h2 {
  margin-bottom: 85px;
  text-transform: uppercase;
  line-height: 45px;
}

@media (max-width: 991px) {
  .rooms h2 {
    margin-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .rooms {
    padding: 0 6.25%;
  }
  .rooms h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 55px;
  }
}

.rooms__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .rooms__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rooms__item {
  width: calc(50% - 15px);
  margin-bottom: 100px;
}

@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__foto {
  margin-bottom: 55px;
  position: relative;
}

.rooms__foto img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     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 {
  position: relative;
  width: 100%;
}

@media (max-width: 1399px) {
  .rooms__text {
    padding-bottom: 73px;
  }
}

@media (max-width: 767px) {
  .rooms__text {
    padding-bottom: 50px;
  }
}

.rooms__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rooms__link .rooms__link-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rooms__link .rooms__link-col h3 {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  line-height: 35px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .rooms__link .rooms__link-col h3 {
    font-size: 20px;
    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__link .rooms__button {
  padding: 10.5px 20px;
  max-width: 237px;
  max-height: 43px;
  width: 100%;
  margin-right: 45px;
}

@media (max-width: 1399px) {
  .rooms__link .rooms__button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .rooms__link .rooms__button {
    background: #F8D56F;
    color: #FFF;
    max-width: 169px;
    padding: 7.5px 20px;
  }
}

.rooms__link:hover .rooms__link-col {
  color: #377E6E;
}

.rooms__link:hover .rooms__link-col h3 {
  color: #377E6E;
}

.rooms__link:hover .rooms__button {
  background: #F8D56F;
  color: #FFF;
}

.rooms__desc {
  font-family: 'Mariupol';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .rooms__desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.rooms__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.rooms__price-item {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rooms__price-item:first-child {
  margin-right: 16%;
}

@media (max-width: 1199px) {
  .rooms__price-item:first-child {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .rooms__price-item:first-child {
    margin-right: 16%;
  }
}

@media (max-width: 767px) {
  .rooms__price-item:first-child {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .rooms__price-item {
    font-size: 13px;
  }
}

.rooms__price-date {
  margin-right: 40px;
}

@media (max-width: 1399px) {
  .rooms__price-date {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .rooms__price-date {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .rooms__price-date {
    margin-right: 10px;
  }
}

.rooms__price-price {
  font-weight: 500;
}

.rooms-modal {
  background: rgba(248, 213, 111, 0.7);
  width: 100vw;
  padding: 12.25% 9.8% 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;
}

.rooms-modal__body .rooms-modal__arrow {
  display: none;
  margin: 125px 6.25% 0;
  cursor: pointer;
}

.rooms-modal__body .rooms-modal__arrow img {
  margin: 0 3px 0 -8px;
}

.rooms-modal__body .rooms-modal__arrow span {
  font-family: 'Mariupol';
  font-size: 13px;
  margin-bottom: 1px;
}

@media (max-width: 767px) {
  .rooms-modal__body .rooms-modal__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 370px) {
  .rooms-modal__body .rooms-modal__arrow {
    margin: 105px 6.25% 0;
  }
}

.rooms-modal__body .top-block {
  padding: 85px 31px 0 4.1%;
  margin-bottom: 82px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1780px) {
  .rooms-modal__body .top-block {
    padding: 85px 31px 0 6.25%;
  }
}

@media (max-width: 1499px) {
  .rooms-modal__body .top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 85px 6.25% 0;
  }
}

@media (max-width: 767px) {
  .rooms-modal__body .top-block {
    padding: 35px 0 0;
    margin-bottom: 70px;
  }
}

.rooms-modal__body .top-block__title {
  margin-bottom: 5px;
}

.rooms-modal__body .top-block__title h3 {
  text-transform: uppercase;
  line-height: 35px;
}

@media (max-width: 767px) {
  .rooms-modal__body .top-block__title h3 {
    font-size: 25px;
  }
}

.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__text {
  margin-bottom: 25px;
  line-height: 25px;
  width: 81%;
}

.rooms-modal__body .top-block__text:last-child {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .rooms-modal__body .top-block__text {
    font-size: 13px;
    width: 100%;
  }
}

.rooms-modal__body .top-block__contacts {
  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 {
    font-size: 25px;
  }
}

@media (max-width: 1499px) {
  .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: 80px 0 75px;
}

@media (max-width: 1780px) {
  .rooms-modal__body .rooms__price {
    margin: 20px 0 25px;
  }
}

@media (max-width: 1499px) {
  .rooms-modal__body .rooms__price {
    margin: 80px 0 75px;
  }
}

@media (max-width: 767px) {
  .rooms-modal__body .rooms__price {
    margin: 48px 0 40px;
  }
}

.rooms-modal__body .rooms__price-title {
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .rooms-modal__body .rooms__price-title {
    font-size: 15px;
    margin-bottom: 28px;
  }
}

.rooms-modal__body .top-block__slider {
  margin-top: 37px;
  width: 52%;
}

.rooms-modal__body .top-block__slider .rooms-modal__top-slider {
  width: 100%;
  overflow: hidden;
  min-width: 0;
  margin-bottom: 25px;
}

.rooms-modal__body .top-block__slider .swiper-slide img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1499px) {
  .rooms-modal__body .top-block__slider {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .rooms-modal__body .top-block__slider {
    padding: 0 6.25%;
  }
  .rooms-modal__body .top-block__slider .settle__thumbs {
    margin: 0 -10px;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .rooms-modal__body .top-block__slider .rooms__tag.tag._little {
    padding: 6.5px 19.14px 5px;
  }
}

.rooms-modal__body .top-block__desc {
  width: 48%;
}

@media (max-width: 991px) {
  .rooms-modal__body .top-block__desc .top-block__contacts-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rooms-modal__body .top-block__desc .top-block__contacts-row .top-block__contacts-title {
    margin-bottom: 10px;
  }
}

.rooms-modal__body .top-block__desc .top-block__contacts-row:last-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rooms-modal__body .top-block__desc .top-block__contacts-row:last-child {
    margin-top: 30px;
  }
}

@media (max-width: 1560px) {
  .rooms-modal__body .top-block__desc .rooms__price-item:first-child {
    margin-right: 40px;
  }
}

@media (max-width: 1399px) {
  .rooms-modal__body .top-block__desc .rooms__price-item:first-child {
    margin-right: 16%;
  }
}

@media (max-width: 480px) {
  .rooms-modal__body .top-block__desc .rooms__price-item:first-child {
    margin-right: 30px;
  }
}

@media (max-width: 1560px) {
  .rooms-modal__body .top-block__desc .rooms__price-date {
    margin-right: 20px;
  }
}

@media (max-width: 1399px) {
  .rooms-modal__body .top-block__desc .rooms__price-date {
    margin-right: 40px;
  }
}

@media (max-width: 480px) {
  .rooms-modal__body .top-block__desc .rooms__price-date {
    margin-right: 10px;
  }
}

@media (max-width: 1499px) {
  .rooms-modal__body .top-block__desc {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .rooms-modal__body .top-block__desc {
    margin-bottom: 0;
  }
  .rooms-modal__body .top-block__desc .top-block__contacts {
    margin-bottom: 0;
  }
}

.rooms-modal__body .advantages {
  margin-bottom: 97px;
  padding: 45px 4.1% 0;
}

.rooms-modal__body .advantages .advantages____ico {
  margin-right: 25px;
}

@media (min-width: 768px) {
  .rooms-modal__body .advantages .advantages__item {
    margin-bottom: 50px;
  }
}

@media (max-width: 1780px) {
  .rooms-modal__body .advantages {
    padding: 65px 0 0 6.25%;
  }
}

@media (max-width: 767px) {
  .rooms-modal__body .advantages {
    padding: 65px 0 60px 6.25%;
  }
  .rooms-modal__body .advantages .advantages____ico {
    margin-right: 15px;
  }
}

.rooms-modal__body .advantages__desc h3 {
  margin-bottom: 5px;
}

.rooms-modal__body .advantages__title {
  display: none;
}

@media (max-width: 767px) {
  .rooms-modal__body .advantages__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.rooms-modal__body .advantages__item {
  width: 33.3%;
}

@media (max-width: 1280px) {
  .rooms-modal__body .advantages__item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .rooms-modal__body .advantages__item {
    margin-bottom: 30px;
    width: 33.3%;
  }
}

@media (max-width: 620px) {
  .rooms-modal__body .advantages__item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .rooms-modal__body .advantages__item {
    width: 100%;
  }
}

.bottom-slider {
  padding: 0 4.1%;
  margin-bottom: 105px;
}

@media (max-width: 1780px) {
  .bottom-slider {
    padding: 0 6.25%;
  }
}

@media (max-width: 1399px) {
  .bottom-slider {
    padding: 0 0 0 6.25%;
  }
}

@media (max-width: 767px) {
  .bottom-slider {
    margin-bottom: 50px;
  }
}

.bottom-slider__title {
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .bottom-slider__title {
    font-size: 20px;
    line-height: 30px;
    width: 80%;
  }
}

.bottom-slider__swiper {
  width: 100%;
  overflow: hidden;
  min-width: 0;
}

.bottom-slider__swiper .swiper-slide img {
  border-radius: 10px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .bottom-slider__swiper .swiper-slide img {
    margin-bottom: 15px;
  }
}

.bottom-slider__swiper .swiper-slide a:hover .title,
.bottom-slider__swiper .swiper-slide a:hover .subtitle {
  color: #377E6E;
}

.bottom-slider__swiper .bottom-slider__desc .title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Mariupol';
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 15px;
}

.bottom-slider__swiper .bottom-slider__desc .subtitle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Mariupol';
  font-weight: 400;
  font-size: 25px;
  color: #333;
}

@media (max-width: 767px) {
  .bottom-slider__swiper .bottom-slider__desc .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .bottom-slider__swiper .bottom-slider__desc .subtitle {
    font-size: 13px;
  }
}

.bottom-slider__swiper .rooms__tag.tag._little {
  position: absolute;
  left: 15px;
  top: 20px;
  padding: 11px 33.6px 9px;
}

@media (max-width: 1820px) {
  .bottom-slider__swiper .rooms__tag.tag._little {
    padding: 8px 20px 6.5px 20px;
    font-weight: 500;
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .bottom-slider__swiper .rooms__tag.tag._little {
    padding: 9px 15px 7px 15px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .bottom-slider__swiper .rooms__tag.tag._little {
    left: 10px;
    top: 13px;
    padding: 6.5px 7px 5px;
    font-size: 13px;
  }
}

.rooms-modal-contacts {
  padding: 0 4.1% 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1780px) {
  .rooms-modal-contacts {
    padding: 0 6.25% 50px;
  }
}

@media (max-width: 991px) {
  .rooms-modal-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rooms-modal-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rooms-modal-contacts__item:first-child {
  margin-right: 160px;
}

@media (max-width: 991px) {
  .rooms-modal-contacts__item:first-child {
    margin-bottom: 20px;
  }
}

.rooms-modal-contacts__item:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rooms-modal-contacts__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 20px;
    margin-right: 30px;
  }
}

.description {
  padding: 0 9.8%;
  margin-bottom: 110px;
}

.description .description__text {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .description {
    padding: 0 6.25%;
    margin-bottom: 50px;
  }
  .description .description__text {
    margin-bottom: 25px;
  }
}

body {
  color: #333;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #FFF;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1605px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
