* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

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

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

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 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-weight: inherit;
  font-size: inherit;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../../fonts/HelveticaNeue-Roman.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: "Roboto", sans-serif;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

[class*=__container] {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

.header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
}
@media (max-width: 991px) {
  .header {
    background: #0094d8;
  }
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 0;
  min-height: 102px;
}
@media (max-width: 991px) {
  .header__content {
    padding: 12px 0;
    min-height: 53px;
  }
}
.header__logo {
  position: relative;
  z-index: 40;
}
.header__logo a {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 75%;
  color: #0b3053;
}
.header__logo a img {
  display: block;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .header__logo a {
    font-size: 21px;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .menu__icon {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 50;
    top: 0;
    right: 0;
    width: 73px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 20px;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
    height: 2px;
  }
  .menu__icon::before {
    top: 8px;
  }
  .menu__icon::after {
    bottom: 8px;
    height: 2px;
  }
  .menu__icon span {
    height: 2px;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon_active span {
    transform: rotate(45deg) scale(0) translate(0px, -50%);
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
}
.menu__text {
  display: none;
}
@media (max-width: 991px) {
  .menu__text {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 166%;
    text-align: right;
    color: #fefefe;
    display: block;
    margin-left: auto;
    padding-top: 3px;
  }
}
@media (max-width: 991px) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 0 0;
    background: #0094d8;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .menu__list {
    flex-direction: column;
  }
}
.menu__item {
  padding: 11px 16px;
  border-right: 1px solid #0094D8;
}
.menu__item:last-child {
  border: none;
}
@media (max-width: 991px) {
  .menu__item {
    border: none;
  }
}
.menu__link {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 111%;
  color: #0b3053;
}
@media (max-width: 991px) {
  .menu__link {
    color: #fff;
  }
}

.banner {
  margin: 102px 0 0;
  height: 375px;
}
@media (max-width: 991px) {
  .banner {
    margin: 54px 0 0;
  }
}
@media (max-width: 575px) {
  .banner {
    height: 101px;
  }
}
.banner__img {
  width: 100%;
  height: 375px;
}
@media (max-width: 575px) {
  .banner__img {
    height: 101px;
  }
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact {
  background: #282828;
  padding: 28px 0 36px;
}
.contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin-bottom: 18px;
}
.contact__title span {
  font-weight: 700;
}
@media (max-width: 575px) {
  .contact__title {
    margin-bottom: 14px;
  }
}
.contact__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
}
.contact__form {
  display: flex;
  position: relative;
  max-width: 540px;
  width: 100%;
  height: 33px;
}
.contact__inp {
  max-width: 446px;
  width: 100%;
  height: 100%;
  padding: 0 18px;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccd1d9;
  border-radius: 17px 0 0 17px;
  background: #eee;
}
.contact__error {
  color: #fff;
  background: #bf0a13;
  padding: 3px 10px;
  position: absolute;
  bottom: -18px;
  left: 18px;
  border-radius: 5px;
  z-index: 2;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.contact__error::after {
  position: absolute;
  top: -2px;
  left: 10px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #bf0a13;
  transform: rotate(45deg);
  z-index: -1;
}
.contact__error_email {
  display: none;
}
.contact__btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  background: #171b60;
  max-width: 94px;
  width: 100%;
  height: 100%;
  border: 1px solid #171b60;
  border-radius: 0 17px 17px 0;
}

.footer {
  background: #cdd51c;
  padding: 48px 0 52px;
}
@media (max-width: 767px) {
  .footer {
    padding: 36px 0 26px;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__list {
    display: flex;
  }
}
@media (max-width: 575px) {
  .footer__list {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer__item {
    margin-right: 20px;
  }
  .footer__item:last-child {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .footer__item {
    margin: 0;
  }
}
.footer__address {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .footer__address {
    margin: 50px 0;
  }
}
.footer__link, .footer__text, .footer__phone {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 159%;
  color: #0b3053;
}
@media (max-width: 575px) {
  .footer__text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.tour {
  margin: 32px 0 45px;
}
.tour__search {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 114%;
  text-align: center;
  color: #0b3053;
  border: 1px solid #cdd51c;
  width: 224px;
  height: 32px;
  padding: 0 15px;
  margin: 0 auto 30px;
}
.tour__search svg {
  width: 20px;
  height: 20px;
}
.tour__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .tour__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tour__item {
  display: flex;
  height: 285px;
}
@media (max-width: 575px) {
  .tour__item {
    height: 185px;
  }
}
.tour__bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 16px;
}
.tour__bg_brown {
  background: #462700;
}
.tour__bg_gray {
  background: #47494b;
}
.tour__bg_orange {
  background: #f80;
}
.tour__bg_red {
  background: #c30017;
}
.tour__bg_light-blue {
  background: #009ca6;
}
.tour__bg_blue {
  background: #0058a5;
}
.tour__bg_black {
  background: #000;
}
.tour__bg_green {
  background: #007800;
}
.tour__title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 109%;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  .tour__title {
    font-size: 19px;
  }
}
.tour__btn {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 113%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 15px 4px;
  width: 135px;
}
.tour__img {
  width: 50%;
  height: 285px;
}
.tour__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .tour__img {
    height: 185px;
  }
}

.hotel {
  margin-bottom: 40px;
}
.hotel__item {
  display: flex;
  flex-direction: column;
  height: 377px;
  margin-bottom: 40px;
}
.hotel__img {
  height: 182px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .hotel__img {
    height: 110px;
  }
}
.hotel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel__title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #0b3053;
  margin-bottom: 9px;
}
.hotel__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.hotel__date {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #ec5840;
}
.hotel__price {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 175%;
  text-align: right;
  color: #606060;
}
.hotel__text {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 121%;
  color: #0b3053;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  height: 30px;
}
.hotel__flex {
  flex: 1 1 0;
}
.hotel__btn {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 115%;
  text-transform: uppercase;
  text-align: center;
  color: #0094d8;
  border: 1px solid #0094d8;
  width: 108px;
  height: 26px;
}

.reference {
  padding: 20px 0;
}
.reference__line {
  height: 1px;
  max-width: 400px;
  width: 100%;
  background: #0094d8;
  margin: 0 auto 24px;
}
.reference__title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 167%;
  text-transform: uppercase;
  text-align: center;
  color: #0094d8;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .reference__title {
    font-size: 16px;
  }
}
.reference__row {
  display: flex;
  justify-content: space-between;
  padding: 22px 0 15px;
}
@media (max-width: 767px) {
  .reference__row {
    flex-direction: column;
    padding: 17px 0 80px;
    gap: 32px;
  }
}
.reference__title-sub {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 154%;
  text-align: center;
  color: #cdd51c;
}
.reference__text {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 161%;
  text-align: center;
  color: #cdd51c;
}
.reference__text-sub {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 167%;
  text-align: center;
  color: #0b3053;
  max-width: 770px;
  width: 100%;
  margin: 0 auto 34px;
}
.reference__link {
  display: flex;
  justify-content: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 119%;
  text-transform: uppercase;
  text-align: center;
  color: #0b3053;
  background: #cdd51c;
  padding: 7px 15px 4px;
  width: 133px;
  margin: 0 auto;
}

.info {
  background: #f5f7fa;
  padding: 50px 0 40px;
  margin: 0 0 30px;
}
.info__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #555;
  margin-bottom: 15px;
}
.info__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  text-align: center;
  color: #555;
  margin-bottom: 24px;
}
.info__text span {
  font-weight: 700;
}
.info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .info__grid {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .info__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__img {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
}
.info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info__body {
  padding: 0 15px;
}
.info__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info__column {
  display: flex;
  justify-content: space-between;
}
.info__title-sub {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #000;
  margin-bottom: 10px;
}
.info__item {
  display: flex;
  flex-direction: column;
}
.info__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171b60;
}

.about {
  margin: 0 0 20px;
}
.about__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .about__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__info {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.about__column {
  width: 100%;
  overflow: hidden;
}
.about__date {
  font-weight: 700;
  font-size: 15px;
  line-height: 167%;
  color: #aaa;
  margin-right: 20px;
}
.about__title-info {
  font-weight: 700;
  font-size: 15px;
  line-height: 167%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #171b60;
  margin-bottom: 7px;
}
.about__item {
  display: flex;
  align-items: center;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.about__price {
  font-weight: 700;
  font-size: 15px;
  color: #282828;
}
.about__label {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #c00;
  padding: 3px 7px;
}
.about__link {
  display: block;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #171b60;
  margin: 0 auto 20px;
}
.about__news, .about__hotel {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .about__news, .about__hotel {
    padding: 0;
    overflow: hidden;
  }
}
.about__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #171b60;
  margin-bottom: 20px;
}
.about__title span {
  font-weight: 300;
}
.about__line {
  width: 100%;
  height: 1px;
  background: #eee;
  margin-bottom: 20px;
}
.about__line_sub {
  margin: 0;
}
.about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 575px) {
  .about__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about__card {
  display: inline-block;
  overflow: hidden;
}
.about__img {
  height: 145px;
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__title-sub {
  font-weight: 700;
  font-size: 15px;
  line-height: 167%;
  color: #282828;
  margin: 13px 0 4px;
  display: flex;
}
.about__star {
  display: flex;
  align-items: center;
  width: 60px;
}
.about__star svg {
  width: 15px;
  height: 15px;
}
.about__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: #282828;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  height: 30px;
}

.description {
  margin: 0 0 150px;
}
.description__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .description__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.description__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.description__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 23px;
}
.description__icon svg {
  width: 100%;
  height: 100%;
}
.description__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #171b60;
  margin-bottom: 10px;
}
.description__title span {
  font-weight: 700;
}
.description__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  text-align: center;
  color: #282828;
}
.description__text span {
  font-weight: 700;
}

.card {
  margin: 0 0 150px;
}
.card__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .card__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card__img {
  height: 250px;
}
@media (max-width: 767px) {
  .card__img {
    height: 221px;
  }
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #b8b8b8;
}

.swiper-pagination-bullet-active {
  background: #cdd51c;
}